intrinio-sdk 6.30.0 → 6.32.0
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 +9 -3
- package/docs/ApiResponseSecurityQuote.md +9 -0
- package/docs/ApiResponseStockExchangeMovers.md +28 -0
- package/docs/ApiResponseStockExchangeQuote.md +28 -0
- package/docs/BulkDownloadSummary.md +1 -0
- package/docs/CompanyApi.md +3 -3
- package/docs/OptionsApi.md +10 -2
- package/docs/RealtimeStockPrice.md +8 -0
- package/docs/SecurityApi.md +2 -2
- package/docs/StockExchangeApi.md +269 -0
- package/docs/StockExchangeMover.md +27 -0
- package/package.json +1 -1
- package/src/ApiClient.js +2 -2
- package/src/api/BulkDownloadsApi.js +2 -2
- package/src/api/CompanyApi.js +6 -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 +14 -2
- package/src/api/OwnersApi.js +2 -2
- package/src/api/SecurityApi.js +6 -6
- package/src/api/StockExchangeApi.js +215 -6
- package/src/api/TechnicalApi.js +2 -2
- package/src/api/ZacksApi.js +2 -2
- package/src/index.js +20 -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/ApiResponseCompanyNewsBody.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/ApiResponseEodIndexPrices.js +2 -2
- package/src/model/ApiResponseEodIndexPricesAll.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/ApiResponseIndex.js +2 -2
- package/src/model/ApiResponseIndices.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/ApiResponseOptionsAggregates.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/ApiResponseOptionsPricesByTickerRealtime.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/ApiResponseRealtimeIndexPrices.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/ApiResponseSecurityQuote.js +83 -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/ApiResponseStockExchangeMovers.js +91 -0
- package/src/model/ApiResponseStockExchangeQuote.js +91 -0
- 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/ApiResponseZacksEBITDAConsensus.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/ApiResponseZacksForwardPEs.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 +11 -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 +2 -2
- package/src/model/CompanyNewsSummary.js +2 -2
- 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/EodIndexPrice.js +2 -2
- package/src/model/EodIndexPriceSummary.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 +2 -2
- 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/OptionsAggregate.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 +74 -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/StockExchangeMover.js +137 -0
- 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/ZacksEBITDAConsensus.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/ZacksForwardPE.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 +31 -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/ApiResponseCompanyNewsBody.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/ApiResponseEodIndexPrices.spec.js +1 -1
- package/test/model/ApiResponseEodIndexPricesAll.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/ApiResponseIndex.spec.js +1 -1
- package/test/model/ApiResponseIndices.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/ApiResponseOptionsAggregates.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/ApiResponseOptionsPricesByTickerRealtime.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/ApiResponseRealtimeIndexPrices.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/ApiResponseSecurityQuote.spec.js +55 -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/ApiResponseStockExchangeMovers.spec.js +73 -0
- package/test/model/ApiResponseStockExchangeQuote.spec.js +73 -0
- 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/ApiResponseZacksEBITDAConsensus.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/ApiResponseZacksForwardPEs.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 +7 -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 +1 -1
- package/test/model/CompanyNewsSummary.spec.js +1 -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/EodIndexPrice.spec.js +1 -1
- package/test/model/EodIndexPriceSummary.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 +1 -1
- 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/OptionsAggregate.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 +49 -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/StockExchangeMover.spec.js +103 -0
- 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/ZacksEBITDAConsensus.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/ZacksForwardPE.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.
|
|
7
|
+
- API version: 2.72.2
|
|
8
|
+
- Package version: 6.32.0
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -86,7 +86,7 @@ Class | Method | HTTP request | Description
|
|
|
86
86
|
*intrinioSDK.CompanyApi* | [**getCompanyHistoricalData**](docs/CompanyApi.md#getCompanyHistoricalData) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
|
|
87
87
|
*intrinioSDK.CompanyApi* | [**getCompanyIpos**](docs/CompanyApi.md#getCompanyIpos) | **GET** /companies/ipos | IPOs
|
|
88
88
|
*intrinioSDK.CompanyApi* | [**getCompanyNews**](docs/CompanyApi.md#getCompanyNews) | **GET** /companies/{identifier}/news | All News by Company
|
|
89
|
-
*intrinioSDK.CompanyApi* | [**getCompanyNewsBody**](docs/CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body |
|
|
89
|
+
*intrinioSDK.CompanyApi* | [**getCompanyNewsBody**](docs/CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body | News Article Body
|
|
90
90
|
*intrinioSDK.CompanyApi* | [**getCompanyPublicFloat**](docs/CompanyApi.md#getCompanyPublicFloat) | **GET** /companies/{identifier}/public_float | Get Company's public float
|
|
91
91
|
*intrinioSDK.CompanyApi* | [**getCompanySecurities**](docs/CompanyApi.md#getCompanySecurities) | **GET** /companies/{identifier}/securities | All Securities by Company
|
|
92
92
|
*intrinioSDK.CompanyApi* | [**insiderTransactionFilingsByCompany**](docs/CompanyApi.md#insiderTransactionFilingsByCompany) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
|
|
@@ -254,8 +254,11 @@ Class | Method | HTTP request | Description
|
|
|
254
254
|
*intrinioSDK.SecurityApi* | [**searchSecurities**](docs/SecurityApi.md#searchSecurities) | **GET** /securities/search | Search Securities
|
|
255
255
|
*intrinioSDK.StockExchangeApi* | [**getAllStockExchanges**](docs/StockExchangeApi.md#getAllStockExchanges) | **GET** /stock_exchanges | All Stock Exchanges
|
|
256
256
|
*intrinioSDK.StockExchangeApi* | [**getStockExchangeById**](docs/StockExchangeApi.md#getStockExchangeById) | **GET** /stock_exchanges/{identifier} | Lookup Stock Exchange
|
|
257
|
+
*intrinioSDK.StockExchangeApi* | [**getStockExchangeGainers**](docs/StockExchangeApi.md#getStockExchangeGainers) | **GET** /stock_exchanges/{identifier}/gainers | Top Gainers by Exchange
|
|
258
|
+
*intrinioSDK.StockExchangeApi* | [**getStockExchangeLosers**](docs/StockExchangeApi.md#getStockExchangeLosers) | **GET** /stock_exchanges/{identifier}/losers | Top Losers by Exchange
|
|
257
259
|
*intrinioSDK.StockExchangeApi* | [**getStockExchangePriceAdjustments**](docs/StockExchangeApi.md#getStockExchangePriceAdjustments) | **GET** /stock_exchanges/{identifier}/prices/adjustments | Stock Price Adjustments by Exchange
|
|
258
260
|
*intrinioSDK.StockExchangeApi* | [**getStockExchangePrices**](docs/StockExchangeApi.md#getStockExchangePrices) | **GET** /stock_exchanges/{identifier}/prices | Stock Prices by Exchange
|
|
261
|
+
*intrinioSDK.StockExchangeApi* | [**getStockExchangeQuote**](docs/StockExchangeApi.md#getStockExchangeQuote) | **GET** /stock_exchanges/{identifier}/quote | Realtime Quote Prices by Exchange
|
|
259
262
|
*intrinioSDK.StockExchangeApi* | [**getStockExchangeRealtimePrices**](docs/StockExchangeApi.md#getStockExchangeRealtimePrices) | **GET** /stock_exchanges/{identifier}/prices/realtime | Realtime Stock Prices by Exchange
|
|
260
263
|
*intrinioSDK.StockExchangeApi* | [**getStockExchangeSecurities**](docs/StockExchangeApi.md#getStockExchangeSecurities) | **GET** /stock_exchanges/{identifier}/securities | Securities by Exchange
|
|
261
264
|
*intrinioSDK.TechnicalApi* | [**getSecurityPriceTechnicalsAdi**](docs/TechnicalApi.md#getSecurityPriceTechnicalsAdi) | **GET** /securities/{identifier}/prices/technicals/adi | Accumulation/Distribution Index
|
|
@@ -423,6 +426,8 @@ Class | Method | HTTP request | Description
|
|
|
423
426
|
- [intrinioSDK.ApiResponseSecurityZacksSalesSurprises](docs/ApiResponseSecurityZacksSalesSurprises.md)
|
|
424
427
|
- [intrinioSDK.ApiResponseStandardizedFinancials](docs/ApiResponseStandardizedFinancials.md)
|
|
425
428
|
- [intrinioSDK.ApiResponseStandardizedFinancialsDimensions](docs/ApiResponseStandardizedFinancialsDimensions.md)
|
|
429
|
+
- [intrinioSDK.ApiResponseStockExchangeMovers](docs/ApiResponseStockExchangeMovers.md)
|
|
430
|
+
- [intrinioSDK.ApiResponseStockExchangeQuote](docs/ApiResponseStockExchangeQuote.md)
|
|
426
431
|
- [intrinioSDK.ApiResponseStockExchangeRealtimeStockPrices](docs/ApiResponseStockExchangeRealtimeStockPrices.md)
|
|
427
432
|
- [intrinioSDK.ApiResponseStockExchangeSecurities](docs/ApiResponseStockExchangeSecurities.md)
|
|
428
433
|
- [intrinioSDK.ApiResponseStockExchangeStockPriceAdjustments](docs/ApiResponseStockExchangeStockPriceAdjustments.md)
|
|
@@ -567,6 +572,7 @@ Class | Method | HTTP request | Description
|
|
|
567
572
|
- [intrinioSDK.StandardizedFinancialsDimension](docs/StandardizedFinancialsDimension.md)
|
|
568
573
|
- [intrinioSDK.StochasticOscillatorTechnicalValue](docs/StochasticOscillatorTechnicalValue.md)
|
|
569
574
|
- [intrinioSDK.StockExchange](docs/StockExchange.md)
|
|
575
|
+
- [intrinioSDK.StockExchangeMover](docs/StockExchangeMover.md)
|
|
570
576
|
- [intrinioSDK.StockMarketIndex](docs/StockMarketIndex.md)
|
|
571
577
|
- [intrinioSDK.StockMarketIndexSummary](docs/StockMarketIndexSummary.md)
|
|
572
578
|
- [intrinioSDK.StockPrice](docs/StockPrice.md)
|
|
@@ -30,14 +30,23 @@ Name | Type | Description
|
|
|
30
30
|
**changePercent** | Number | The percent difference in last price from the last close price
|
|
31
31
|
**adjClose5DaysAgo** | Number | The adjusted close price 5 days ago.
|
|
32
32
|
**adjClose30DaysAgo** | Number | The adjusted close price 30 days ago.
|
|
33
|
+
**adjClose90DaysAgo** | Number | The adjusted close price 90 days ago.
|
|
33
34
|
**adjClose180DaysAgo** | Number | The adjusted close price 180 days ago.
|
|
34
35
|
**adjClose365DaysAgo** | Number | The adjusted close price 365 days ago.
|
|
36
|
+
**adjClose730DaysAgo** | Number | The adjusted close price 730 days ago.
|
|
35
37
|
**adjClose1825DaysAgo** | Number | The adjusted close price 1825 days ago.
|
|
38
|
+
**adjCloseYearToDate** | Number | The adjusted close price at the start of the calendar year.
|
|
36
39
|
**changePercent5Days** | Number | The percent change from the adjusted price 5 days ago to now.
|
|
37
40
|
**changePercent30Days** | Number | The percent change from the adjusted price 30 days ago to now.
|
|
41
|
+
**changePercent90Days** | Number | The percent change from the adjusted price 90 days ago to now.
|
|
38
42
|
**changePercent180Days** | Number | The percent change from the adjusted price 180 days ago to now.
|
|
39
43
|
**changePercent365Days** | Number | The percent change from the adjusted price 365 days ago to now.
|
|
44
|
+
**changePercent730DaysAgo** | Number | The percent change from the adjusted price 730 days ago to now.
|
|
40
45
|
**changePercent1825Days** | Number | The percent change from the adjusted price 1825 days ago to now.
|
|
46
|
+
**changePercentYearToDate** | Number | The percent change from the adjusted price since the start of the calendar year to now.
|
|
47
|
+
**extendedHoursLast** | Number | The price of the latest trade in pre and post market trading. Might be null during normal trading
|
|
48
|
+
**extendedHoursChange** | Number | The difference in extended_hours_last price from most recent official close price
|
|
49
|
+
**extendedHoursChangePercent** | Number | The percent difference in extended_hours_last from the most recent official close price
|
|
41
50
|
|
|
42
51
|
[//]: # (END_DEFINITION)
|
|
43
52
|
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ApiResponseStockExchangeMovers)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ApiResponseStockExchangeMovers
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**movers** | [**[StockExchangeMover]**](StockExchangeMover.md) | The mover security.
|
|
15
|
+
**stockExchange** | [**StockExchange**](StockExchange.md) | The Stock Exchange resolved from the given identifier
|
|
16
|
+
|
|
17
|
+
[//]: # (END_DEFINITION)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
[//]: # (CONTAINED_CLASS:StockExchangeMover)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
[//]: # (CONTAINED_CLASS:StockExchange)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ApiResponseStockExchangeQuote)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ApiResponseStockExchangeQuote
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**quotes** | [**[ApiResponseSecurityQuote]**](ApiResponseSecurityQuote.md) | The realtime stock prices for all Securities traded on the Stock Exchange
|
|
15
|
+
**stockExchange** | [**StockExchange**](StockExchange.md) | The Stock Exchange resolved from the given identifier
|
|
16
|
+
|
|
17
|
+
[//]: # (END_DEFINITION)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
[//]: # (CONTAINED_CLASS:ApiResponseSecurityQuote)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
[//]: # (CONTAINED_CLASS:StockExchange)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
@@ -16,6 +16,7 @@ Name | Type | Description
|
|
|
16
16
|
**format** | String | The file format of the bulk download
|
|
17
17
|
**dataLengthBytes** | String | The total length of the bulk download data in bytes
|
|
18
18
|
**updateFrequency** | String | The update frequency for the bulk download
|
|
19
|
+
**lastUpdated** | Date | The date on which the bulk download was last updated
|
|
19
20
|
**links** | [**[BulkDownloadLinks]**](BulkDownloadLinks.md) | Links to all of the files comprising the bulk download. Links expire in 24 hours.
|
|
20
21
|
|
|
21
22
|
[//]: # (END_DEFINITION)
|
package/docs/CompanyApi.md
CHANGED
|
@@ -17,7 +17,7 @@ Method | HTTP request | Description
|
|
|
17
17
|
[**getCompanyHistoricalData**](CompanyApi.md#getCompanyHistoricalData) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
|
|
18
18
|
[**getCompanyIpos**](CompanyApi.md#getCompanyIpos) | **GET** /companies/ipos | IPOs
|
|
19
19
|
[**getCompanyNews**](CompanyApi.md#getCompanyNews) | **GET** /companies/{identifier}/news | All News by Company
|
|
20
|
-
[**getCompanyNewsBody**](CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body |
|
|
20
|
+
[**getCompanyNewsBody**](CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body | News Article Body
|
|
21
21
|
[**getCompanyPublicFloat**](CompanyApi.md#getCompanyPublicFloat) | **GET** /companies/{identifier}/public_float | Get Company's public float
|
|
22
22
|
[**getCompanySecurities**](CompanyApi.md#getCompanySecurities) | **GET** /companies/{identifier}/securities | All Securities by Company
|
|
23
23
|
[**insiderTransactionFilingsByCompany**](CompanyApi.md#insiderTransactionFilingsByCompany) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
|
|
@@ -1264,10 +1264,10 @@ Name | Type | Description | Notes
|
|
|
1264
1264
|
|
|
1265
1265
|
> ApiResponseCompanyNewsBody getCompanyNewsBody(newsStoryId, publicationDate, opts)
|
|
1266
1266
|
|
|
1267
|
-
####
|
|
1267
|
+
#### News Article Body
|
|
1268
1268
|
|
|
1269
1269
|
|
|
1270
|
-
Returns the news article
|
|
1270
|
+
Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
|
|
1271
1271
|
|
|
1272
1272
|
[//]: # (END_OVERVIEW)
|
|
1273
1273
|
|
package/docs/OptionsApi.md
CHANGED
|
@@ -152,7 +152,9 @@ intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
|
152
152
|
var options = new intrinioSDK.OptionsApi();
|
|
153
153
|
|
|
154
154
|
var opts = {
|
|
155
|
-
'date': "2024-04-24"
|
|
155
|
+
'date': "2024-04-24",
|
|
156
|
+
'pageSize': 100,
|
|
157
|
+
'nextPage': null
|
|
156
158
|
};
|
|
157
159
|
|
|
158
160
|
options.getOptionAggregates(opts).then(function(data) {
|
|
@@ -173,6 +175,8 @@ options.getOptionAggregates(opts).then(function(data) {
|
|
|
173
175
|
Name | Type | Description | Notes
|
|
174
176
|
------------- | ------------- | ------------- | -------------
|
|
175
177
|
**date** | [**Object**](.md)| Return aggregated data for this date | [optional]
|
|
178
|
+
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
179
|
+
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
176
180
|
<br/>
|
|
177
181
|
|
|
178
182
|
[//]: # (END_PARAMETERS)
|
|
@@ -1807,7 +1811,9 @@ var opts = {
|
|
|
1807
1811
|
'pageSize': 250,
|
|
1808
1812
|
'stockPriceSource': null,
|
|
1809
1813
|
'model': null,
|
|
1810
|
-
'showExtendedPrice': null
|
|
1814
|
+
'showExtendedPrice': null,
|
|
1815
|
+
'expirationStartDate': "2024-01-01",
|
|
1816
|
+
'expirationEndDate': "2024-02-02"
|
|
1811
1817
|
};
|
|
1812
1818
|
|
|
1813
1819
|
options.getOptionsPricesRealtimeByTicker(symbol, opts).then(function(data) {
|
|
@@ -1835,6 +1841,8 @@ Name | Type | Description | Notes
|
|
|
1835
1841
|
**stockPriceSource** | String| Source for underlying price for calculating Greeks. | [optional]
|
|
1836
1842
|
**model** | String| Model for calculating Greek values. Default is black_scholes. | [optional]
|
|
1837
1843
|
**showExtendedPrice** | Boolean| Whether to include open close high low type fields. | [optional]
|
|
1844
|
+
**expirationStartDate** | [**Object**](.md)| Filter out contracts that expire before this date. | [optional]
|
|
1845
|
+
**expirationEndDate** | [**Object**](.md)| Filter out contracts that expire after this date. | [optional]
|
|
1838
1846
|
<br/>
|
|
1839
1847
|
|
|
1840
1848
|
[//]: # (END_PARAMETERS)
|
|
@@ -27,6 +27,14 @@ Name | Type | Description
|
|
|
27
27
|
**exchangeVolume** | Number | The number of shares exchanged during the trading day on the exchange.
|
|
28
28
|
**marketVolume** | Number | The number of shares exchanged during the trading day for the whole market.
|
|
29
29
|
**updatedOn** | Date | The date and time when the data was last updated.
|
|
30
|
+
**eodClosePrice** | Number | The previous trading session's closing price.
|
|
31
|
+
**eodCloseDate** | Date | The date of the previous trading session's closing price.
|
|
32
|
+
**normalMarketHoursLastTime** | Date | The date and time of the last trade that qualifies for last price consideration during normal market hours according to exchange rules on trade conditions.
|
|
33
|
+
**normalMarketHoursLastPrice** | Number | The price of the last that qualifies for last price consideration during normal market hours according to exchange rules on trade conditions.
|
|
34
|
+
**normalMarketHoursLastSize** | Number | The size of the last trade that qualifies for last price consideration during normal market hours according to exchange rules on trade conditions.
|
|
35
|
+
**qualifiedLastPrice** | Number | The price of the last trade that qualifies for last price consideration according to exchange rules on trade conditions.
|
|
36
|
+
**qualifiedLastTime** | Date | The date and time of the last trade that qualifies for last price consideration according to exchange rules on trade conditions.
|
|
37
|
+
**qualifiedLastSize** | Number | The size of the last trade that qualifies for last price consideration according to exchange rules on trade conditions.
|
|
30
38
|
**source** | String | The source of the data.
|
|
31
39
|
**listingVenue** | String | The listing venue where the trade took place. Available only where source is SIP. Listing Venue Modifiers include: Q – Nasdaq | N – NYSE | A – NYSE American | P – NYSE Arca | u – Other OTC Markets | V – Investors Exchange LLC
|
|
32
40
|
**salesConditions** | String | When applicable, indicates any sales condition modifiers associated with the trade. Sales Condition Modifers include: @ – Regular Sale | A – Acquisition | B – Bunched Trade | C – Cash Sale | D – Distribution | E – Placeholder | F – Intermarket Sweep | G – Bunched Sold Trade | H – Priced Variation Trade | I – Odd Lot Trade | K – Rule 155 Trade (AMEX) | L – Sold Last | M – Market Center Official Close | N – Next Day | O – Opening Prints | P – Prior Reference Price | Q – Market Center Official Open | R – Seller | S – Split Trade | T – Form T | U – Extended Trading Hours (Sold Out of Sequence) | V – Contingent Trade | W – Average Price Trade | X – Cross/Periodic Auction Trade | Y – Yellow Flag Regular Trade | Z – Sold (Out of Sequence) | 1 – Stopped Stock (Regular Trade) | 4 – Derivatively Priced | 5 – Re-Opening Prints | 6 – Closing Prints | 7 – Qualified Contingent Trade (QCT) | 8 – Placeholder for 611 Exempt | 9 – Corrected Consolidated Close (Per Listing Market)
|
package/docs/SecurityApi.md
CHANGED
|
@@ -1096,7 +1096,7 @@ Name | Type | Description | Notes
|
|
|
1096
1096
|
**startTime** | String| Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm:ss' format) | [optional]
|
|
1097
1097
|
**endDate** | Date| Return intervals stopping at the specified date | [optional]
|
|
1098
1098
|
**endTime** | String| Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format) | [optional]
|
|
1099
|
-
**timezone** | String|
|
|
1099
|
+
**timezone** | String| Interprets the input times in this time zone, as well as returns times in this timezone. | [optional] [default to UTC]
|
|
1100
1100
|
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
1101
1101
|
**splitAdjusted** | Boolean| Whether to return the values adjusted for splits or not. Default is false. | [optional] [default to false]
|
|
1102
1102
|
**includeQuoteOnlyBars** | Boolean| If true, also include bars where no trades occurred but quotes did. | [optional] [default to false]
|
|
@@ -4298,7 +4298,7 @@ Name | Type | Description | Notes
|
|
|
4298
4298
|
#### Quote for a Security
|
|
4299
4299
|
|
|
4300
4300
|
|
|
4301
|
-
|
|
4301
|
+
Returns many popular metrics for a security from multiple products conveniently in one API. Realtime stock price data requires at least one realtime product subscription (IEX, NASDAQ Basic, and/or Delayed SIP). If you are subscribed to multiple realtime stock price products, the api will return the most recent realtime stock price. Previous close price and percent change fields require both an EoD US Stock Price subscription and a realtime stock price subscription. Market_cap, price_to_earnings, and dividendyield data fields require a fundamentals subscription.
|
|
4302
4302
|
|
|
4303
4303
|
[//]: # (END_OVERVIEW)
|
|
4304
4304
|
|
package/docs/StockExchangeApi.md
CHANGED
|
@@ -6,8 +6,11 @@ Method | HTTP request | Description
|
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
7
|
[**getAllStockExchanges**](StockExchangeApi.md#getAllStockExchanges) | **GET** /stock_exchanges | All Stock Exchanges
|
|
8
8
|
[**getStockExchangeById**](StockExchangeApi.md#getStockExchangeById) | **GET** /stock_exchanges/{identifier} | Lookup Stock Exchange
|
|
9
|
+
[**getStockExchangeGainers**](StockExchangeApi.md#getStockExchangeGainers) | **GET** /stock_exchanges/{identifier}/gainers | Top Gainers by Exchange
|
|
10
|
+
[**getStockExchangeLosers**](StockExchangeApi.md#getStockExchangeLosers) | **GET** /stock_exchanges/{identifier}/losers | Top Losers by Exchange
|
|
9
11
|
[**getStockExchangePriceAdjustments**](StockExchangeApi.md#getStockExchangePriceAdjustments) | **GET** /stock_exchanges/{identifier}/prices/adjustments | Stock Price Adjustments by Exchange
|
|
10
12
|
[**getStockExchangePrices**](StockExchangeApi.md#getStockExchangePrices) | **GET** /stock_exchanges/{identifier}/prices | Stock Prices by Exchange
|
|
13
|
+
[**getStockExchangeQuote**](StockExchangeApi.md#getStockExchangeQuote) | **GET** /stock_exchanges/{identifier}/quote | Realtime Quote Prices by Exchange
|
|
11
14
|
[**getStockExchangeRealtimePrices**](StockExchangeApi.md#getStockExchangeRealtimePrices) | **GET** /stock_exchanges/{identifier}/prices/realtime | Realtime Stock Prices by Exchange
|
|
12
15
|
[**getStockExchangeSecurities**](StockExchangeApi.md#getStockExchangeSecurities) | **GET** /stock_exchanges/{identifier}/securities | Securities by Exchange
|
|
13
16
|
|
|
@@ -175,6 +178,182 @@ Name | Type | Description | Notes
|
|
|
175
178
|
|
|
176
179
|
|
|
177
180
|
|
|
181
|
+
[//]: # (END_OPERATION)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
[//]: # (START_OPERATION)
|
|
185
|
+
|
|
186
|
+
[//]: # (CLASS:StockExchangeApi)
|
|
187
|
+
|
|
188
|
+
[//]: # (METHOD:getStockExchangeGainers)
|
|
189
|
+
|
|
190
|
+
[//]: # (RETURN_TYPE:ApiResponseStockExchangeMovers)
|
|
191
|
+
|
|
192
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
193
|
+
|
|
194
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseStockExchangeMovers.md)
|
|
195
|
+
|
|
196
|
+
[//]: # (OPERATION:getStockExchangeGainers_v2)
|
|
197
|
+
|
|
198
|
+
[//]: # (ENDPOINT:/stock_exchanges/{identifier}/gainers)
|
|
199
|
+
|
|
200
|
+
[//]: # (DOCUMENT_LINK:StockExchangeApi.md#getStockExchangeGainers)
|
|
201
|
+
|
|
202
|
+
<a name="getStockExchangeGainers"></a>
|
|
203
|
+
## **getStockExchangeGainers**
|
|
204
|
+
|
|
205
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getStockExchangeGainers_v2)
|
|
206
|
+
|
|
207
|
+
[//]: # (START_OVERVIEW)
|
|
208
|
+
|
|
209
|
+
> ApiResponseStockExchangeMovers getStockExchangeGainers(identifier, opts)
|
|
210
|
+
|
|
211
|
+
#### Top Gainers by Exchange
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
Returns securities with the highest gain percent change traded on the chosen stock exchange.
|
|
215
|
+
|
|
216
|
+
[//]: # (END_OVERVIEW)
|
|
217
|
+
|
|
218
|
+
### Example
|
|
219
|
+
|
|
220
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
221
|
+
|
|
222
|
+
```javascript
|
|
223
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
224
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
225
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
226
|
+
|
|
227
|
+
var stockExchange = new intrinioSDK.StockExchangeApi();
|
|
228
|
+
|
|
229
|
+
var identifier = "USCOMP";
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
var opts = {
|
|
233
|
+
'minPrice': 8.14,
|
|
234
|
+
'pageSize': 100,
|
|
235
|
+
'source': "delayed_sip"
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
stockExchange.getStockExchangeGainers(identifier, opts).then(function(data) {
|
|
239
|
+
data = JSON.stringify(data, null, 2)
|
|
240
|
+
console.log(data);
|
|
241
|
+
}, function(error) {
|
|
242
|
+
console.error(error);
|
|
243
|
+
});
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
247
|
+
|
|
248
|
+
### Parameters
|
|
249
|
+
|
|
250
|
+
[//]: # (START_PARAMETERS)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
Name | Type | Description | Notes
|
|
254
|
+
------------- | ------------- | ------------- | -------------
|
|
255
|
+
**identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) |
|
|
256
|
+
**minPrice** | Number| The minimum price filter | [optional]
|
|
257
|
+
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
258
|
+
**source** | String| Return the realtime price from the specified source instead of the most recent. | [optional]
|
|
259
|
+
<br/>
|
|
260
|
+
|
|
261
|
+
[//]: # (END_PARAMETERS)
|
|
262
|
+
|
|
263
|
+
### Return type
|
|
264
|
+
|
|
265
|
+
[**ApiResponseStockExchangeMovers**](ApiResponseStockExchangeMovers.md)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
[//]: # (END_OPERATION)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
[//]: # (START_OPERATION)
|
|
273
|
+
|
|
274
|
+
[//]: # (CLASS:StockExchangeApi)
|
|
275
|
+
|
|
276
|
+
[//]: # (METHOD:getStockExchangeLosers)
|
|
277
|
+
|
|
278
|
+
[//]: # (RETURN_TYPE:ApiResponseStockExchangeMovers)
|
|
279
|
+
|
|
280
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
281
|
+
|
|
282
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseStockExchangeMovers.md)
|
|
283
|
+
|
|
284
|
+
[//]: # (OPERATION:getStockExchangeLosers_v2)
|
|
285
|
+
|
|
286
|
+
[//]: # (ENDPOINT:/stock_exchanges/{identifier}/losers)
|
|
287
|
+
|
|
288
|
+
[//]: # (DOCUMENT_LINK:StockExchangeApi.md#getStockExchangeLosers)
|
|
289
|
+
|
|
290
|
+
<a name="getStockExchangeLosers"></a>
|
|
291
|
+
## **getStockExchangeLosers**
|
|
292
|
+
|
|
293
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getStockExchangeLosers_v2)
|
|
294
|
+
|
|
295
|
+
[//]: # (START_OVERVIEW)
|
|
296
|
+
|
|
297
|
+
> ApiResponseStockExchangeMovers getStockExchangeLosers(identifier, opts)
|
|
298
|
+
|
|
299
|
+
#### Top Losers by Exchange
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
Returns securities with the highest loss percent change traded on the chosen stock exchange.
|
|
303
|
+
|
|
304
|
+
[//]: # (END_OVERVIEW)
|
|
305
|
+
|
|
306
|
+
### Example
|
|
307
|
+
|
|
308
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
309
|
+
|
|
310
|
+
```javascript
|
|
311
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
312
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
313
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
314
|
+
|
|
315
|
+
var stockExchange = new intrinioSDK.StockExchangeApi();
|
|
316
|
+
|
|
317
|
+
var identifier = "USCOMP";
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
var opts = {
|
|
321
|
+
'minPrice': 8.14,
|
|
322
|
+
'pageSize': 100,
|
|
323
|
+
'source': "delayed_sip"
|
|
324
|
+
};
|
|
325
|
+
|
|
326
|
+
stockExchange.getStockExchangeLosers(identifier, opts).then(function(data) {
|
|
327
|
+
data = JSON.stringify(data, null, 2)
|
|
328
|
+
console.log(data);
|
|
329
|
+
}, function(error) {
|
|
330
|
+
console.error(error);
|
|
331
|
+
});
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
335
|
+
|
|
336
|
+
### Parameters
|
|
337
|
+
|
|
338
|
+
[//]: # (START_PARAMETERS)
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
Name | Type | Description | Notes
|
|
342
|
+
------------- | ------------- | ------------- | -------------
|
|
343
|
+
**identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) |
|
|
344
|
+
**minPrice** | Number| The minimum price filter | [optional]
|
|
345
|
+
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
346
|
+
**source** | String| Return the realtime price from the specified source instead of the most recent. | [optional]
|
|
347
|
+
<br/>
|
|
348
|
+
|
|
349
|
+
[//]: # (END_PARAMETERS)
|
|
350
|
+
|
|
351
|
+
### Return type
|
|
352
|
+
|
|
353
|
+
[**ApiResponseStockExchangeMovers**](ApiResponseStockExchangeMovers.md)
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
178
357
|
[//]: # (END_OPERATION)
|
|
179
358
|
|
|
180
359
|
|
|
@@ -359,6 +538,94 @@ Name | Type | Description | Notes
|
|
|
359
538
|
|
|
360
539
|
|
|
361
540
|
|
|
541
|
+
[//]: # (END_OPERATION)
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
[//]: # (START_OPERATION)
|
|
545
|
+
|
|
546
|
+
[//]: # (CLASS:StockExchangeApi)
|
|
547
|
+
|
|
548
|
+
[//]: # (METHOD:getStockExchangeQuote)
|
|
549
|
+
|
|
550
|
+
[//]: # (RETURN_TYPE:ApiResponseStockExchangeQuote)
|
|
551
|
+
|
|
552
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
553
|
+
|
|
554
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseStockExchangeQuote.md)
|
|
555
|
+
|
|
556
|
+
[//]: # (OPERATION:getStockExchangeQuote_v2)
|
|
557
|
+
|
|
558
|
+
[//]: # (ENDPOINT:/stock_exchanges/{identifier}/quote)
|
|
559
|
+
|
|
560
|
+
[//]: # (DOCUMENT_LINK:StockExchangeApi.md#getStockExchangeQuote)
|
|
561
|
+
|
|
562
|
+
<a name="getStockExchangeQuote"></a>
|
|
563
|
+
## **getStockExchangeQuote**
|
|
564
|
+
|
|
565
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getStockExchangeQuote_v2)
|
|
566
|
+
|
|
567
|
+
[//]: # (START_OVERVIEW)
|
|
568
|
+
|
|
569
|
+
> ApiResponseStockExchangeQuote getStockExchangeQuote(identifier, tickers, opts)
|
|
570
|
+
|
|
571
|
+
#### Realtime Quote Prices by Exchange
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
Returns many popular metrics for securities from a given exchange 'identifier' from multiple products conveniently in one API. Realtime stock price data requires at least one realtime product subscription (IEX, NASDAQ Basic, and/or Delayed SIP). If you are subscribed to multiple realtime stock price products, the api will return the most recent realtime stock price. Previous close price and percent change fields require both an EoD US Stock Price subscription and a realtime stock price subscription. Market_cap, price_to_earnings, and dividendyield data fields require a fundamentals subscription.
|
|
575
|
+
|
|
576
|
+
[//]: # (END_OVERVIEW)
|
|
577
|
+
|
|
578
|
+
### Example
|
|
579
|
+
|
|
580
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
581
|
+
|
|
582
|
+
```javascript
|
|
583
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
584
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
585
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
586
|
+
|
|
587
|
+
var stockExchange = new intrinioSDK.StockExchangeApi();
|
|
588
|
+
|
|
589
|
+
var identifier = "USCOMP";
|
|
590
|
+
var tickers = ["AAPL,MSFT,NVDA"];
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
var opts = {
|
|
594
|
+
'source': "delayed_sip",
|
|
595
|
+
'activeOnly': null
|
|
596
|
+
};
|
|
597
|
+
|
|
598
|
+
stockExchange.getStockExchangeQuote(identifier, tickers, opts).then(function(data) {
|
|
599
|
+
data = JSON.stringify(data, null, 2)
|
|
600
|
+
console.log(data);
|
|
601
|
+
}, function(error) {
|
|
602
|
+
console.error(error);
|
|
603
|
+
});
|
|
604
|
+
```
|
|
605
|
+
|
|
606
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
607
|
+
|
|
608
|
+
### Parameters
|
|
609
|
+
|
|
610
|
+
[//]: # (START_PARAMETERS)
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
Name | Type | Description | Notes
|
|
614
|
+
------------- | ------------- | ------------- | -------------
|
|
615
|
+
**identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) |
|
|
616
|
+
**tickers** | [**[String]**](String.md)| The comma-delimited list of ticker symbols to return quotes for. |
|
|
617
|
+
**source** | String| Return the realtime price from the specified source instead of the most recent. | [optional]
|
|
618
|
+
**activeOnly** | Boolean| Returns prices only from the most recent trading day. | [optional]
|
|
619
|
+
<br/>
|
|
620
|
+
|
|
621
|
+
[//]: # (END_PARAMETERS)
|
|
622
|
+
|
|
623
|
+
### Return type
|
|
624
|
+
|
|
625
|
+
[**ApiResponseStockExchangeQuote**](ApiResponseStockExchangeQuote.md)
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
|
|
362
629
|
[//]: # (END_OPERATION)
|
|
363
630
|
|
|
364
631
|
|
|
@@ -413,6 +680,7 @@ var identifier = "USCOMP";
|
|
|
413
680
|
var opts = {
|
|
414
681
|
'source': ["iex,delayed_sip"],
|
|
415
682
|
'activeOnly': null,
|
|
683
|
+
'tradedToday': null,
|
|
416
684
|
'pageSize': 100,
|
|
417
685
|
'tickers': ["AAPL,MSFT,NVDA"],
|
|
418
686
|
'nextPage': null
|
|
@@ -438,6 +706,7 @@ Name | Type | Description | Notes
|
|
|
438
706
|
**identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) |
|
|
439
707
|
**source** | [**[String]**](String.md)| Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used. | [optional]
|
|
440
708
|
**activeOnly** | Boolean| Returns prices only from the most recent trading day. | [optional]
|
|
709
|
+
**tradedToday** | Boolean| Returns prices only from securities which have traded on the most recent trading day. | [optional]
|
|
441
710
|
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
442
711
|
**tickers** | [**[String]**](String.md)| The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned. | [optional]
|
|
443
712
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:StockExchangeMover)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### StockExchangeMover
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**securityId** | String | The Intrinio Identifier for this security.
|
|
15
|
+
**ticker** | String | The ticker symbol for this security.
|
|
16
|
+
**lastPrice** | Number | The last price of the last trade.
|
|
17
|
+
**change** | Number | The raw change in price.
|
|
18
|
+
**percentChange** | Number | The percent change in price.
|
|
19
|
+
**marketVolume** | Number | The market volume for the most recent (today) trading day.
|
|
20
|
+
**source** | String | The source of the data.
|
|
21
|
+
|
|
22
|
+
[//]: # (END_DEFINITION)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
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.72.2
|
|
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.
|
|
35
|
+
* @version 6.32.0
|
|
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.72.2
|
|
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.
|
|
36
|
+
* @version 6.32.0
|
|
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.72.2
|
|
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.
|
|
36
|
+
* @version 6.32.0
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -1022,8 +1022,8 @@
|
|
|
1022
1022
|
|
|
1023
1023
|
|
|
1024
1024
|
/**
|
|
1025
|
-
*
|
|
1026
|
-
* Returns the news article
|
|
1025
|
+
* News Article Body
|
|
1026
|
+
* Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
|
|
1027
1027
|
* @param {String} newsStoryId The identifier of the news story.
|
|
1028
1028
|
* @param {Date} publicationDate The DateTime of the story.
|
|
1029
1029
|
* @param {Object} opts Optional parameters
|
|
@@ -1074,8 +1074,8 @@
|
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
1076
|
/**
|
|
1077
|
-
*
|
|
1078
|
-
* Returns the news article
|
|
1077
|
+
* News Article Body
|
|
1078
|
+
* Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
|
|
1079
1079
|
* @param {String} newsStoryId The identifier of the news story.
|
|
1080
1080
|
* @param {Date} publicationDate The DateTime of the story.
|
|
1081
1081
|
* @param {Object} opts Optional parameters
|