intrinio-sdk 6.27.0 → 6.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/docs/CompanyApi.md +52 -2
- package/docs/CompanyNews.md +33 -0
- package/docs/CompanyNewsSummary.md +33 -0
- package/docs/NewsTopic.md +21 -0
- package/docs/OptionsApi.md +18 -6
- package/docs/SecurityApi.md +6 -0
- package/package.json +1 -1
- package/src/ApiClient.js +2 -2
- package/src/api/BulkDownloadsApi.js +2 -2
- package/src/api/CompanyApi.js +81 -6
- package/src/api/DataPointApi.js +2 -2
- package/src/api/DataTagApi.js +2 -2
- package/src/api/ESGApi.js +2 -2
- package/src/api/ETFsApi.js +2 -2
- package/src/api/FilingApi.js +2 -2
- package/src/api/ForexApi.js +2 -2
- package/src/api/FundamentalsApi.js +2 -2
- package/src/api/HistoricalDataApi.js +2 -2
- package/src/api/IndexApi.js +2 -2
- package/src/api/InsiderTransactionFilingsApi.js +2 -2
- package/src/api/MarketApi.js +2 -2
- package/src/api/MunicipalityApi.js +2 -2
- package/src/api/OptionsApi.js +20 -2
- package/src/api/OwnersApi.js +2 -2
- package/src/api/SecurityApi.js +11 -2
- package/src/api/StockExchangeApi.js +2 -2
- package/src/api/TechnicalApi.js +2 -2
- package/src/api/ZacksApi.js +2 -2
- package/src/index.js +10 -5
- package/src/model/AccumulationDistributionIndexTechnicalValue.js +2 -2
- package/src/model/ApiResponseBulkDownloadLinks.js +2 -2
- package/src/model/ApiResponseCompanies.js +2 -2
- package/src/model/ApiResponseCompaniesSearch.js +2 -2
- package/src/model/ApiResponseCompanyAnswers.js +2 -2
- package/src/model/ApiResponseCompanyDailyMetrics.js +2 -2
- package/src/model/ApiResponseCompanyFilings.js +2 -2
- package/src/model/ApiResponseCompanyFundamentals.js +2 -2
- package/src/model/ApiResponseCompanyHistoricalData.js +2 -2
- package/src/model/ApiResponseCompanyInsiderTransactionFilings.js +2 -2
- package/src/model/ApiResponseCompanyNews.js +2 -2
- package/src/model/ApiResponseCompanyPublicFloatResult.js +2 -2
- package/src/model/ApiResponseCompanyRecognize.js +2 -2
- package/src/model/ApiResponseCompanySecurities.js +2 -2
- package/src/model/ApiResponseCompanySharesOutstanding.js +2 -2
- package/src/model/ApiResponseDataTags.js +2 -2
- package/src/model/ApiResponseDataTagsSearch.js +2 -2
- package/src/model/ApiResponseESGCompanies.js +2 -2
- package/src/model/ApiResponseESGCompanyComprehensiveRatingHistory.js +2 -2
- package/src/model/ApiResponseESGCompanyRatingHistory.js +2 -2
- package/src/model/ApiResponseESGLatest.js +2 -2
- package/src/model/ApiResponseESGLatestComprehensive.js +2 -2
- package/src/model/ApiResponseETFHoldings.js +2 -2
- package/src/model/ApiResponseETFs.js +2 -2
- package/src/model/ApiResponseEconomicIndexHistoricalData.js +2 -2
- package/src/model/ApiResponseEconomicIndices.js +2 -2
- package/src/model/ApiResponseEconomicIndicesSearch.js +2 -2
- package/src/model/ApiResponseFilingAnswers.js +2 -2
- package/src/model/ApiResponseFilingFundamentals.js +2 -2
- package/src/model/ApiResponseFilingNotes.js +2 -2
- package/src/model/ApiResponseFilingNotesSearch.js +2 -2
- package/src/model/ApiResponseFilings.js +2 -2
- package/src/model/ApiResponseForexCurrencies.js +2 -2
- package/src/model/ApiResponseForexPairs.js +2 -2
- package/src/model/ApiResponseForexPrices.js +2 -2
- package/src/model/ApiResponseHistoricalData.js +2 -2
- package/src/model/ApiResponseInitialPublicOfferings.js +2 -2
- package/src/model/ApiResponseInsiderTransactionFilings.js +2 -2
- package/src/model/ApiResponseMunicipalities.js +2 -2
- package/src/model/ApiResponseMunicipalitiyFinancials.js +2 -2
- package/src/model/ApiResponseNews.js +2 -2
- package/src/model/ApiResponseOptionPrices.js +2 -2
- package/src/model/ApiResponseOptions.js +2 -2
- package/src/model/ApiResponseOptionsChain.js +2 -2
- package/src/model/ApiResponseOptionsChainEod.js +2 -2
- package/src/model/ApiResponseOptionsChainRealtime.js +2 -2
- package/src/model/ApiResponseOptionsExpirations.js +2 -2
- package/src/model/ApiResponseOptionsPriceRealtime.js +2 -2
- package/src/model/ApiResponseOptionsPricesBatchRealtime.js +2 -2
- package/src/model/ApiResponseOptionsPricesEod.js +2 -2
- package/src/model/ApiResponseOptionsRealtime.js +2 -2
- package/src/model/ApiResponseOptionsStatsRealtime.js +2 -2
- package/src/model/ApiResponseOptionsTickers.js +2 -2
- package/src/model/ApiResponseOptionsUnusualActivity.js +2 -2
- package/src/model/ApiResponseOwnerInsiderTransactionFilings.js +2 -2
- package/src/model/ApiResponseOwnerInstitutionalHoldings.js +2 -2
- package/src/model/ApiResponseOwners.js +2 -2
- package/src/model/ApiResponseReportedFinancials.js +2 -2
- package/src/model/ApiResponseSICIndexHistoricalData.js +2 -2
- package/src/model/ApiResponseSICIndices.js +2 -2
- package/src/model/ApiResponseSICIndicesSearch.js +2 -2
- package/src/model/ApiResponseSecurities.js +2 -2
- package/src/model/ApiResponseSecuritiesSearch.js +2 -2
- package/src/model/ApiResponseSecurityAccumulationDistributionIndex.js +2 -2
- package/src/model/ApiResponseSecurityAverageDailyTradingVolume.js +2 -2
- package/src/model/ApiResponseSecurityAverageDirectionalIndex.js +2 -2
- package/src/model/ApiResponseSecurityAverageTrueRange.js +2 -2
- package/src/model/ApiResponseSecurityAwesomeOscillator.js +2 -2
- package/src/model/ApiResponseSecurityBollingerBands.js +2 -2
- package/src/model/ApiResponseSecurityChaikinMoneyFlow.js +2 -2
- package/src/model/ApiResponseSecurityCommodityChannelIndex.js +2 -2
- package/src/model/ApiResponseSecurityDetrendedPriceOscillator.js +2 -2
- package/src/model/ApiResponseSecurityDonchianChannel.js +2 -2
- package/src/model/ApiResponseSecurityEaseOfMovement.js +2 -2
- package/src/model/ApiResponseSecurityForceIndex.js +2 -2
- package/src/model/ApiResponseSecurityHistoricalData.js +2 -2
- package/src/model/ApiResponseSecurityIchimokuKinkoHyo.js +2 -2
- package/src/model/ApiResponseSecurityInstitutionalOwnership.js +2 -2
- package/src/model/ApiResponseSecurityIntervalPrices.js +2 -2
- package/src/model/ApiResponseSecurityIntradayPrices.js +2 -2
- package/src/model/ApiResponseSecurityKeltnerChannel.js +2 -2
- package/src/model/ApiResponseSecurityKnowSureThing.js +2 -2
- package/src/model/ApiResponseSecurityMassIndex.js +2 -2
- package/src/model/ApiResponseSecurityMoneyFlowIndex.js +2 -2
- package/src/model/ApiResponseSecurityMovingAverageConvergenceDivergence.js +2 -2
- package/src/model/ApiResponseSecurityNegativeVolumeIndex.js +2 -2
- package/src/model/ApiResponseSecurityOnBalanceVolume.js +2 -2
- package/src/model/ApiResponseSecurityOnBalanceVolumeMean.js +2 -2
- package/src/model/ApiResponseSecurityRelativeStrengthIndex.js +2 -2
- package/src/model/ApiResponseSecuritySimpleMovingAverage.js +2 -2
- package/src/model/ApiResponseSecurityStochasticOscillator.js +2 -2
- package/src/model/ApiResponseSecurityStockPriceAdjustments.js +2 -2
- package/src/model/ApiResponseSecurityStockPrices.js +2 -2
- package/src/model/ApiResponseSecurityTripleExponentialAverage.js +2 -2
- package/src/model/ApiResponseSecurityTrueStrengthIndex.js +2 -2
- package/src/model/ApiResponseSecurityUltimateOscillator.js +2 -2
- package/src/model/ApiResponseSecurityVolumePriceTrend.js +2 -2
- package/src/model/ApiResponseSecurityVolumeWeightedAveragePrice.js +2 -2
- package/src/model/ApiResponseSecurityVortexIndicator.js +2 -2
- package/src/model/ApiResponseSecurityWilliamsR.js +2 -2
- package/src/model/ApiResponseSecurityZacksAnalystRatings.js +2 -2
- package/src/model/ApiResponseSecurityZacksAnalystRatingsSnapshot.js +2 -2
- package/src/model/ApiResponseSecurityZacksEPSSurprises.js +2 -2
- package/src/model/ApiResponseSecurityZacksSalesSurprises.js +2 -2
- package/src/model/ApiResponseStandardizedFinancials.js +2 -2
- package/src/model/ApiResponseStandardizedFinancialsDimensions.js +2 -2
- package/src/model/ApiResponseStockExchangeRealtimeStockPrices.js +2 -2
- package/src/model/ApiResponseStockExchangeSecurities.js +2 -2
- package/src/model/ApiResponseStockExchangeStockPriceAdjustments.js +2 -2
- package/src/model/ApiResponseStockExchangeStockPrices.js +2 -2
- package/src/model/ApiResponseStockExchanges.js +2 -2
- package/src/model/ApiResponseStockMarketIndexHistoricalData.js +2 -2
- package/src/model/ApiResponseStockMarketIndices.js +2 -2
- package/src/model/ApiResponseStockMarketIndicesSearch.js +2 -2
- package/src/model/ApiResponseZacksAnalystRatings.js +2 -2
- package/src/model/ApiResponseZacksEPSEstimates.js +2 -2
- package/src/model/ApiResponseZacksEPSGrowthRates.js +2 -2
- package/src/model/ApiResponseZacksEPSSurprises.js +2 -2
- package/src/model/ApiResponseZacksETFHoldings.js +2 -2
- package/src/model/ApiResponseZacksInstitutionalHoldingCompanies.js +2 -2
- package/src/model/ApiResponseZacksInstitutionalHoldingOwners.js +2 -2
- package/src/model/ApiResponseZacksInstitutionalHoldings.js +2 -2
- package/src/model/ApiResponseZacksLongTermGrowthRates.js +2 -2
- package/src/model/ApiResponseZacksSalesEstimates.js +2 -2
- package/src/model/ApiResponseZacksSalesSurprises.js +2 -2
- package/src/model/ApiResponseZacksTargetPriceConsensuses.js +2 -2
- package/src/model/AverageDailyTradingVolumeTechnicalValue.js +2 -2
- package/src/model/AverageDirectionalIndexTechnicalValue.js +2 -2
- package/src/model/AverageTrueRangeTechnicalValue.js +2 -2
- package/src/model/AwesomeOscillatorTechnicalValue.js +2 -2
- package/src/model/BollingerBandsTechnicalValue.js +2 -2
- package/src/model/BulkDownloadLinks.js +2 -2
- package/src/model/BulkDownloadSummary.js +2 -2
- package/src/model/ChaikinMoneyFlowTechnicalValue.js +2 -2
- package/src/model/CommodityChannelIndexTechnicalValue.js +2 -2
- package/src/model/Company.js +2 -2
- package/src/model/CompanyDailyMetric.js +2 -2
- package/src/model/CompanyFiling.js +2 -2
- package/src/model/CompanyInitialPublicOffering.js +2 -2
- package/src/model/CompanyNews.js +135 -6
- package/src/model/CompanyNewsSummary.js +135 -6
- package/src/model/CompanyPublicFloat.js +2 -2
- package/src/model/CompanySharesOutstanding.js +2 -2
- package/src/model/CompanySummary.js +2 -2
- package/src/model/DataTag.js +2 -2
- package/src/model/DataTagSummary.js +2 -2
- package/src/model/DetrendedPriceOscillatorTechnicalValue.js +2 -2
- package/src/model/DividendRecord.js +2 -2
- package/src/model/DonchianChannelTechnicalValue.js +2 -2
- package/src/model/ESGCompanySummary.js +2 -2
- package/src/model/ESGComprehensiveRating.js +2 -2
- package/src/model/ESGComprehensiveRatingWithCompany.js +2 -2
- package/src/model/ESGRating.js +2 -2
- package/src/model/ESGRatingWithCompany.js +2 -2
- package/src/model/ETF.js +2 -2
- package/src/model/ETFAnalytics.js +2 -2
- package/src/model/ETFHolding.js +2 -2
- package/src/model/ETFStats.js +2 -2
- package/src/model/ETFSummary.js +2 -2
- package/src/model/EarningsRecord.js +2 -2
- package/src/model/EaseOfMovementTechnicalValue.js +2 -2
- package/src/model/EconomicIndex.js +2 -2
- package/src/model/EconomicIndexSummary.js +2 -2
- package/src/model/Filing.js +2 -2
- package/src/model/FilingNote.js +2 -2
- package/src/model/FilingNoteFiling.js +2 -2
- package/src/model/FilingNoteSummary.js +2 -2
- package/src/model/FilingSummary.js +2 -2
- package/src/model/ForceIndexTechnicalValue.js +2 -2
- package/src/model/ForexCurrency.js +2 -2
- package/src/model/ForexPair.js +2 -2
- package/src/model/ForexPrice.js +2 -2
- package/src/model/Fundamental.js +2 -2
- package/src/model/FundamentalSummary.js +2 -2
- package/src/model/HistoricalData.js +2 -2
- package/src/model/IchimokuKinkoHyoTechnicalValue.js +2 -2
- package/src/model/InsiderTransaction.js +2 -2
- package/src/model/InsiderTransactionFiling.js +2 -2
- package/src/model/InstitutionalHolding.js +2 -2
- package/src/model/InstitutionalOwnership.js +2 -2
- package/src/model/IntradayStockPrice.js +2 -2
- package/src/model/KeltnerChannelTechnicalValue.js +2 -2
- package/src/model/KnowSureThingTechnicalValue.js +2 -2
- package/src/model/MarketStatusResult.js +2 -2
- package/src/model/MassIndexTechnicalValue.js +2 -2
- package/src/model/MoneyFlowIndexTechnicalValue.js +2 -2
- package/src/model/MovingAverageConvergenceDivergenceTechnicalValue.js +2 -2
- package/src/model/Municipality.js +2 -2
- package/src/model/MunicipalityFinancial.js +2 -2
- package/src/model/NegativeVolumeIndexTechnicalValue.js +2 -2
- package/src/model/NewsTopic.js +83 -0
- package/src/model/OnBalanceVolumeMeanTechnicalValue.js +2 -2
- package/src/model/OnBalanceVolumeTechnicalValue.js +2 -2
- package/src/model/Option.js +2 -2
- package/src/model/OptionChain.js +2 -2
- package/src/model/OptionChainEod.js +2 -2
- package/src/model/OptionChainRealtime.js +2 -2
- package/src/model/OptionContractsList.js +2 -2
- package/src/model/OptionEod.js +2 -2
- package/src/model/OptionFactorsRealtime.js +2 -2
- package/src/model/OptionInterval.js +2 -2
- package/src/model/OptionIntervalMover.js +2 -2
- package/src/model/OptionIntervalsMoversResult.js +2 -2
- package/src/model/OptionIntervalsResult.js +2 -2
- package/src/model/OptionPrice.js +2 -2
- package/src/model/OptionPriceBatchRealtime.js +2 -2
- package/src/model/OptionPriceEod.js +2 -2
- package/src/model/OptionPriceRealtime.js +2 -2
- package/src/model/OptionPriceRealtimeExtended.js +2 -2
- package/src/model/OptionRealtime.js +2 -2
- package/src/model/OptionSnapshotGroup.js +2 -2
- package/src/model/OptionSnapshotsResult.js +2 -2
- package/src/model/OptionStatsRealtime.js +2 -2
- package/src/model/OptionUnusualTrade.js +2 -2
- package/src/model/Owner.js +2 -2
- package/src/model/OwnerSummary.js +2 -2
- package/src/model/RealtimeIndexPrice.js +2 -2
- package/src/model/RealtimeIndexPriceIndex.js +2 -2
- package/src/model/RealtimeStockPrice.js +2 -2
- package/src/model/RealtimeStockPriceSecurity.js +2 -2
- package/src/model/RelativeStrengthIndexTechnicalValue.js +2 -2
- package/src/model/ReportedFinancial.js +2 -2
- package/src/model/ReportedFinancialDimension.js +2 -2
- package/src/model/ReportedTag.js +2 -2
- package/src/model/SICIndex.js +2 -2
- package/src/model/Security.js +2 -2
- package/src/model/SecurityHistory.js +2 -2
- package/src/model/SecurityHistoryListResult.js +2 -2
- package/src/model/SecurityIntervalMover.js +2 -2
- package/src/model/SecurityIntervalsMoversResult.js +2 -2
- package/src/model/SecurityReplayFileResult.js +2 -2
- package/src/model/SecurityScreenClause.js +2 -2
- package/src/model/SecurityScreenGroup.js +2 -2
- package/src/model/SecurityScreenResult.js +2 -2
- package/src/model/SecurityScreenResultData.js +2 -2
- package/src/model/SecuritySnapshotGroup.js +2 -2
- package/src/model/SecuritySnapshotsResult.js +2 -2
- package/src/model/SecuritySummary.js +2 -2
- package/src/model/SecurityTrades.js +2 -2
- package/src/model/SecurityTradesResult.js +2 -2
- package/src/model/SimpleMovingAverageTechnicalValue.js +2 -2
- package/src/model/StandardizedFinancial.js +2 -2
- package/src/model/StandardizedFinancialsDimension.js +2 -2
- package/src/model/StochasticOscillatorTechnicalValue.js +2 -2
- package/src/model/StockExchange.js +2 -2
- package/src/model/StockMarketIndex.js +2 -2
- package/src/model/StockMarketIndexSummary.js +2 -2
- package/src/model/StockPrice.js +2 -2
- package/src/model/StockPriceAdjustment.js +2 -2
- package/src/model/StockPriceAdjustmentSummary.js +2 -2
- package/src/model/StockPriceInterval.js +2 -2
- package/src/model/StockPriceSummary.js +2 -2
- package/src/model/TechnicalIndicator.js +2 -2
- package/src/model/TheaEntityAnswer.js +2 -2
- package/src/model/TheaSourceDocument.js +2 -2
- package/src/model/TripleExponentialAverageTechnicalValue.js +2 -2
- package/src/model/TrueStrengthIndexTechnicalValue.js +2 -2
- package/src/model/UltimateOscillatorTechnicalValue.js +2 -2
- package/src/model/VolumePriceTrendTechnicalValue.js +2 -2
- package/src/model/VolumeWeightedAveragePriceValue.js +2 -2
- package/src/model/VortexIndicatorTechnicalValue.js +2 -2
- package/src/model/WilliamsRTechnicalValue.js +2 -2
- package/src/model/ZacksAnalystRating.js +2 -2
- package/src/model/ZacksAnalystRatingSnapshot.js +2 -2
- package/src/model/ZacksAnalystRatingSummary.js +2 -2
- package/src/model/ZacksEPSEstimate.js +2 -2
- package/src/model/ZacksEPSGrowthRate.js +2 -2
- package/src/model/ZacksEPSSurprise.js +2 -2
- package/src/model/ZacksEPSSurpriseSummary.js +2 -2
- package/src/model/ZacksETFHolding.js +2 -2
- package/src/model/ZacksInstitutionalHolding.js +2 -2
- package/src/model/ZacksInstitutionalHoldingCompanyDetail.js +2 -2
- package/src/model/ZacksInstitutionalHoldingCompanySummary.js +2 -2
- package/src/model/ZacksInstitutionalHoldingHistoricalSummary.js +2 -2
- package/src/model/ZacksInstitutionalHoldingOwnerDetail.js +2 -2
- package/src/model/ZacksInstitutionalHoldingOwnerSummary.js +2 -2
- package/src/model/ZacksLongTermGrowthRate.js +2 -2
- package/src/model/ZacksSalesEstimate.js +2 -2
- package/src/model/ZacksSalesSurprise.js +2 -2
- package/src/model/ZacksSalesSurpriseSummary.js +2 -2
- package/src/model/ZacksTargetPriceConsensus.js +2 -2
- package/test/api/BulkDownloadsApi.spec.js +1 -1
- package/test/api/CompanyApi.spec.js +1 -1
- package/test/api/DataPointApi.spec.js +1 -1
- package/test/api/DataTagApi.spec.js +1 -1
- package/test/api/ESGApi.spec.js +1 -1
- package/test/api/ETFsApi.spec.js +1 -1
- package/test/api/FilingApi.spec.js +1 -1
- package/test/api/ForexApi.spec.js +1 -1
- package/test/api/FundamentalsApi.spec.js +1 -1
- package/test/api/HistoricalDataApi.spec.js +1 -1
- package/test/api/IndexApi.spec.js +1 -1
- package/test/api/InsiderTransactionFilingsApi.spec.js +1 -1
- package/test/api/MarketApi.spec.js +1 -1
- package/test/api/MunicipalityApi.spec.js +1 -1
- package/test/api/OptionsApi.spec.js +1 -1
- package/test/api/OwnersApi.spec.js +1 -1
- package/test/api/SecurityApi.spec.js +1 -1
- package/test/api/StockExchangeApi.spec.js +1 -1
- package/test/api/TechnicalApi.spec.js +1 -1
- package/test/api/ZacksApi.spec.js +1 -1
- package/test/model/AccumulationDistributionIndexTechnicalValue.spec.js +1 -1
- package/test/model/ApiResponseBulkDownloadLinks.spec.js +1 -1
- package/test/model/ApiResponseCompanies.spec.js +1 -1
- package/test/model/ApiResponseCompaniesSearch.spec.js +1 -1
- package/test/model/ApiResponseCompanyAnswers.spec.js +1 -1
- package/test/model/ApiResponseCompanyDailyMetrics.spec.js +1 -1
- package/test/model/ApiResponseCompanyFilings.spec.js +1 -1
- package/test/model/ApiResponseCompanyFundamentals.spec.js +1 -1
- package/test/model/ApiResponseCompanyHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseCompanyInsiderTransactionFilings.spec.js +1 -1
- package/test/model/ApiResponseCompanyNews.spec.js +1 -1
- package/test/model/ApiResponseCompanyPublicFloatResult.spec.js +1 -1
- package/test/model/ApiResponseCompanyRecognize.spec.js +1 -1
- package/test/model/ApiResponseCompanySecurities.spec.js +1 -1
- package/test/model/ApiResponseCompanySharesOutstanding.spec.js +1 -1
- package/test/model/ApiResponseDataTags.spec.js +1 -1
- package/test/model/ApiResponseDataTagsSearch.spec.js +1 -1
- package/test/model/ApiResponseESGCompanies.spec.js +1 -1
- package/test/model/ApiResponseESGCompanyComprehensiveRatingHistory.spec.js +1 -1
- package/test/model/ApiResponseESGCompanyRatingHistory.spec.js +1 -1
- package/test/model/ApiResponseESGLatest.spec.js +1 -1
- package/test/model/ApiResponseESGLatestComprehensive.spec.js +1 -1
- package/test/model/ApiResponseETFHoldings.spec.js +1 -1
- package/test/model/ApiResponseETFs.spec.js +1 -1
- package/test/model/ApiResponseEconomicIndexHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseEconomicIndices.spec.js +1 -1
- package/test/model/ApiResponseEconomicIndicesSearch.spec.js +1 -1
- package/test/model/ApiResponseFilingAnswers.spec.js +1 -1
- package/test/model/ApiResponseFilingFundamentals.spec.js +1 -1
- package/test/model/ApiResponseFilingNotes.spec.js +1 -1
- package/test/model/ApiResponseFilingNotesSearch.spec.js +1 -1
- package/test/model/ApiResponseFilings.spec.js +1 -1
- package/test/model/ApiResponseForexCurrencies.spec.js +1 -1
- package/test/model/ApiResponseForexPairs.spec.js +1 -1
- package/test/model/ApiResponseForexPrices.spec.js +1 -1
- package/test/model/ApiResponseHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseInitialPublicOfferings.spec.js +1 -1
- package/test/model/ApiResponseInsiderTransactionFilings.spec.js +1 -1
- package/test/model/ApiResponseMunicipalities.spec.js +1 -1
- package/test/model/ApiResponseMunicipalitiyFinancials.spec.js +1 -1
- package/test/model/ApiResponseNews.spec.js +1 -1
- package/test/model/ApiResponseOptionPrices.spec.js +1 -1
- package/test/model/ApiResponseOptions.spec.js +1 -1
- package/test/model/ApiResponseOptionsChain.spec.js +1 -1
- package/test/model/ApiResponseOptionsChainEod.spec.js +1 -1
- package/test/model/ApiResponseOptionsChainRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsExpirations.spec.js +1 -1
- package/test/model/ApiResponseOptionsPriceRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsPricesBatchRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsPricesEod.spec.js +1 -1
- package/test/model/ApiResponseOptionsRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsStatsRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsTickers.spec.js +1 -1
- package/test/model/ApiResponseOptionsUnusualActivity.spec.js +1 -1
- package/test/model/ApiResponseOwnerInsiderTransactionFilings.spec.js +1 -1
- package/test/model/ApiResponseOwnerInstitutionalHoldings.spec.js +1 -1
- package/test/model/ApiResponseOwners.spec.js +1 -1
- package/test/model/ApiResponseReportedFinancials.spec.js +1 -1
- package/test/model/ApiResponseSICIndexHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseSICIndices.spec.js +1 -1
- package/test/model/ApiResponseSICIndicesSearch.spec.js +1 -1
- package/test/model/ApiResponseSecurities.spec.js +1 -1
- package/test/model/ApiResponseSecuritiesSearch.spec.js +1 -1
- package/test/model/ApiResponseSecurityAccumulationDistributionIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityAverageDailyTradingVolume.spec.js +1 -1
- package/test/model/ApiResponseSecurityAverageDirectionalIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityAverageTrueRange.spec.js +1 -1
- package/test/model/ApiResponseSecurityAwesomeOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityBollingerBands.spec.js +1 -1
- package/test/model/ApiResponseSecurityChaikinMoneyFlow.spec.js +1 -1
- package/test/model/ApiResponseSecurityCommodityChannelIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityDetrendedPriceOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityDonchianChannel.spec.js +1 -1
- package/test/model/ApiResponseSecurityEaseOfMovement.spec.js +1 -1
- package/test/model/ApiResponseSecurityForceIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseSecurityIchimokuKinkoHyo.spec.js +1 -1
- package/test/model/ApiResponseSecurityInstitutionalOwnership.spec.js +1 -1
- package/test/model/ApiResponseSecurityIntervalPrices.spec.js +1 -1
- package/test/model/ApiResponseSecurityIntradayPrices.spec.js +1 -1
- package/test/model/ApiResponseSecurityKeltnerChannel.spec.js +1 -1
- package/test/model/ApiResponseSecurityKnowSureThing.spec.js +1 -1
- package/test/model/ApiResponseSecurityMassIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityMoneyFlowIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityMovingAverageConvergenceDivergence.spec.js +1 -1
- package/test/model/ApiResponseSecurityNegativeVolumeIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityOnBalanceVolume.spec.js +1 -1
- package/test/model/ApiResponseSecurityOnBalanceVolumeMean.spec.js +1 -1
- package/test/model/ApiResponseSecurityRelativeStrengthIndex.spec.js +1 -1
- package/test/model/ApiResponseSecuritySimpleMovingAverage.spec.js +1 -1
- package/test/model/ApiResponseSecurityStochasticOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityStockPriceAdjustments.spec.js +1 -1
- package/test/model/ApiResponseSecurityStockPrices.spec.js +1 -1
- package/test/model/ApiResponseSecurityTripleExponentialAverage.spec.js +1 -1
- package/test/model/ApiResponseSecurityTrueStrengthIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityUltimateOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityVolumePriceTrend.spec.js +1 -1
- package/test/model/ApiResponseSecurityVolumeWeightedAveragePrice.spec.js +1 -1
- package/test/model/ApiResponseSecurityVortexIndicator.spec.js +1 -1
- package/test/model/ApiResponseSecurityWilliamsR.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksAnalystRatings.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksAnalystRatingsSnapshot.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksEPSSurprises.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksSalesSurprises.spec.js +1 -1
- package/test/model/ApiResponseStandardizedFinancials.spec.js +1 -1
- package/test/model/ApiResponseStandardizedFinancialsDimensions.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeRealtimeStockPrices.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeSecurities.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeStockPriceAdjustments.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeStockPrices.spec.js +1 -1
- package/test/model/ApiResponseStockExchanges.spec.js +1 -1
- package/test/model/ApiResponseStockMarketIndexHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseStockMarketIndices.spec.js +1 -1
- package/test/model/ApiResponseStockMarketIndicesSearch.spec.js +1 -1
- package/test/model/ApiResponseZacksAnalystRatings.spec.js +1 -1
- package/test/model/ApiResponseZacksEPSEstimates.spec.js +1 -1
- package/test/model/ApiResponseZacksEPSGrowthRates.spec.js +1 -1
- package/test/model/ApiResponseZacksEPSSurprises.spec.js +1 -1
- package/test/model/ApiResponseZacksETFHoldings.spec.js +1 -1
- package/test/model/ApiResponseZacksInstitutionalHoldingCompanies.spec.js +1 -1
- package/test/model/ApiResponseZacksInstitutionalHoldingOwners.spec.js +1 -1
- package/test/model/ApiResponseZacksInstitutionalHoldings.spec.js +1 -1
- package/test/model/ApiResponseZacksLongTermGrowthRates.spec.js +1 -1
- package/test/model/ApiResponseZacksSalesEstimates.spec.js +1 -1
- package/test/model/ApiResponseZacksSalesSurprises.spec.js +1 -1
- package/test/model/ApiResponseZacksTargetPriceConsensuses.spec.js +1 -1
- package/test/model/AverageDailyTradingVolumeTechnicalValue.spec.js +1 -1
- package/test/model/AverageDirectionalIndexTechnicalValue.spec.js +1 -1
- package/test/model/AverageTrueRangeTechnicalValue.spec.js +1 -1
- package/test/model/AwesomeOscillatorTechnicalValue.spec.js +1 -1
- package/test/model/BollingerBandsTechnicalValue.spec.js +1 -1
- package/test/model/BulkDownloadLinks.spec.js +1 -1
- package/test/model/BulkDownloadSummary.spec.js +1 -1
- package/test/model/ChaikinMoneyFlowTechnicalValue.spec.js +1 -1
- package/test/model/CommodityChannelIndexTechnicalValue.spec.js +1 -1
- package/test/model/Company.spec.js +1 -1
- package/test/model/CompanyDailyMetric.spec.js +1 -1
- package/test/model/CompanyFiling.spec.js +1 -1
- package/test/model/CompanyInitialPublicOffering.spec.js +1 -1
- package/test/model/CompanyNews.spec.js +55 -1
- package/test/model/CompanyNewsSummary.spec.js +55 -1
- package/test/model/CompanyPublicFloat.spec.js +1 -1
- package/test/model/CompanySharesOutstanding.spec.js +1 -1
- package/test/model/CompanySummary.spec.js +1 -1
- package/test/model/DataTag.spec.js +1 -1
- package/test/model/DataTagSummary.spec.js +1 -1
- package/test/model/DetrendedPriceOscillatorTechnicalValue.spec.js +1 -1
- package/test/model/DividendRecord.spec.js +1 -1
- package/test/model/DonchianChannelTechnicalValue.spec.js +1 -1
- package/test/model/ESGCompanySummary.spec.js +1 -1
- package/test/model/ESGComprehensiveRating.spec.js +1 -1
- package/test/model/ESGComprehensiveRatingWithCompany.spec.js +1 -1
- package/test/model/ESGRating.spec.js +1 -1
- package/test/model/ESGRatingWithCompany.spec.js +1 -1
- package/test/model/ETF.spec.js +1 -1
- package/test/model/ETFAnalytics.spec.js +1 -1
- package/test/model/ETFHolding.spec.js +1 -1
- package/test/model/ETFStats.spec.js +1 -1
- package/test/model/ETFSummary.spec.js +1 -1
- package/test/model/EarningsRecord.spec.js +1 -1
- package/test/model/EaseOfMovementTechnicalValue.spec.js +1 -1
- package/test/model/EconomicIndex.spec.js +1 -1
- package/test/model/EconomicIndexSummary.spec.js +1 -1
- package/test/model/Filing.spec.js +1 -1
- package/test/model/FilingNote.spec.js +1 -1
- package/test/model/FilingNoteFiling.spec.js +1 -1
- package/test/model/FilingNoteSummary.spec.js +1 -1
- package/test/model/FilingSummary.spec.js +1 -1
- package/test/model/ForceIndexTechnicalValue.spec.js +1 -1
- package/test/model/ForexCurrency.spec.js +1 -1
- package/test/model/ForexPair.spec.js +1 -1
- package/test/model/ForexPrice.spec.js +1 -1
- package/test/model/Fundamental.spec.js +1 -1
- package/test/model/FundamentalSummary.spec.js +1 -1
- package/test/model/HistoricalData.spec.js +1 -1
- package/test/model/IchimokuKinkoHyoTechnicalValue.spec.js +1 -1
- package/test/model/InsiderTransaction.spec.js +1 -1
- package/test/model/InsiderTransactionFiling.spec.js +1 -1
- package/test/model/InstitutionalHolding.spec.js +1 -1
- package/test/model/InstitutionalOwnership.spec.js +1 -1
- package/test/model/IntradayStockPrice.spec.js +1 -1
- package/test/model/KeltnerChannelTechnicalValue.spec.js +1 -1
- package/test/model/KnowSureThingTechnicalValue.spec.js +1 -1
- package/test/model/MarketStatusResult.spec.js +1 -1
- package/test/model/MassIndexTechnicalValue.spec.js +1 -1
- package/test/model/MoneyFlowIndexTechnicalValue.spec.js +1 -1
- package/test/model/MovingAverageConvergenceDivergenceTechnicalValue.spec.js +1 -1
- package/test/model/Municipality.spec.js +1 -1
- package/test/model/MunicipalityFinancial.spec.js +1 -1
- package/test/model/NegativeVolumeIndexTechnicalValue.spec.js +1 -1
- package/test/model/NewsTopic.spec.js +67 -0
- package/test/model/OnBalanceVolumeMeanTechnicalValue.spec.js +1 -1
- package/test/model/OnBalanceVolumeTechnicalValue.spec.js +1 -1
- package/test/model/Option.spec.js +1 -1
- package/test/model/OptionChain.spec.js +1 -1
- package/test/model/OptionChainEod.spec.js +1 -1
- package/test/model/OptionChainRealtime.spec.js +1 -1
- package/test/model/OptionContractsList.spec.js +1 -1
- package/test/model/OptionEod.spec.js +1 -1
- package/test/model/OptionFactorsRealtime.spec.js +1 -1
- package/test/model/OptionInterval.spec.js +1 -1
- package/test/model/OptionIntervalMover.spec.js +1 -1
- package/test/model/OptionIntervalsMoversResult.spec.js +1 -1
- package/test/model/OptionIntervalsResult.spec.js +1 -1
- package/test/model/OptionPrice.spec.js +1 -1
- package/test/model/OptionPriceBatchRealtime.spec.js +1 -1
- package/test/model/OptionPriceEod.spec.js +1 -1
- package/test/model/OptionPriceRealtime.spec.js +1 -1
- package/test/model/OptionPriceRealtimeExtended.spec.js +1 -1
- package/test/model/OptionRealtime.spec.js +1 -1
- package/test/model/OptionSnapshotGroup.spec.js +1 -1
- package/test/model/OptionSnapshotsResult.spec.js +1 -1
- package/test/model/OptionStatsRealtime.spec.js +1 -1
- package/test/model/OptionUnusualTrade.spec.js +1 -1
- package/test/model/Owner.spec.js +1 -1
- package/test/model/OwnerSummary.spec.js +1 -1
- package/test/model/RealtimeIndexPrice.spec.js +1 -1
- package/test/model/RealtimeIndexPriceIndex.spec.js +1 -1
- package/test/model/RealtimeStockPrice.spec.js +1 -1
- package/test/model/RealtimeStockPriceSecurity.spec.js +1 -1
- package/test/model/RelativeStrengthIndexTechnicalValue.spec.js +1 -1
- package/test/model/ReportedFinancial.spec.js +1 -1
- package/test/model/ReportedFinancialDimension.spec.js +1 -1
- package/test/model/ReportedTag.spec.js +1 -1
- package/test/model/SICIndex.spec.js +1 -1
- package/test/model/Security.spec.js +1 -1
- package/test/model/SecurityHistory.spec.js +1 -1
- package/test/model/SecurityHistoryListResult.spec.js +1 -1
- package/test/model/SecurityIntervalMover.spec.js +1 -1
- package/test/model/SecurityIntervalsMoversResult.spec.js +1 -1
- package/test/model/SecurityReplayFileResult.spec.js +1 -1
- package/test/model/SecurityScreenClause.spec.js +1 -1
- package/test/model/SecurityScreenGroup.spec.js +1 -1
- package/test/model/SecurityScreenResult.spec.js +1 -1
- package/test/model/SecurityScreenResultData.spec.js +1 -1
- package/test/model/SecuritySnapshotGroup.spec.js +1 -1
- package/test/model/SecuritySnapshotsResult.spec.js +1 -1
- package/test/model/SecuritySummary.spec.js +1 -1
- package/test/model/SecurityTrades.spec.js +1 -1
- package/test/model/SecurityTradesResult.spec.js +1 -1
- package/test/model/SimpleMovingAverageTechnicalValue.spec.js +1 -1
- package/test/model/StandardizedFinancial.spec.js +1 -1
- package/test/model/StandardizedFinancialsDimension.spec.js +1 -1
- package/test/model/StochasticOscillatorTechnicalValue.spec.js +1 -1
- package/test/model/StockExchange.spec.js +1 -1
- package/test/model/StockMarketIndex.spec.js +1 -1
- package/test/model/StockMarketIndexSummary.spec.js +1 -1
- package/test/model/StockPrice.spec.js +1 -1
- package/test/model/StockPriceAdjustment.spec.js +1 -1
- package/test/model/StockPriceAdjustmentSummary.spec.js +1 -1
- package/test/model/StockPriceInterval.spec.js +1 -1
- package/test/model/StockPriceSummary.spec.js +1 -1
- package/test/model/TechnicalIndicator.spec.js +1 -1
- package/test/model/TheaEntityAnswer.spec.js +1 -1
- package/test/model/TheaSourceDocument.spec.js +1 -1
- package/test/model/TripleExponentialAverageTechnicalValue.spec.js +1 -1
- package/test/model/TrueStrengthIndexTechnicalValue.spec.js +1 -1
- package/test/model/UltimateOscillatorTechnicalValue.spec.js +1 -1
- package/test/model/VolumePriceTrendTechnicalValue.spec.js +1 -1
- package/test/model/VolumeWeightedAveragePriceValue.spec.js +1 -1
- package/test/model/VortexIndicatorTechnicalValue.spec.js +1 -1
- package/test/model/WilliamsRTechnicalValue.spec.js +1 -1
- package/test/model/ZacksAnalystRating.spec.js +1 -1
- package/test/model/ZacksAnalystRatingSnapshot.spec.js +1 -1
- package/test/model/ZacksAnalystRatingSummary.spec.js +1 -1
- package/test/model/ZacksEPSEstimate.spec.js +1 -1
- package/test/model/ZacksEPSGrowthRate.spec.js +1 -1
- package/test/model/ZacksEPSSurprise.spec.js +1 -1
- package/test/model/ZacksEPSSurpriseSummary.spec.js +1 -1
- package/test/model/ZacksETFHolding.spec.js +1 -1
- package/test/model/ZacksInstitutionalHolding.spec.js +1 -1
- package/test/model/ZacksInstitutionalHoldingCompanyDetail.spec.js +1 -1
- package/test/model/ZacksInstitutionalHoldingCompanySummary.spec.js +1 -1
- package/test/model/ZacksInstitutionalHoldingHistoricalSummary.spec.js +1 -1
- package/test/model/ZacksInstitutionalHoldingOwnerDetail.spec.js +1 -1
- package/test/model/ZacksInstitutionalHoldingOwnerSummary.spec.js +1 -1
- package/test/model/ZacksLongTermGrowthRate.spec.js +1 -1
- package/test/model/ZacksSalesEstimate.spec.js +1 -1
- package/test/model/ZacksSalesSurprise.spec.js +1 -1
- package/test/model/ZacksSalesSurpriseSummary.spec.js +1 -1
- package/test/model/ZacksTargetPriceConsensus.spec.js +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@ To get an API key, [sign up here](https://intrinio.com/).
|
|
|
4
4
|
|
|
5
5
|
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
6
6
|
|
|
7
|
-
- API version: 2.
|
|
8
|
-
- Package version: 6.27.
|
|
7
|
+
- API version: 2.56.5
|
|
8
|
+
- Package version: 6.27.1
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -45,7 +45,7 @@ var intrinioSDK = require('intrinio-sdk');
|
|
|
45
45
|
const util = require('util')
|
|
46
46
|
|
|
47
47
|
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR API KEY";
|
|
48
|
-
|
|
48
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
49
49
|
|
|
50
50
|
var companyAPI = new intrinioSDK.CompanyApi()
|
|
51
51
|
|
|
@@ -486,6 +486,7 @@ Class | Method | HTTP request | Description
|
|
|
486
486
|
- [intrinioSDK.Municipality](docs/Municipality.md)
|
|
487
487
|
- [intrinioSDK.MunicipalityFinancial](docs/MunicipalityFinancial.md)
|
|
488
488
|
- [intrinioSDK.NegativeVolumeIndexTechnicalValue](docs/NegativeVolumeIndexTechnicalValue.md)
|
|
489
|
+
- [intrinioSDK.NewsTopic](docs/NewsTopic.md)
|
|
489
490
|
- [intrinioSDK.OnBalanceVolumeMeanTechnicalValue](docs/OnBalanceVolumeMeanTechnicalValue.md)
|
|
490
491
|
- [intrinioSDK.OnBalanceVolumeTechnicalValue](docs/OnBalanceVolumeTechnicalValue.md)
|
|
491
492
|
- [intrinioSDK.Option](docs/Option.md)
|
package/docs/CompanyApi.md
CHANGED
|
@@ -260,7 +260,20 @@ intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
|
260
260
|
var company = new intrinioSDK.CompanyApi();
|
|
261
261
|
|
|
262
262
|
var opts = {
|
|
263
|
+
'specificSource': null,
|
|
263
264
|
'pageSize': 100,
|
|
265
|
+
'sentiment': null,
|
|
266
|
+
'topic': null,
|
|
267
|
+
'company': "AAPL",
|
|
268
|
+
'security': "AAPL",
|
|
269
|
+
'startDate': null,
|
|
270
|
+
'endDate': null,
|
|
271
|
+
'language': null,
|
|
272
|
+
'wordCountGreaterThan': null,
|
|
273
|
+
'wordCountLessThan': null,
|
|
274
|
+
'isSpam': null,
|
|
275
|
+
'businessRelevanceGreaterThan': null,
|
|
276
|
+
'businessRelevanceLessThan': null,
|
|
264
277
|
'nextPage': null
|
|
265
278
|
};
|
|
266
279
|
|
|
@@ -281,7 +294,20 @@ company.getAllCompanyNews(opts).then(function(data) {
|
|
|
281
294
|
|
|
282
295
|
Name | Type | Description | Notes
|
|
283
296
|
------------- | ------------- | ------------- | -------------
|
|
284
|
-
**
|
|
297
|
+
**specificSource** | String| Only news from this source. | [optional]
|
|
298
|
+
**pageSize** | Number| The maximum number of results to return. | [optional] [default to 100]
|
|
299
|
+
**sentiment** | String| Filter by sentiment. Unsupported for yahoo source. | [optional]
|
|
300
|
+
**topic** | String| Filter by topic. Unsupported for yahoo source. | [optional]
|
|
301
|
+
**company** | String| Filter by `company` identifier (ticker, CIK, LEI, Intrinio ID) | [optional]
|
|
302
|
+
**security** | String| Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source. | [optional]
|
|
303
|
+
**startDate** | Date| Limit news stories to those on or after this date. | [optional]
|
|
304
|
+
**endDate** | Date| Limit news stories to those on or before this date. | [optional]
|
|
305
|
+
**language** | String| Filter by language. Unsupported for yahoo source. Unsupported for yahoo source. | [optional]
|
|
306
|
+
**wordCountGreaterThan** | Number| News stories will have a word count greater than this value. Unsupported for yahoo source. | [optional]
|
|
307
|
+
**wordCountLessThan** | Number| News stories will have a word count less than this value. Unsupported for yahoo source. | [optional]
|
|
308
|
+
**isSpam** | Boolean| Filter whether it is marked as spam or not. Unsupported for yahoo source. | [optional]
|
|
309
|
+
**businessRelevanceGreaterThan** | Number| News stories will have a business relevance score more than this value. Unsupported for yahoo source. | [optional]
|
|
310
|
+
**businessRelevanceLessThan** | Number| News stories will have a business relevance score less than this value. Unsupported for yahoo source. | [optional]
|
|
285
311
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
286
312
|
<br/>
|
|
287
313
|
|
|
@@ -1149,7 +1175,19 @@ var identifier = "AAPL";
|
|
|
1149
1175
|
|
|
1150
1176
|
|
|
1151
1177
|
var opts = {
|
|
1178
|
+
'specificSource': null,
|
|
1152
1179
|
'pageSize': 100,
|
|
1180
|
+
'sentiment': null,
|
|
1181
|
+
'topic': null,
|
|
1182
|
+
'security': "AAPL",
|
|
1183
|
+
'startDate': null,
|
|
1184
|
+
'endDate': null,
|
|
1185
|
+
'language': null,
|
|
1186
|
+
'wordCountGreaterThan': null,
|
|
1187
|
+
'wordCountLessThan': null,
|
|
1188
|
+
'isSpam': null,
|
|
1189
|
+
'businessRelevanceGreaterThan': null,
|
|
1190
|
+
'businessRelevanceLessThan': null,
|
|
1153
1191
|
'nextPage': null
|
|
1154
1192
|
};
|
|
1155
1193
|
|
|
@@ -1171,7 +1209,19 @@ company.getCompanyNews(identifier, opts).then(function(data) {
|
|
|
1171
1209
|
Name | Type | Description | Notes
|
|
1172
1210
|
------------- | ------------- | ------------- | -------------
|
|
1173
1211
|
**identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) |
|
|
1174
|
-
**
|
|
1212
|
+
**specificSource** | String| Only news from this source | [optional]
|
|
1213
|
+
**pageSize** | Number| The maximum number of results to return | [optional] [default to 100]
|
|
1214
|
+
**sentiment** | String| Filter by sentiment. Unsupported for yahoo source. | [optional]
|
|
1215
|
+
**topic** | String| Filter by topic. Unsupported for yahoo source. | [optional]
|
|
1216
|
+
**security** | String| Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source. | [optional]
|
|
1217
|
+
**startDate** | Date| Limit news stories to those on or after this date | [optional]
|
|
1218
|
+
**endDate** | Date| Limit news stories to those on or before this date | [optional]
|
|
1219
|
+
**language** | String| Filter by language. Unsupported for yahoo source. | [optional]
|
|
1220
|
+
**wordCountGreaterThan** | Number| News stories will have a word count greater than this value. Unsupported for yahoo source. | [optional]
|
|
1221
|
+
**wordCountLessThan** | Number| News stories will have a word count less than this value. Unsupported for yahoo source. | [optional]
|
|
1222
|
+
**isSpam** | Boolean| Filter whether it is marked as spam or not. Unsupported for yahoo source. | [optional]
|
|
1223
|
+
**businessRelevanceGreaterThan** | Number| News stories will have a business relevance score more than this value. Unsupported for yahoo source. | [optional]
|
|
1224
|
+
**businessRelevanceLessThan** | Number| News stories will have a business relevance score less than this value. Unsupported for yahoo source. | [optional]
|
|
1175
1225
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
1176
1226
|
<br/>
|
|
1177
1227
|
|
package/docs/CompanyNews.md
CHANGED
|
@@ -16,7 +16,16 @@ Name | Type | Description
|
|
|
16
16
|
**publicationDate** | Date | The publication date of the news article
|
|
17
17
|
**url** | String | The url of the news article
|
|
18
18
|
**summary** | String | A summary of the news article
|
|
19
|
+
**source** | String | The news source.
|
|
19
20
|
**company** | [**CompanySummary**](CompanySummary.md) | The Company to which the new article pertains
|
|
21
|
+
**topics** | [**[NewsTopic]**](NewsTopic.md) |
|
|
22
|
+
**copyright** | String | The copyright of the news article
|
|
23
|
+
**language** | String | The language code of the news article
|
|
24
|
+
**wordCount** | Number | The word count of the news article
|
|
25
|
+
**spam** | Boolean | Whether the news article is marked as spam or not
|
|
26
|
+
**businessRelevance** | Number | How strongly correlated the news article is to the business
|
|
27
|
+
**articleSentiment** | String | The news sentiment.
|
|
28
|
+
**articleSentimentConfidence** | Number | The confidence score of the sentiment rating
|
|
20
29
|
|
|
21
30
|
[//]: # (END_DEFINITION)
|
|
22
31
|
|
|
@@ -24,6 +33,30 @@ Name | Type | Description
|
|
|
24
33
|
[//]: # (CONTAINED_CLASS:CompanySummary)
|
|
25
34
|
|
|
26
35
|
|
|
36
|
+
[//]: # (CONTAINED_CLASS:NewsTopic)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
<br/>
|
|
41
|
+
|
|
42
|
+
#### Enum: SourceEnum**
|
|
43
|
+
|
|
44
|
+
Name | Value
|
|
45
|
+
---- | -----
|
|
46
|
+
yahoo | "yahoo"
|
|
47
|
+
moody | "moody"
|
|
48
|
+
moody_us_news | "moody_us_news"
|
|
49
|
+
moody_us_press_releases | "moody_us_press_releases"
|
|
50
|
+
|
|
51
|
+
<br/>
|
|
52
|
+
|
|
53
|
+
#### Enum: ArticleSentimentEnum**
|
|
54
|
+
|
|
55
|
+
Name | Value
|
|
56
|
+
---- | -----
|
|
57
|
+
positive | "positive"
|
|
58
|
+
neutral | "neutral"
|
|
59
|
+
negative | "negative"
|
|
27
60
|
|
|
28
61
|
|
|
29
62
|
|
|
@@ -16,10 +16,43 @@ Name | Type | Description
|
|
|
16
16
|
**publicationDate** | Date | The publication date of the news article
|
|
17
17
|
**url** | String | The url of the news article
|
|
18
18
|
**summary** | String | A summary of the news article
|
|
19
|
+
**source** | String | The news source.
|
|
20
|
+
**topics** | [**[NewsTopic]**](NewsTopic.md) |
|
|
21
|
+
**copyright** | String | The copyright of the news article
|
|
22
|
+
**language** | String | The language code of the news article
|
|
23
|
+
**wordCount** | Number | The word count of the news article
|
|
24
|
+
**spam** | Boolean | Whether the news article is marked as spam or not
|
|
25
|
+
**businessRelevance** | Number | How strongly correlated the news article is to the business
|
|
26
|
+
**articleSentiment** | String | The news sentiment.
|
|
27
|
+
**articleSentimentConfidence** | Number | The confidence score of the sentiment rating
|
|
19
28
|
|
|
20
29
|
[//]: # (END_DEFINITION)
|
|
21
30
|
|
|
22
31
|
|
|
32
|
+
[//]: # (CONTAINED_CLASS:NewsTopic)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
<br/>
|
|
37
|
+
|
|
38
|
+
#### Enum: SourceEnum**
|
|
39
|
+
|
|
40
|
+
Name | Value
|
|
41
|
+
---- | -----
|
|
42
|
+
yahoo | "yahoo"
|
|
43
|
+
moody | "moody"
|
|
44
|
+
moody_us_news | "moody_us_news"
|
|
45
|
+
moody_us_press_releases | "moody_us_press_releases"
|
|
46
|
+
|
|
47
|
+
<br/>
|
|
48
|
+
|
|
49
|
+
#### Enum: ArticleSentimentEnum**
|
|
50
|
+
|
|
51
|
+
Name | Value
|
|
52
|
+
---- | -----
|
|
53
|
+
positive | "positive"
|
|
54
|
+
neutral | "neutral"
|
|
55
|
+
negative | "negative"
|
|
23
56
|
|
|
24
57
|
|
|
25
58
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:NewsTopic)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### NewsTopic
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**name** | String | The description of the topic.
|
|
15
|
+
|
|
16
|
+
[//]: # (END_DEFINITION)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
package/docs/OptionsApi.md
CHANGED
|
@@ -155,7 +155,8 @@ var symbol = "MSFT";
|
|
|
155
155
|
var opts = {
|
|
156
156
|
'after': "2022-01-01",
|
|
157
157
|
'before': "2023-04-01",
|
|
158
|
-
'source': null
|
|
158
|
+
'source': null,
|
|
159
|
+
'includeRelatedSymbols': false
|
|
159
160
|
};
|
|
160
161
|
|
|
161
162
|
options.getOptionExpirationsRealtime(symbol, opts).then(function(data) {
|
|
@@ -179,6 +180,7 @@ Name | Type | Description | Notes
|
|
|
179
180
|
**after** | String| Return option contract expiration dates after this date. | [optional]
|
|
180
181
|
**before** | String| Return option contract expiration dates before this date. | [optional]
|
|
181
182
|
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
|
183
|
+
**includeRelatedSymbols** | Boolean| Include related symbols that end in a 1 or 2 because of a corporate action. | [optional]
|
|
182
184
|
<br/>
|
|
183
185
|
|
|
184
186
|
[//]: # (END_PARAMETERS)
|
|
@@ -245,7 +247,8 @@ var opts = {
|
|
|
245
247
|
'source': null,
|
|
246
248
|
'stockPriceSource': null,
|
|
247
249
|
'model': null,
|
|
248
|
-
'showExtendedPrice': null
|
|
250
|
+
'showExtendedPrice': null,
|
|
251
|
+
'includeRelatedSymbols': false
|
|
249
252
|
};
|
|
250
253
|
|
|
251
254
|
options.getOptionStrikesRealtime(symbol, strike, opts).then(function(data) {
|
|
@@ -271,6 +274,7 @@ Name | Type | Description | Notes
|
|
|
271
274
|
**stockPriceSource** | String| Source for underlying price for calculating Greeks. | [optional]
|
|
272
275
|
**model** | String| Model for calculating Greek values. Default is black_scholes. | [optional]
|
|
273
276
|
**showExtendedPrice** | Boolean| Whether to include open close high low type fields. | [optional]
|
|
277
|
+
**includeRelatedSymbols** | Boolean| Include related symbols that end in a 1 or 2 because of a corporate action. | [optional]
|
|
274
278
|
<br/>
|
|
275
279
|
|
|
276
280
|
[//]: # (END_PARAMETERS)
|
|
@@ -440,7 +444,8 @@ var opts = {
|
|
|
440
444
|
'expiration': "2022-04-16",
|
|
441
445
|
'expirationAfter': "2022-01-01",
|
|
442
446
|
'expirationBefore': "2023-12-31",
|
|
443
|
-
'source': null
|
|
447
|
+
'source': null,
|
|
448
|
+
'includeRelatedSymbols': false
|
|
444
449
|
};
|
|
445
450
|
|
|
446
451
|
options.getOptionsBySymbolRealtime(symbol, opts).then(function(data) {
|
|
@@ -469,6 +474,7 @@ Name | Type | Description | Notes
|
|
|
469
474
|
**expirationAfter** | String| The expiration date of the option contract. This will return options contracts with expiration dates after this date. | [optional]
|
|
470
475
|
**expirationBefore** | String| The expiration date of the option contract. This will return options contracts with expiration dates before this date. | [optional]
|
|
471
476
|
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
|
477
|
+
**includeRelatedSymbols** | Boolean| Include related symbols that end in a 1 or 2 because of a corporate action. | [optional]
|
|
472
478
|
<br/>
|
|
473
479
|
|
|
474
480
|
[//]: # (END_PARAMETERS)
|
|
@@ -634,7 +640,8 @@ var opts = {
|
|
|
634
640
|
'strike': null,
|
|
635
641
|
'strikeGreaterThan': null,
|
|
636
642
|
'strikeLessThan': null,
|
|
637
|
-
'date': null
|
|
643
|
+
'date': null,
|
|
644
|
+
'includeRelatedSymbols': false
|
|
638
645
|
};
|
|
639
646
|
|
|
640
647
|
options.getOptionsChainEod(symbol, expiration, opts).then(function(data) {
|
|
@@ -661,6 +668,7 @@ Name | Type | Description | Notes
|
|
|
661
668
|
**strikeGreaterThan** | Number| The strike price of the option contract. This will return options contracts with strike prices greater than this price. | [optional]
|
|
662
669
|
**strikeLessThan** | Number| The strike price of the option contract. This will return options contracts with strike prices less than this price. | [optional]
|
|
663
670
|
**date** | Date| The date to retrieve prices for | [optional]
|
|
671
|
+
**includeRelatedSymbols** | Boolean| Include related symbols that end in a 1 or 2 because of a corporate action. | [optional]
|
|
664
672
|
<br/>
|
|
665
673
|
|
|
666
674
|
[//]: # (END_PARAMETERS)
|
|
@@ -736,7 +744,8 @@ var opts = {
|
|
|
736
744
|
'moneyness': null,
|
|
737
745
|
'stockPriceSource': null,
|
|
738
746
|
'model': null,
|
|
739
|
-
'showExtendedPrice': null
|
|
747
|
+
'showExtendedPrice': null,
|
|
748
|
+
'includeRelatedSymbols': false
|
|
740
749
|
};
|
|
741
750
|
|
|
742
751
|
options.getOptionsChainRealtime(symbol, expiration, opts).then(function(data) {
|
|
@@ -771,6 +780,7 @@ Name | Type | Description | Notes
|
|
|
771
780
|
**stockPriceSource** | String| Source for underlying price for calculating Greeks. | [optional]
|
|
772
781
|
**model** | String| Model for calculating Greek values. Default is black_scholes. | [optional]
|
|
773
782
|
**showExtendedPrice** | Boolean| Whether to include open close high low type fields. | [optional]
|
|
783
|
+
**includeRelatedSymbols** | Boolean| Include related symbols that end in a 1 or 2 because of a corporate action. | [optional]
|
|
774
784
|
<br/>
|
|
775
785
|
|
|
776
786
|
[//]: # (END_PARAMETERS)
|
|
@@ -920,7 +930,8 @@ var symbol = "MSFT";
|
|
|
920
930
|
|
|
921
931
|
var opts = {
|
|
922
932
|
'after': "2019-01-01",
|
|
923
|
-
'before': "2019-12-31"
|
|
933
|
+
'before': "2019-12-31",
|
|
934
|
+
'includeRelatedSymbols': false
|
|
924
935
|
};
|
|
925
936
|
|
|
926
937
|
options.getOptionsExpirationsEod(symbol, opts).then(function(data) {
|
|
@@ -943,6 +954,7 @@ Name | Type | Description | Notes
|
|
|
943
954
|
**symbol** | String| The option symbol, corresponding to the underlying security. |
|
|
944
955
|
**after** | String| Return option contract expiration dates after this date. | [optional]
|
|
945
956
|
**before** | String| Return option contract expiration dates before this date. | [optional]
|
|
957
|
+
**includeRelatedSymbols** | Boolean| Include related symbols that end in a 1 or 2 because of a corporate action. | [optional]
|
|
946
958
|
<br/>
|
|
947
959
|
|
|
948
960
|
[//]: # (END_PARAMETERS)
|
package/docs/SecurityApi.md
CHANGED
|
@@ -4745,6 +4745,8 @@ var opts = {
|
|
|
4745
4745
|
'endTime': null,
|
|
4746
4746
|
'timezone': "UTC",
|
|
4747
4747
|
'pageSize': 100,
|
|
4748
|
+
'darkpoolOnly': false,
|
|
4749
|
+
'minSize': 100,
|
|
4748
4750
|
'nextPage': null
|
|
4749
4751
|
};
|
|
4750
4752
|
|
|
@@ -4772,6 +4774,8 @@ Name | Type | Description | Notes
|
|
|
4772
4774
|
**endTime** | String| The end time for the data being requested. | [optional]
|
|
4773
4775
|
**timezone** | String| The timezone the start and end date/times use. | [optional] [default to UTC]
|
|
4774
4776
|
**pageSize** | Number| The maximum number of results to return per page. | [optional] [default to 100]
|
|
4777
|
+
**darkpoolOnly** | Boolean| Set to true to show only darkpool trades | [optional] [default to false]
|
|
4778
|
+
**minSize** | Number| Trades must be larger or equal to this size. | [optional]
|
|
4775
4779
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
4776
4780
|
<br/>
|
|
4777
4781
|
|
|
@@ -4843,6 +4847,7 @@ var opts = {
|
|
|
4843
4847
|
'timezone': "UTC",
|
|
4844
4848
|
'darkpoolOnly': false,
|
|
4845
4849
|
'pageSize': 100,
|
|
4850
|
+
'minSize': 100,
|
|
4846
4851
|
'nextPage': null
|
|
4847
4852
|
};
|
|
4848
4853
|
|
|
@@ -4872,6 +4877,7 @@ Name | Type | Description | Notes
|
|
|
4872
4877
|
**timezone** | String| The timezone the start and end date/times use. | [optional] [default to UTC]
|
|
4873
4878
|
**darkpoolOnly** | Boolean| Set to true to show only darkpool trades | [optional] [default to false]
|
|
4874
4879
|
**pageSize** | Number| The maximum number of results to return per page. | [optional] [default to 100]
|
|
4880
|
+
**minSize** | Number| Trades must be larger or equal to this size. | [optional]
|
|
4875
4881
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
4876
4882
|
<br/>
|
|
4877
4883
|
|
package/package.json
CHANGED
package/src/ApiClient.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.56.5
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
34
|
* @module ApiClient
|
|
35
|
-
* @version 6.27.
|
|
35
|
+
* @version 6.27.1
|
|
36
36
|
*/
|
|
37
37
|
|
|
38
38
|
/**
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.56.5
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* BulkDownloads service.
|
|
35
35
|
* @module api/BulkDownloadsApi
|
|
36
|
-
* @version 6.27.
|
|
36
|
+
* @version 6.27.1
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/CompanyApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.56.5
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Company service.
|
|
35
35
|
* @module api/CompanyApi
|
|
36
|
-
* @version 6.27.
|
|
36
|
+
* @version 6.27.1
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -196,7 +196,20 @@
|
|
|
196
196
|
* All News
|
|
197
197
|
* Returns the latest news article links, headlines and summaries for all US traded companies allowing you to keep a pulse on companies and their business operations.
|
|
198
198
|
* @param {Object} opts Optional parameters
|
|
199
|
-
* @param {
|
|
199
|
+
* @param {module:model/String} opts.specificSource Only news from this source.
|
|
200
|
+
* @param {Number} opts.pageSize The maximum number of results to return. (default to 100)
|
|
201
|
+
* @param {module:model/String} opts.sentiment Filter by sentiment. Unsupported for yahoo source.
|
|
202
|
+
* @param {String} opts.topic Filter by topic. Unsupported for yahoo source.
|
|
203
|
+
* @param {String} opts.company Filter by `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
|
204
|
+
* @param {String} opts.security Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source.
|
|
205
|
+
* @param {Date} opts.startDate Limit news stories to those on or after this date.
|
|
206
|
+
* @param {Date} opts.endDate Limit news stories to those on or before this date.
|
|
207
|
+
* @param {String} opts.language Filter by language. Unsupported for yahoo source. Unsupported for yahoo source.
|
|
208
|
+
* @param {Number} opts.wordCountGreaterThan News stories will have a word count greater than this value. Unsupported for yahoo source.
|
|
209
|
+
* @param {Number} opts.wordCountLessThan News stories will have a word count less than this value. Unsupported for yahoo source.
|
|
210
|
+
* @param {Boolean} opts.isSpam Filter whether it is marked as spam or not. Unsupported for yahoo source.
|
|
211
|
+
* @param {Number} opts.businessRelevanceGreaterThan News stories will have a business relevance score more than this value. Unsupported for yahoo source.
|
|
212
|
+
* @param {Number} opts.businessRelevanceLessThan News stories will have a business relevance score less than this value. Unsupported for yahoo source.
|
|
200
213
|
* @param {String} opts.nextPage Gets the next page of data from a previous API call
|
|
201
214
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseNews} and HTTP response
|
|
202
215
|
*/
|
|
@@ -208,7 +221,20 @@
|
|
|
208
221
|
var pathParams = {
|
|
209
222
|
};
|
|
210
223
|
var queryParams = {
|
|
224
|
+
'specific_source': opts['specificSource'],
|
|
211
225
|
'page_size': opts['pageSize'],
|
|
226
|
+
'sentiment': opts['sentiment'],
|
|
227
|
+
'topic': opts['topic'],
|
|
228
|
+
'company': opts['company'],
|
|
229
|
+
'security': opts['security'],
|
|
230
|
+
'start_date': opts['startDate'],
|
|
231
|
+
'end_date': opts['endDate'],
|
|
232
|
+
'language': opts['language'],
|
|
233
|
+
'word_count_greater_than': opts['wordCountGreaterThan'],
|
|
234
|
+
'word_count_less_than': opts['wordCountLessThan'],
|
|
235
|
+
'is_spam': opts['isSpam'],
|
|
236
|
+
'business_relevance_greater_than': opts['businessRelevanceGreaterThan'],
|
|
237
|
+
'business_relevance_less_than': opts['businessRelevanceLessThan'],
|
|
212
238
|
'next_page': opts['nextPage'],
|
|
213
239
|
};
|
|
214
240
|
var collectionQueryParams = {
|
|
@@ -234,7 +260,20 @@
|
|
|
234
260
|
* All News
|
|
235
261
|
* Returns the latest news article links, headlines and summaries for all US traded companies allowing you to keep a pulse on companies and their business operations.
|
|
236
262
|
* @param {Object} opts Optional parameters
|
|
237
|
-
* @param {
|
|
263
|
+
* @param {module:model/String} opts.specificSource Only news from this source.
|
|
264
|
+
* @param {Number} opts.pageSize The maximum number of results to return. (default to 100)
|
|
265
|
+
* @param {module:model/String} opts.sentiment Filter by sentiment. Unsupported for yahoo source.
|
|
266
|
+
* @param {String} opts.topic Filter by topic. Unsupported for yahoo source.
|
|
267
|
+
* @param {String} opts.company Filter by `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
|
268
|
+
* @param {String} opts.security Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source.
|
|
269
|
+
* @param {Date} opts.startDate Limit news stories to those on or after this date.
|
|
270
|
+
* @param {Date} opts.endDate Limit news stories to those on or before this date.
|
|
271
|
+
* @param {String} opts.language Filter by language. Unsupported for yahoo source. Unsupported for yahoo source.
|
|
272
|
+
* @param {Number} opts.wordCountGreaterThan News stories will have a word count greater than this value. Unsupported for yahoo source.
|
|
273
|
+
* @param {Number} opts.wordCountLessThan News stories will have a word count less than this value. Unsupported for yahoo source.
|
|
274
|
+
* @param {Boolean} opts.isSpam Filter whether it is marked as spam or not. Unsupported for yahoo source.
|
|
275
|
+
* @param {Number} opts.businessRelevanceGreaterThan News stories will have a business relevance score more than this value. Unsupported for yahoo source.
|
|
276
|
+
* @param {Number} opts.businessRelevanceLessThan News stories will have a business relevance score less than this value. Unsupported for yahoo source.
|
|
238
277
|
* @param {String} opts.nextPage Gets the next page of data from a previous API call
|
|
239
278
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseNews}
|
|
240
279
|
*/
|
|
@@ -888,7 +927,19 @@
|
|
|
888
927
|
* Returns the latest and historical news article links, headlines and summaries for a specified US traded company.
|
|
889
928
|
* @param {String} identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
|
890
929
|
* @param {Object} opts Optional parameters
|
|
891
|
-
* @param {
|
|
930
|
+
* @param {module:model/String} opts.specificSource Only news from this source
|
|
931
|
+
* @param {Number} opts.pageSize The maximum number of results to return (default to 100)
|
|
932
|
+
* @param {module:model/String} opts.sentiment Filter by sentiment. Unsupported for yahoo source.
|
|
933
|
+
* @param {String} opts.topic Filter by topic. Unsupported for yahoo source.
|
|
934
|
+
* @param {String} opts.security Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source.
|
|
935
|
+
* @param {Date} opts.startDate Limit news stories to those on or after this date
|
|
936
|
+
* @param {Date} opts.endDate Limit news stories to those on or before this date
|
|
937
|
+
* @param {String} opts.language Filter by language. Unsupported for yahoo source.
|
|
938
|
+
* @param {Number} opts.wordCountGreaterThan News stories will have a word count greater than this value. Unsupported for yahoo source.
|
|
939
|
+
* @param {Number} opts.wordCountLessThan News stories will have a word count less than this value. Unsupported for yahoo source.
|
|
940
|
+
* @param {Boolean} opts.isSpam Filter whether it is marked as spam or not. Unsupported for yahoo source.
|
|
941
|
+
* @param {Number} opts.businessRelevanceGreaterThan News stories will have a business relevance score more than this value. Unsupported for yahoo source.
|
|
942
|
+
* @param {Number} opts.businessRelevanceLessThan News stories will have a business relevance score less than this value. Unsupported for yahoo source.
|
|
892
943
|
* @param {String} opts.nextPage Gets the next page of data from a previous API call
|
|
893
944
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseCompanyNews} and HTTP response
|
|
894
945
|
*/
|
|
@@ -906,7 +957,19 @@
|
|
|
906
957
|
'identifier': identifier
|
|
907
958
|
};
|
|
908
959
|
var queryParams = {
|
|
960
|
+
'specific_source': opts['specificSource'],
|
|
909
961
|
'page_size': opts['pageSize'],
|
|
962
|
+
'sentiment': opts['sentiment'],
|
|
963
|
+
'topic': opts['topic'],
|
|
964
|
+
'security': opts['security'],
|
|
965
|
+
'start_date': opts['startDate'],
|
|
966
|
+
'end_date': opts['endDate'],
|
|
967
|
+
'language': opts['language'],
|
|
968
|
+
'word_count_greater_than': opts['wordCountGreaterThan'],
|
|
969
|
+
'word_count_less_than': opts['wordCountLessThan'],
|
|
970
|
+
'is_spam': opts['isSpam'],
|
|
971
|
+
'business_relevance_greater_than': opts['businessRelevanceGreaterThan'],
|
|
972
|
+
'business_relevance_less_than': opts['businessRelevanceLessThan'],
|
|
910
973
|
'next_page': opts['nextPage'],
|
|
911
974
|
};
|
|
912
975
|
var collectionQueryParams = {
|
|
@@ -933,7 +996,19 @@
|
|
|
933
996
|
* Returns the latest and historical news article links, headlines and summaries for a specified US traded company.
|
|
934
997
|
* @param {String} identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
|
935
998
|
* @param {Object} opts Optional parameters
|
|
936
|
-
* @param {
|
|
999
|
+
* @param {module:model/String} opts.specificSource Only news from this source
|
|
1000
|
+
* @param {Number} opts.pageSize The maximum number of results to return (default to 100)
|
|
1001
|
+
* @param {module:model/String} opts.sentiment Filter by sentiment. Unsupported for yahoo source.
|
|
1002
|
+
* @param {String} opts.topic Filter by topic. Unsupported for yahoo source.
|
|
1003
|
+
* @param {String} opts.security Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source.
|
|
1004
|
+
* @param {Date} opts.startDate Limit news stories to those on or after this date
|
|
1005
|
+
* @param {Date} opts.endDate Limit news stories to those on or before this date
|
|
1006
|
+
* @param {String} opts.language Filter by language. Unsupported for yahoo source.
|
|
1007
|
+
* @param {Number} opts.wordCountGreaterThan News stories will have a word count greater than this value. Unsupported for yahoo source.
|
|
1008
|
+
* @param {Number} opts.wordCountLessThan News stories will have a word count less than this value. Unsupported for yahoo source.
|
|
1009
|
+
* @param {Boolean} opts.isSpam Filter whether it is marked as spam or not. Unsupported for yahoo source.
|
|
1010
|
+
* @param {Number} opts.businessRelevanceGreaterThan News stories will have a business relevance score more than this value. Unsupported for yahoo source.
|
|
1011
|
+
* @param {Number} opts.businessRelevanceLessThan News stories will have a business relevance score less than this value. Unsupported for yahoo source.
|
|
937
1012
|
* @param {String} opts.nextPage Gets the next page of data from a previous API call
|
|
938
1013
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseCompanyNews}
|
|
939
1014
|
*/
|
package/src/api/DataPointApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.56.5
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* DataPoint service.
|
|
35
35
|
* @module api/DataPointApi
|
|
36
|
-
* @version 6.27.
|
|
36
|
+
* @version 6.27.1
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/DataTagApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.56.5
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* DataTag service.
|
|
35
35
|
* @module api/DataTagApi
|
|
36
|
-
* @version 6.27.
|
|
36
|
+
* @version 6.27.1
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/ESGApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.56.5
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* ESG service.
|
|
35
35
|
* @module api/ESGApi
|
|
36
|
-
* @version 6.27.
|
|
36
|
+
* @version 6.27.1
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/ETFsApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.56.5
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* ETFs service.
|
|
35
35
|
* @module api/ETFsApi
|
|
36
|
-
* @version 6.27.
|
|
36
|
+
* @version 6.27.1
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/FilingApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.56.5
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Filing service.
|
|
35
35
|
* @module api/FilingApi
|
|
36
|
-
* @version 6.27.
|
|
36
|
+
* @version 6.27.1
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|