intrinio-sdk 6.42.0 → 6.47.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 +24 -2
- package/docs/AccountApi.md +82 -0
- package/docs/AccountCurrentUsage.md +26 -0
- package/docs/ApiResponseAccountUsages.md +28 -0
- package/docs/ApiResponseAccountUsagesAccount.md +21 -0
- package/docs/ApiResponseAllExpectedEarningsDates.md +25 -0
- package/docs/ApiResponseCompanyExpectedEarningsDates.md +29 -0
- package/docs/ApiResponseOptionMovers.md +25 -0
- package/docs/CompanyApi.md +188 -0
- package/docs/ETFNavFlow.md +55 -0
- package/docs/ETFNavFlows.md +25 -0
- package/docs/ETFNavFlowsAll.md +23 -0
- package/docs/ETFNavFlowsHistorical.md +30 -0
- package/docs/ETFsApi.md +267 -0
- package/docs/EarningsDateEstimate.md +30 -0
- package/docs/EarningsDateEstimateConfidenceIntervals.md +22 -0
- package/docs/EarningsDateEstimateWithCompany.md +22 -0
- package/docs/OptionMover.md +29 -0
- package/docs/OptionRealtime.md +1 -0
- package/docs/OptionsApi.md +170 -0
- package/package.json +1 -1
- package/src/ApiClient.js +2 -2
- package/src/api/AccountApi.js +161 -0
- package/src/api/BulkDownloadsApi.js +2 -2
- package/src/api/CompanyApi.js +151 -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 +202 -6
- 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 +126 -6
- package/src/api/OwnersApi.js +2 -2
- package/src/api/SecurityApi.js +2 -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 +80 -5
- package/src/model/AccountCurrentUsage.js +128 -0
- package/src/model/AccumulationDistributionIndexTechnicalValue.js +2 -2
- package/src/model/ApiResponseAccountUsages.js +91 -0
- package/src/model/ApiResponseAccountUsagesAccount.js +83 -0
- package/src/model/ApiResponseAllExpectedEarningsDates.js +90 -0
- 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/ApiResponseCompanyExpectedEarningsDates.js +99 -0
- 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/ApiResponseIndexConstituents.js +2 -2
- package/src/model/ApiResponseIndexIntervals.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/ApiResponseOptionMovers.js +91 -0
- 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/ApiResponseOptionsGreekContractRealtime.js +2 -2
- package/src/model/ApiResponseOptionsGreeksByTickerRealtime.js +2 -2
- package/src/model/ApiResponseOptionsImpliedMove.js +2 -2
- package/src/model/ApiResponseOptionsPriceRealtime.js +2 -2
- package/src/model/ApiResponseOptionsPricesBatchRealtime.js +2 -2
- package/src/model/ApiResponseOptionsPricesByTickerEod.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/ApiResponseSecuritiesDividendLatest.js +2 -2
- package/src/model/ApiResponseSecuritiesEarningsLatest.js +2 -2
- package/src/model/ApiResponseSecuritiesSearch.js +2 -2
- package/src/model/ApiResponseSecuritiesShortInterest.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/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 +2 -2
- package/src/model/ApiResponseSecurityRelativeStrengthIndex.js +2 -2
- package/src/model/ApiResponseSecurityShortInterest.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/ApiResponseStockExchangeBetas.js +2 -2
- package/src/model/ApiResponseStockExchangeMovers.js +2 -2
- package/src/model/ApiResponseStockExchangeQuote.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/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/Beta.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 +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/ETFHistoricalStats.js +2 -2
- package/src/model/ETFHolding.js +2 -2
- package/src/model/ETFNavFlow.js +389 -0
- package/src/model/ETFNavFlows.js +305 -0
- package/src/model/ETFNavFlowsAll.js +101 -0
- package/src/model/ETFNavFlowsHistorical.js +110 -0
- package/src/model/ETFStats.js +2 -2
- package/src/model/ETFSummary.js +2 -2
- package/src/model/EarningsDateEstimate.js +137 -0
- package/src/model/EarningsDateEstimateConfidenceIntervals.js +91 -0
- package/src/model/EarningsDateEstimateWithCompany.js +137 -0
- 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/IndexInterval.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/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/OptionImpliedMoveData.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/OptionMover.js +155 -0
- 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 +11 -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/OptionSyntheticGreeksRealtime.js +2 -2
- package/src/model/OptionTrades.js +2 -2
- package/src/model/OptionTradesResult.js +2 -2
- package/src/model/OptionUnusualTrade.js +2 -2
- package/src/model/OptionsAggregate.js +2 -2
- package/src/model/OptionsPriceEod.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/ShortInterest.js +2 -2
- package/src/model/ShortInterestWithSecurity.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 +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/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/AccountApi.spec.js +65 -0
- package/test/api/BulkDownloadsApi.spec.js +1 -1
- package/test/api/CompanyApi.spec.js +21 -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 +31 -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 +21 -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/AccountCurrentUsage.spec.js +97 -0
- package/test/model/AccumulationDistributionIndexTechnicalValue.spec.js +1 -1
- package/test/model/ApiResponseAccountUsages.spec.js +73 -0
- package/test/model/ApiResponseAccountUsagesAccount.spec.js +67 -0
- package/test/model/ApiResponseAllExpectedEarningsDates.spec.js +73 -0
- 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/ApiResponseCompanyExpectedEarningsDates.spec.js +79 -0
- 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/ApiResponseIndexConstituents.spec.js +1 -1
- package/test/model/ApiResponseIndexIntervals.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/ApiResponseOptionMovers.spec.js +73 -0
- 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/ApiResponseOptionsGreekContractRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsGreeksByTickerRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsImpliedMove.spec.js +1 -1
- package/test/model/ApiResponseOptionsPriceRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsPricesBatchRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsPricesByTickerEod.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/ApiResponseSecuritiesDividendLatest.spec.js +1 -1
- package/test/model/ApiResponseSecuritiesEarningsLatest.spec.js +1 -1
- package/test/model/ApiResponseSecuritiesSearch.spec.js +1 -1
- package/test/model/ApiResponseSecuritiesShortInterest.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/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 +1 -1
- package/test/model/ApiResponseSecurityRelativeStrengthIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityShortInterest.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/ApiResponseStockExchangeBetas.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeMovers.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeQuote.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/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/Beta.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 +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/ETFHistoricalStats.spec.js +1 -1
- package/test/model/ETFHolding.spec.js +1 -1
- package/test/model/ETFNavFlow.spec.js +271 -0
- package/test/model/ETFNavFlows.spec.js +73 -0
- package/test/model/ETFNavFlowsAll.spec.js +79 -0
- package/test/model/ETFNavFlowsHistorical.spec.js +85 -0
- package/test/model/ETFStats.spec.js +1 -1
- package/test/model/ETFSummary.spec.js +1 -1
- package/test/model/EarningsDateEstimate.spec.js +103 -0
- package/test/model/EarningsDateEstimateConfidenceIntervals.spec.js +73 -0
- package/test/model/EarningsDateEstimateWithCompany.spec.js +73 -0
- 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/IndexInterval.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/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/OptionImpliedMoveData.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/OptionMover.spec.js +115 -0
- 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 +7 -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/OptionSyntheticGreeksRealtime.spec.js +1 -1
- package/test/model/OptionTrades.spec.js +1 -1
- package/test/model/OptionTradesResult.spec.js +1 -1
- package/test/model/OptionUnusualTrade.spec.js +1 -1
- package/test/model/OptionsAggregate.spec.js +1 -1
- package/test/model/OptionsPriceEod.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/ShortInterest.spec.js +1 -1
- package/test/model/ShortInterestWithSecurity.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 +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/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.124.0
|
|
8
|
+
- Package version: 6.47.0
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -72,7 +72,10 @@ A listing of classes and methods is also provided below:
|
|
|
72
72
|
|
|
73
73
|
Class | Method | HTTP request | Description
|
|
74
74
|
------------ | ------------- | ------------- | -------------
|
|
75
|
+
*intrinioSDK.AccountApi* | [**getAccountCurrentUsage**](docs/AccountApi.md#getAccountCurrentUsage) | **GET** /account | Account Current Usage
|
|
75
76
|
*intrinioSDK.BulkDownloadsApi* | [**getBulkDownloadLinks**](docs/BulkDownloadsApi.md#getBulkDownloadLinks) | **GET** /bulk_downloads/links | All Links
|
|
77
|
+
*intrinioSDK.CompanyApi* | [**allExpectedEarningsDates**](docs/CompanyApi.md#allExpectedEarningsDates) | **GET** /companies/upcoming_earnings | All Expected Earnings Dates
|
|
78
|
+
*intrinioSDK.CompanyApi* | [**expectedEarningsDatesByCompany**](docs/CompanyApi.md#expectedEarningsDatesByCompany) | **GET** /companies/{identifier}/upcoming_earnings | Expected Earnings Dates by Company
|
|
76
79
|
*intrinioSDK.CompanyApi* | [**getAllCompanies**](docs/CompanyApi.md#getAllCompanies) | **GET** /companies | All Companies
|
|
77
80
|
*intrinioSDK.CompanyApi* | [**getAllCompaniesDailyMetrics**](docs/CompanyApi.md#getAllCompaniesDailyMetrics) | **GET** /companies/daily_metrics | All Companies daily metrics
|
|
78
81
|
*intrinioSDK.CompanyApi* | [**getAllCompanyNews**](docs/CompanyApi.md#getAllCompanyNews) | **GET** /companies/news | All News
|
|
@@ -108,9 +111,12 @@ Class | Method | HTTP request | Description
|
|
|
108
111
|
*intrinioSDK.ETFsApi* | [**getAllEtfs**](docs/ETFsApi.md#getAllEtfs) | **GET** /etfs | All ETFs
|
|
109
112
|
*intrinioSDK.ETFsApi* | [**getEtf**](docs/ETFsApi.md#getEtf) | **GET** /etfs/{identifier} | Lookup ETF
|
|
110
113
|
*intrinioSDK.ETFsApi* | [**getEtfAnalytics**](docs/ETFsApi.md#getEtfAnalytics) | **GET** /etfs/{identifier}/analytics | ETF Analytics
|
|
114
|
+
*intrinioSDK.ETFsApi* | [**getEtfHistoricalNavFlows**](docs/ETFsApi.md#getEtfHistoricalNavFlows) | **GET** /etfs/{identifier}/nav_flows/historical | Exchange Traded Fund (ETF) Historical NAV Flows
|
|
111
115
|
*intrinioSDK.ETFsApi* | [**getEtfHistoricalStats**](docs/ETFsApi.md#getEtfHistoricalStats) | **GET** /etfs/{identifier}/historical_stats | Exchange Traded Fund (ETF) Historical Stats
|
|
112
116
|
*intrinioSDK.ETFsApi* | [**getEtfHoldings**](docs/ETFsApi.md#getEtfHoldings) | **GET** /etfs/{identifier}/holdings | ETF Holdings
|
|
117
|
+
*intrinioSDK.ETFsApi* | [**getEtfNavFlows**](docs/ETFsApi.md#getEtfNavFlows) | **GET** /etfs/{identifier}/nav_flows | Exchange Traded Fund (ETF) NAV Flows
|
|
113
118
|
*intrinioSDK.ETFsApi* | [**getEtfStats**](docs/ETFsApi.md#getEtfStats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) Stats
|
|
119
|
+
*intrinioSDK.ETFsApi* | [**getEtfsNavFlows**](docs/ETFsApi.md#getEtfsNavFlows) | **GET** /etfs/nav_flows | Exchange Traded Funds (ETFs) Latest NAV Flows
|
|
114
120
|
*intrinioSDK.ETFsApi* | [**searchEtfs**](docs/ETFsApi.md#searchEtfs) | **GET** /etfs/search | Search ETFs
|
|
115
121
|
*intrinioSDK.FilingApi* | [**getAllFilings**](docs/FilingApi.md#getAllFilings) | **GET** /filings | All Filings
|
|
116
122
|
*intrinioSDK.FilingApi* | [**getAllNotes**](docs/FilingApi.md#getAllNotes) | **GET** /filings/notes | All Filing Notes
|
|
@@ -177,6 +183,7 @@ Class | Method | HTTP request | Description
|
|
|
177
183
|
*intrinioSDK.OptionsApi* | [**getOptionsChainRealtime**](docs/OptionsApi.md#getOptionsChainRealtime) | **GET** /options/chain/{symbol}/{expiration}/realtime | Options Chain Realtime
|
|
178
184
|
*intrinioSDK.OptionsApi* | [**getOptionsExpirations**](docs/OptionsApi.md#getOptionsExpirations) | **GET** /options/expirations/{symbol} | Options Expirations
|
|
179
185
|
*intrinioSDK.OptionsApi* | [**getOptionsExpirationsEod**](docs/OptionsApi.md#getOptionsExpirationsEod) | **GET** /options/expirations/{symbol}/eod | Options Expirations
|
|
186
|
+
*intrinioSDK.OptionsApi* | [**getOptionsGainers**](docs/OptionsApi.md#getOptionsGainers) | **GET** /options/gainers | Options Top Gainers
|
|
180
187
|
*intrinioSDK.OptionsApi* | [**getOptionsGreeksByContract**](docs/OptionsApi.md#getOptionsGreeksByContract) | **GET** /options/greeks/{contract}/realtime | Option Greeks & Derived Price by Contract
|
|
181
188
|
*intrinioSDK.OptionsApi* | [**getOptionsGreeksByTicker**](docs/OptionsApi.md#getOptionsGreeksByTicker) | **GET** /options/greeks/by_ticker/{identifier}/realtime | Options Realtime Greeks & Derived Price by Ticker
|
|
182
189
|
*intrinioSDK.OptionsApi* | [**getOptionsImpliedMoveBySymbol**](docs/OptionsApi.md#getOptionsImpliedMoveBySymbol) | **GET** /options/implied_move/{symbol}/{expiration_date} | Options Implied Move By Symbol
|
|
@@ -184,6 +191,7 @@ Class | Method | HTTP request | Description
|
|
|
184
191
|
*intrinioSDK.OptionsApi* | [**getOptionsIntervalMovers**](docs/OptionsApi.md#getOptionsIntervalMovers) | **GET** /options/interval/movers | Options Intervals Movers
|
|
185
192
|
*intrinioSDK.OptionsApi* | [**getOptionsIntervalMoversChange**](docs/OptionsApi.md#getOptionsIntervalMoversChange) | **GET** /options/interval/movers/change | Options Intervals Movers By Change
|
|
186
193
|
*intrinioSDK.OptionsApi* | [**getOptionsIntervalMoversVolume**](docs/OptionsApi.md#getOptionsIntervalMoversVolume) | **GET** /options/interval/movers/volume | Options Intervals Movers By Volume
|
|
194
|
+
*intrinioSDK.OptionsApi* | [**getOptionsLosers**](docs/OptionsApi.md#getOptionsLosers) | **GET** /options/losers | Options Top Losers
|
|
187
195
|
*intrinioSDK.OptionsApi* | [**getOptionsPrices**](docs/OptionsApi.md#getOptionsPrices) | **GET** /options/prices/{identifier} | Option Prices
|
|
188
196
|
*intrinioSDK.OptionsApi* | [**getOptionsPricesBatchRealtime**](docs/OptionsApi.md#getOptionsPricesBatchRealtime) | **POST** /options/prices/realtime/batch | Option Prices Batch Realtime
|
|
189
197
|
*intrinioSDK.OptionsApi* | [**getOptionsPricesEod**](docs/OptionsApi.md#getOptionsPricesEod) | **GET** /options/prices/{identifier}/eod | Option Prices EOD
|
|
@@ -328,12 +336,17 @@ Class | Method | HTTP request | Description
|
|
|
328
336
|
|
|
329
337
|
## Documentation for Models
|
|
330
338
|
|
|
339
|
+
- [intrinioSDK.AccountCurrentUsage](docs/AccountCurrentUsage.md)
|
|
331
340
|
- [intrinioSDK.AccumulationDistributionIndexTechnicalValue](docs/AccumulationDistributionIndexTechnicalValue.md)
|
|
341
|
+
- [intrinioSDK.ApiResponseAccountUsages](docs/ApiResponseAccountUsages.md)
|
|
342
|
+
- [intrinioSDK.ApiResponseAccountUsagesAccount](docs/ApiResponseAccountUsagesAccount.md)
|
|
343
|
+
- [intrinioSDK.ApiResponseAllExpectedEarningsDates](docs/ApiResponseAllExpectedEarningsDates.md)
|
|
332
344
|
- [intrinioSDK.ApiResponseBulkDownloadLinks](docs/ApiResponseBulkDownloadLinks.md)
|
|
333
345
|
- [intrinioSDK.ApiResponseCompanies](docs/ApiResponseCompanies.md)
|
|
334
346
|
- [intrinioSDK.ApiResponseCompaniesSearch](docs/ApiResponseCompaniesSearch.md)
|
|
335
347
|
- [intrinioSDK.ApiResponseCompanyAnswers](docs/ApiResponseCompanyAnswers.md)
|
|
336
348
|
- [intrinioSDK.ApiResponseCompanyDailyMetrics](docs/ApiResponseCompanyDailyMetrics.md)
|
|
349
|
+
- [intrinioSDK.ApiResponseCompanyExpectedEarningsDates](docs/ApiResponseCompanyExpectedEarningsDates.md)
|
|
337
350
|
- [intrinioSDK.ApiResponseCompanyFilings](docs/ApiResponseCompanyFilings.md)
|
|
338
351
|
- [intrinioSDK.ApiResponseCompanyFundamentals](docs/ApiResponseCompanyFundamentals.md)
|
|
339
352
|
- [intrinioSDK.ApiResponseCompanyHistoricalData](docs/ApiResponseCompanyHistoricalData.md)
|
|
@@ -376,6 +389,7 @@ Class | Method | HTTP request | Description
|
|
|
376
389
|
- [intrinioSDK.ApiResponseMunicipalities](docs/ApiResponseMunicipalities.md)
|
|
377
390
|
- [intrinioSDK.ApiResponseMunicipalitiyFinancials](docs/ApiResponseMunicipalitiyFinancials.md)
|
|
378
391
|
- [intrinioSDK.ApiResponseNews](docs/ApiResponseNews.md)
|
|
392
|
+
- [intrinioSDK.ApiResponseOptionMovers](docs/ApiResponseOptionMovers.md)
|
|
379
393
|
- [intrinioSDK.ApiResponseOptionPrices](docs/ApiResponseOptionPrices.md)
|
|
380
394
|
- [intrinioSDK.ApiResponseOptions](docs/ApiResponseOptions.md)
|
|
381
395
|
- [intrinioSDK.ApiResponseOptionsAggregates](docs/ApiResponseOptionsAggregates.md)
|
|
@@ -510,8 +524,13 @@ Class | Method | HTTP request | Description
|
|
|
510
524
|
- [intrinioSDK.ETFAnalytics](docs/ETFAnalytics.md)
|
|
511
525
|
- [intrinioSDK.ETFHistoricalStats](docs/ETFHistoricalStats.md)
|
|
512
526
|
- [intrinioSDK.ETFHolding](docs/ETFHolding.md)
|
|
527
|
+
- [intrinioSDK.ETFNavFlow](docs/ETFNavFlow.md)
|
|
528
|
+
- [intrinioSDK.ETFNavFlowsAll](docs/ETFNavFlowsAll.md)
|
|
529
|
+
- [intrinioSDK.ETFNavFlowsHistorical](docs/ETFNavFlowsHistorical.md)
|
|
513
530
|
- [intrinioSDK.ETFStats](docs/ETFStats.md)
|
|
514
531
|
- [intrinioSDK.ETFSummary](docs/ETFSummary.md)
|
|
532
|
+
- [intrinioSDK.EarningsDateEstimate](docs/EarningsDateEstimate.md)
|
|
533
|
+
- [intrinioSDK.EarningsDateEstimateConfidenceIntervals](docs/EarningsDateEstimateConfidenceIntervals.md)
|
|
515
534
|
- [intrinioSDK.EarningsRecord](docs/EarningsRecord.md)
|
|
516
535
|
- [intrinioSDK.EaseOfMovementTechnicalValue](docs/EaseOfMovementTechnicalValue.md)
|
|
517
536
|
- [intrinioSDK.EconomicIndex](docs/EconomicIndex.md)
|
|
@@ -560,6 +579,7 @@ Class | Method | HTTP request | Description
|
|
|
560
579
|
- [intrinioSDK.OptionIntervalMover](docs/OptionIntervalMover.md)
|
|
561
580
|
- [intrinioSDK.OptionIntervalsMoversResult](docs/OptionIntervalsMoversResult.md)
|
|
562
581
|
- [intrinioSDK.OptionIntervalsResult](docs/OptionIntervalsResult.md)
|
|
582
|
+
- [intrinioSDK.OptionMover](docs/OptionMover.md)
|
|
563
583
|
- [intrinioSDK.OptionPrice](docs/OptionPrice.md)
|
|
564
584
|
- [intrinioSDK.OptionPriceBatchRealtime](docs/OptionPriceBatchRealtime.md)
|
|
565
585
|
- [intrinioSDK.OptionPriceEod](docs/OptionPriceEod.md)
|
|
@@ -647,4 +667,6 @@ Class | Method | HTTP request | Description
|
|
|
647
667
|
- [intrinioSDK.ZacksSalesSurprise](docs/ZacksSalesSurprise.md)
|
|
648
668
|
- [intrinioSDK.ZacksSalesSurpriseSummary](docs/ZacksSalesSurpriseSummary.md)
|
|
649
669
|
- [intrinioSDK.ZacksTargetPriceConsensus](docs/ZacksTargetPriceConsensus.md)
|
|
670
|
+
- [intrinioSDK.ETFNavFlows](docs/ETFNavFlows.md)
|
|
671
|
+
- [intrinioSDK.EarningsDateEstimateWithCompany](docs/EarningsDateEstimateWithCompany.md)
|
|
650
672
|
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# intrinioSDK.AccountApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api-v2.intrinio.com*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**getAccountCurrentUsage**](AccountApi.md#getAccountCurrentUsage) | **GET** /account | Account Current Usage
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
[//]: # (START_OPERATION)
|
|
12
|
+
|
|
13
|
+
[//]: # (CLASS:AccountApi)
|
|
14
|
+
|
|
15
|
+
[//]: # (METHOD:getAccountCurrentUsage)
|
|
16
|
+
|
|
17
|
+
[//]: # (RETURN_TYPE:ApiResponseAccountUsages)
|
|
18
|
+
|
|
19
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
20
|
+
|
|
21
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseAccountUsages.md)
|
|
22
|
+
|
|
23
|
+
[//]: # (OPERATION:getAccountCurrentUsage_v2)
|
|
24
|
+
|
|
25
|
+
[//]: # (ENDPOINT:/account)
|
|
26
|
+
|
|
27
|
+
[//]: # (DOCUMENT_LINK:AccountApi.md#getAccountCurrentUsage)
|
|
28
|
+
|
|
29
|
+
<a name="getAccountCurrentUsage"></a>
|
|
30
|
+
## **getAccountCurrentUsage**
|
|
31
|
+
|
|
32
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getAccountCurrentUsage_v2)
|
|
33
|
+
|
|
34
|
+
[//]: # (START_OVERVIEW)
|
|
35
|
+
|
|
36
|
+
> ApiResponseAccountUsages getAccountCurrentUsage()
|
|
37
|
+
|
|
38
|
+
#### Account Current Usage
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
Returns a list of all access codes available with their current usage.
|
|
42
|
+
|
|
43
|
+
[//]: # (END_OVERVIEW)
|
|
44
|
+
|
|
45
|
+
### Example
|
|
46
|
+
|
|
47
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
48
|
+
|
|
49
|
+
```javascript
|
|
50
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
51
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
52
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
53
|
+
|
|
54
|
+
var account = new intrinioSDK.AccountApi();
|
|
55
|
+
|
|
56
|
+
account.getAccountCurrentUsage().then(function(data) {
|
|
57
|
+
data = JSON.stringify(data, null, 2)
|
|
58
|
+
console.log(data);
|
|
59
|
+
}, function(error) {
|
|
60
|
+
console.error(error);
|
|
61
|
+
});
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
65
|
+
|
|
66
|
+
### Parameters
|
|
67
|
+
|
|
68
|
+
[//]: # (START_PARAMETERS)
|
|
69
|
+
|
|
70
|
+
This endpoint does not need any parameter.
|
|
71
|
+
<br/>
|
|
72
|
+
|
|
73
|
+
[//]: # (END_PARAMETERS)
|
|
74
|
+
|
|
75
|
+
### Return type
|
|
76
|
+
|
|
77
|
+
[**ApiResponseAccountUsages**](ApiResponseAccountUsages.md)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
[//]: # (END_OPERATION)
|
|
82
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:AccountCurrentUsage)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### AccountCurrentUsage
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**accessCode** | String | The access code.
|
|
15
|
+
**restriction** | String | Restrictions on this access code.
|
|
16
|
+
**count** | String | The current count of API calls using this access code for this period.
|
|
17
|
+
**limit** | String | The limit for this access code
|
|
18
|
+
**secondsUntilReset** | String | The period in seconds for count reset.
|
|
19
|
+
**percentageUsed** | String | The percentage of limit used.
|
|
20
|
+
|
|
21
|
+
[//]: # (END_DEFINITION)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ApiResponseAccountUsages)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ApiResponseAccountUsages
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**usage** | [**[AccountCurrentUsage]**](AccountCurrentUsage.md) | The usages on the account.
|
|
15
|
+
**account** | [**ApiResponseAccountUsagesAccount**](ApiResponseAccountUsagesAccount.md) |
|
|
16
|
+
|
|
17
|
+
[//]: # (END_DEFINITION)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
[//]: # (CONTAINED_CLASS:AccountCurrentUsage)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
[//]: # (CONTAINED_CLASS:ApiResponseAccountUsagesAccount)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ApiResponseAccountUsagesAccount)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ApiResponseAccountUsagesAccount
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**email** | String | The email address for the account.
|
|
15
|
+
|
|
16
|
+
[//]: # (END_DEFINITION)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ApiResponseAllExpectedEarningsDates)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ApiResponseAllExpectedEarningsDates
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**expectedEarningsDates** | [**[EarningsDateEstimateWithCompany]**](EarningsDateEstimateWithCompany.md) |
|
|
15
|
+
**nextPage** | String | The token for the next page of results
|
|
16
|
+
|
|
17
|
+
[//]: # (END_DEFINITION)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
[//]: # (CONTAINED_CLASS:EarningsDateEstimateWithCompany)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ApiResponseCompanyExpectedEarningsDates)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ApiResponseCompanyExpectedEarningsDates
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**expectedEarningsDates** | [**[EarningsDateEstimate]**](EarningsDateEstimate.md) | Expected earnings dates.
|
|
15
|
+
**company** | [**CompanySummary**](CompanySummary.md) |
|
|
16
|
+
**nextPage** | String | The token required to request the next page of the data. If null, no further data is available.
|
|
17
|
+
|
|
18
|
+
[//]: # (END_DEFINITION)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
[//]: # (CONTAINED_CLASS:EarningsDateEstimate)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
[//]: # (CONTAINED_CLASS:CompanySummary)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ApiResponseOptionMovers)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ApiResponseOptionMovers
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**movers** | [**[OptionMover]**](OptionMover.md) |
|
|
15
|
+
**nextPage** | String | A pagination token for retrieving the next page of results, if available. Null or absent if no further pages exist.
|
|
16
|
+
|
|
17
|
+
[//]: # (END_DEFINITION)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
[//]: # (CONTAINED_CLASS:OptionMover)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
package/docs/CompanyApi.md
CHANGED
|
@@ -4,6 +4,8 @@ All URIs are relative to *https://api-v2.intrinio.com*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
+
[**allExpectedEarningsDates**](CompanyApi.md#allExpectedEarningsDates) | **GET** /companies/upcoming_earnings | All Expected Earnings Dates
|
|
8
|
+
[**expectedEarningsDatesByCompany**](CompanyApi.md#expectedEarningsDatesByCompany) | **GET** /companies/{identifier}/upcoming_earnings | Expected Earnings Dates by Company
|
|
7
9
|
[**getAllCompanies**](CompanyApi.md#getAllCompanies) | **GET** /companies | All Companies
|
|
8
10
|
[**getAllCompaniesDailyMetrics**](CompanyApi.md#getAllCompaniesDailyMetrics) | **GET** /companies/daily_metrics | All Companies daily metrics
|
|
9
11
|
[**getAllCompanyNews**](CompanyApi.md#getAllCompanyNews) | **GET** /companies/news | All News
|
|
@@ -29,6 +31,192 @@ Method | HTTP request | Description
|
|
|
29
31
|
|
|
30
32
|
|
|
31
33
|
|
|
34
|
+
[//]: # (START_OPERATION)
|
|
35
|
+
|
|
36
|
+
[//]: # (CLASS:CompanyApi)
|
|
37
|
+
|
|
38
|
+
[//]: # (METHOD:allExpectedEarningsDates)
|
|
39
|
+
|
|
40
|
+
[//]: # (RETURN_TYPE:ApiResponseAllExpectedEarningsDates)
|
|
41
|
+
|
|
42
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
43
|
+
|
|
44
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseAllExpectedEarningsDates.md)
|
|
45
|
+
|
|
46
|
+
[//]: # (OPERATION:allExpectedEarningsDates_v2)
|
|
47
|
+
|
|
48
|
+
[//]: # (ENDPOINT:/companies/upcoming_earnings)
|
|
49
|
+
|
|
50
|
+
[//]: # (DOCUMENT_LINK:CompanyApi.md#allExpectedEarningsDates)
|
|
51
|
+
|
|
52
|
+
<a name="allExpectedEarningsDates"></a>
|
|
53
|
+
## **allExpectedEarningsDates**
|
|
54
|
+
|
|
55
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/allExpectedEarningsDates_v2)
|
|
56
|
+
|
|
57
|
+
[//]: # (START_OVERVIEW)
|
|
58
|
+
|
|
59
|
+
> ApiResponseAllExpectedEarningsDates allExpectedEarningsDates(opts)
|
|
60
|
+
|
|
61
|
+
#### All Expected Earnings Dates
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
Returns expected earnings announcement dates for all companies, optionally filtered by tickers. Results are always sorted by expected date ascending and include company identification.
|
|
65
|
+
|
|
66
|
+
[//]: # (END_OVERVIEW)
|
|
67
|
+
|
|
68
|
+
### Example
|
|
69
|
+
|
|
70
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
71
|
+
|
|
72
|
+
```javascript
|
|
73
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
74
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
75
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
76
|
+
|
|
77
|
+
var company = new intrinioSDK.CompanyApi();
|
|
78
|
+
|
|
79
|
+
var opts = {
|
|
80
|
+
'tickers': null,
|
|
81
|
+
'fiscalYear': null,
|
|
82
|
+
'fiscalPeriod': null,
|
|
83
|
+
'expectedDateAfter': new Date("today"),
|
|
84
|
+
'expectedDateBefore': null,
|
|
85
|
+
'pageSize': 100,
|
|
86
|
+
'nextPage': null
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
company.allExpectedEarningsDates(opts).then(function(data) {
|
|
90
|
+
data = JSON.stringify(data, null, 2)
|
|
91
|
+
console.log(data);
|
|
92
|
+
}, function(error) {
|
|
93
|
+
console.error(error);
|
|
94
|
+
});
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
98
|
+
|
|
99
|
+
### Parameters
|
|
100
|
+
|
|
101
|
+
[//]: # (START_PARAMETERS)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
Name | Type | Description | Notes
|
|
105
|
+
------------- | ------------- | ------------- | -------------
|
|
106
|
+
**tickers** | String| Comma-delimited list of tickers to filter results | [optional]
|
|
107
|
+
**fiscalYear** | Number| Filter by fiscal year | [optional]
|
|
108
|
+
**fiscalPeriod** | String| Filter by fiscal period (Q1, Q2, Q3, FY) | [optional]
|
|
109
|
+
**expectedDateAfter** | Date| Returns expected dates on or after this date. Defaults to today if not provided. | [optional] [default to today]
|
|
110
|
+
**expectedDateBefore** | Date| Returns expected dates before this date. | [optional]
|
|
111
|
+
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
112
|
+
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
113
|
+
<br/>
|
|
114
|
+
|
|
115
|
+
[//]: # (END_PARAMETERS)
|
|
116
|
+
|
|
117
|
+
### Return type
|
|
118
|
+
|
|
119
|
+
[**ApiResponseAllExpectedEarningsDates**](ApiResponseAllExpectedEarningsDates.md)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
[//]: # (END_OPERATION)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
[//]: # (START_OPERATION)
|
|
127
|
+
|
|
128
|
+
[//]: # (CLASS:CompanyApi)
|
|
129
|
+
|
|
130
|
+
[//]: # (METHOD:expectedEarningsDatesByCompany)
|
|
131
|
+
|
|
132
|
+
[//]: # (RETURN_TYPE:ApiResponseCompanyExpectedEarningsDates)
|
|
133
|
+
|
|
134
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
135
|
+
|
|
136
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseCompanyExpectedEarningsDates.md)
|
|
137
|
+
|
|
138
|
+
[//]: # (OPERATION:expectedEarningsDatesByCompany_v2)
|
|
139
|
+
|
|
140
|
+
[//]: # (ENDPOINT:/companies/{identifier}/upcoming_earnings)
|
|
141
|
+
|
|
142
|
+
[//]: # (DOCUMENT_LINK:CompanyApi.md#expectedEarningsDatesByCompany)
|
|
143
|
+
|
|
144
|
+
<a name="expectedEarningsDatesByCompany"></a>
|
|
145
|
+
## **expectedEarningsDatesByCompany**
|
|
146
|
+
|
|
147
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/expectedEarningsDatesByCompany_v2)
|
|
148
|
+
|
|
149
|
+
[//]: # (START_OVERVIEW)
|
|
150
|
+
|
|
151
|
+
> ApiResponseCompanyExpectedEarningsDates expectedEarningsDatesByCompany(identifier, opts)
|
|
152
|
+
|
|
153
|
+
#### Expected Earnings Dates by Company
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
Returns expected earnings announcement dates for a company's fiscal periods with confidence intervals and historical filing date ranges.
|
|
157
|
+
|
|
158
|
+
[//]: # (END_OVERVIEW)
|
|
159
|
+
|
|
160
|
+
### Example
|
|
161
|
+
|
|
162
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
163
|
+
|
|
164
|
+
```javascript
|
|
165
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
166
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
167
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
168
|
+
|
|
169
|
+
var company = new intrinioSDK.CompanyApi();
|
|
170
|
+
|
|
171
|
+
var identifier = "AAPL";
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
var opts = {
|
|
175
|
+
'fiscalYear': null,
|
|
176
|
+
'fiscalPeriod': null,
|
|
177
|
+
'expectedDateAfter': new Date("today"),
|
|
178
|
+
'expectedDateBefore': null,
|
|
179
|
+
'pageSize': 100,
|
|
180
|
+
'nextPage': null
|
|
181
|
+
};
|
|
182
|
+
|
|
183
|
+
company.expectedEarningsDatesByCompany(identifier, opts).then(function(data) {
|
|
184
|
+
data = JSON.stringify(data, null, 2)
|
|
185
|
+
console.log(data);
|
|
186
|
+
}, function(error) {
|
|
187
|
+
console.error(error);
|
|
188
|
+
});
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
192
|
+
|
|
193
|
+
### Parameters
|
|
194
|
+
|
|
195
|
+
[//]: # (START_PARAMETERS)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
Name | Type | Description | Notes
|
|
199
|
+
------------- | ------------- | ------------- | -------------
|
|
200
|
+
**identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) |
|
|
201
|
+
**fiscalYear** | Number| Filter by fiscal year | [optional]
|
|
202
|
+
**fiscalPeriod** | String| Filter by fiscal period (Q1, Q2, Q3, FY) | [optional]
|
|
203
|
+
**expectedDateAfter** | Date| Returns expected dates on or after this date. Defaults to today if not provided. | [optional] [default to today]
|
|
204
|
+
**expectedDateBefore** | Date| Returns expected dates before this date. | [optional]
|
|
205
|
+
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
206
|
+
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
207
|
+
<br/>
|
|
208
|
+
|
|
209
|
+
[//]: # (END_PARAMETERS)
|
|
210
|
+
|
|
211
|
+
### Return type
|
|
212
|
+
|
|
213
|
+
[**ApiResponseCompanyExpectedEarningsDates**](ApiResponseCompanyExpectedEarningsDates.md)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
[//]: # (END_OPERATION)
|
|
218
|
+
|
|
219
|
+
|
|
32
220
|
[//]: # (START_OPERATION)
|
|
33
221
|
|
|
34
222
|
[//]: # (CLASS:CompanyApi)
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ETFNavFlow)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ETFNavFlow
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**asOfDate** | Date | The date of the NAV flows data
|
|
15
|
+
**navReturnDaily** | Number | Daily NAV return as a decimal (percentage)
|
|
16
|
+
**navReturnOneMonth** | Number | One month NAV return as a decimal (percentage)
|
|
17
|
+
**navReturnThreeMonth** | Number | Three month NAV return as a decimal (percentage)
|
|
18
|
+
**navReturnYtd** | Number | Year-to-date NAV return as a decimal (percentage)
|
|
19
|
+
**navReturnOneYear** | Number | One year NAV return as a decimal (percentage)
|
|
20
|
+
**navReturn1YearPrior** | Number | NAV return 1 year prior as a decimal (percentage)
|
|
21
|
+
**navReturn2YearPrior** | Number | NAV return 2 years prior as a decimal (percentage)
|
|
22
|
+
**navReturn3YearPrior** | Number | NAV return 3 years prior as a decimal (percentage)
|
|
23
|
+
**navReturn4YearPrior** | Number | NAV return 4 years prior as a decimal (percentage)
|
|
24
|
+
**navReturn5YearPrior** | Number | NAV return 5 years prior as a decimal (percentage)
|
|
25
|
+
**navAnnualizedReturnThreeYear** | Number | Three year annualized NAV return as a decimal (percentage)
|
|
26
|
+
**navAnnualizedReturnFiveYear** | Number | Five year annualized NAV return as a decimal (percentage)
|
|
27
|
+
**navAnnualizedReturnTenYear** | Number | Ten year annualized NAV return as a decimal (percentage)
|
|
28
|
+
**navAnnualizedReturnInception** | Number | Annualized NAV return since inception as a decimal (percentage)
|
|
29
|
+
**navUnadjusted** | Number | Net asset value unadjusted for splits or dividends
|
|
30
|
+
**navSplitAdjusted** | Number | Net asset value adjusted for splits only
|
|
31
|
+
**navSplitDividendAdjusted** | Number | Net asset value adjusted for both splits and dividends
|
|
32
|
+
**netFlowsDaily** | Number | Daily net flows in dollars
|
|
33
|
+
**netFlowsOneMonth** | Number | One month net flows in dollars
|
|
34
|
+
**netFlowsThreeMonth** | Number | Three month net flows in dollars
|
|
35
|
+
**netFlowsYtd** | Number | Year-to-date net flows in dollars
|
|
36
|
+
**netFlowsOneYear** | Number | One year net flows in dollars
|
|
37
|
+
**netFlowsThreeYear** | Number | Three year net flows in dollars
|
|
38
|
+
**netFlowsFiveYear** | Number | Five year net flows in dollars
|
|
39
|
+
**netFlowsTenYear** | Number | Ten year net flows in dollars
|
|
40
|
+
**netFlows1YearPrior** | Number | Net flows 1 year prior in dollars
|
|
41
|
+
**netFlows2YearPrior** | Number | Net flows 2 years prior in dollars
|
|
42
|
+
**netFlows3YearPrior** | Number | Net flows 3 years prior in dollars
|
|
43
|
+
**netFlows4YearPrior** | Number | Net flows 4 years prior in dollars
|
|
44
|
+
**netFlows5YearPrior** | Number | Net flows 5 years prior in dollars
|
|
45
|
+
**netFlowsInception** | Number | Net flows since inception in dollars
|
|
46
|
+
**shareOutstandingUnadjusted** | Number | Shares outstanding unadjusted for splits
|
|
47
|
+
**shareOutstandingSplitAdjusted** | Number | Shares outstanding adjusted for splits
|
|
48
|
+
**totalNetAssets** | Number | Total net assets in dollars
|
|
49
|
+
|
|
50
|
+
[//]: # (END_DEFINITION)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ETFNavFlows)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ETFNavFlows
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**etf** | [**ETFSummary**](ETFSummary.md) | A brief summary of the ETF to which these nav flows refer
|
|
15
|
+
**messages** | [String] | Any messages, warnings, or additional information about the data
|
|
16
|
+
|
|
17
|
+
[//]: # (END_DEFINITION)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
[//]: # (CONTAINED_CLASS:ETFSummary)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ETFNavFlowsAll)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ETFNavFlowsAll
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**navFlows** | [Object] | Array of latest NAV flows data objects for all ETFs
|
|
15
|
+
**nextPage** | String | The token required to request the next page of results
|
|
16
|
+
**messages** | [String] | Any messages, warnings, or additional information about the data
|
|
17
|
+
|
|
18
|
+
[//]: # (END_DEFINITION)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|