intrinio-sdk 5.16.0 → 5.20.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 +11 -7
- package/docs/ApiResponseStandardizedFinancialsDimensions.md +32 -0
- package/docs/CompanyApi.md +7 -3
- package/docs/ETFAnalytics.md +1 -0
- package/docs/FundamentalsApi.md +82 -0
- package/docs/InsiderTransactionFiling.md +3 -0
- package/docs/InsiderTransactionFilingsApi.md +2 -0
- package/docs/OptionChainEod.md +1 -1
- package/docs/OptionPriceEod.md +5 -0
- package/docs/OptionUnusualTrade.md +15 -1
- package/docs/OptionsApi.md +194 -0
- package/docs/SecurityApi.md +4 -4
- package/docs/StandardizedFinancialsDimension.md +22 -0
- package/docs/ZacksApi.md +6 -6
- package/package.json +1 -1
- package/src/ApiClient.js +2 -2
- package/src/api/BulkDownloadsApi.js +2 -2
- package/src/api/CompanyApi.js +11 -5
- package/src/api/DataPointApi.js +2 -2
- package/src/api/DataTagApi.js +2 -2
- package/src/api/ETFsApi.js +2 -2
- package/src/api/FilingApi.js +2 -2
- package/src/api/ForexApi.js +2 -2
- package/src/api/FundamentalsApi.js +68 -6
- package/src/api/HistoricalDataApi.js +2 -2
- package/src/api/IndexApi.js +2 -2
- package/src/api/InsiderTransactionFilingsApi.js +5 -2
- package/src/api/MunicipalityApi.js +2 -2
- package/src/api/OptionsApi.js +156 -2
- package/src/api/OwnersApi.js +2 -2
- package/src/api/SecurityApi.js +10 -10
- package/src/api/StockExchangeApi.js +2 -2
- package/src/api/TechnicalApi.js +2 -2
- package/src/api/ZacksApi.js +14 -14
- package/src/index.js +15 -5
- package/src/model/AccumulationDistributionIndexTechnicalValue.js +2 -2
- package/src/model/ApiResponseBulkDownloadLinks.js +2 -2
- package/src/model/ApiResponseCompanies.js +2 -2
- package/src/model/ApiResponseCompaniesSearch.js +2 -2
- package/src/model/ApiResponseCompanyAnswers.js +2 -2
- package/src/model/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/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/ApiResponseETFHoldings.js +2 -2
- package/src/model/ApiResponseETFs.js +2 -2
- package/src/model/ApiResponseEconomicIndexHistoricalData.js +2 -2
- package/src/model/ApiResponseEconomicIndices.js +2 -2
- package/src/model/ApiResponseEconomicIndicesSearch.js +2 -2
- package/src/model/ApiResponseFilingAnswers.js +2 -2
- package/src/model/ApiResponseFilingFundamentals.js +2 -2
- package/src/model/ApiResponseFilingNotes.js +2 -2
- package/src/model/ApiResponseFilingNotesSearch.js +2 -2
- package/src/model/ApiResponseFilings.js +2 -2
- package/src/model/ApiResponseForexCurrencies.js +2 -2
- package/src/model/ApiResponseForexPairs.js +2 -2
- package/src/model/ApiResponseForexPrices.js +2 -2
- package/src/model/ApiResponseHistoricalData.js +2 -2
- package/src/model/ApiResponseInitialPublicOfferings.js +2 -2
- package/src/model/ApiResponseInsiderTransactionFilings.js +2 -2
- package/src/model/ApiResponseMunicipalities.js +2 -2
- package/src/model/ApiResponseMunicipalitiyFinancials.js +2 -2
- package/src/model/ApiResponseNews.js +2 -2
- package/src/model/ApiResponseOptionPrices.js +2 -2
- package/src/model/ApiResponseOptions.js +2 -2
- package/src/model/ApiResponseOptionsChain.js +2 -2
- package/src/model/ApiResponseOptionsChainEod.js +2 -2
- package/src/model/ApiResponseOptionsChainRealtime.js +2 -2
- package/src/model/ApiResponseOptionsExpirations.js +2 -2
- package/src/model/ApiResponseOptionsPriceRealtime.js +2 -2
- package/src/model/ApiResponseOptionsPricesBatchRealtime.js +2 -2
- package/src/model/ApiResponseOptionsPricesEod.js +2 -2
- package/src/model/ApiResponseOptionsRealtime.js +2 -2
- package/src/model/ApiResponseOptionsStatsRealtime.js +2 -2
- package/src/model/ApiResponseOptionsTickers.js +2 -2
- package/src/model/ApiResponseOptionsUnusualActivity.js +2 -2
- package/src/model/ApiResponseOwnerInsiderTransactionFilings.js +2 -2
- package/src/model/ApiResponseOwnerInstitutionalHoldings.js +2 -2
- package/src/model/ApiResponseOwners.js +2 -2
- package/src/model/ApiResponseReportedFinancials.js +2 -2
- package/src/model/ApiResponseSICIndexHistoricalData.js +2 -2
- package/src/model/ApiResponseSICIndices.js +2 -2
- package/src/model/ApiResponseSICIndicesSearch.js +2 -2
- package/src/model/ApiResponseSecurities.js +2 -2
- package/src/model/ApiResponseSecuritiesSearch.js +2 -2
- package/src/model/ApiResponseSecurityAccumulationDistributionIndex.js +2 -2
- package/src/model/ApiResponseSecurityAverageDailyTradingVolume.js +2 -2
- package/src/model/ApiResponseSecurityAverageDirectionalIndex.js +2 -2
- package/src/model/ApiResponseSecurityAverageTrueRange.js +2 -2
- package/src/model/ApiResponseSecurityAwesomeOscillator.js +2 -2
- package/src/model/ApiResponseSecurityBollingerBands.js +2 -2
- package/src/model/ApiResponseSecurityChaikinMoneyFlow.js +2 -2
- package/src/model/ApiResponseSecurityCommodityChannelIndex.js +2 -2
- package/src/model/ApiResponseSecurityDetrendedPriceOscillator.js +2 -2
- package/src/model/ApiResponseSecurityDonchianChannel.js +2 -2
- package/src/model/ApiResponseSecurityEaseOfMovement.js +2 -2
- package/src/model/ApiResponseSecurityForceIndex.js +2 -2
- package/src/model/ApiResponseSecurityHistoricalData.js +2 -2
- package/src/model/ApiResponseSecurityIchimokuKinkoHyo.js +2 -2
- package/src/model/ApiResponseSecurityInstitutionalOwnership.js +2 -2
- package/src/model/ApiResponseSecurityIntervalPrices.js +2 -2
- package/src/model/ApiResponseSecurityIntradayPrices.js +2 -2
- package/src/model/ApiResponseSecurityKeltnerChannel.js +2 -2
- package/src/model/ApiResponseSecurityKnowSureThing.js +2 -2
- package/src/model/ApiResponseSecurityMassIndex.js +2 -2
- package/src/model/ApiResponseSecurityMoneyFlowIndex.js +2 -2
- package/src/model/ApiResponseSecurityMovingAverageConvergenceDivergence.js +2 -2
- package/src/model/ApiResponseSecurityNegativeVolumeIndex.js +2 -2
- package/src/model/ApiResponseSecurityOnBalanceVolume.js +2 -2
- package/src/model/ApiResponseSecurityOnBalanceVolumeMean.js +2 -2
- package/src/model/ApiResponseSecurityRelativeStrengthIndex.js +2 -2
- package/src/model/ApiResponseSecuritySimpleMovingAverage.js +2 -2
- package/src/model/ApiResponseSecurityStochasticOscillator.js +2 -2
- package/src/model/ApiResponseSecurityStockPriceAdjustments.js +2 -2
- package/src/model/ApiResponseSecurityStockPrices.js +2 -2
- package/src/model/ApiResponseSecurityTripleExponentialAverage.js +2 -2
- package/src/model/ApiResponseSecurityTrueStrengthIndex.js +2 -2
- package/src/model/ApiResponseSecurityUltimateOscillator.js +2 -2
- package/src/model/ApiResponseSecurityVolumePriceTrend.js +2 -2
- package/src/model/ApiResponseSecurityVolumeWeightedAveragePrice.js +2 -2
- package/src/model/ApiResponseSecurityVortexIndicator.js +2 -2
- package/src/model/ApiResponseSecurityWilliamsR.js +2 -2
- package/src/model/ApiResponseSecurityZacksAnalystRatings.js +2 -2
- package/src/model/ApiResponseSecurityZacksAnalystRatingsSnapshot.js +2 -2
- package/src/model/ApiResponseSecurityZacksEPSSurprises.js +2 -2
- package/src/model/ApiResponseSecurityZacksSalesSurprises.js +2 -2
- package/src/model/ApiResponseStandardizedFinancials.js +2 -2
- package/src/model/ApiResponseStandardizedFinancialsDimensions.js +98 -0
- package/src/model/ApiResponseStockExchangeRealtimeStockPrices.js +2 -2
- package/src/model/ApiResponseStockExchangeSecurities.js +2 -2
- package/src/model/ApiResponseStockExchangeStockPriceAdjustments.js +2 -2
- package/src/model/ApiResponseStockExchangeStockPrices.js +2 -2
- package/src/model/ApiResponseStockExchanges.js +2 -2
- package/src/model/ApiResponseStockMarketIndexHistoricalData.js +2 -2
- package/src/model/ApiResponseStockMarketIndices.js +2 -2
- package/src/model/ApiResponseStockMarketIndicesSearch.js +2 -2
- package/src/model/ApiResponseZacksAnalystRatings.js +2 -2
- package/src/model/ApiResponseZacksEPSEstimates.js +2 -2
- package/src/model/ApiResponseZacksEPSGrowthRates.js +2 -2
- package/src/model/ApiResponseZacksEPSSurprises.js +2 -2
- package/src/model/ApiResponseZacksETFHoldings.js +2 -2
- package/src/model/ApiResponseZacksInstitutionalHoldingCompanies.js +2 -2
- package/src/model/ApiResponseZacksInstitutionalHoldingOwners.js +2 -2
- package/src/model/ApiResponseZacksInstitutionalHoldings.js +2 -2
- package/src/model/ApiResponseZacksLongTermGrowthRates.js +2 -2
- package/src/model/ApiResponseZacksSalesSurprises.js +2 -2
- package/src/model/ApiResponseZacksTargetPriceConsensuses.js +2 -2
- package/src/model/AverageDailyTradingVolumeTechnicalValue.js +2 -2
- package/src/model/AverageDirectionalIndexTechnicalValue.js +2 -2
- package/src/model/AverageTrueRangeTechnicalValue.js +2 -2
- package/src/model/AwesomeOscillatorTechnicalValue.js +2 -2
- package/src/model/BollingerBandsTechnicalValue.js +2 -2
- package/src/model/BulkDownloadLinks.js +2 -2
- package/src/model/BulkDownloadSummary.js +2 -2
- package/src/model/ChaikinMoneyFlowTechnicalValue.js +2 -2
- package/src/model/CommodityChannelIndexTechnicalValue.js +2 -2
- package/src/model/Company.js +2 -2
- package/src/model/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/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/ETF.js +2 -2
- package/src/model/ETFAnalytics.js +11 -2
- package/src/model/ETFHolding.js +2 -2
- package/src/model/ETFStats.js +2 -2
- package/src/model/ETFSummary.js +2 -2
- package/src/model/EarningsRecord.js +2 -2
- package/src/model/EaseOfMovementTechnicalValue.js +2 -2
- package/src/model/EconomicIndex.js +2 -2
- package/src/model/EconomicIndexSummary.js +2 -2
- package/src/model/Filing.js +2 -2
- package/src/model/FilingNote.js +2 -2
- package/src/model/FilingNoteFiling.js +2 -2
- package/src/model/FilingNoteSummary.js +2 -2
- package/src/model/FilingSummary.js +2 -2
- package/src/model/ForceIndexTechnicalValue.js +2 -2
- package/src/model/ForexCurrency.js +2 -2
- package/src/model/ForexPair.js +2 -2
- package/src/model/ForexPrice.js +2 -2
- package/src/model/Fundamental.js +2 -2
- package/src/model/FundamentalSummary.js +2 -2
- package/src/model/HistoricalData.js +2 -2
- package/src/model/IchimokuKinkoHyoTechnicalValue.js +2 -2
- package/src/model/InsiderTransaction.js +2 -2
- package/src/model/InsiderTransactionFiling.js +29 -2
- package/src/model/InstitutionalHolding.js +2 -2
- package/src/model/InstitutionalOwnership.js +2 -2
- package/src/model/IntradayStockPrice.js +2 -2
- package/src/model/KeltnerChannelTechnicalValue.js +2 -2
- package/src/model/KnowSureThingTechnicalValue.js +2 -2
- package/src/model/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/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 +6 -6
- 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/OptionPrice.js +2 -2
- package/src/model/OptionPriceBatchRealtime.js +2 -2
- package/src/model/OptionPriceEod.js +47 -2
- package/src/model/OptionPriceRealtime.js +2 -2
- package/src/model/OptionRealtime.js +2 -2
- package/src/model/OptionStatsRealtime.js +2 -2
- package/src/model/OptionUnusualTrade.js +61 -2
- package/src/model/Owner.js +2 -2
- package/src/model/OwnerSummary.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/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/SecuritySummary.js +2 -2
- package/src/model/SimpleMovingAverageTechnicalValue.js +2 -2
- package/src/model/StandardizedFinancial.js +2 -2
- package/src/model/StandardizedFinancialsDimension.js +92 -0
- package/src/model/StochasticOscillatorTechnicalValue.js +2 -2
- package/src/model/StockExchange.js +2 -2
- package/src/model/StockMarketIndex.js +2 -2
- package/src/model/StockMarketIndexSummary.js +2 -2
- package/src/model/StockPrice.js +2 -2
- package/src/model/StockPriceAdjustment.js +2 -2
- package/src/model/StockPriceAdjustmentSummary.js +2 -2
- package/src/model/StockPriceInterval.js +2 -2
- package/src/model/StockPriceSummary.js +2 -2
- package/src/model/TechnicalIndicator.js +2 -2
- package/src/model/TheaEntityAnswer.js +2 -2
- package/src/model/TheaSourceDocument.js +2 -2
- package/src/model/TripleExponentialAverageTechnicalValue.js +2 -2
- package/src/model/TrueStrengthIndexTechnicalValue.js +2 -2
- package/src/model/UltimateOscillatorTechnicalValue.js +2 -2
- package/src/model/VolumePriceTrendTechnicalValue.js +2 -2
- package/src/model/VolumeWeightedAveragePriceValue.js +2 -2
- package/src/model/VortexIndicatorTechnicalValue.js +2 -2
- package/src/model/WilliamsRTechnicalValue.js +2 -2
- package/src/model/ZacksAnalystRating.js +2 -2
- package/src/model/ZacksAnalystRatingSnapshot.js +2 -2
- package/src/model/ZacksAnalystRatingSummary.js +2 -2
- package/src/model/ZacksEPSEstimate.js +2 -2
- package/src/model/ZacksEPSGrowthRate.js +2 -2
- package/src/model/ZacksEPSSurprise.js +2 -2
- package/src/model/ZacksEPSSurpriseSummary.js +2 -2
- package/src/model/ZacksETFHolding.js +2 -2
- package/src/model/ZacksInstitutionalHolding.js +2 -2
- package/src/model/ZacksInstitutionalHoldingCompanyDetail.js +2 -2
- package/src/model/ZacksInstitutionalHoldingCompanySummary.js +2 -2
- package/src/model/ZacksInstitutionalHoldingHistoricalSummary.js +2 -2
- package/src/model/ZacksInstitutionalHoldingOwnerDetail.js +2 -2
- package/src/model/ZacksInstitutionalHoldingOwnerSummary.js +2 -2
- package/src/model/ZacksLongTermGrowthRate.js +2 -2
- package/src/model/ZacksSalesSurprise.js +2 -2
- package/src/model/ZacksSalesSurpriseSummary.js +2 -2
- package/src/model/ZacksTargetPriceConsensus.js +2 -2
- package/test/api/BulkDownloadsApi.spec.js +1 -1
- package/test/api/CompanyApi.spec.js +1 -1
- package/test/api/DataPointApi.spec.js +1 -1
- package/test/api/DataTagApi.spec.js +1 -1
- package/test/api/ETFsApi.spec.js +1 -1
- package/test/api/FilingApi.spec.js +1 -1
- package/test/api/ForexApi.spec.js +1 -1
- package/test/api/FundamentalsApi.spec.js +11 -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/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/AccumulationDistributionIndexTechnicalValue.spec.js +1 -1
- package/test/model/ApiResponseBulkDownloadLinks.spec.js +1 -1
- package/test/model/ApiResponseCompanies.spec.js +1 -1
- package/test/model/ApiResponseCompaniesSearch.spec.js +1 -1
- package/test/model/ApiResponseCompanyAnswers.spec.js +1 -1
- package/test/model/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/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/ApiResponseETFHoldings.spec.js +1 -1
- package/test/model/ApiResponseETFs.spec.js +1 -1
- package/test/model/ApiResponseEconomicIndexHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseEconomicIndices.spec.js +1 -1
- package/test/model/ApiResponseEconomicIndicesSearch.spec.js +1 -1
- package/test/model/ApiResponseFilingAnswers.spec.js +1 -1
- package/test/model/ApiResponseFilingFundamentals.spec.js +1 -1
- package/test/model/ApiResponseFilingNotes.spec.js +1 -1
- package/test/model/ApiResponseFilingNotesSearch.spec.js +1 -1
- package/test/model/ApiResponseFilings.spec.js +1 -1
- package/test/model/ApiResponseForexCurrencies.spec.js +1 -1
- package/test/model/ApiResponseForexPairs.spec.js +1 -1
- package/test/model/ApiResponseForexPrices.spec.js +1 -1
- package/test/model/ApiResponseHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseInitialPublicOfferings.spec.js +1 -1
- package/test/model/ApiResponseInsiderTransactionFilings.spec.js +1 -1
- package/test/model/ApiResponseMunicipalities.spec.js +1 -1
- package/test/model/ApiResponseMunicipalitiyFinancials.spec.js +1 -1
- package/test/model/ApiResponseNews.spec.js +1 -1
- package/test/model/ApiResponseOptionPrices.spec.js +1 -1
- package/test/model/ApiResponseOptions.spec.js +1 -1
- package/test/model/ApiResponseOptionsChain.spec.js +1 -1
- package/test/model/ApiResponseOptionsChainEod.spec.js +1 -1
- package/test/model/ApiResponseOptionsChainRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsExpirations.spec.js +1 -1
- package/test/model/ApiResponseOptionsPriceRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsPricesBatchRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsPricesEod.spec.js +1 -1
- package/test/model/ApiResponseOptionsRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsStatsRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsTickers.spec.js +1 -1
- package/test/model/ApiResponseOptionsUnusualActivity.spec.js +1 -1
- package/test/model/ApiResponseOwnerInsiderTransactionFilings.spec.js +1 -1
- package/test/model/ApiResponseOwnerInstitutionalHoldings.spec.js +1 -1
- package/test/model/ApiResponseOwners.spec.js +1 -1
- package/test/model/ApiResponseReportedFinancials.spec.js +1 -1
- package/test/model/ApiResponseSICIndexHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseSICIndices.spec.js +1 -1
- package/test/model/ApiResponseSICIndicesSearch.spec.js +1 -1
- package/test/model/ApiResponseSecurities.spec.js +1 -1
- package/test/model/ApiResponseSecuritiesSearch.spec.js +1 -1
- package/test/model/ApiResponseSecurityAccumulationDistributionIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityAverageDailyTradingVolume.spec.js +1 -1
- package/test/model/ApiResponseSecurityAverageDirectionalIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityAverageTrueRange.spec.js +1 -1
- package/test/model/ApiResponseSecurityAwesomeOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityBollingerBands.spec.js +1 -1
- package/test/model/ApiResponseSecurityChaikinMoneyFlow.spec.js +1 -1
- package/test/model/ApiResponseSecurityCommodityChannelIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityDetrendedPriceOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityDonchianChannel.spec.js +1 -1
- package/test/model/ApiResponseSecurityEaseOfMovement.spec.js +1 -1
- package/test/model/ApiResponseSecurityForceIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseSecurityIchimokuKinkoHyo.spec.js +1 -1
- package/test/model/ApiResponseSecurityInstitutionalOwnership.spec.js +1 -1
- package/test/model/ApiResponseSecurityIntervalPrices.spec.js +1 -1
- package/test/model/ApiResponseSecurityIntradayPrices.spec.js +1 -1
- package/test/model/ApiResponseSecurityKeltnerChannel.spec.js +1 -1
- package/test/model/ApiResponseSecurityKnowSureThing.spec.js +1 -1
- package/test/model/ApiResponseSecurityMassIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityMoneyFlowIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityMovingAverageConvergenceDivergence.spec.js +1 -1
- package/test/model/ApiResponseSecurityNegativeVolumeIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityOnBalanceVolume.spec.js +1 -1
- package/test/model/ApiResponseSecurityOnBalanceVolumeMean.spec.js +1 -1
- package/test/model/ApiResponseSecurityRelativeStrengthIndex.spec.js +1 -1
- package/test/model/ApiResponseSecuritySimpleMovingAverage.spec.js +1 -1
- package/test/model/ApiResponseSecurityStochasticOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityStockPriceAdjustments.spec.js +1 -1
- package/test/model/ApiResponseSecurityStockPrices.spec.js +1 -1
- package/test/model/ApiResponseSecurityTripleExponentialAverage.spec.js +1 -1
- package/test/model/ApiResponseSecurityTrueStrengthIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityUltimateOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityVolumePriceTrend.spec.js +1 -1
- package/test/model/ApiResponseSecurityVolumeWeightedAveragePrice.spec.js +1 -1
- package/test/model/ApiResponseSecurityVortexIndicator.spec.js +1 -1
- package/test/model/ApiResponseSecurityWilliamsR.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksAnalystRatings.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksAnalystRatingsSnapshot.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksEPSSurprises.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksSalesSurprises.spec.js +1 -1
- package/test/model/ApiResponseStandardizedFinancials.spec.js +1 -1
- package/test/model/ApiResponseStandardizedFinancialsDimensions.spec.js +79 -0
- package/test/model/ApiResponseStockExchangeRealtimeStockPrices.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeSecurities.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeStockPriceAdjustments.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeStockPrices.spec.js +1 -1
- package/test/model/ApiResponseStockExchanges.spec.js +1 -1
- package/test/model/ApiResponseStockMarketIndexHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseStockMarketIndices.spec.js +1 -1
- package/test/model/ApiResponseStockMarketIndicesSearch.spec.js +1 -1
- package/test/model/ApiResponseZacksAnalystRatings.spec.js +1 -1
- package/test/model/ApiResponseZacksEPSEstimates.spec.js +1 -1
- package/test/model/ApiResponseZacksEPSGrowthRates.spec.js +1 -1
- package/test/model/ApiResponseZacksEPSSurprises.spec.js +1 -1
- package/test/model/ApiResponseZacksETFHoldings.spec.js +1 -1
- package/test/model/ApiResponseZacksInstitutionalHoldingCompanies.spec.js +1 -1
- package/test/model/ApiResponseZacksInstitutionalHoldingOwners.spec.js +1 -1
- package/test/model/ApiResponseZacksInstitutionalHoldings.spec.js +1 -1
- package/test/model/ApiResponseZacksLongTermGrowthRates.spec.js +1 -1
- package/test/model/ApiResponseZacksSalesSurprises.spec.js +1 -1
- package/test/model/ApiResponseZacksTargetPriceConsensuses.spec.js +1 -1
- package/test/model/AverageDailyTradingVolumeTechnicalValue.spec.js +1 -1
- package/test/model/AverageDirectionalIndexTechnicalValue.spec.js +1 -1
- package/test/model/AverageTrueRangeTechnicalValue.spec.js +1 -1
- package/test/model/AwesomeOscillatorTechnicalValue.spec.js +1 -1
- package/test/model/BollingerBandsTechnicalValue.spec.js +1 -1
- package/test/model/BulkDownloadLinks.spec.js +1 -1
- package/test/model/BulkDownloadSummary.spec.js +1 -1
- package/test/model/ChaikinMoneyFlowTechnicalValue.spec.js +1 -1
- package/test/model/CommodityChannelIndexTechnicalValue.spec.js +1 -1
- package/test/model/Company.spec.js +1 -1
- package/test/model/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/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/ETF.spec.js +1 -1
- package/test/model/ETFAnalytics.spec.js +7 -1
- package/test/model/ETFHolding.spec.js +1 -1
- package/test/model/ETFStats.spec.js +1 -1
- package/test/model/ETFSummary.spec.js +1 -1
- package/test/model/EarningsRecord.spec.js +1 -1
- package/test/model/EaseOfMovementTechnicalValue.spec.js +1 -1
- package/test/model/EconomicIndex.spec.js +1 -1
- package/test/model/EconomicIndexSummary.spec.js +1 -1
- package/test/model/Filing.spec.js +1 -1
- package/test/model/FilingNote.spec.js +1 -1
- package/test/model/FilingNoteFiling.spec.js +1 -1
- package/test/model/FilingNoteSummary.spec.js +1 -1
- package/test/model/FilingSummary.spec.js +1 -1
- package/test/model/ForceIndexTechnicalValue.spec.js +1 -1
- package/test/model/ForexCurrency.spec.js +1 -1
- package/test/model/ForexPair.spec.js +1 -1
- package/test/model/ForexPrice.spec.js +1 -1
- package/test/model/Fundamental.spec.js +1 -1
- package/test/model/FundamentalSummary.spec.js +1 -1
- package/test/model/HistoricalData.spec.js +1 -1
- package/test/model/IchimokuKinkoHyoTechnicalValue.spec.js +1 -1
- package/test/model/InsiderTransaction.spec.js +1 -1
- package/test/model/InsiderTransactionFiling.spec.js +19 -1
- package/test/model/InstitutionalHolding.spec.js +1 -1
- package/test/model/InstitutionalOwnership.spec.js +1 -1
- package/test/model/IntradayStockPrice.spec.js +1 -1
- package/test/model/KeltnerChannelTechnicalValue.spec.js +1 -1
- package/test/model/KnowSureThingTechnicalValue.spec.js +1 -1
- package/test/model/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/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 +3 -3
- 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/OptionPrice.spec.js +1 -1
- package/test/model/OptionPriceBatchRealtime.spec.js +1 -1
- package/test/model/OptionPriceEod.spec.js +31 -1
- package/test/model/OptionPriceRealtime.spec.js +1 -1
- package/test/model/OptionRealtime.spec.js +1 -1
- package/test/model/OptionStatsRealtime.spec.js +1 -1
- package/test/model/OptionUnusualTrade.spec.js +25 -1
- package/test/model/Owner.spec.js +1 -1
- package/test/model/OwnerSummary.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/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/SecuritySummary.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 +73 -0
- package/test/model/StochasticOscillatorTechnicalValue.spec.js +1 -1
- package/test/model/StockExchange.spec.js +1 -1
- package/test/model/StockMarketIndex.spec.js +1 -1
- package/test/model/StockMarketIndexSummary.spec.js +1 -1
- package/test/model/StockPrice.spec.js +1 -1
- package/test/model/StockPriceAdjustment.spec.js +1 -1
- package/test/model/StockPriceAdjustmentSummary.spec.js +1 -1
- package/test/model/StockPriceInterval.spec.js +1 -1
- package/test/model/StockPriceSummary.spec.js +1 -1
- package/test/model/TechnicalIndicator.spec.js +1 -1
- package/test/model/TheaEntityAnswer.spec.js +1 -1
- package/test/model/TheaSourceDocument.spec.js +1 -1
- package/test/model/TripleExponentialAverageTechnicalValue.spec.js +1 -1
- package/test/model/TrueStrengthIndexTechnicalValue.spec.js +1 -1
- package/test/model/UltimateOscillatorTechnicalValue.spec.js +1 -1
- package/test/model/VolumePriceTrendTechnicalValue.spec.js +1 -1
- package/test/model/VolumeWeightedAveragePriceValue.spec.js +1 -1
- package/test/model/VortexIndicatorTechnicalValue.spec.js +1 -1
- package/test/model/WilliamsRTechnicalValue.spec.js +1 -1
- package/test/model/ZacksAnalystRating.spec.js +1 -1
- package/test/model/ZacksAnalystRatingSnapshot.spec.js +1 -1
- package/test/model/ZacksAnalystRatingSummary.spec.js +1 -1
- package/test/model/ZacksEPSEstimate.spec.js +1 -1
- package/test/model/ZacksEPSGrowthRate.spec.js +1 -1
- package/test/model/ZacksEPSSurprise.spec.js +1 -1
- package/test/model/ZacksEPSSurpriseSummary.spec.js +1 -1
- package/test/model/ZacksETFHolding.spec.js +1 -1
- package/test/model/ZacksInstitutionalHolding.spec.js +1 -1
- package/test/model/ZacksInstitutionalHoldingCompanyDetail.spec.js +1 -1
- package/test/model/ZacksInstitutionalHoldingCompanySummary.spec.js +1 -1
- package/test/model/ZacksInstitutionalHoldingHistoricalSummary.spec.js +1 -1
- package/test/model/ZacksInstitutionalHoldingOwnerDetail.spec.js +1 -1
- package/test/model/ZacksInstitutionalHoldingOwnerSummary.spec.js +1 -1
- package/test/model/ZacksLongTermGrowthRate.spec.js +1 -1
- package/test/model/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: 5.
|
|
7
|
+
- API version: 2.27.5
|
|
8
|
+
- Package version: 5.20.0
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -43,12 +43,12 @@ Please follow the [installation](#installation) instructions and execute the fol
|
|
|
43
43
|
```javascript
|
|
44
44
|
var intrinioSDK = require('intrinio-sdk');
|
|
45
45
|
const util = require('util')
|
|
46
|
-
|
|
46
|
+
|
|
47
47
|
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR API KEY";
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
49
|
+
|
|
50
50
|
var companyAPI = new intrinioSDK.CompanyApi()
|
|
51
|
-
|
|
51
|
+
|
|
52
52
|
companyAPI.getAllCompanies().then(function(data) {
|
|
53
53
|
console.log(util.inspect(data, false, null, true));
|
|
54
54
|
}, function(error) {
|
|
@@ -119,6 +119,7 @@ Class | Method | HTTP request | Description
|
|
|
119
119
|
*intrinioSDK.FundamentalsApi* | [**getFundamentalById**](docs/FundamentalsApi.md#getFundamentalById) | **GET** /fundamentals/{id} | Fundamental by ID
|
|
120
120
|
*intrinioSDK.FundamentalsApi* | [**getFundamentalReportedFinancials**](docs/FundamentalsApi.md#getFundamentalReportedFinancials) | **GET** /fundamentals/{id}/reported_financials | Reported Financials
|
|
121
121
|
*intrinioSDK.FundamentalsApi* | [**getFundamentalStandardizedFinancials**](docs/FundamentalsApi.md#getFundamentalStandardizedFinancials) | **GET** /fundamentals/{id}/standardized_financials | Standardized Financials
|
|
122
|
+
*intrinioSDK.FundamentalsApi* | [**getFundamentalStandardizedFinancialsDimensions**](docs/FundamentalsApi.md#getFundamentalStandardizedFinancialsDimensions) | **GET** /fundamentals/{id}/standardized_financials/dimensions/{tag} | Standardized Financials Dimensions
|
|
122
123
|
*intrinioSDK.FundamentalsApi* | [**lookupFundamental**](docs/FundamentalsApi.md#lookupFundamental) | **GET** /fundamentals/lookup/{identifier}/{statement_code}/{fiscal_year}/{fiscal_period} | Lookup Fundamental
|
|
123
124
|
*intrinioSDK.HistoricalDataApi* | [**getHistoricalData**](docs/HistoricalDataApi.md#getHistoricalData) | **GET** /historical_data/{identifier}/{tag} | Historical Data
|
|
124
125
|
*intrinioSDK.IndexApi* | [**getAllEconomicIndices**](docs/IndexApi.md#getAllEconomicIndices) | **GET** /indices/economic | All Economic Indices
|
|
@@ -158,7 +159,9 @@ Class | Method | HTTP request | Description
|
|
|
158
159
|
*intrinioSDK.OptionsApi* | [**getOptionsPricesRealtime**](docs/OptionsApi.md#getOptionsPricesRealtime) | **GET** /options/prices/{identifier}/realtime | Option Prices Realtime
|
|
159
160
|
*intrinioSDK.OptionsApi* | [**getOptionsStatsRealtime**](docs/OptionsApi.md#getOptionsStatsRealtime) | **GET** /options/prices/{identifier}/realtime/stats | Option Stats Realtime
|
|
160
161
|
*intrinioSDK.OptionsApi* | [**getUnusualActivity**](docs/OptionsApi.md#getUnusualActivity) | **GET** /options/unusual_activity/{symbol} | Options Unusual Activity
|
|
162
|
+
*intrinioSDK.OptionsApi* | [**getUnusualActivityIntraday**](docs/OptionsApi.md#getUnusualActivityIntraday) | **GET** /options/unusual_activity/{symbol}/intraday | Options Unusual Activity Intraday
|
|
161
163
|
*intrinioSDK.OptionsApi* | [**getUnusualActivityUniversal**](docs/OptionsApi.md#getUnusualActivityUniversal) | **GET** /options/unusual_activity | Options Unusual Activity Universal
|
|
164
|
+
*intrinioSDK.OptionsApi* | [**getUnusualActivityUniversalIntraday**](docs/OptionsApi.md#getUnusualActivityUniversalIntraday) | **GET** /options/unusual_activity/intraday | Options Unusual Activity Universal Intraday
|
|
162
165
|
*intrinioSDK.OwnersApi* | [**getAllOwners**](docs/OwnersApi.md#getAllOwners) | **GET** /owners | All Owners
|
|
163
166
|
*intrinioSDK.OwnersApi* | [**getOwnerById**](docs/OwnersApi.md#getOwnerById) | **GET** /owners/{identifier} | Owner by ID
|
|
164
167
|
*intrinioSDK.OwnersApi* | [**insiderTransactionFilingsByOwner**](docs/OwnersApi.md#insiderTransactionFilingsByOwner) | **GET** /owners/{identifier}/insider_transaction_filings | Insider Transaction Filings by Owner
|
|
@@ -364,6 +367,7 @@ Class | Method | HTTP request | Description
|
|
|
364
367
|
- [intrinioSDK.ApiResponseSecurityZacksEPSSurprises](docs/ApiResponseSecurityZacksEPSSurprises.md)
|
|
365
368
|
- [intrinioSDK.ApiResponseSecurityZacksSalesSurprises](docs/ApiResponseSecurityZacksSalesSurprises.md)
|
|
366
369
|
- [intrinioSDK.ApiResponseStandardizedFinancials](docs/ApiResponseStandardizedFinancials.md)
|
|
370
|
+
- [intrinioSDK.ApiResponseStandardizedFinancialsDimensions](docs/ApiResponseStandardizedFinancialsDimensions.md)
|
|
367
371
|
- [intrinioSDK.ApiResponseStockExchangeRealtimeStockPrices](docs/ApiResponseStockExchangeRealtimeStockPrices.md)
|
|
368
372
|
- [intrinioSDK.ApiResponseStockExchangeSecurities](docs/ApiResponseStockExchangeSecurities.md)
|
|
369
373
|
- [intrinioSDK.ApiResponseStockExchangeStockPriceAdjustments](docs/ApiResponseStockExchangeStockPriceAdjustments.md)
|
|
@@ -472,6 +476,7 @@ Class | Method | HTTP request | Description
|
|
|
472
476
|
- [intrinioSDK.SecuritySummary](docs/SecuritySummary.md)
|
|
473
477
|
- [intrinioSDK.SimpleMovingAverageTechnicalValue](docs/SimpleMovingAverageTechnicalValue.md)
|
|
474
478
|
- [intrinioSDK.StandardizedFinancial](docs/StandardizedFinancial.md)
|
|
479
|
+
- [intrinioSDK.StandardizedFinancialsDimension](docs/StandardizedFinancialsDimension.md)
|
|
475
480
|
- [intrinioSDK.StochasticOscillatorTechnicalValue](docs/StochasticOscillatorTechnicalValue.md)
|
|
476
481
|
- [intrinioSDK.StockExchange](docs/StockExchange.md)
|
|
477
482
|
- [intrinioSDK.StockMarketIndex](docs/StockMarketIndex.md)
|
|
@@ -509,4 +514,3 @@ Class | Method | HTTP request | Description
|
|
|
509
514
|
- [intrinioSDK.ZacksSalesSurprise](docs/ZacksSalesSurprise.md)
|
|
510
515
|
- [intrinioSDK.ZacksSalesSurpriseSummary](docs/ZacksSalesSurpriseSummary.md)
|
|
511
516
|
- [intrinioSDK.ZacksTargetPriceConsensus](docs/ZacksTargetPriceConsensus.md)
|
|
512
|
-
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ApiResponseStandardizedFinancialsDimensions)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ApiResponseStandardizedFinancialsDimensions
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**dimensions** | [**[StandardizedFinancialsDimension]**](StandardizedFinancialsDimension.md) | The combination of XBRL axis and members that defines the dimensionalization of this fact (if any)
|
|
15
|
+
**dataTag** | [**DataTagSummary**](DataTagSummary.md) |
|
|
16
|
+
**fundamental** | [**Fundamental**](Fundamental.md) |
|
|
17
|
+
|
|
18
|
+
[//]: # (END_DEFINITION)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
[//]: # (CONTAINED_CLASS:StandardizedFinancialsDimension)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
[//]: # (CONTAINED_CLASS:DataTagSummary)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
[//]: # (CONTAINED_CLASS:Fundamental)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
package/docs/CompanyApi.md
CHANGED
|
@@ -1139,8 +1139,10 @@ var opts = {
|
|
|
1139
1139
|
'startDate': new Date("2018-01-01"),
|
|
1140
1140
|
'endDate': new Date("2019-01-01"),
|
|
1141
1141
|
'ownershipType': "D",
|
|
1142
|
-
'
|
|
1143
|
-
'
|
|
1142
|
+
'nextPage': null,
|
|
1143
|
+
'pageSize': 1000,
|
|
1144
|
+
'sortBy': "updated_on",
|
|
1145
|
+
'nextPage2': null
|
|
1144
1146
|
};
|
|
1145
1147
|
|
|
1146
1148
|
company.insiderTransactionFilingsByCompany(identifier, opts).then(function(data) {
|
|
@@ -1164,8 +1166,10 @@ Name | Type | Description | Notes
|
|
|
1164
1166
|
**startDate** | Date| Return Company's insider transaction filings on or after this date | [optional]
|
|
1165
1167
|
**endDate** | Date| Return Company's insider transaction filings on or before this date | [optional]
|
|
1166
1168
|
**ownershipType** | String| The type of ownership to return transaction filings for. 'D' is for direct transactions. 'I' is for indirect transactions. Omit for both types. | [optional]
|
|
1167
|
-
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
1168
1169
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
1170
|
+
**pageSize** | Number| The number of results to return | [optional] [default to 1000]
|
|
1171
|
+
**sortBy** | String| The field to sort by. Default is 'filing_date'. | [optional]
|
|
1172
|
+
**nextPage2** | String| Gets the next page of data from a previous API call | [optional]
|
|
1169
1173
|
<br/>
|
|
1170
1174
|
|
|
1171
1175
|
[//]: # (END_PARAMETERS)
|
package/docs/ETFAnalytics.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
Name | Type | Description
|
|
13
13
|
------------ | ------------- | -------------
|
|
14
|
+
**date** | Date | The calendar date these analytics represent.
|
|
14
15
|
**fiftyTwoWeekHigh** | Number | Highest trading price for the security in the preceding 52 weeks
|
|
15
16
|
**fiftyTwoWeekLow** | Number | Lowest trading price for the security in the preceding 52 weeks
|
|
16
17
|
**volumeTraded** | Number | The total quantity of shares traded on the latest trading day
|
package/docs/FundamentalsApi.md
CHANGED
|
@@ -7,6 +7,7 @@ Method | HTTP request | Description
|
|
|
7
7
|
[**getFundamentalById**](FundamentalsApi.md#getFundamentalById) | **GET** /fundamentals/{id} | Fundamental by ID
|
|
8
8
|
[**getFundamentalReportedFinancials**](FundamentalsApi.md#getFundamentalReportedFinancials) | **GET** /fundamentals/{id}/reported_financials | Reported Financials
|
|
9
9
|
[**getFundamentalStandardizedFinancials**](FundamentalsApi.md#getFundamentalStandardizedFinancials) | **GET** /fundamentals/{id}/standardized_financials | Standardized Financials
|
|
10
|
+
[**getFundamentalStandardizedFinancialsDimensions**](FundamentalsApi.md#getFundamentalStandardizedFinancialsDimensions) | **GET** /fundamentals/{id}/standardized_financials/dimensions/{tag} | Standardized Financials Dimensions
|
|
10
11
|
[**lookupFundamental**](FundamentalsApi.md#lookupFundamental) | **GET** /fundamentals/lookup/{identifier}/{statement_code}/{fiscal_year}/{fiscal_period} | Lookup Fundamental
|
|
11
12
|
|
|
12
13
|
|
|
@@ -245,6 +246,87 @@ Name | Type | Description | Notes
|
|
|
245
246
|
|
|
246
247
|
|
|
247
248
|
|
|
249
|
+
[//]: # (END_OPERATION)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
[//]: # (START_OPERATION)
|
|
253
|
+
|
|
254
|
+
[//]: # (CLASS:FundamentalsApi)
|
|
255
|
+
|
|
256
|
+
[//]: # (METHOD:getFundamentalStandardizedFinancialsDimensions)
|
|
257
|
+
|
|
258
|
+
[//]: # (RETURN_TYPE:ApiResponseStandardizedFinancialsDimensions)
|
|
259
|
+
|
|
260
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
261
|
+
|
|
262
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseStandardizedFinancialsDimensions.md)
|
|
263
|
+
|
|
264
|
+
[//]: # (OPERATION:getFundamentalStandardizedFinancialsDimensions_v2)
|
|
265
|
+
|
|
266
|
+
[//]: # (ENDPOINT:/fundamentals/{id}/standardized_financials/dimensions/{tag})
|
|
267
|
+
|
|
268
|
+
[//]: # (DOCUMENT_LINK:FundamentalsApi.md#getFundamentalStandardizedFinancialsDimensions)
|
|
269
|
+
|
|
270
|
+
<a name="getFundamentalStandardizedFinancialsDimensions"></a>
|
|
271
|
+
## **getFundamentalStandardizedFinancialsDimensions**
|
|
272
|
+
|
|
273
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getFundamentalStandardizedFinancialsDimensions_v2)
|
|
274
|
+
|
|
275
|
+
[//]: # (START_OVERVIEW)
|
|
276
|
+
|
|
277
|
+
> ApiResponseStandardizedFinancialsDimensions getFundamentalStandardizedFinancialsDimensions(id, tag)
|
|
278
|
+
|
|
279
|
+
#### Standardized Financials Dimensions
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
Returns as reported dimensionality of a data tag
|
|
283
|
+
|
|
284
|
+
[//]: # (END_OVERVIEW)
|
|
285
|
+
|
|
286
|
+
### Example
|
|
287
|
+
|
|
288
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
289
|
+
|
|
290
|
+
```javascript
|
|
291
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
292
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
293
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
294
|
+
|
|
295
|
+
var fundamentals = new intrinioSDK.FundamentalsApi();
|
|
296
|
+
|
|
297
|
+
var id = "AAPL-income_statement-2020-FY";
|
|
298
|
+
var tag = "ceo";
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
fundamentals.getFundamentalStandardizedFinancialsDimensions(id, tag).then(function(data) {
|
|
302
|
+
data = JSON.stringify(data, null, 2)
|
|
303
|
+
console.log(data);
|
|
304
|
+
}, function(error) {
|
|
305
|
+
console.error(error);
|
|
306
|
+
});
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
310
|
+
|
|
311
|
+
### Parameters
|
|
312
|
+
|
|
313
|
+
[//]: # (START_PARAMETERS)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
Name | Type | Description | Notes
|
|
317
|
+
------------- | ------------- | ------------- | -------------
|
|
318
|
+
**id** | String| The Intrinio ID or lookup code (ticker-statement-year-period) for the Fundamental |
|
|
319
|
+
**tag** | String| An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>) |
|
|
320
|
+
<br/>
|
|
321
|
+
|
|
322
|
+
[//]: # (END_PARAMETERS)
|
|
323
|
+
|
|
324
|
+
### Return type
|
|
325
|
+
|
|
326
|
+
[**ApiResponseStandardizedFinancialsDimensions**](ApiResponseStandardizedFinancialsDimensions.md)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
248
330
|
[//]: # (END_OPERATION)
|
|
249
331
|
|
|
250
332
|
|
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
Name | Type | Description
|
|
13
13
|
------------ | ------------- | -------------
|
|
14
14
|
**filingUrl** | String | The URL of the filing with the SEC
|
|
15
|
+
**issuerTicker** | String | The ticker of the issuing company.
|
|
16
|
+
**issuerCik** | String | The Central Index Key (CIK) of the issuing company.
|
|
17
|
+
**issuerCompany** | String | The name of the issuing company.
|
|
15
18
|
**transactions** | [**[InsiderTransaction]**](InsiderTransaction.md) | The insider transactions associated with the filing
|
|
16
19
|
**company** | [**CompanySummary**](CompanySummary.md) | The company associated with the filing
|
|
17
20
|
**owner** | [**OwnerSummary**](OwnerSummary.md) | The owner associated with the filing
|
|
@@ -57,6 +57,7 @@ var opts = {
|
|
|
57
57
|
'startDate': new Date("2015-01-01"),
|
|
58
58
|
'endDate': null,
|
|
59
59
|
'pageSize': 100,
|
|
60
|
+
'sortBy': "updated_on",
|
|
60
61
|
'nextPage': null
|
|
61
62
|
};
|
|
62
63
|
|
|
@@ -80,6 +81,7 @@ Name | Type | Description | Notes
|
|
|
80
81
|
**startDate** | Date| Filed on or after the given date | [optional]
|
|
81
82
|
**endDate** | Date| Filed before or after the given date | [optional]
|
|
82
83
|
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
84
|
+
**sortBy** | String| The field to sort by. Default is 'filing_date'. Valid values are - 'filing_date', 'updated_on'. | [optional]
|
|
83
85
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
84
86
|
<br/>
|
|
85
87
|
|
package/docs/OptionChainEod.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
Name | Type | Description
|
|
13
13
|
------------ | ------------- | -------------
|
|
14
14
|
**option** | [**OptionEod**](OptionEod.md) |
|
|
15
|
-
**
|
|
15
|
+
**prices** | [**OptionPriceEod**](OptionPriceEod.md) |
|
|
16
16
|
|
|
17
17
|
[//]: # (END_DEFINITION)
|
|
18
18
|
|
package/docs/OptionPriceEod.md
CHANGED
|
@@ -27,6 +27,11 @@ Name | Type | Description
|
|
|
27
27
|
**askLow** | Number | The lowest ask over the span of the period
|
|
28
28
|
**bidHigh** | Number | The highest bid over the span of the period
|
|
29
29
|
**bidLow** | Object | The lowest bid over the span of the period
|
|
30
|
+
**impliedVolatility** | Number | The implied volatility of the contract calculated using the Black-Scholes Model.
|
|
31
|
+
**delta** | Number | Delta represents the rate of change between the option's price and a $1 change in the underlying asset's price.
|
|
32
|
+
**gamma** | Number | Gamma represents the rate of change between an option's delta and the underlying asset's price.
|
|
33
|
+
**theta** | Number | Theta represents the rate of change between the option price and time, or time sensitivity - sometimes known as an option's time decay.
|
|
34
|
+
**vega** | Number | Vega represents the rate of change between an option's value and the underlying asset's implied volatility.
|
|
30
35
|
|
|
31
36
|
[//]: # (END_DEFINITION)
|
|
32
37
|
|
|
@@ -17,11 +17,25 @@ Name | Type | Description
|
|
|
17
17
|
**totalValue** | Number | The aggregated value of all option contract premiums included in the trade\\
|
|
18
18
|
**totalSize** | Number | The total number of contracts involved in a single transaction
|
|
19
19
|
**averagePrice** | Number | The average premium paid per option contract
|
|
20
|
-
**contract** | String |
|
|
20
|
+
**contract** | String | The option contract symbol
|
|
21
|
+
**askAtExecution** | Number | Ask price at execution
|
|
22
|
+
**bidAtExecution** | Number | Bid price at execution
|
|
23
|
+
**sentiment** | String | Bullish, Bearish, or Neutral Sentiment is estimated based on whether the trade was executed at the bid, ask, or mark price.
|
|
24
|
+
**underlyingPriceAtExecution** | Number | Price of the underlying security at execution of trade
|
|
21
25
|
|
|
22
26
|
[//]: # (END_DEFINITION)
|
|
23
27
|
|
|
24
28
|
|
|
25
29
|
|
|
30
|
+
<br/>
|
|
31
|
+
|
|
32
|
+
#### Enum: SentimentEnum**
|
|
33
|
+
|
|
34
|
+
Name | Value
|
|
35
|
+
---- | -----
|
|
36
|
+
bullish | "bullish"
|
|
37
|
+
bearish | "bearish"
|
|
38
|
+
neutral | "neutral"
|
|
39
|
+
|
|
26
40
|
|
|
27
41
|
|
package/docs/OptionsApi.md
CHANGED
|
@@ -19,7 +19,9 @@ Method | HTTP request | Description
|
|
|
19
19
|
[**getOptionsPricesRealtime**](OptionsApi.md#getOptionsPricesRealtime) | **GET** /options/prices/{identifier}/realtime | Option Prices Realtime
|
|
20
20
|
[**getOptionsStatsRealtime**](OptionsApi.md#getOptionsStatsRealtime) | **GET** /options/prices/{identifier}/realtime/stats | Option Stats Realtime
|
|
21
21
|
[**getUnusualActivity**](OptionsApi.md#getUnusualActivity) | **GET** /options/unusual_activity/{symbol} | Options Unusual Activity
|
|
22
|
+
[**getUnusualActivityIntraday**](OptionsApi.md#getUnusualActivityIntraday) | **GET** /options/unusual_activity/{symbol}/intraday | Options Unusual Activity Intraday
|
|
22
23
|
[**getUnusualActivityUniversal**](OptionsApi.md#getUnusualActivityUniversal) | **GET** /options/unusual_activity | Options Unusual Activity Universal
|
|
24
|
+
[**getUnusualActivityUniversalIntraday**](OptionsApi.md#getUnusualActivityUniversalIntraday) | **GET** /options/unusual_activity/intraday | Options Unusual Activity Universal Intraday
|
|
23
25
|
|
|
24
26
|
|
|
25
27
|
|
|
@@ -1351,6 +1353,104 @@ Name | Type | Description | Notes
|
|
|
1351
1353
|
|
|
1352
1354
|
|
|
1353
1355
|
|
|
1356
|
+
[//]: # (END_OPERATION)
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
[//]: # (START_OPERATION)
|
|
1360
|
+
|
|
1361
|
+
[//]: # (CLASS:OptionsApi)
|
|
1362
|
+
|
|
1363
|
+
[//]: # (METHOD:getUnusualActivityIntraday)
|
|
1364
|
+
|
|
1365
|
+
[//]: # (RETURN_TYPE:ApiResponseOptionsUnusualActivity)
|
|
1366
|
+
|
|
1367
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
1368
|
+
|
|
1369
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseOptionsUnusualActivity.md)
|
|
1370
|
+
|
|
1371
|
+
[//]: # (OPERATION:getUnusualActivityIntraday_v2)
|
|
1372
|
+
|
|
1373
|
+
[//]: # (ENDPOINT:/options/unusual_activity/{symbol}/intraday)
|
|
1374
|
+
|
|
1375
|
+
[//]: # (DOCUMENT_LINK:OptionsApi.md#getUnusualActivityIntraday)
|
|
1376
|
+
|
|
1377
|
+
<a name="getUnusualActivityIntraday"></a>
|
|
1378
|
+
## **getUnusualActivityIntraday**
|
|
1379
|
+
|
|
1380
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getUnusualActivityIntraday_v2)
|
|
1381
|
+
|
|
1382
|
+
[//]: # (START_OVERVIEW)
|
|
1383
|
+
|
|
1384
|
+
> ApiResponseOptionsUnusualActivity getUnusualActivityIntraday(symbol, opts)
|
|
1385
|
+
|
|
1386
|
+
#### Options Unusual Activity Intraday
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
Returns unusual trades for a given identifier within the query parameters.
|
|
1390
|
+
|
|
1391
|
+
[//]: # (END_OVERVIEW)
|
|
1392
|
+
|
|
1393
|
+
### Example
|
|
1394
|
+
|
|
1395
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
1396
|
+
|
|
1397
|
+
```javascript
|
|
1398
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
1399
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
1400
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
1401
|
+
|
|
1402
|
+
var options = new intrinioSDK.OptionsApi();
|
|
1403
|
+
|
|
1404
|
+
var symbol = "AAPL";
|
|
1405
|
+
|
|
1406
|
+
|
|
1407
|
+
var opts = {
|
|
1408
|
+
'nextPage': null,
|
|
1409
|
+
'pageSize': 1000,
|
|
1410
|
+
'activityType': null,
|
|
1411
|
+
'sentiment': null,
|
|
1412
|
+
'startDate': new Date("2022-02-01"),
|
|
1413
|
+
'endDate': new Date("2022-02-03"),
|
|
1414
|
+
'minimumTotalValue': 100000.0,
|
|
1415
|
+
'maximumTotalValue': 200000.0
|
|
1416
|
+
};
|
|
1417
|
+
|
|
1418
|
+
options.getUnusualActivityIntraday(symbol, opts).then(function(data) {
|
|
1419
|
+
data = JSON.stringify(data, null, 2)
|
|
1420
|
+
console.log(data);
|
|
1421
|
+
}, function(error) {
|
|
1422
|
+
console.error(error);
|
|
1423
|
+
});
|
|
1424
|
+
```
|
|
1425
|
+
|
|
1426
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
1427
|
+
|
|
1428
|
+
### Parameters
|
|
1429
|
+
|
|
1430
|
+
[//]: # (START_PARAMETERS)
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
Name | Type | Description | Notes
|
|
1434
|
+
------------- | ------------- | ------------- | -------------
|
|
1435
|
+
**symbol** | String| The option symbol, corresponding to the underlying security. |
|
|
1436
|
+
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
1437
|
+
**pageSize** | Number| The number of results to return | [optional] [default to 1000]
|
|
1438
|
+
**activityType** | String| The unusual activity type to query for. | [optional]
|
|
1439
|
+
**sentiment** | String| The sentiment type to query for. | [optional]
|
|
1440
|
+
**startDate** | Date| Return unusual activity on or after this date. | [optional]
|
|
1441
|
+
**endDate** | Date| Return unusual activity on or before this date. | [optional]
|
|
1442
|
+
**minimumTotalValue** | [**Object**](.md)| The inclusive minimum total value for the unusual activity. | [optional]
|
|
1443
|
+
**maximumTotalValue** | [**Object**](.md)| The inclusive maximum total value for the unusual activity. | [optional]
|
|
1444
|
+
<br/>
|
|
1445
|
+
|
|
1446
|
+
[//]: # (END_PARAMETERS)
|
|
1447
|
+
|
|
1448
|
+
### Return type
|
|
1449
|
+
|
|
1450
|
+
[**ApiResponseOptionsUnusualActivity**](ApiResponseOptionsUnusualActivity.md)
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
|
|
1354
1454
|
[//]: # (END_OPERATION)
|
|
1355
1455
|
|
|
1356
1456
|
|
|
@@ -1431,5 +1531,99 @@ Name | Type | Description | Notes
|
|
|
1431
1531
|
|
|
1432
1532
|
|
|
1433
1533
|
|
|
1534
|
+
[//]: # (END_OPERATION)
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
[//]: # (START_OPERATION)
|
|
1538
|
+
|
|
1539
|
+
[//]: # (CLASS:OptionsApi)
|
|
1540
|
+
|
|
1541
|
+
[//]: # (METHOD:getUnusualActivityUniversalIntraday)
|
|
1542
|
+
|
|
1543
|
+
[//]: # (RETURN_TYPE:ApiResponseOptionsUnusualActivity)
|
|
1544
|
+
|
|
1545
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
1546
|
+
|
|
1547
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseOptionsUnusualActivity.md)
|
|
1548
|
+
|
|
1549
|
+
[//]: # (OPERATION:getUnusualActivityUniversalIntraday_v2)
|
|
1550
|
+
|
|
1551
|
+
[//]: # (ENDPOINT:/options/unusual_activity/intraday)
|
|
1552
|
+
|
|
1553
|
+
[//]: # (DOCUMENT_LINK:OptionsApi.md#getUnusualActivityUniversalIntraday)
|
|
1554
|
+
|
|
1555
|
+
<a name="getUnusualActivityUniversalIntraday"></a>
|
|
1556
|
+
## **getUnusualActivityUniversalIntraday**
|
|
1557
|
+
|
|
1558
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getUnusualActivityUniversalIntraday_v2)
|
|
1559
|
+
|
|
1560
|
+
[//]: # (START_OVERVIEW)
|
|
1561
|
+
|
|
1562
|
+
> ApiResponseOptionsUnusualActivity getUnusualActivityUniversalIntraday(opts)
|
|
1563
|
+
|
|
1564
|
+
#### Options Unusual Activity Universal Intraday
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
Returns unusual trades for all underlying security symbols within the query parameters.
|
|
1568
|
+
|
|
1569
|
+
[//]: # (END_OVERVIEW)
|
|
1570
|
+
|
|
1571
|
+
### Example
|
|
1572
|
+
|
|
1573
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
1574
|
+
|
|
1575
|
+
```javascript
|
|
1576
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
1577
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
1578
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
1579
|
+
|
|
1580
|
+
var options = new intrinioSDK.OptionsApi();
|
|
1581
|
+
|
|
1582
|
+
var opts = {
|
|
1583
|
+
'nextPage': null,
|
|
1584
|
+
'pageSize': 1000,
|
|
1585
|
+
'activityType': null,
|
|
1586
|
+
'sentiment': null,
|
|
1587
|
+
'startDate': new Date("2022-02-01"),
|
|
1588
|
+
'endDate': new Date("2022-02-03"),
|
|
1589
|
+
'minimumTotalValue': 100000.0,
|
|
1590
|
+
'maximumTotalValue': 200000.0
|
|
1591
|
+
};
|
|
1592
|
+
|
|
1593
|
+
options.getUnusualActivityUniversalIntraday(opts).then(function(data) {
|
|
1594
|
+
data = JSON.stringify(data, null, 2)
|
|
1595
|
+
console.log(data);
|
|
1596
|
+
}, function(error) {
|
|
1597
|
+
console.error(error);
|
|
1598
|
+
});
|
|
1599
|
+
```
|
|
1600
|
+
|
|
1601
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
1602
|
+
|
|
1603
|
+
### Parameters
|
|
1604
|
+
|
|
1605
|
+
[//]: # (START_PARAMETERS)
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
Name | Type | Description | Notes
|
|
1609
|
+
------------- | ------------- | ------------- | -------------
|
|
1610
|
+
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
1611
|
+
**pageSize** | Number| The number of results to return | [optional] [default to 1000]
|
|
1612
|
+
**activityType** | String| The unusual activity type to query for. | [optional]
|
|
1613
|
+
**sentiment** | String| The sentiment type to query for. | [optional]
|
|
1614
|
+
**startDate** | Date| Return unusual activity on or after this date. | [optional]
|
|
1615
|
+
**endDate** | Date| Return unusual activity on or before this date. | [optional]
|
|
1616
|
+
**minimumTotalValue** | [**Object**](.md)| The inclusive minimum total value for the unusual activity. | [optional]
|
|
1617
|
+
**maximumTotalValue** | [**Object**](.md)| The inclusive maximum total value for the unusual activity. | [optional]
|
|
1618
|
+
<br/>
|
|
1619
|
+
|
|
1620
|
+
[//]: # (END_PARAMETERS)
|
|
1621
|
+
|
|
1622
|
+
### Return type
|
|
1623
|
+
|
|
1624
|
+
[**ApiResponseOptionsUnusualActivity**](ApiResponseOptionsUnusualActivity.md)
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
|
|
1434
1628
|
[//]: # (END_OPERATION)
|
|
1435
1629
|
|
package/docs/SecurityApi.md
CHANGED
|
@@ -4141,7 +4141,7 @@ Name | Type | Description | Notes
|
|
|
4141
4141
|
#### Zacks Analyst Ratings for Security
|
|
4142
4142
|
|
|
4143
4143
|
|
|
4144
|
-
|
|
4144
|
+
This database offers consensus analyst recommendations for over 5,000 US and Canadian listed companies.
|
|
4145
4145
|
|
|
4146
4146
|
[//]: # (END_OVERVIEW)
|
|
4147
4147
|
|
|
@@ -4257,7 +4257,7 @@ Name | Type | Description | Notes
|
|
|
4257
4257
|
#### Zacks Analyst Ratings Snapshot
|
|
4258
4258
|
|
|
4259
4259
|
|
|
4260
|
-
|
|
4260
|
+
This database offers current and historical consensus analyst recommendation snapshots for over 5,000 US and Canadian listed companies.
|
|
4261
4261
|
|
|
4262
4262
|
[//]: # (END_OVERVIEW)
|
|
4263
4263
|
|
|
@@ -4341,7 +4341,7 @@ Name | Type | Description | Notes
|
|
|
4341
4341
|
#### Zacks EPS Surprises for Security
|
|
4342
4342
|
|
|
4343
4343
|
|
|
4344
|
-
|
|
4344
|
+
Returns historical estimated and actual earnings, guidance, and announcement dates for a specified symbol.
|
|
4345
4345
|
|
|
4346
4346
|
[//]: # (END_OVERVIEW)
|
|
4347
4347
|
|
|
@@ -4427,7 +4427,7 @@ Name | Type | Description | Notes
|
|
|
4427
4427
|
#### Zacks Sales Surprises for Security
|
|
4428
4428
|
|
|
4429
4429
|
|
|
4430
|
-
|
|
4430
|
+
This database returns historical estimated and actual sales, guidance, and announcement dates for a specified US or Canadian company.
|
|
4431
4431
|
|
|
4432
4432
|
[//]: # (END_OVERVIEW)
|
|
4433
4433
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:StandardizedFinancialsDimension)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### StandardizedFinancialsDimension
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**dimension** | String | The title of the dimension
|
|
15
|
+
**value** | String | The value of the dimension
|
|
16
|
+
|
|
17
|
+
[//]: # (END_DEFINITION)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
package/docs/ZacksApi.md
CHANGED
|
@@ -48,7 +48,7 @@ Method | HTTP request | Description
|
|
|
48
48
|
#### Zacks Analyst Ratings
|
|
49
49
|
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
This database offers consensus analyst recommendations for over 5,000 US and Canadian listed companies.
|
|
52
52
|
|
|
53
53
|
[//]: # (END_OVERVIEW)
|
|
54
54
|
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
|
164
164
|
#### Zacks EPS Estimates
|
|
165
165
|
|
|
166
166
|
|
|
167
|
-
|
|
167
|
+
This database offers consensus earnings estimates for over 5,000 US and Canadian listed companies.
|
|
168
168
|
|
|
169
169
|
[//]: # (END_OVERVIEW)
|
|
170
170
|
|
|
@@ -260,7 +260,7 @@ Name | Type | Description | Notes
|
|
|
260
260
|
#### Zacks EPS Growth Rates
|
|
261
261
|
|
|
262
262
|
|
|
263
|
-
|
|
263
|
+
This database offers consensus EPS growth rate estimates, comparing company estimates to historical company estimates, industry estimates, and S&P 500 index estimates.
|
|
264
264
|
|
|
265
265
|
[//]: # (END_OVERVIEW)
|
|
266
266
|
|
|
@@ -348,7 +348,7 @@ Name | Type | Description | Notes
|
|
|
348
348
|
#### Zacks EPS Surprises
|
|
349
349
|
|
|
350
350
|
|
|
351
|
-
|
|
351
|
+
This database returns historical estimated and actual earnings, guidance, and announcement dates for 17,000+ US and Canadian listed companies.
|
|
352
352
|
|
|
353
353
|
[//]: # (END_OVERVIEW)
|
|
354
354
|
|
|
@@ -802,7 +802,7 @@ Name | Type | Description | Notes
|
|
|
802
802
|
#### Zacks Long Term Growth Rates
|
|
803
803
|
|
|
804
804
|
|
|
805
|
-
|
|
805
|
+
This database offers consensus long term growth rate estimates, including insight into changes in estimates and revisions over time.
|
|
806
806
|
|
|
807
807
|
[//]: # (END_OVERVIEW)
|
|
808
808
|
|
|
@@ -886,7 +886,7 @@ Name | Type | Description | Notes
|
|
|
886
886
|
#### Zacks Sales Surprises
|
|
887
887
|
|
|
888
888
|
|
|
889
|
-
|
|
889
|
+
This database returns historical estimated and actual sales, guidance, and announcement dates for 17,000+ US and Canadian listed companies.
|
|
890
890
|
|
|
891
891
|
[//]: # (END_OVERVIEW)
|
|
892
892
|
|
package/package.json
CHANGED
package/src/ApiClient.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.27.5
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
34
|
* @module ApiClient
|
|
35
|
-
* @version 5.
|
|
35
|
+
* @version 5.20.0
|
|
36
36
|
*/
|
|
37
37
|
|
|
38
38
|
/**
|