intrinio-sdk 6.47.0 → 7.1.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 +10 -8
- package/docs/ApiResponseSecurityTradingStatus.md +51 -0
- package/docs/ApiResponseSecurityTradingStatuses.md +39 -0
- package/docs/CompanyApi.md +0 -166
- package/docs/CompanySharesOutstanding.md +1 -0
- package/docs/EarningsDateEstimateWithCompany.md +6 -0
- package/docs/FilingApi.md +0 -83
- package/docs/Fundamental.md +2 -0
- package/docs/OptionsApi.md +20 -2
- package/docs/SecurityApi.md +343 -0
- package/docs/SecurityTradingStatusSummary.md +37 -0
- package/package.json +1 -1
- package/src/ApiClient.js +2 -2
- package/src/api/AccountApi.js +2 -2
- package/src/api/BulkDownloadsApi.js +2 -2
- package/src/api/CompanyApi.js +6 -128
- 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 +6 -69
- 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 +29 -2
- package/src/api/OwnersApi.js +2 -2
- package/src/api/SecurityApi.js +257 -6
- 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 +25 -20
- package/src/model/AccountCurrentUsage.js +2 -2
- package/src/model/AccumulationDistributionIndexTechnicalValue.js +2 -2
- package/src/model/ApiResponseAccountUsages.js +2 -2
- package/src/model/ApiResponseAccountUsagesAccount.js +2 -2
- package/src/model/ApiResponseAllExpectedEarningsDates.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/ApiResponseCompanyDailyMetrics.js +2 -2
- package/src/model/ApiResponseCompanyExpectedEarningsDates.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/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 +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/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/ApiResponseSecurityTradingStatus.js +181 -0
- package/src/model/ApiResponseSecurityTradingStatuses.js +141 -0
- 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 +11 -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 +2 -2
- package/src/model/ETFNavFlows.js +2 -2
- package/src/model/ETFNavFlowsAll.js +2 -2
- package/src/model/ETFNavFlowsHistorical.js +2 -2
- package/src/model/ETFStats.js +2 -2
- package/src/model/ETFSummary.js +2 -2
- package/src/model/EarningsDateEstimate.js +2 -2
- package/src/model/EarningsDateEstimateConfidenceIntervals.js +2 -2
- package/src/model/EarningsDateEstimateWithCompany.js +37 -28
- 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 +20 -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 +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/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/SecurityTradingStatusSummary.js +131 -0
- 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 +1 -1
- package/test/api/BulkDownloadsApi.spec.js +1 -1
- package/test/api/CompanyApi.spec.js +1 -21
- 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 -11
- 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 +41 -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 +1 -1
- package/test/model/AccumulationDistributionIndexTechnicalValue.spec.js +1 -1
- package/test/model/ApiResponseAccountUsages.spec.js +1 -1
- package/test/model/ApiResponseAccountUsagesAccount.spec.js +1 -1
- package/test/model/ApiResponseAllExpectedEarningsDates.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/ApiResponseCompanyDailyMetrics.spec.js +1 -1
- package/test/model/ApiResponseCompanyExpectedEarningsDates.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/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 +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/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/ApiResponseSecurityTradingStatus.spec.js +97 -0
- package/test/model/{ApiResponseCompanyAnswers.spec.js → ApiResponseSecurityTradingStatuses.spec.js} +19 -19
- 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 +7 -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 +1 -1
- package/test/model/ETFNavFlows.spec.js +1 -1
- package/test/model/ETFNavFlowsAll.spec.js +1 -1
- package/test/model/ETFNavFlowsHistorical.spec.js +1 -1
- package/test/model/ETFStats.spec.js +1 -1
- package/test/model/ETFSummary.spec.js +1 -1
- package/test/model/EarningsDateEstimate.spec.js +1 -1
- package/test/model/EarningsDateEstimateConfidenceIntervals.spec.js +1 -1
- package/test/model/EarningsDateEstimateWithCompany.spec.js +37 -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 +13 -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 +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/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/{ApiResponseFilingAnswers.spec.js → SecurityTradingStatusSummary.spec.js} +19 -19
- 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/docs/ApiResponseCompanyAnswers.md +0 -30
- package/docs/ApiResponseFilingAnswers.md +0 -30
- package/src/model/ApiResponseCompanyAnswers.js +0 -107
- package/src/model/ApiResponseFilingAnswers.js +0 -107
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:
|
|
7
|
+
- API version: 2.129.0
|
|
8
|
+
- Package version: 7.1.0
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -80,7 +80,6 @@ Class | Method | HTTP request | Description
|
|
|
80
80
|
*intrinioSDK.CompanyApi* | [**getAllCompaniesDailyMetrics**](docs/CompanyApi.md#getAllCompaniesDailyMetrics) | **GET** /companies/daily_metrics | All Companies daily metrics
|
|
81
81
|
*intrinioSDK.CompanyApi* | [**getAllCompanyNews**](docs/CompanyApi.md#getAllCompanyNews) | **GET** /companies/news | All News
|
|
82
82
|
*intrinioSDK.CompanyApi* | [**getCompany**](docs/CompanyApi.md#getCompany) | **GET** /companies/{identifier} | Lookup Company
|
|
83
|
-
*intrinioSDK.CompanyApi* | [**getCompanyAnswers**](docs/CompanyApi.md#getCompanyAnswers) | **GET** /companies/{identifier}/answers | Company Answers
|
|
84
83
|
*intrinioSDK.CompanyApi* | [**getCompanyDailyMetrics**](docs/CompanyApi.md#getCompanyDailyMetrics) | **GET** /companies/{identifier}/daily_metrics | Company metrics by Company
|
|
85
84
|
*intrinioSDK.CompanyApi* | [**getCompanyDataPointNumber**](docs/CompanyApi.md#getCompanyDataPointNumber) | **GET** /companies/{identifier}/data_point/{tag}/number | Data Point (Number) for Company
|
|
86
85
|
*intrinioSDK.CompanyApi* | [**getCompanyDataPointText**](docs/CompanyApi.md#getCompanyDataPointText) | **GET** /companies/{identifier}/data_point/{tag}/text | Data Point (Text) for Company
|
|
@@ -95,7 +94,6 @@ Class | Method | HTTP request | Description
|
|
|
95
94
|
*intrinioSDK.CompanyApi* | [**insiderTransactionFilingsByCompany**](docs/CompanyApi.md#insiderTransactionFilingsByCompany) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
|
|
96
95
|
*intrinioSDK.CompanyApi* | [**latestInsiderTransactionFilingByCompany**](docs/CompanyApi.md#latestInsiderTransactionFilingByCompany) | **GET** /companies/{identifier}/insider_transaction_filings/latest | Latest Insider Transaction Filing by Company
|
|
97
96
|
*intrinioSDK.CompanyApi* | [**lookupCompanyFundamental**](docs/CompanyApi.md#lookupCompanyFundamental) | **GET** /companies/{identifier}/fundamentals/lookup/{statement_code}/{fiscal_year}/{fiscal_period} | Lookup Fundamental by Company
|
|
98
|
-
*intrinioSDK.CompanyApi* | [**recognizeCompany**](docs/CompanyApi.md#recognizeCompany) | **GET** /companies/recognize | Recognize Company
|
|
99
97
|
*intrinioSDK.CompanyApi* | [**searchCompanies**](docs/CompanyApi.md#searchCompanies) | **GET** /companies/search | Search Companies
|
|
100
98
|
*intrinioSDK.CompanyApi* | [**sharesOutstandingByCompany**](docs/CompanyApi.md#sharesOutstandingByCompany) | **GET** /companies/{identifier}/shares_outstanding | Shares Outstanding by Company
|
|
101
99
|
*intrinioSDK.DataPointApi* | [**getDataPointNumber**](docs/DataPointApi.md#getDataPointNumber) | **GET** /data_point/{identifier}/{tag}/number | Data Point (Number)
|
|
@@ -120,7 +118,6 @@ Class | Method | HTTP request | Description
|
|
|
120
118
|
*intrinioSDK.ETFsApi* | [**searchEtfs**](docs/ETFsApi.md#searchEtfs) | **GET** /etfs/search | Search ETFs
|
|
121
119
|
*intrinioSDK.FilingApi* | [**getAllFilings**](docs/FilingApi.md#getAllFilings) | **GET** /filings | All Filings
|
|
122
120
|
*intrinioSDK.FilingApi* | [**getAllNotes**](docs/FilingApi.md#getAllNotes) | **GET** /filings/notes | All Filing Notes
|
|
123
|
-
*intrinioSDK.FilingApi* | [**getFilingAnswers**](docs/FilingApi.md#getFilingAnswers) | **GET** /filings/{identifier}/answers | Filing Answers
|
|
124
121
|
*intrinioSDK.FilingApi* | [**getFilingById**](docs/FilingApi.md#getFilingById) | **GET** /filings/{id} | Lookup Filing
|
|
125
122
|
*intrinioSDK.FilingApi* | [**getFilingFundamentals**](docs/FilingApi.md#getFilingFundamentals) | **GET** /filings/{identifier}/fundamentals | All Fundamentals by Filing
|
|
126
123
|
*intrinioSDK.FilingApi* | [**getFilingHtml**](docs/FilingApi.md#getFilingHtml) | **GET** /filings/{identifier}/html | Filing Html
|
|
@@ -268,6 +265,10 @@ Class | Method | HTTP request | Description
|
|
|
268
265
|
*intrinioSDK.SecurityApi* | [**getSecurityStockPrices**](docs/SecurityApi.md#getSecurityStockPrices) | **GET** /securities/{identifier}/prices | Stock Prices by Security
|
|
269
266
|
*intrinioSDK.SecurityApi* | [**getSecurityTrades**](docs/SecurityApi.md#getSecurityTrades) | **GET** /securities/trades | Security Trades
|
|
270
267
|
*intrinioSDK.SecurityApi* | [**getSecurityTradesBySymbol**](docs/SecurityApi.md#getSecurityTradesBySymbol) | **GET** /securities/{identifier}/trades | Security Trades By Symbol
|
|
268
|
+
*intrinioSDK.SecurityApi* | [**getSecurityTradingStatus**](docs/SecurityApi.md#getSecurityTradingStatus) | **GET** /securities/{identifier}/trading_status | Security Trading Status By Security
|
|
269
|
+
*intrinioSDK.SecurityApi* | [**getSecurityTradingStatusQuotesOnly**](docs/SecurityApi.md#getSecurityTradingStatusQuotesOnly) | **GET** /securities/trading_status/quotes_only | Security Trading Status Quotes Only
|
|
270
|
+
*intrinioSDK.SecurityApi* | [**getSecurityTradingStatusStopped**](docs/SecurityApi.md#getSecurityTradingStatusStopped) | **GET** /securities/trading_status/stopped | Security Trading Status Stopped
|
|
271
|
+
*intrinioSDK.SecurityApi* | [**getSecurityTradingStatusTrading**](docs/SecurityApi.md#getSecurityTradingStatusTrading) | **GET** /securities/trading_status/trading | Security Trading Status Trading
|
|
271
272
|
*intrinioSDK.SecurityApi* | [**getSecurityZacksAnalystRatings**](docs/SecurityApi.md#getSecurityZacksAnalystRatings) | **GET** /securities/{identifier}/zacks/analyst_ratings | Zacks Analyst Ratings for Security
|
|
272
273
|
*intrinioSDK.SecurityApi* | [**getSecurityZacksAnalystRatingsSnapshot**](docs/SecurityApi.md#getSecurityZacksAnalystRatingsSnapshot) | **GET** /securities/{identifier}/zacks/analyst_ratings/snapshot | Zacks Analyst Ratings Snapshot
|
|
273
274
|
*intrinioSDK.SecurityApi* | [**getSecurityZacksEpsSurprises**](docs/SecurityApi.md#getSecurityZacksEpsSurprises) | **GET** /securities/{identifier}/zacks/eps_surprises | Zacks EPS Surprises for Security
|
|
@@ -344,7 +345,6 @@ Class | Method | HTTP request | Description
|
|
|
344
345
|
- [intrinioSDK.ApiResponseBulkDownloadLinks](docs/ApiResponseBulkDownloadLinks.md)
|
|
345
346
|
- [intrinioSDK.ApiResponseCompanies](docs/ApiResponseCompanies.md)
|
|
346
347
|
- [intrinioSDK.ApiResponseCompaniesSearch](docs/ApiResponseCompaniesSearch.md)
|
|
347
|
-
- [intrinioSDK.ApiResponseCompanyAnswers](docs/ApiResponseCompanyAnswers.md)
|
|
348
348
|
- [intrinioSDK.ApiResponseCompanyDailyMetrics](docs/ApiResponseCompanyDailyMetrics.md)
|
|
349
349
|
- [intrinioSDK.ApiResponseCompanyExpectedEarningsDates](docs/ApiResponseCompanyExpectedEarningsDates.md)
|
|
350
350
|
- [intrinioSDK.ApiResponseCompanyFilings](docs/ApiResponseCompanyFilings.md)
|
|
@@ -371,7 +371,6 @@ Class | Method | HTTP request | Description
|
|
|
371
371
|
- [intrinioSDK.ApiResponseEconomicIndicesSearch](docs/ApiResponseEconomicIndicesSearch.md)
|
|
372
372
|
- [intrinioSDK.ApiResponseEodIndexPrices](docs/ApiResponseEodIndexPrices.md)
|
|
373
373
|
- [intrinioSDK.ApiResponseEodIndexPricesAll](docs/ApiResponseEodIndexPricesAll.md)
|
|
374
|
-
- [intrinioSDK.ApiResponseFilingAnswers](docs/ApiResponseFilingAnswers.md)
|
|
375
374
|
- [intrinioSDK.ApiResponseFilingFundamentals](docs/ApiResponseFilingFundamentals.md)
|
|
376
375
|
- [intrinioSDK.ApiResponseFilingNotes](docs/ApiResponseFilingNotes.md)
|
|
377
376
|
- [intrinioSDK.ApiResponseFilingNotesSearch](docs/ApiResponseFilingNotesSearch.md)
|
|
@@ -453,6 +452,8 @@ Class | Method | HTTP request | Description
|
|
|
453
452
|
- [intrinioSDK.ApiResponseSecurityStochasticOscillator](docs/ApiResponseSecurityStochasticOscillator.md)
|
|
454
453
|
- [intrinioSDK.ApiResponseSecurityStockPriceAdjustments](docs/ApiResponseSecurityStockPriceAdjustments.md)
|
|
455
454
|
- [intrinioSDK.ApiResponseSecurityStockPrices](docs/ApiResponseSecurityStockPrices.md)
|
|
455
|
+
- [intrinioSDK.ApiResponseSecurityTradingStatus](docs/ApiResponseSecurityTradingStatus.md)
|
|
456
|
+
- [intrinioSDK.ApiResponseSecurityTradingStatuses](docs/ApiResponseSecurityTradingStatuses.md)
|
|
456
457
|
- [intrinioSDK.ApiResponseSecurityTripleExponentialAverage](docs/ApiResponseSecurityTripleExponentialAverage.md)
|
|
457
458
|
- [intrinioSDK.ApiResponseSecurityTrueStrengthIndex](docs/ApiResponseSecurityTrueStrengthIndex.md)
|
|
458
459
|
- [intrinioSDK.ApiResponseSecurityUltimateOscillator](docs/ApiResponseSecurityUltimateOscillator.md)
|
|
@@ -531,6 +532,7 @@ Class | Method | HTTP request | Description
|
|
|
531
532
|
- [intrinioSDK.ETFSummary](docs/ETFSummary.md)
|
|
532
533
|
- [intrinioSDK.EarningsDateEstimate](docs/EarningsDateEstimate.md)
|
|
533
534
|
- [intrinioSDK.EarningsDateEstimateConfidenceIntervals](docs/EarningsDateEstimateConfidenceIntervals.md)
|
|
535
|
+
- [intrinioSDK.EarningsDateEstimateWithCompany](docs/EarningsDateEstimateWithCompany.md)
|
|
534
536
|
- [intrinioSDK.EarningsRecord](docs/EarningsRecord.md)
|
|
535
537
|
- [intrinioSDK.EaseOfMovementTechnicalValue](docs/EaseOfMovementTechnicalValue.md)
|
|
536
538
|
- [intrinioSDK.EconomicIndex](docs/EconomicIndex.md)
|
|
@@ -621,6 +623,7 @@ Class | Method | HTTP request | Description
|
|
|
621
623
|
- [intrinioSDK.SecuritySummary](docs/SecuritySummary.md)
|
|
622
624
|
- [intrinioSDK.SecurityTrades](docs/SecurityTrades.md)
|
|
623
625
|
- [intrinioSDK.SecurityTradesResult](docs/SecurityTradesResult.md)
|
|
626
|
+
- [intrinioSDK.SecurityTradingStatusSummary](docs/SecurityTradingStatusSummary.md)
|
|
624
627
|
- [intrinioSDK.ShortInterest](docs/ShortInterest.md)
|
|
625
628
|
- [intrinioSDK.ShortInterestWithSecurity](docs/ShortInterestWithSecurity.md)
|
|
626
629
|
- [intrinioSDK.SimpleMovingAverageTechnicalValue](docs/SimpleMovingAverageTechnicalValue.md)
|
|
@@ -668,5 +671,4 @@ Class | Method | HTTP request | Description
|
|
|
668
671
|
- [intrinioSDK.ZacksSalesSurpriseSummary](docs/ZacksSalesSurpriseSummary.md)
|
|
669
672
|
- [intrinioSDK.ZacksTargetPriceConsensus](docs/ZacksTargetPriceConsensus.md)
|
|
670
673
|
- [intrinioSDK.ETFNavFlows](docs/ETFNavFlows.md)
|
|
671
|
-
- [intrinioSDK.EarningsDateEstimateWithCompany](docs/EarningsDateEstimateWithCompany.md)
|
|
672
674
|
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ApiResponseSecurityTradingStatus)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ApiResponseSecurityTradingStatus
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**tradingStatus** | String | The trading status of the security.
|
|
15
|
+
**tradingStatusReason** | String | The exchange supplied reason for its current status.
|
|
16
|
+
**tradingStatusUpdatedOn** | Date | The time the exchange reported that it changed its trading status.
|
|
17
|
+
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security resolved from the given identifier
|
|
18
|
+
**marketStatus** | String | The status of the market.
|
|
19
|
+
**messages** | [String] | A list of messages related to the request, such as warnings or errors.
|
|
20
|
+
|
|
21
|
+
[//]: # (END_DEFINITION)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
[//]: # (CONTAINED_CLASS:SecuritySummary)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
<br/>
|
|
29
|
+
|
|
30
|
+
#### Enum: TradingStatusEnum**
|
|
31
|
+
|
|
32
|
+
Name | Value
|
|
33
|
+
---- | -----
|
|
34
|
+
trading | "trading"
|
|
35
|
+
quotes_only | "quotes_only"
|
|
36
|
+
stopped | "stopped"
|
|
37
|
+
|
|
38
|
+
<br/>
|
|
39
|
+
|
|
40
|
+
#### Enum: MarketStatusEnum**
|
|
41
|
+
|
|
42
|
+
Name | Value
|
|
43
|
+
---- | -----
|
|
44
|
+
open | "open"
|
|
45
|
+
closed | "closed"
|
|
46
|
+
premarket | "premarket"
|
|
47
|
+
postmarket | "postmarket"
|
|
48
|
+
closed_early | "closed_early"
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ApiResponseSecurityTradingStatuses)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ApiResponseSecurityTradingStatuses
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**statuses** | [**[SecurityTradingStatusSummary]**](SecurityTradingStatusSummary.md) | The trading statuses of each returned security.
|
|
15
|
+
**marketStatus** | String | The status of the market.
|
|
16
|
+
**messages** | [String] | A list of messages related to the request, such as warnings or errors.
|
|
17
|
+
**nextPage** | String | The token required to request the next page of the data. If null, no further results are available.
|
|
18
|
+
|
|
19
|
+
[//]: # (END_DEFINITION)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
[//]: # (CONTAINED_CLASS:SecurityTradingStatusSummary)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
<br/>
|
|
27
|
+
|
|
28
|
+
#### Enum: MarketStatusEnum**
|
|
29
|
+
|
|
30
|
+
Name | Value
|
|
31
|
+
---- | -----
|
|
32
|
+
open | "open"
|
|
33
|
+
closed | "closed"
|
|
34
|
+
premarket | "premarket"
|
|
35
|
+
postmarket | "postmarket"
|
|
36
|
+
closed_early | "closed_early"
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
package/docs/CompanyApi.md
CHANGED
|
@@ -10,7 +10,6 @@ Method | HTTP request | Description
|
|
|
10
10
|
[**getAllCompaniesDailyMetrics**](CompanyApi.md#getAllCompaniesDailyMetrics) | **GET** /companies/daily_metrics | All Companies daily metrics
|
|
11
11
|
[**getAllCompanyNews**](CompanyApi.md#getAllCompanyNews) | **GET** /companies/news | All News
|
|
12
12
|
[**getCompany**](CompanyApi.md#getCompany) | **GET** /companies/{identifier} | Lookup Company
|
|
13
|
-
[**getCompanyAnswers**](CompanyApi.md#getCompanyAnswers) | **GET** /companies/{identifier}/answers | Company Answers
|
|
14
13
|
[**getCompanyDailyMetrics**](CompanyApi.md#getCompanyDailyMetrics) | **GET** /companies/{identifier}/daily_metrics | Company metrics by Company
|
|
15
14
|
[**getCompanyDataPointNumber**](CompanyApi.md#getCompanyDataPointNumber) | **GET** /companies/{identifier}/data_point/{tag}/number | Data Point (Number) for Company
|
|
16
15
|
[**getCompanyDataPointText**](CompanyApi.md#getCompanyDataPointText) | **GET** /companies/{identifier}/data_point/{tag}/text | Data Point (Text) for Company
|
|
@@ -25,7 +24,6 @@ Method | HTTP request | Description
|
|
|
25
24
|
[**insiderTransactionFilingsByCompany**](CompanyApi.md#insiderTransactionFilingsByCompany) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
|
|
26
25
|
[**latestInsiderTransactionFilingByCompany**](CompanyApi.md#latestInsiderTransactionFilingByCompany) | **GET** /companies/{identifier}/insider_transaction_filings/latest | Latest Insider Transaction Filing by Company
|
|
27
26
|
[**lookupCompanyFundamental**](CompanyApi.md#lookupCompanyFundamental) | **GET** /companies/{identifier}/fundamentals/lookup/{statement_code}/{fiscal_year}/{fiscal_period} | Lookup Fundamental by Company
|
|
28
|
-
[**recognizeCompany**](CompanyApi.md#recognizeCompany) | **GET** /companies/recognize | Recognize Company
|
|
29
27
|
[**searchCompanies**](CompanyApi.md#searchCompanies) | **GET** /companies/search | Search Companies
|
|
30
28
|
[**sharesOutstandingByCompany**](CompanyApi.md#sharesOutstandingByCompany) | **GET** /companies/{identifier}/shares_outstanding | Shares Outstanding by Company
|
|
31
29
|
|
|
@@ -271,7 +269,6 @@ var opts = {
|
|
|
271
269
|
'industryGroup': null,
|
|
272
270
|
'hasFundamentals': true,
|
|
273
271
|
'hasStockPrices': true,
|
|
274
|
-
'theaEnabled': null,
|
|
275
272
|
'pageSize': 100,
|
|
276
273
|
'nextPage': null
|
|
277
274
|
};
|
|
@@ -301,7 +298,6 @@ Name | Type | Description | Notes
|
|
|
301
298
|
**industryGroup** | String| Return companies in the given industry group | [optional]
|
|
302
299
|
**hasFundamentals** | Boolean| Return only companies that have fundamentals when true | [optional]
|
|
303
300
|
**hasStockPrices** | Boolean| Return only companies that have stock prices when true | [optional]
|
|
304
|
-
**theaEnabled** | Boolean| Return companies whose have been read by our Thea NLP and are ready for our company answers endpoint | [optional]
|
|
305
301
|
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
306
302
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
307
303
|
<br/>
|
|
@@ -587,87 +583,6 @@ Name | Type | Description | Notes
|
|
|
587
583
|
|
|
588
584
|
|
|
589
585
|
|
|
590
|
-
[//]: # (END_OPERATION)
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
[//]: # (START_OPERATION)
|
|
594
|
-
|
|
595
|
-
[//]: # (CLASS:CompanyApi)
|
|
596
|
-
|
|
597
|
-
[//]: # (METHOD:getCompanyAnswers)
|
|
598
|
-
|
|
599
|
-
[//]: # (RETURN_TYPE:ApiResponseCompanyAnswers)
|
|
600
|
-
|
|
601
|
-
[//]: # (RETURN_TYPE_KIND:object)
|
|
602
|
-
|
|
603
|
-
[//]: # (RETURN_TYPE_DOC:ApiResponseCompanyAnswers.md)
|
|
604
|
-
|
|
605
|
-
[//]: # (OPERATION:getCompanyAnswers_v2)
|
|
606
|
-
|
|
607
|
-
[//]: # (ENDPOINT:/companies/{identifier}/answers)
|
|
608
|
-
|
|
609
|
-
[//]: # (DOCUMENT_LINK:CompanyApi.md#getCompanyAnswers)
|
|
610
|
-
|
|
611
|
-
<a name="getCompanyAnswers"></a>
|
|
612
|
-
## **getCompanyAnswers**
|
|
613
|
-
|
|
614
|
-
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getCompanyAnswers_v2)
|
|
615
|
-
|
|
616
|
-
[//]: # (START_OVERVIEW)
|
|
617
|
-
|
|
618
|
-
> ApiResponseCompanyAnswers getCompanyAnswers(identifier, query)
|
|
619
|
-
|
|
620
|
-
#### Company Answers
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
Returns answers for a question about the Company with the given `identifier`
|
|
624
|
-
|
|
625
|
-
[//]: # (END_OVERVIEW)
|
|
626
|
-
|
|
627
|
-
### Example
|
|
628
|
-
|
|
629
|
-
[//]: # (START_CODE_EXAMPLE)
|
|
630
|
-
|
|
631
|
-
```javascript
|
|
632
|
-
var intrinioSDK = require('intrinio-sdk');
|
|
633
|
-
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
634
|
-
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
635
|
-
|
|
636
|
-
var company = new intrinioSDK.CompanyApi();
|
|
637
|
-
|
|
638
|
-
var identifier = "AAPL";
|
|
639
|
-
var query = "What do they believe in?";
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
company.getCompanyAnswers(identifier, query).then(function(data) {
|
|
643
|
-
data = JSON.stringify(data, null, 2)
|
|
644
|
-
console.log(data);
|
|
645
|
-
}, function(error) {
|
|
646
|
-
console.error(error);
|
|
647
|
-
});
|
|
648
|
-
```
|
|
649
|
-
|
|
650
|
-
[//]: # (END_CODE_EXAMPLE)
|
|
651
|
-
|
|
652
|
-
### Parameters
|
|
653
|
-
|
|
654
|
-
[//]: # (START_PARAMETERS)
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
Name | Type | Description | Notes
|
|
658
|
-
------------- | ------------- | ------------- | -------------
|
|
659
|
-
**identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) |
|
|
660
|
-
**query** | String| The query to ask the Thea API |
|
|
661
|
-
<br/>
|
|
662
|
-
|
|
663
|
-
[//]: # (END_PARAMETERS)
|
|
664
|
-
|
|
665
|
-
### Return type
|
|
666
|
-
|
|
667
|
-
[**ApiResponseCompanyAnswers**](ApiResponseCompanyAnswers.md)
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
586
|
[//]: # (END_OPERATION)
|
|
672
587
|
|
|
673
588
|
|
|
@@ -975,7 +890,6 @@ var opts = {
|
|
|
975
890
|
'reportType': null,
|
|
976
891
|
'startDate': new Date("2015-01-01"),
|
|
977
892
|
'endDate': null,
|
|
978
|
-
'theaEnabled': null,
|
|
979
893
|
'pageSize': 100,
|
|
980
894
|
'nextPage': null
|
|
981
895
|
};
|
|
@@ -1001,7 +915,6 @@ Name | Type | Description | Notes
|
|
|
1001
915
|
**reportType** | String| Filter by <a href=\"https://docs.intrinio.com/documentation/sec_filing_report_types\" target=\"_blank\">report type</a>. Separate values with commas to return multiple report types. | [optional]
|
|
1002
916
|
**startDate** | Date| Filed on or after the given date | [optional]
|
|
1003
917
|
**endDate** | Date| Filed before or after the given date | [optional]
|
|
1004
|
-
**theaEnabled** | Boolean| Return filings that have been read by our Thea NLP and are ready for our answers endpoint | [optional]
|
|
1005
918
|
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
1006
919
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
1007
920
|
<br/>
|
|
@@ -1953,85 +1866,6 @@ Name | Type | Description | Notes
|
|
|
1953
1866
|
|
|
1954
1867
|
|
|
1955
1868
|
|
|
1956
|
-
[//]: # (END_OPERATION)
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
[//]: # (START_OPERATION)
|
|
1960
|
-
|
|
1961
|
-
[//]: # (CLASS:CompanyApi)
|
|
1962
|
-
|
|
1963
|
-
[//]: # (METHOD:recognizeCompany)
|
|
1964
|
-
|
|
1965
|
-
[//]: # (RETURN_TYPE:ApiResponseCompanyRecognize)
|
|
1966
|
-
|
|
1967
|
-
[//]: # (RETURN_TYPE_KIND:object)
|
|
1968
|
-
|
|
1969
|
-
[//]: # (RETURN_TYPE_DOC:ApiResponseCompanyRecognize.md)
|
|
1970
|
-
|
|
1971
|
-
[//]: # (OPERATION:recognizeCompany_v2)
|
|
1972
|
-
|
|
1973
|
-
[//]: # (ENDPOINT:/companies/recognize)
|
|
1974
|
-
|
|
1975
|
-
[//]: # (DOCUMENT_LINK:CompanyApi.md#recognizeCompany)
|
|
1976
|
-
|
|
1977
|
-
<a name="recognizeCompany"></a>
|
|
1978
|
-
## **recognizeCompany**
|
|
1979
|
-
|
|
1980
|
-
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/recognizeCompany_v2)
|
|
1981
|
-
|
|
1982
|
-
[//]: # (START_OVERVIEW)
|
|
1983
|
-
|
|
1984
|
-
> ApiResponseCompanyRecognize recognizeCompany(text)
|
|
1985
|
-
|
|
1986
|
-
#### Recognize Company
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
Returns a list of companies recognized by the Thea API in the given `text` query string parameter.
|
|
1990
|
-
|
|
1991
|
-
[//]: # (END_OVERVIEW)
|
|
1992
|
-
|
|
1993
|
-
### Example
|
|
1994
|
-
|
|
1995
|
-
[//]: # (START_CODE_EXAMPLE)
|
|
1996
|
-
|
|
1997
|
-
```javascript
|
|
1998
|
-
var intrinioSDK = require('intrinio-sdk');
|
|
1999
|
-
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
2000
|
-
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
2001
|
-
|
|
2002
|
-
var company = new intrinioSDK.CompanyApi();
|
|
2003
|
-
|
|
2004
|
-
var text = "Apple";
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
company.recognizeCompany(text).then(function(data) {
|
|
2008
|
-
data = JSON.stringify(data, null, 2)
|
|
2009
|
-
console.log(data);
|
|
2010
|
-
}, function(error) {
|
|
2011
|
-
console.error(error);
|
|
2012
|
-
});
|
|
2013
|
-
```
|
|
2014
|
-
|
|
2015
|
-
[//]: # (END_CODE_EXAMPLE)
|
|
2016
|
-
|
|
2017
|
-
### Parameters
|
|
2018
|
-
|
|
2019
|
-
[//]: # (START_PARAMETERS)
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
Name | Type | Description | Notes
|
|
2023
|
-
------------- | ------------- | ------------- | -------------
|
|
2024
|
-
**text** | String| The text sent to the Thea API to analyze |
|
|
2025
|
-
<br/>
|
|
2026
|
-
|
|
2027
|
-
[//]: # (END_PARAMETERS)
|
|
2028
|
-
|
|
2029
|
-
### Return type
|
|
2030
|
-
|
|
2031
|
-
[**ApiResponseCompanyRecognize**](ApiResponseCompanyRecognize.md)
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
1869
|
[//]: # (END_OPERATION)
|
|
2036
1870
|
|
|
2037
1871
|
|
|
@@ -18,6 +18,7 @@ Name | Type | Description
|
|
|
18
18
|
**tradingSymbol** | String | The symbol under which the security is traded in the exchange
|
|
19
19
|
**securityExchangeName** | String | The name of the secuirty exchange
|
|
20
20
|
**sharesOutstanding** | Number | The amount of stock currently held by all shareholders
|
|
21
|
+
**adjSharesOutstanding** | Number | Adjusted Shares Outstanding - The shares outstanding adjusted for stock splits that have occurred since the filing was reported, making it comparable to current share counts
|
|
21
22
|
|
|
22
23
|
[//]: # (END_DEFINITION)
|
|
23
24
|
|
|
@@ -13,6 +13,12 @@ Name | Type | Description
|
|
|
13
13
|
------------ | ------------- | -------------
|
|
14
14
|
**companyId** | String | The Intrinio ID for the company
|
|
15
15
|
**ticker** | String | The ticker symbol of the company
|
|
16
|
+
**fiscalYear** | Number | The fiscal year for the earnings report
|
|
17
|
+
**fiscalPeriod** | String | The fiscal period for the earnings report (Q1, Q2, Q3, Q4, or FY)
|
|
18
|
+
**expectedDate** | Date | The expected date of the earnings announcement
|
|
19
|
+
**expected8kAt** | Date | The expected timestamp when the 8-K filing will be available
|
|
20
|
+
**historicallyEarliest** | String | The earliest date (MM-DD format) this company has historically announced earnings for this fiscal period
|
|
21
|
+
**historicallyLatest** | String | The latest date (MM-DD format) this company has historically announced earnings for this fiscal period
|
|
16
22
|
|
|
17
23
|
[//]: # (END_DEFINITION)
|
|
18
24
|
|
package/docs/FilingApi.md
CHANGED
|
@@ -6,7 +6,6 @@ Method | HTTP request | Description
|
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
7
|
[**getAllFilings**](FilingApi.md#getAllFilings) | **GET** /filings | All Filings
|
|
8
8
|
[**getAllNotes**](FilingApi.md#getAllNotes) | **GET** /filings/notes | All Filing Notes
|
|
9
|
-
[**getFilingAnswers**](FilingApi.md#getFilingAnswers) | **GET** /filings/{identifier}/answers | Filing Answers
|
|
10
9
|
[**getFilingById**](FilingApi.md#getFilingById) | **GET** /filings/{id} | Lookup Filing
|
|
11
10
|
[**getFilingFundamentals**](FilingApi.md#getFilingFundamentals) | **GET** /filings/{identifier}/fundamentals | All Fundamentals by Filing
|
|
12
11
|
[**getFilingHtml**](FilingApi.md#getFilingHtml) | **GET** /filings/{identifier}/html | Filing Html
|
|
@@ -70,7 +69,6 @@ var opts = {
|
|
|
70
69
|
'endDate': null,
|
|
71
70
|
'industryCategory': null,
|
|
72
71
|
'industryGroup': null,
|
|
73
|
-
'theaEnabled': null,
|
|
74
72
|
'earningsRelease': null,
|
|
75
73
|
'pageSize': 100,
|
|
76
74
|
'nextPage': null
|
|
@@ -99,7 +97,6 @@ Name | Type | Description | Notes
|
|
|
99
97
|
**endDate** | Date| Filed before or after the given date | [optional]
|
|
100
98
|
**industryCategory** | String| Return companies in the given industry category | [optional]
|
|
101
99
|
**industryGroup** | String| Return companies in the given industry group | [optional]
|
|
102
|
-
**theaEnabled** | Boolean| Return filings that have been read by our Thea NLP and are ready for our answers endpoint | [optional]
|
|
103
100
|
**earningsRelease** | Boolean| Return filings that have been tagged as having Results of Operations and Financial Conditions | [optional]
|
|
104
101
|
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
105
102
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
@@ -207,86 +204,6 @@ Name | Type | Description | Notes
|
|
|
207
204
|
|
|
208
205
|
|
|
209
206
|
|
|
210
|
-
[//]: # (END_OPERATION)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
[//]: # (START_OPERATION)
|
|
214
|
-
|
|
215
|
-
[//]: # (CLASS:FilingApi)
|
|
216
|
-
|
|
217
|
-
[//]: # (METHOD:getFilingAnswers)
|
|
218
|
-
|
|
219
|
-
[//]: # (RETURN_TYPE:ApiResponseFilingAnswers)
|
|
220
|
-
|
|
221
|
-
[//]: # (RETURN_TYPE_KIND:object)
|
|
222
|
-
|
|
223
|
-
[//]: # (RETURN_TYPE_DOC:ApiResponseFilingAnswers.md)
|
|
224
|
-
|
|
225
|
-
[//]: # (OPERATION:getFilingAnswers_v2)
|
|
226
|
-
|
|
227
|
-
[//]: # (ENDPOINT:/filings/{identifier}/answers)
|
|
228
|
-
|
|
229
|
-
[//]: # (DOCUMENT_LINK:FilingApi.md#getFilingAnswers)
|
|
230
|
-
|
|
231
|
-
<a name="getFilingAnswers"></a>
|
|
232
|
-
## **getFilingAnswers**
|
|
233
|
-
|
|
234
|
-
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getFilingAnswers_v2)
|
|
235
|
-
|
|
236
|
-
[//]: # (START_OVERVIEW)
|
|
237
|
-
|
|
238
|
-
> ApiResponseFilingAnswers getFilingAnswers(identifier, query)
|
|
239
|
-
|
|
240
|
-
#### Filing Answers
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
[//]: # (END_OVERVIEW)
|
|
245
|
-
|
|
246
|
-
### Example
|
|
247
|
-
|
|
248
|
-
[//]: # (START_CODE_EXAMPLE)
|
|
249
|
-
|
|
250
|
-
```javascript
|
|
251
|
-
var intrinioSDK = require('intrinio-sdk');
|
|
252
|
-
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
253
|
-
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
254
|
-
|
|
255
|
-
var filing = new intrinioSDK.FilingApi();
|
|
256
|
-
|
|
257
|
-
var identifier = "fil_B73xBG";
|
|
258
|
-
var query = "What do they believe in?";
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
filing.getFilingAnswers(identifier, query).then(function(data) {
|
|
262
|
-
data = JSON.stringify(data, null, 2)
|
|
263
|
-
console.log(data);
|
|
264
|
-
}, function(error) {
|
|
265
|
-
console.error(error);
|
|
266
|
-
});
|
|
267
|
-
```
|
|
268
|
-
|
|
269
|
-
[//]: # (END_CODE_EXAMPLE)
|
|
270
|
-
|
|
271
|
-
### Parameters
|
|
272
|
-
|
|
273
|
-
[//]: # (START_PARAMETERS)
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
Name | Type | Description | Notes
|
|
277
|
-
------------- | ------------- | ------------- | -------------
|
|
278
|
-
**identifier** | String| A Filing identifier |
|
|
279
|
-
**query** | String| The query to ask the Thea API |
|
|
280
|
-
<br/>
|
|
281
|
-
|
|
282
|
-
[//]: # (END_PARAMETERS)
|
|
283
|
-
|
|
284
|
-
### Return type
|
|
285
|
-
|
|
286
|
-
[**ApiResponseFilingAnswers**](ApiResponseFilingAnswers.md)
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
207
|
[//]: # (END_OPERATION)
|
|
291
208
|
|
|
292
209
|
|
package/docs/Fundamental.md
CHANGED
|
@@ -23,6 +23,8 @@ Name | Type | Description
|
|
|
23
23
|
**updatedDate** | Date | The date and time when the fundamental was last updated
|
|
24
24
|
**firstCalculable** | Date | The date and time when the fundamental was first calculable
|
|
25
25
|
**earningsDisclosedAt** | Date | The date and time when the earnings information was first disclosed via 8-K filing
|
|
26
|
+
**standardizedSignature** | String | A hash signature for standardized financials. This value is used to identify when standardized financials have changed between updates.
|
|
27
|
+
**reportedSignature** | String | A hash signature for reported financials. This value is used to identify when reported financials have changed between updates.
|
|
26
28
|
**company** | [**CompanySummary**](CompanySummary.md) | The Company that the Fundamental was belongs to
|
|
27
29
|
|
|
28
30
|
[//]: # (END_DEFINITION)
|
package/docs/OptionsApi.md
CHANGED
|
@@ -940,7 +940,10 @@ var opts = {
|
|
|
940
940
|
'strikeGreaterThan': null,
|
|
941
941
|
'strikeLessThan': null,
|
|
942
942
|
'date': null,
|
|
943
|
-
'includeRelatedSymbols': false
|
|
943
|
+
'includeRelatedSymbols': false,
|
|
944
|
+
'recalculateStats': false,
|
|
945
|
+
'model': "black_scholes",
|
|
946
|
+
'ivMode': "ivMode_example"
|
|
944
947
|
};
|
|
945
948
|
|
|
946
949
|
options.getOptionsChainEod(symbol, expiration, opts).then(function(data) {
|
|
@@ -968,6 +971,9 @@ Name | Type | Description | Notes
|
|
|
968
971
|
**strikeLessThan** | Number| The strike price of the option contract. This will return options contracts with strike prices less than this price. | [optional]
|
|
969
972
|
**date** | Date| The date to retrieve prices for | [optional]
|
|
970
973
|
**includeRelatedSymbols** | Boolean| Include related symbols that end in a 1 or 2 because of a corporate action. | [optional]
|
|
974
|
+
**recalculateStats** | Boolean| Recalculate implied volatility and greeks on the fly using end-of-day underlying prices. | [optional] [default to false]
|
|
975
|
+
**model** | String| The options pricing model to use when recalculating stats. | [optional] [default to black_scholes]
|
|
976
|
+
**ivMode** | String| The implied volatility calculation mode to use when recalculating stats. | [optional]
|
|
971
977
|
<br/>
|
|
972
978
|
|
|
973
979
|
[//]: # (END_PARAMETERS)
|
|
@@ -2294,7 +2300,10 @@ var identifier = "AAPL230616P00190000";
|
|
|
2294
2300
|
var opts = {
|
|
2295
2301
|
'nextPage': null,
|
|
2296
2302
|
'startDate': null,
|
|
2297
|
-
'endDate': null
|
|
2303
|
+
'endDate': null,
|
|
2304
|
+
'recalculateStats': false,
|
|
2305
|
+
'model': "black_scholes",
|
|
2306
|
+
'ivMode': "ivMode_example"
|
|
2298
2307
|
};
|
|
2299
2308
|
|
|
2300
2309
|
options.getOptionsPricesEod(identifier, opts).then(function(data) {
|
|
@@ -2318,6 +2327,9 @@ Name | Type | Description | Notes
|
|
|
2318
2327
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
2319
2328
|
**startDate** | Date| The start date to retrieve prices for | [optional]
|
|
2320
2329
|
**endDate** | Date| The end date to retrieve prices for | [optional]
|
|
2330
|
+
**recalculateStats** | Boolean| Recalculate implied volatility and greeks on the fly using end-of-day underlying prices. | [optional] [default to false]
|
|
2331
|
+
**model** | String| The options pricing model to use when recalculating stats. | [optional] [default to black_scholes]
|
|
2332
|
+
**ivMode** | String| The implied volatility calculation mode to use when recalculating stats. | [optional]
|
|
2321
2333
|
<br/>
|
|
2322
2334
|
|
|
2323
2335
|
[//]: # (END_PARAMETERS)
|
|
@@ -2387,6 +2399,9 @@ var opts = {
|
|
|
2387
2399
|
'strikeGreaterThan': null,
|
|
2388
2400
|
'strikeLessThan': null,
|
|
2389
2401
|
'includeRelatedSymbols': false,
|
|
2402
|
+
'recalculateStats': false,
|
|
2403
|
+
'model': "black_scholes",
|
|
2404
|
+
'ivMode': "ivMode_example",
|
|
2390
2405
|
'nextPage': null
|
|
2391
2406
|
};
|
|
2392
2407
|
|
|
@@ -2415,6 +2430,9 @@ Name | Type | Description | Notes
|
|
|
2415
2430
|
**strikeGreaterThan** | Number| The strike price of the option contract. This will return options contracts with strike prices greater than this price. | [optional]
|
|
2416
2431
|
**strikeLessThan** | Number| The strike price of the option contract. This will return options contracts with strike prices less than this price. | [optional]
|
|
2417
2432
|
**includeRelatedSymbols** | Boolean| Include related symbols that end in a 1 or 2 because of a corporate action. | [optional]
|
|
2433
|
+
**recalculateStats** | Boolean| Recalculate implied volatility and greeks on the fly using end-of-day underlying prices. | [optional] [default to false]
|
|
2434
|
+
**model** | String| The options pricing model to use when recalculating stats. | [optional] [default to black_scholes]
|
|
2435
|
+
**ivMode** | String| The implied volatility calculation mode to use when recalculating stats. | [optional]
|
|
2418
2436
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
2419
2437
|
<br/>
|
|
2420
2438
|
|