intrinio-sdk 6.26.0 → 6.26.2
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/.github/workflows/pr.yml +57 -0
- package/README.md +8 -2
- package/docs/ApiResponseCompanyPublicFloatResult.md +29 -0
- package/docs/CompanyApi.md +91 -0
- package/docs/CompanyPublicFloat.md +24 -0
- package/docs/CompanySharesOutstanding.md +1 -0
- package/docs/IndexApi.md +79 -0
- package/docs/InsiderTransaction.md +4 -0
- package/docs/InsiderTransactionFiling.md +1 -0
- package/docs/InstitutionalHolding.md +1 -0
- package/docs/InstitutionalOwnership.md +1 -0
- package/docs/OptionPriceBatchRealtime.md +7 -3
- package/docs/OptionsApi.md +16 -3
- package/docs/RealtimeIndexPrice.md +26 -0
- package/docs/RealtimeIndexPriceIndex.md +21 -0
- package/docs/SecurityApi.md +6 -4
- package/docs/TheaSourceDocument.md +1 -0
- package/package.json +1 -1
- package/src/ApiClient.js +2 -2
- package/src/api/BulkDownloadsApi.js +2 -2
- package/src/api/CompanyApi.js +75 -6
- package/src/api/DataPointApi.js +2 -2
- package/src/api/DataTagApi.js +2 -2
- package/src/api/ESGApi.js +2 -2
- package/src/api/ETFsApi.js +2 -2
- package/src/api/FilingApi.js +2 -2
- package/src/api/ForexApi.js +2 -2
- package/src/api/FundamentalsApi.js +2 -2
- package/src/api/HistoricalDataApi.js +2 -2
- package/src/api/IndexApi.js +58 -6
- 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 +25 -7
- package/src/api/OwnersApi.js +2 -2
- package/src/api/SecurityApi.js +13 -5
- 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 -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/ApiResponseCompanyPublicFloatResult.js +100 -0
- package/src/model/ApiResponseCompanyRecognize.js +2 -2
- package/src/model/ApiResponseCompanySecurities.js +2 -2
- package/src/model/ApiResponseCompanySharesOutstanding.js +2 -2
- package/src/model/ApiResponseDataTags.js +2 -2
- package/src/model/ApiResponseDataTagsSearch.js +2 -2
- package/src/model/ApiResponseESGCompanies.js +2 -2
- package/src/model/ApiResponseESGCompanyComprehensiveRatingHistory.js +2 -2
- package/src/model/ApiResponseESGCompanyRatingHistory.js +2 -2
- package/src/model/ApiResponseESGLatest.js +2 -2
- package/src/model/ApiResponseESGLatestComprehensive.js +2 -2
- package/src/model/ApiResponseETFHoldings.js +2 -2
- package/src/model/ApiResponseETFs.js +2 -2
- package/src/model/ApiResponseEconomicIndexHistoricalData.js +2 -2
- package/src/model/ApiResponseEconomicIndices.js +2 -2
- package/src/model/ApiResponseEconomicIndicesSearch.js +2 -2
- package/src/model/ApiResponseFilingAnswers.js +2 -2
- package/src/model/ApiResponseFilingFundamentals.js +2 -2
- package/src/model/ApiResponseFilingNotes.js +2 -2
- package/src/model/ApiResponseFilingNotesSearch.js +2 -2
- package/src/model/ApiResponseFilings.js +2 -2
- package/src/model/ApiResponseForexCurrencies.js +2 -2
- package/src/model/ApiResponseForexPairs.js +2 -2
- package/src/model/ApiResponseForexPrices.js +2 -2
- package/src/model/ApiResponseHistoricalData.js +2 -2
- package/src/model/ApiResponseInitialPublicOfferings.js +2 -2
- package/src/model/ApiResponseInsiderTransactionFilings.js +2 -2
- package/src/model/ApiResponseMunicipalities.js +2 -2
- package/src/model/ApiResponseMunicipalitiyFinancials.js +2 -2
- package/src/model/ApiResponseNews.js +2 -2
- package/src/model/ApiResponseOptionPrices.js +2 -2
- package/src/model/ApiResponseOptions.js +2 -2
- package/src/model/ApiResponseOptionsChain.js +2 -2
- package/src/model/ApiResponseOptionsChainEod.js +2 -2
- package/src/model/ApiResponseOptionsChainRealtime.js +2 -2
- package/src/model/ApiResponseOptionsExpirations.js +2 -2
- package/src/model/ApiResponseOptionsPriceRealtime.js +2 -2
- package/src/model/ApiResponseOptionsPricesBatchRealtime.js +2 -2
- package/src/model/ApiResponseOptionsPricesEod.js +2 -2
- package/src/model/ApiResponseOptionsRealtime.js +2 -2
- package/src/model/ApiResponseOptionsStatsRealtime.js +2 -2
- package/src/model/ApiResponseOptionsTickers.js +2 -2
- package/src/model/ApiResponseOptionsUnusualActivity.js +2 -2
- package/src/model/ApiResponseOwnerInsiderTransactionFilings.js +2 -2
- package/src/model/ApiResponseOwnerInstitutionalHoldings.js +2 -2
- package/src/model/ApiResponseOwners.js +2 -2
- package/src/model/ApiResponseReportedFinancials.js +2 -2
- package/src/model/ApiResponseSICIndexHistoricalData.js +2 -2
- package/src/model/ApiResponseSICIndices.js +2 -2
- package/src/model/ApiResponseSICIndicesSearch.js +2 -2
- package/src/model/ApiResponseSecurities.js +2 -2
- package/src/model/ApiResponseSecuritiesSearch.js +2 -2
- package/src/model/ApiResponseSecurityAccumulationDistributionIndex.js +2 -2
- package/src/model/ApiResponseSecurityAverageDailyTradingVolume.js +2 -2
- package/src/model/ApiResponseSecurityAverageDirectionalIndex.js +2 -2
- package/src/model/ApiResponseSecurityAverageTrueRange.js +2 -2
- package/src/model/ApiResponseSecurityAwesomeOscillator.js +2 -2
- package/src/model/ApiResponseSecurityBollingerBands.js +2 -2
- package/src/model/ApiResponseSecurityChaikinMoneyFlow.js +2 -2
- package/src/model/ApiResponseSecurityCommodityChannelIndex.js +2 -2
- package/src/model/ApiResponseSecurityDetrendedPriceOscillator.js +2 -2
- package/src/model/ApiResponseSecurityDonchianChannel.js +2 -2
- package/src/model/ApiResponseSecurityEaseOfMovement.js +2 -2
- package/src/model/ApiResponseSecurityForceIndex.js +2 -2
- package/src/model/ApiResponseSecurityHistoricalData.js +2 -2
- package/src/model/ApiResponseSecurityIchimokuKinkoHyo.js +2 -2
- package/src/model/ApiResponseSecurityInstitutionalOwnership.js +2 -2
- package/src/model/ApiResponseSecurityIntervalPrices.js +2 -2
- package/src/model/ApiResponseSecurityIntradayPrices.js +2 -2
- package/src/model/ApiResponseSecurityKeltnerChannel.js +2 -2
- package/src/model/ApiResponseSecurityKnowSureThing.js +2 -2
- package/src/model/ApiResponseSecurityMassIndex.js +2 -2
- package/src/model/ApiResponseSecurityMoneyFlowIndex.js +2 -2
- package/src/model/ApiResponseSecurityMovingAverageConvergenceDivergence.js +2 -2
- package/src/model/ApiResponseSecurityNegativeVolumeIndex.js +2 -2
- package/src/model/ApiResponseSecurityOnBalanceVolume.js +2 -2
- package/src/model/ApiResponseSecurityOnBalanceVolumeMean.js +2 -2
- package/src/model/ApiResponseSecurityRelativeStrengthIndex.js +2 -2
- package/src/model/ApiResponseSecuritySimpleMovingAverage.js +2 -2
- package/src/model/ApiResponseSecurityStochasticOscillator.js +2 -2
- package/src/model/ApiResponseSecurityStockPriceAdjustments.js +2 -2
- package/src/model/ApiResponseSecurityStockPrices.js +2 -2
- package/src/model/ApiResponseSecurityTripleExponentialAverage.js +2 -2
- package/src/model/ApiResponseSecurityTrueStrengthIndex.js +2 -2
- package/src/model/ApiResponseSecurityUltimateOscillator.js +2 -2
- package/src/model/ApiResponseSecurityVolumePriceTrend.js +2 -2
- package/src/model/ApiResponseSecurityVolumeWeightedAveragePrice.js +2 -2
- package/src/model/ApiResponseSecurityVortexIndicator.js +2 -2
- package/src/model/ApiResponseSecurityWilliamsR.js +2 -2
- package/src/model/ApiResponseSecurityZacksAnalystRatings.js +2 -2
- package/src/model/ApiResponseSecurityZacksAnalystRatingsSnapshot.js +2 -2
- package/src/model/ApiResponseSecurityZacksEPSSurprises.js +2 -2
- package/src/model/ApiResponseSecurityZacksSalesSurprises.js +2 -2
- package/src/model/ApiResponseStandardizedFinancials.js +2 -2
- package/src/model/ApiResponseStandardizedFinancialsDimensions.js +2 -2
- package/src/model/ApiResponseStockExchangeRealtimeStockPrices.js +2 -2
- package/src/model/ApiResponseStockExchangeSecurities.js +2 -2
- package/src/model/ApiResponseStockExchangeStockPriceAdjustments.js +2 -2
- package/src/model/ApiResponseStockExchangeStockPrices.js +2 -2
- package/src/model/ApiResponseStockExchanges.js +2 -2
- package/src/model/ApiResponseStockMarketIndexHistoricalData.js +2 -2
- package/src/model/ApiResponseStockMarketIndices.js +2 -2
- package/src/model/ApiResponseStockMarketIndicesSearch.js +2 -2
- package/src/model/ApiResponseZacksAnalystRatings.js +2 -2
- package/src/model/ApiResponseZacksEPSEstimates.js +2 -2
- package/src/model/ApiResponseZacksEPSGrowthRates.js +2 -2
- package/src/model/ApiResponseZacksEPSSurprises.js +2 -2
- package/src/model/ApiResponseZacksETFHoldings.js +2 -2
- package/src/model/ApiResponseZacksInstitutionalHoldingCompanies.js +2 -2
- package/src/model/ApiResponseZacksInstitutionalHoldingOwners.js +2 -2
- package/src/model/ApiResponseZacksInstitutionalHoldings.js +2 -2
- package/src/model/ApiResponseZacksLongTermGrowthRates.js +2 -2
- package/src/model/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/CompanyPublicFloat.js +110 -0
- 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/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 +38 -2
- package/src/model/InsiderTransactionFiling.js +11 -2
- package/src/model/InstitutionalHolding.js +11 -2
- package/src/model/InstitutionalOwnership.js +11 -2
- package/src/model/IntradayStockPrice.js +2 -2
- package/src/model/KeltnerChannelTechnicalValue.js +2 -2
- package/src/model/KnowSureThingTechnicalValue.js +2 -2
- package/src/model/MarketStatusResult.js +2 -2
- package/src/model/MassIndexTechnicalValue.js +2 -2
- package/src/model/MoneyFlowIndexTechnicalValue.js +2 -2
- package/src/model/MovingAverageConvergenceDivergenceTechnicalValue.js +2 -2
- package/src/model/Municipality.js +2 -2
- package/src/model/MunicipalityFinancial.js +2 -2
- package/src/model/NegativeVolumeIndexTechnicalValue.js +2 -2
- package/src/model/OnBalanceVolumeMeanTechnicalValue.js +2 -2
- package/src/model/OnBalanceVolumeTechnicalValue.js +2 -2
- package/src/model/Option.js +2 -2
- package/src/model/OptionChain.js +2 -2
- package/src/model/OptionChainEod.js +2 -2
- package/src/model/OptionChainRealtime.js +2 -2
- package/src/model/OptionContractsList.js +2 -2
- package/src/model/OptionEod.js +2 -2
- package/src/model/OptionFactorsRealtime.js +2 -2
- package/src/model/OptionInterval.js +2 -2
- package/src/model/OptionIntervalMover.js +2 -2
- package/src/model/OptionIntervalsMoversResult.js +2 -2
- package/src/model/OptionIntervalsResult.js +2 -2
- package/src/model/OptionPrice.js +2 -2
- package/src/model/OptionPriceBatchRealtime.js +21 -13
- package/src/model/OptionPriceEod.js +2 -2
- package/src/model/OptionPriceRealtime.js +2 -2
- package/src/model/OptionRealtime.js +2 -2
- package/src/model/OptionSnapshotGroup.js +2 -2
- package/src/model/OptionSnapshotsResult.js +2 -2
- package/src/model/OptionStatsRealtime.js +2 -2
- package/src/model/OptionUnusualTrade.js +2 -2
- package/src/model/Owner.js +2 -2
- package/src/model/OwnerSummary.js +2 -2
- package/src/model/RealtimeIndexPrice.js +100 -0
- package/src/model/RealtimeIndexPriceIndex.js +83 -0
- 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/SecurityIntervalMover.js +2 -2
- package/src/model/SecurityIntervalsMoversResult.js +2 -2
- package/src/model/SecurityReplayFileResult.js +2 -2
- package/src/model/SecurityScreenClause.js +2 -2
- package/src/model/SecurityScreenGroup.js +2 -2
- package/src/model/SecurityScreenResult.js +2 -2
- package/src/model/SecurityScreenResultData.js +2 -2
- package/src/model/SecuritySnapshotGroup.js +2 -2
- package/src/model/SecuritySnapshotsResult.js +2 -2
- package/src/model/SecuritySummary.js +2 -2
- package/src/model/SecurityTrades.js +2 -2
- package/src/model/SecurityTradesResult.js +2 -2
- package/src/model/SimpleMovingAverageTechnicalValue.js +2 -2
- package/src/model/StandardizedFinancial.js +2 -2
- package/src/model/StandardizedFinancialsDimension.js +2 -2
- package/src/model/StochasticOscillatorTechnicalValue.js +2 -2
- package/src/model/StockExchange.js +2 -2
- package/src/model/StockMarketIndex.js +2 -2
- package/src/model/StockMarketIndexSummary.js +2 -2
- package/src/model/StockPrice.js +2 -2
- package/src/model/StockPriceAdjustment.js +2 -2
- package/src/model/StockPriceAdjustmentSummary.js +2 -2
- package/src/model/StockPriceInterval.js +2 -2
- package/src/model/StockPriceSummary.js +2 -2
- package/src/model/TechnicalIndicator.js +2 -2
- package/src/model/TheaEntityAnswer.js +2 -2
- package/src/model/TheaSourceDocument.js +11 -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 +11 -1
- package/test/api/DataPointApi.spec.js +1 -1
- package/test/api/DataTagApi.spec.js +1 -1
- package/test/api/ESGApi.spec.js +1 -1
- package/test/api/ETFsApi.spec.js +1 -1
- package/test/api/FilingApi.spec.js +1 -1
- package/test/api/ForexApi.spec.js +1 -1
- package/test/api/FundamentalsApi.spec.js +1 -1
- package/test/api/HistoricalDataApi.spec.js +1 -1
- package/test/api/IndexApi.spec.js +11 -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 +11 -1
- package/test/api/OwnersApi.spec.js +1 -1
- package/test/api/SecurityApi.spec.js +61 -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/ApiResponseCompanyPublicFloatResult.spec.js +79 -0
- package/test/model/ApiResponseCompanyRecognize.spec.js +1 -1
- package/test/model/ApiResponseCompanySecurities.spec.js +1 -1
- package/test/model/ApiResponseCompanySharesOutstanding.spec.js +1 -1
- package/test/model/ApiResponseDataTags.spec.js +1 -1
- package/test/model/ApiResponseDataTagsSearch.spec.js +1 -1
- package/test/model/ApiResponseESGCompanies.spec.js +1 -1
- package/test/model/ApiResponseESGCompanyComprehensiveRatingHistory.spec.js +1 -1
- package/test/model/ApiResponseESGCompanyRatingHistory.spec.js +1 -1
- package/test/model/ApiResponseESGLatest.spec.js +1 -1
- package/test/model/ApiResponseESGLatestComprehensive.spec.js +1 -1
- package/test/model/ApiResponseETFHoldings.spec.js +1 -1
- package/test/model/ApiResponseETFs.spec.js +1 -1
- package/test/model/ApiResponseEconomicIndexHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseEconomicIndices.spec.js +1 -1
- package/test/model/ApiResponseEconomicIndicesSearch.spec.js +1 -1
- package/test/model/ApiResponseFilingAnswers.spec.js +1 -1
- package/test/model/ApiResponseFilingFundamentals.spec.js +1 -1
- package/test/model/ApiResponseFilingNotes.spec.js +1 -1
- package/test/model/ApiResponseFilingNotesSearch.spec.js +1 -1
- package/test/model/ApiResponseFilings.spec.js +1 -1
- package/test/model/ApiResponseForexCurrencies.spec.js +1 -1
- package/test/model/ApiResponseForexPairs.spec.js +1 -1
- package/test/model/ApiResponseForexPrices.spec.js +1 -1
- package/test/model/ApiResponseHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseInitialPublicOfferings.spec.js +1 -1
- package/test/model/ApiResponseInsiderTransactionFilings.spec.js +1 -1
- package/test/model/ApiResponseMunicipalities.spec.js +1 -1
- package/test/model/ApiResponseMunicipalitiyFinancials.spec.js +1 -1
- package/test/model/ApiResponseNews.spec.js +1 -1
- package/test/model/ApiResponseOptionPrices.spec.js +1 -1
- package/test/model/ApiResponseOptions.spec.js +1 -1
- package/test/model/ApiResponseOptionsChain.spec.js +1 -1
- package/test/model/ApiResponseOptionsChainEod.spec.js +1 -1
- package/test/model/ApiResponseOptionsChainRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsExpirations.spec.js +1 -1
- package/test/model/ApiResponseOptionsPriceRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsPricesBatchRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsPricesEod.spec.js +7 -1
- package/test/model/ApiResponseOptionsRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsStatsRealtime.spec.js +1 -1
- package/test/model/ApiResponseOptionsTickers.spec.js +1 -1
- package/test/model/ApiResponseOptionsUnusualActivity.spec.js +1 -1
- package/test/model/ApiResponseOwnerInsiderTransactionFilings.spec.js +1 -1
- package/test/model/ApiResponseOwnerInstitutionalHoldings.spec.js +1 -1
- package/test/model/ApiResponseOwners.spec.js +1 -1
- package/test/model/ApiResponseReportedFinancials.spec.js +1 -1
- package/test/model/ApiResponseSICIndexHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseSICIndices.spec.js +1 -1
- package/test/model/ApiResponseSICIndicesSearch.spec.js +1 -1
- package/test/model/ApiResponseSecurities.spec.js +1 -1
- package/test/model/ApiResponseSecuritiesSearch.spec.js +1 -1
- package/test/model/ApiResponseSecurityAccumulationDistributionIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityAverageDailyTradingVolume.spec.js +1 -1
- package/test/model/ApiResponseSecurityAverageDirectionalIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityAverageTrueRange.spec.js +1 -1
- package/test/model/ApiResponseSecurityAwesomeOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityBollingerBands.spec.js +1 -1
- package/test/model/ApiResponseSecurityChaikinMoneyFlow.spec.js +1 -1
- package/test/model/ApiResponseSecurityCommodityChannelIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityDetrendedPriceOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityDonchianChannel.spec.js +1 -1
- package/test/model/ApiResponseSecurityEaseOfMovement.spec.js +1 -1
- package/test/model/ApiResponseSecurityForceIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseSecurityIchimokuKinkoHyo.spec.js +1 -1
- package/test/model/ApiResponseSecurityInstitutionalOwnership.spec.js +1 -1
- package/test/model/ApiResponseSecurityIntervalPrices.spec.js +1 -1
- package/test/model/ApiResponseSecurityIntradayPrices.spec.js +1 -1
- package/test/model/ApiResponseSecurityKeltnerChannel.spec.js +1 -1
- package/test/model/ApiResponseSecurityKnowSureThing.spec.js +1 -1
- package/test/model/ApiResponseSecurityMassIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityMoneyFlowIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityMovingAverageConvergenceDivergence.spec.js +1 -1
- package/test/model/ApiResponseSecurityNegativeVolumeIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityOnBalanceVolume.spec.js +1 -1
- package/test/model/ApiResponseSecurityOnBalanceVolumeMean.spec.js +1 -1
- package/test/model/ApiResponseSecurityRelativeStrengthIndex.spec.js +1 -1
- package/test/model/ApiResponseSecuritySimpleMovingAverage.spec.js +1 -1
- package/test/model/ApiResponseSecurityStochasticOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityStockPriceAdjustments.spec.js +1 -1
- package/test/model/ApiResponseSecurityStockPrices.spec.js +1 -1
- package/test/model/ApiResponseSecurityTripleExponentialAverage.spec.js +1 -1
- package/test/model/ApiResponseSecurityTrueStrengthIndex.spec.js +1 -1
- package/test/model/ApiResponseSecurityUltimateOscillator.spec.js +1 -1
- package/test/model/ApiResponseSecurityVolumePriceTrend.spec.js +1 -1
- package/test/model/ApiResponseSecurityVolumeWeightedAveragePrice.spec.js +1 -1
- package/test/model/ApiResponseSecurityVortexIndicator.spec.js +1 -1
- package/test/model/ApiResponseSecurityWilliamsR.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksAnalystRatings.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksAnalystRatingsSnapshot.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksEPSSurprises.spec.js +1 -1
- package/test/model/ApiResponseSecurityZacksSalesSurprises.spec.js +1 -1
- package/test/model/ApiResponseStandardizedFinancials.spec.js +1 -1
- package/test/model/ApiResponseStandardizedFinancialsDimensions.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeRealtimeStockPrices.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeSecurities.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeStockPriceAdjustments.spec.js +1 -1
- package/test/model/ApiResponseStockExchangeStockPrices.spec.js +1 -1
- package/test/model/ApiResponseStockExchanges.spec.js +1 -1
- package/test/model/ApiResponseStockMarketIndexHistoricalData.spec.js +1 -1
- package/test/model/ApiResponseStockMarketIndices.spec.js +1 -1
- package/test/model/ApiResponseStockMarketIndicesSearch.spec.js +1 -1
- package/test/model/ApiResponseZacksAnalystRatings.spec.js +1 -1
- package/test/model/ApiResponseZacksEPSEstimates.spec.js +1 -1
- package/test/model/ApiResponseZacksEPSGrowthRates.spec.js +1 -1
- package/test/model/ApiResponseZacksEPSSurprises.spec.js +1 -1
- package/test/model/ApiResponseZacksETFHoldings.spec.js +1 -1
- package/test/model/ApiResponseZacksInstitutionalHoldingCompanies.spec.js +1 -1
- package/test/model/ApiResponseZacksInstitutionalHoldingOwners.spec.js +1 -1
- package/test/model/ApiResponseZacksInstitutionalHoldings.spec.js +1 -1
- package/test/model/ApiResponseZacksLongTermGrowthRates.spec.js +1 -1
- package/test/model/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/CompanyPublicFloat.spec.js +85 -0
- 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/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 +25 -1
- package/test/model/InsiderTransactionFiling.spec.js +7 -1
- package/test/model/InstitutionalHolding.spec.js +7 -1
- package/test/model/InstitutionalOwnership.spec.js +7 -1
- package/test/model/IntradayStockPrice.spec.js +1 -1
- package/test/model/KeltnerChannelTechnicalValue.spec.js +1 -1
- package/test/model/KnowSureThingTechnicalValue.spec.js +1 -1
- package/test/model/MarketStatusResult.spec.js +1 -1
- package/test/model/MassIndexTechnicalValue.spec.js +1 -1
- package/test/model/MoneyFlowIndexTechnicalValue.spec.js +1 -1
- package/test/model/MovingAverageConvergenceDivergenceTechnicalValue.spec.js +1 -1
- package/test/model/Municipality.spec.js +1 -1
- package/test/model/MunicipalityFinancial.spec.js +1 -1
- package/test/model/NegativeVolumeIndexTechnicalValue.spec.js +1 -1
- package/test/model/OnBalanceVolumeMeanTechnicalValue.spec.js +1 -1
- package/test/model/OnBalanceVolumeTechnicalValue.spec.js +1 -1
- package/test/model/Option.spec.js +1 -1
- package/test/model/OptionChain.spec.js +1 -1
- package/test/model/OptionChainEod.spec.js +1 -1
- package/test/model/OptionChainRealtime.spec.js +1 -1
- package/test/model/OptionContractsList.spec.js +1 -1
- package/test/model/OptionEod.spec.js +1 -1
- package/test/model/OptionFactorsRealtime.spec.js +1 -1
- package/test/model/OptionInterval.spec.js +1 -1
- package/test/model/OptionIntervalMover.spec.js +1 -1
- package/test/model/OptionIntervalsMoversResult.spec.js +1 -1
- package/test/model/OptionIntervalsResult.spec.js +1 -1
- package/test/model/OptionPrice.spec.js +1 -1
- package/test/model/OptionPriceBatchRealtime.spec.js +11 -5
- package/test/model/OptionPriceEod.spec.js +1 -1
- package/test/model/OptionPriceRealtime.spec.js +1 -1
- package/test/model/OptionRealtime.spec.js +1 -1
- package/test/model/OptionSnapshotGroup.spec.js +1 -1
- package/test/model/OptionSnapshotsResult.spec.js +1 -1
- package/test/model/OptionStatsRealtime.spec.js +1 -1
- package/test/model/OptionUnusualTrade.spec.js +1 -1
- package/test/model/Owner.spec.js +1 -1
- package/test/model/OwnerSummary.spec.js +1 -1
- package/test/model/RealtimeIndexPrice.spec.js +79 -0
- package/test/model/RealtimeIndexPriceIndex.spec.js +67 -0
- package/test/model/RealtimeStockPrice.spec.js +31 -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/SecurityIntervalMover.spec.js +1 -1
- package/test/model/SecurityIntervalsMoversResult.spec.js +1 -1
- package/test/model/SecurityReplayFileResult.spec.js +1 -1
- package/test/model/SecurityScreenClause.spec.js +1 -1
- package/test/model/SecurityScreenGroup.spec.js +1 -1
- package/test/model/SecurityScreenResult.spec.js +1 -1
- package/test/model/SecurityScreenResultData.spec.js +1 -1
- package/test/model/SecuritySnapshotGroup.spec.js +1 -1
- package/test/model/SecuritySnapshotsResult.spec.js +1 -1
- package/test/model/SecuritySummary.spec.js +1 -1
- package/test/model/SecurityTrades.spec.js +1 -1
- package/test/model/SecurityTradesResult.spec.js +1 -1
- package/test/model/SimpleMovingAverageTechnicalValue.spec.js +1 -1
- package/test/model/StandardizedFinancial.spec.js +1 -1
- package/test/model/StandardizedFinancialsDimension.spec.js +1 -1
- package/test/model/StochasticOscillatorTechnicalValue.spec.js +1 -1
- package/test/model/StockExchange.spec.js +1 -1
- package/test/model/StockMarketIndex.spec.js +1 -1
- package/test/model/StockMarketIndexSummary.spec.js +1 -1
- package/test/model/StockPrice.spec.js +1 -1
- package/test/model/StockPriceAdjustment.spec.js +1 -1
- package/test/model/StockPriceAdjustmentSummary.spec.js +1 -1
- package/test/model/StockPriceInterval.spec.js +25 -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 +7 -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/src/api/CompanyApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.47.7
|
|
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
|
|
@@ -16,24 +16,24 @@
|
|
|
16
16
|
(function(root, factory) {
|
|
17
17
|
if (typeof define === 'function' && define.amd) {
|
|
18
18
|
// AMD. Register as an anonymous module.
|
|
19
|
-
define(['ApiClient', 'model/ApiResponseCompanies', 'model/ApiResponseCompaniesSearch', 'model/ApiResponseCompanyAnswers', 'model/ApiResponseCompanyFilings', 'model/ApiResponseCompanyFundamentals', 'model/ApiResponseCompanyHistoricalData', 'model/ApiResponseCompanyNews', 'model/ApiResponseCompanyRecognize', 'model/ApiResponseCompanySecurities', 'model/ApiResponseCompanySharesOutstanding', 'model/ApiResponseInitialPublicOfferings', 'model/ApiResponseInsiderTransactionFilings', 'model/ApiResponseNews', 'model/Company', 'model/Fundamental', 'model/InsiderTransactionFiling'], factory);
|
|
19
|
+
define(['ApiClient', 'model/ApiResponseCompanies', 'model/ApiResponseCompaniesSearch', 'model/ApiResponseCompanyAnswers', 'model/ApiResponseCompanyFilings', 'model/ApiResponseCompanyFundamentals', 'model/ApiResponseCompanyHistoricalData', 'model/ApiResponseCompanyNews', 'model/ApiResponseCompanyPublicFloatResult', 'model/ApiResponseCompanyRecognize', 'model/ApiResponseCompanySecurities', 'model/ApiResponseCompanySharesOutstanding', 'model/ApiResponseInitialPublicOfferings', 'model/ApiResponseInsiderTransactionFilings', 'model/ApiResponseNews', 'model/Company', 'model/Fundamental', 'model/InsiderTransactionFiling'], factory);
|
|
20
20
|
} else if (typeof module === 'object' && module.exports) {
|
|
21
21
|
// CommonJS-like environments that support module.exports, like Node.
|
|
22
|
-
module.exports = factory(require('../ApiClient'), require('../model/ApiResponseCompanies'), require('../model/ApiResponseCompaniesSearch'), require('../model/ApiResponseCompanyAnswers'), require('../model/ApiResponseCompanyFilings'), require('../model/ApiResponseCompanyFundamentals'), require('../model/ApiResponseCompanyHistoricalData'), require('../model/ApiResponseCompanyNews'), require('../model/ApiResponseCompanyRecognize'), require('../model/ApiResponseCompanySecurities'), require('../model/ApiResponseCompanySharesOutstanding'), require('../model/ApiResponseInitialPublicOfferings'), require('../model/ApiResponseInsiderTransactionFilings'), require('../model/ApiResponseNews'), require('../model/Company'), require('../model/Fundamental'), require('../model/InsiderTransactionFiling'));
|
|
22
|
+
module.exports = factory(require('../ApiClient'), require('../model/ApiResponseCompanies'), require('../model/ApiResponseCompaniesSearch'), require('../model/ApiResponseCompanyAnswers'), require('../model/ApiResponseCompanyFilings'), require('../model/ApiResponseCompanyFundamentals'), require('../model/ApiResponseCompanyHistoricalData'), require('../model/ApiResponseCompanyNews'), require('../model/ApiResponseCompanyPublicFloatResult'), require('../model/ApiResponseCompanyRecognize'), require('../model/ApiResponseCompanySecurities'), require('../model/ApiResponseCompanySharesOutstanding'), require('../model/ApiResponseInitialPublicOfferings'), require('../model/ApiResponseInsiderTransactionFilings'), require('../model/ApiResponseNews'), require('../model/Company'), require('../model/Fundamental'), require('../model/InsiderTransactionFiling'));
|
|
23
23
|
} else {
|
|
24
24
|
// Browser globals (root is window)
|
|
25
25
|
if (!root.intrinioSDK) {
|
|
26
26
|
root.intrinioSDK = {};
|
|
27
27
|
}
|
|
28
|
-
root.intrinioSDK.CompanyApi = factory(root.intrinioSDK.ApiClient, root.intrinioSDK.ApiResponseCompanies, root.intrinioSDK.ApiResponseCompaniesSearch, root.intrinioSDK.ApiResponseCompanyAnswers, root.intrinioSDK.ApiResponseCompanyFilings, root.intrinioSDK.ApiResponseCompanyFundamentals, root.intrinioSDK.ApiResponseCompanyHistoricalData, root.intrinioSDK.ApiResponseCompanyNews, root.intrinioSDK.ApiResponseCompanyRecognize, root.intrinioSDK.ApiResponseCompanySecurities, root.intrinioSDK.ApiResponseCompanySharesOutstanding, root.intrinioSDK.ApiResponseInitialPublicOfferings, root.intrinioSDK.ApiResponseInsiderTransactionFilings, root.intrinioSDK.ApiResponseNews, root.intrinioSDK.Company, root.intrinioSDK.Fundamental, root.intrinioSDK.InsiderTransactionFiling);
|
|
28
|
+
root.intrinioSDK.CompanyApi = factory(root.intrinioSDK.ApiClient, root.intrinioSDK.ApiResponseCompanies, root.intrinioSDK.ApiResponseCompaniesSearch, root.intrinioSDK.ApiResponseCompanyAnswers, root.intrinioSDK.ApiResponseCompanyFilings, root.intrinioSDK.ApiResponseCompanyFundamentals, root.intrinioSDK.ApiResponseCompanyHistoricalData, root.intrinioSDK.ApiResponseCompanyNews, root.intrinioSDK.ApiResponseCompanyPublicFloatResult, root.intrinioSDK.ApiResponseCompanyRecognize, root.intrinioSDK.ApiResponseCompanySecurities, root.intrinioSDK.ApiResponseCompanySharesOutstanding, root.intrinioSDK.ApiResponseInitialPublicOfferings, root.intrinioSDK.ApiResponseInsiderTransactionFilings, root.intrinioSDK.ApiResponseNews, root.intrinioSDK.Company, root.intrinioSDK.Fundamental, root.intrinioSDK.InsiderTransactionFiling);
|
|
29
29
|
}
|
|
30
|
-
}(this, function(ApiClient, ApiResponseCompanies, ApiResponseCompaniesSearch, ApiResponseCompanyAnswers, ApiResponseCompanyFilings, ApiResponseCompanyFundamentals, ApiResponseCompanyHistoricalData, ApiResponseCompanyNews, ApiResponseCompanyRecognize, ApiResponseCompanySecurities, ApiResponseCompanySharesOutstanding, ApiResponseInitialPublicOfferings, ApiResponseInsiderTransactionFilings, ApiResponseNews, Company, Fundamental, InsiderTransactionFiling) {
|
|
30
|
+
}(this, function(ApiClient, ApiResponseCompanies, ApiResponseCompaniesSearch, ApiResponseCompanyAnswers, ApiResponseCompanyFilings, ApiResponseCompanyFundamentals, ApiResponseCompanyHistoricalData, ApiResponseCompanyNews, ApiResponseCompanyPublicFloatResult, ApiResponseCompanyRecognize, ApiResponseCompanySecurities, ApiResponseCompanySharesOutstanding, ApiResponseInitialPublicOfferings, ApiResponseInsiderTransactionFilings, ApiResponseNews, Company, Fundamental, InsiderTransactionFiling) {
|
|
31
31
|
'use strict';
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
34
|
* Company service.
|
|
35
35
|
* @module api/CompanyApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -810,6 +810,75 @@
|
|
|
810
810
|
|
|
811
811
|
|
|
812
812
|
|
|
813
|
+
/**
|
|
814
|
+
* Get Company's public float
|
|
815
|
+
* Returns a list of public float data tied to a given company identifier.
|
|
816
|
+
* @param {String} identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
|
817
|
+
* @param {Object} opts Optional parameters
|
|
818
|
+
* @param {Date} opts.floatDateGreaterThan The lower-bound date for the data being requested.
|
|
819
|
+
* @param {Date} opts.floatDateLessThan The upper-bound date for the data being requested.
|
|
820
|
+
* @param {String} opts.nextPage Gets the next page of data from a previous API call
|
|
821
|
+
* @param {String} opts.nextPage2 Gets the next page of data from a previous API call
|
|
822
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseCompanyPublicFloatResult} and HTTP response
|
|
823
|
+
*/
|
|
824
|
+
this.getCompanyPublicFloatWithHttpInfo = function(identifier, opts) {
|
|
825
|
+
opts = opts || {};
|
|
826
|
+
var postBody = null;
|
|
827
|
+
|
|
828
|
+
// verify the required parameter 'identifier' is set
|
|
829
|
+
if (identifier === undefined || identifier === null) {
|
|
830
|
+
throw new Error("Missing the required parameter 'identifier' when calling getCompanyPublicFloat");
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
var pathParams = {
|
|
835
|
+
'identifier': identifier
|
|
836
|
+
};
|
|
837
|
+
var queryParams = {
|
|
838
|
+
'float_date_greater_than': opts['floatDateGreaterThan'],
|
|
839
|
+
'float_date_less_than': opts['floatDateLessThan'],
|
|
840
|
+
'next_page': opts['nextPage'],
|
|
841
|
+
'next_page': opts['nextPage2'],
|
|
842
|
+
};
|
|
843
|
+
var collectionQueryParams = {
|
|
844
|
+
};
|
|
845
|
+
var headerParams = {
|
|
846
|
+
};
|
|
847
|
+
var formParams = {
|
|
848
|
+
};
|
|
849
|
+
|
|
850
|
+
var authNames = ['ApiKeyAuth'];
|
|
851
|
+
var contentTypes = [];
|
|
852
|
+
var accepts = ['application/json'];
|
|
853
|
+
var returnType = ApiResponseCompanyPublicFloatResult;
|
|
854
|
+
var endpoint = '/companies/{identifier}/public_float'
|
|
855
|
+
var method = 'GET'
|
|
856
|
+
|
|
857
|
+
let requestParameters = { endpoint, method, pathParams, queryParams, collectionQueryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType }
|
|
858
|
+
|
|
859
|
+
return this.makeApiCall(requestParameters)
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
/**
|
|
863
|
+
* Get Company's public float
|
|
864
|
+
* Returns a list of public float data tied to a given company identifier.
|
|
865
|
+
* @param {String} identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
|
866
|
+
* @param {Object} opts Optional parameters
|
|
867
|
+
* @param {Date} opts.floatDateGreaterThan The lower-bound date for the data being requested.
|
|
868
|
+
* @param {Date} opts.floatDateLessThan The upper-bound date for the data being requested.
|
|
869
|
+
* @param {String} opts.nextPage Gets the next page of data from a previous API call
|
|
870
|
+
* @param {String} opts.nextPage2 Gets the next page of data from a previous API call
|
|
871
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseCompanyPublicFloatResult}
|
|
872
|
+
*/
|
|
873
|
+
this.getCompanyPublicFloat = function(identifier, opts) {
|
|
874
|
+
return this.getCompanyPublicFloatWithHttpInfo(identifier, opts)
|
|
875
|
+
.then(function(response_and_data) {
|
|
876
|
+
return response_and_data.data;
|
|
877
|
+
});
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
|
|
813
882
|
/**
|
|
814
883
|
* All Securities by Company
|
|
815
884
|
* Returns a list of underlying securities with associated reference data tied to a given company identifier.
|
package/src/api/DataPointApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* DataPoint service.
|
|
35
35
|
* @module api/DataPointApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/DataTagApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* DataTag service.
|
|
35
35
|
* @module api/DataTagApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/ESGApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* ESG service.
|
|
35
35
|
* @module api/ESGApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/ETFsApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* ETFs service.
|
|
35
35
|
* @module api/ETFsApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/FilingApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Filing service.
|
|
35
35
|
* @module api/FilingApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/ForexApi.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.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Forex service.
|
|
35
35
|
* @module api/ForexApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -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.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Fundamentals service.
|
|
35
35
|
* @module api/FundamentalsApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -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.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* HistoricalData service.
|
|
35
35
|
* @module api/HistoricalDataApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/IndexApi.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.47.7
|
|
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
|
|
@@ -16,24 +16,24 @@
|
|
|
16
16
|
(function(root, factory) {
|
|
17
17
|
if (typeof define === 'function' && define.amd) {
|
|
18
18
|
// AMD. Register as an anonymous module.
|
|
19
|
-
define(['ApiClient', 'model/ApiResponseEconomicIndexHistoricalData', 'model/ApiResponseEconomicIndices', 'model/ApiResponseEconomicIndicesSearch', 'model/ApiResponseSICIndexHistoricalData', 'model/ApiResponseSICIndices', 'model/ApiResponseSICIndicesSearch', 'model/ApiResponseStockMarketIndexHistoricalData', 'model/ApiResponseStockMarketIndices', 'model/ApiResponseStockMarketIndicesSearch', 'model/EconomicIndex', 'model/SICIndex', 'model/StockMarketIndex'], factory);
|
|
19
|
+
define(['ApiClient', 'model/ApiResponseEconomicIndexHistoricalData', 'model/ApiResponseEconomicIndices', 'model/ApiResponseEconomicIndicesSearch', 'model/ApiResponseSICIndexHistoricalData', 'model/ApiResponseSICIndices', 'model/ApiResponseSICIndicesSearch', 'model/ApiResponseStockMarketIndexHistoricalData', 'model/ApiResponseStockMarketIndices', 'model/ApiResponseStockMarketIndicesSearch', 'model/EconomicIndex', 'model/RealtimeIndexPrice', 'model/SICIndex', 'model/StockMarketIndex'], factory);
|
|
20
20
|
} else if (typeof module === 'object' && module.exports) {
|
|
21
21
|
// CommonJS-like environments that support module.exports, like Node.
|
|
22
|
-
module.exports = factory(require('../ApiClient'), require('../model/ApiResponseEconomicIndexHistoricalData'), require('../model/ApiResponseEconomicIndices'), require('../model/ApiResponseEconomicIndicesSearch'), require('../model/ApiResponseSICIndexHistoricalData'), require('../model/ApiResponseSICIndices'), require('../model/ApiResponseSICIndicesSearch'), require('../model/ApiResponseStockMarketIndexHistoricalData'), require('../model/ApiResponseStockMarketIndices'), require('../model/ApiResponseStockMarketIndicesSearch'), require('../model/EconomicIndex'), require('../model/SICIndex'), require('../model/StockMarketIndex'));
|
|
22
|
+
module.exports = factory(require('../ApiClient'), require('../model/ApiResponseEconomicIndexHistoricalData'), require('../model/ApiResponseEconomicIndices'), require('../model/ApiResponseEconomicIndicesSearch'), require('../model/ApiResponseSICIndexHistoricalData'), require('../model/ApiResponseSICIndices'), require('../model/ApiResponseSICIndicesSearch'), require('../model/ApiResponseStockMarketIndexHistoricalData'), require('../model/ApiResponseStockMarketIndices'), require('../model/ApiResponseStockMarketIndicesSearch'), require('../model/EconomicIndex'), require('../model/RealtimeIndexPrice'), require('../model/SICIndex'), require('../model/StockMarketIndex'));
|
|
23
23
|
} else {
|
|
24
24
|
// Browser globals (root is window)
|
|
25
25
|
if (!root.intrinioSDK) {
|
|
26
26
|
root.intrinioSDK = {};
|
|
27
27
|
}
|
|
28
|
-
root.intrinioSDK.IndexApi = factory(root.intrinioSDK.ApiClient, root.intrinioSDK.ApiResponseEconomicIndexHistoricalData, root.intrinioSDK.ApiResponseEconomicIndices, root.intrinioSDK.ApiResponseEconomicIndicesSearch, root.intrinioSDK.ApiResponseSICIndexHistoricalData, root.intrinioSDK.ApiResponseSICIndices, root.intrinioSDK.ApiResponseSICIndicesSearch, root.intrinioSDK.ApiResponseStockMarketIndexHistoricalData, root.intrinioSDK.ApiResponseStockMarketIndices, root.intrinioSDK.ApiResponseStockMarketIndicesSearch, root.intrinioSDK.EconomicIndex, root.intrinioSDK.SICIndex, root.intrinioSDK.StockMarketIndex);
|
|
28
|
+
root.intrinioSDK.IndexApi = factory(root.intrinioSDK.ApiClient, root.intrinioSDK.ApiResponseEconomicIndexHistoricalData, root.intrinioSDK.ApiResponseEconomicIndices, root.intrinioSDK.ApiResponseEconomicIndicesSearch, root.intrinioSDK.ApiResponseSICIndexHistoricalData, root.intrinioSDK.ApiResponseSICIndices, root.intrinioSDK.ApiResponseSICIndicesSearch, root.intrinioSDK.ApiResponseStockMarketIndexHistoricalData, root.intrinioSDK.ApiResponseStockMarketIndices, root.intrinioSDK.ApiResponseStockMarketIndicesSearch, root.intrinioSDK.EconomicIndex, root.intrinioSDK.RealtimeIndexPrice, root.intrinioSDK.SICIndex, root.intrinioSDK.StockMarketIndex);
|
|
29
29
|
}
|
|
30
|
-
}(this, function(ApiClient, ApiResponseEconomicIndexHistoricalData, ApiResponseEconomicIndices, ApiResponseEconomicIndicesSearch, ApiResponseSICIndexHistoricalData, ApiResponseSICIndices, ApiResponseSICIndicesSearch, ApiResponseStockMarketIndexHistoricalData, ApiResponseStockMarketIndices, ApiResponseStockMarketIndicesSearch, EconomicIndex, SICIndex, StockMarketIndex) {
|
|
30
|
+
}(this, function(ApiClient, ApiResponseEconomicIndexHistoricalData, ApiResponseEconomicIndices, ApiResponseEconomicIndicesSearch, ApiResponseSICIndexHistoricalData, ApiResponseSICIndices, ApiResponseSICIndicesSearch, ApiResponseStockMarketIndexHistoricalData, ApiResponseStockMarketIndices, ApiResponseStockMarketIndicesSearch, EconomicIndex, RealtimeIndexPrice, SICIndex, StockMarketIndex) {
|
|
31
31
|
'use strict';
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
34
|
* Index service.
|
|
35
35
|
* @module api/IndexApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -471,6 +471,58 @@
|
|
|
471
471
|
|
|
472
472
|
|
|
473
473
|
|
|
474
|
+
/**
|
|
475
|
+
* Realtime Index Price
|
|
476
|
+
* @param {String} identifier The ticker symbol of the currently trading index
|
|
477
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/RealtimeIndexPrice} and HTTP response
|
|
478
|
+
*/
|
|
479
|
+
this.getRealtimeIndexPriceByIdWithHttpInfo = function(identifier) {
|
|
480
|
+
var postBody = null;
|
|
481
|
+
|
|
482
|
+
// verify the required parameter 'identifier' is set
|
|
483
|
+
if (identifier === undefined || identifier === null) {
|
|
484
|
+
throw new Error("Missing the required parameter 'identifier' when calling getRealtimeIndexPriceById");
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
var pathParams = {
|
|
489
|
+
'identifier': identifier
|
|
490
|
+
};
|
|
491
|
+
var queryParams = {
|
|
492
|
+
};
|
|
493
|
+
var collectionQueryParams = {
|
|
494
|
+
};
|
|
495
|
+
var headerParams = {
|
|
496
|
+
};
|
|
497
|
+
var formParams = {
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
var authNames = ['ApiKeyAuth'];
|
|
501
|
+
var contentTypes = [];
|
|
502
|
+
var accepts = ['application/json'];
|
|
503
|
+
var returnType = RealtimeIndexPrice;
|
|
504
|
+
var endpoint = '/indices/{identifier}/realtime'
|
|
505
|
+
var method = 'GET'
|
|
506
|
+
|
|
507
|
+
let requestParameters = { endpoint, method, pathParams, queryParams, collectionQueryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType }
|
|
508
|
+
|
|
509
|
+
return this.makeApiCall(requestParameters)
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* Realtime Index Price
|
|
514
|
+
* @param {String} identifier The ticker symbol of the currently trading index
|
|
515
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/RealtimeIndexPrice}
|
|
516
|
+
*/
|
|
517
|
+
this.getRealtimeIndexPriceById = function(identifier) {
|
|
518
|
+
return this.getRealtimeIndexPriceByIdWithHttpInfo(identifier)
|
|
519
|
+
.then(function(response_and_data) {
|
|
520
|
+
return response_and_data.data;
|
|
521
|
+
});
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
474
526
|
/**
|
|
475
527
|
* Lookup SIC Index
|
|
476
528
|
* @param {String} identifier An Index Identifier (symbol, Intrinio ID)
|
|
@@ -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.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* InsiderTransactionFilings service.
|
|
35
35
|
* @module api/InsiderTransactionFilingsApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/MarketApi.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.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Market service.
|
|
35
35
|
* @module api/MarketApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -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.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Municipality service.
|
|
35
35
|
* @module api/MunicipalityApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/OptionsApi.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.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Options service.
|
|
35
35
|
* @module api/OptionsApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -167,6 +167,7 @@
|
|
|
167
167
|
* @param {String} symbol The option symbol, corresponding to the underlying security.
|
|
168
168
|
* @param {Number} strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
|
|
169
169
|
* @param {Object} opts Optional parameters
|
|
170
|
+
* @param {module:model/String} opts.source Realtime or delayed.
|
|
170
171
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
171
172
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
172
173
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsChainRealtime} and HTTP response
|
|
@@ -191,6 +192,7 @@
|
|
|
191
192
|
'strike': strike
|
|
192
193
|
};
|
|
193
194
|
var queryParams = {
|
|
195
|
+
'source': opts['source'],
|
|
194
196
|
'stock_price_source': opts['stockPriceSource'],
|
|
195
197
|
'model': opts['model'],
|
|
196
198
|
};
|
|
@@ -219,6 +221,7 @@
|
|
|
219
221
|
* @param {String} symbol The option symbol, corresponding to the underlying security.
|
|
220
222
|
* @param {Number} strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
|
|
221
223
|
* @param {Object} opts Optional parameters
|
|
224
|
+
* @param {module:model/String} opts.source Realtime or delayed.
|
|
222
225
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
223
226
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
224
227
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsChainRealtime}
|
|
@@ -493,7 +496,7 @@
|
|
|
493
496
|
* @param {Number} opts.strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
|
|
494
497
|
* @param {Number} opts.strikeGreaterThan The strike price of the option contract. This will return options contracts with strike prices greater than this price.
|
|
495
498
|
* @param {Number} opts.strikeLessThan The strike price of the option contract. This will return options contracts with strike prices less than this price.
|
|
496
|
-
* @param {Date} opts.date The
|
|
499
|
+
* @param {Date} opts.date The date to retrieve prices for
|
|
497
500
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsChainEod} and HTTP response
|
|
498
501
|
*/
|
|
499
502
|
this.getOptionsChainEodWithHttpInfo = function(symbol, expiration, opts) {
|
|
@@ -551,7 +554,7 @@
|
|
|
551
554
|
* @param {Number} opts.strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
|
|
552
555
|
* @param {Number} opts.strikeGreaterThan The strike price of the option contract. This will return options contracts with strike prices greater than this price.
|
|
553
556
|
* @param {Number} opts.strikeLessThan The strike price of the option contract. This will return options contracts with strike prices less than this price.
|
|
554
|
-
* @param {Date} opts.date The
|
|
557
|
+
* @param {Date} opts.date The date to retrieve prices for
|
|
555
558
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsChainEod}
|
|
556
559
|
*/
|
|
557
560
|
this.getOptionsChainEod = function(symbol, expiration, opts) {
|
|
@@ -1104,6 +1107,7 @@
|
|
|
1104
1107
|
* @param {module:model/OptionContractsList} body The contract symbols for which to return options prices for.
|
|
1105
1108
|
* @param {Object} opts Optional parameters
|
|
1106
1109
|
* @param {module:model/String} opts.source Realtime or 15-minute delayed contracts.
|
|
1110
|
+
* @param {Boolean} opts.showStats Whether to include Greek calculations or not.
|
|
1107
1111
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
1108
1112
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
1109
1113
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsPricesBatchRealtime} and HTTP response
|
|
@@ -1122,6 +1126,7 @@
|
|
|
1122
1126
|
};
|
|
1123
1127
|
var queryParams = {
|
|
1124
1128
|
'source': opts['source'],
|
|
1129
|
+
'show_stats': opts['showStats'],
|
|
1125
1130
|
'stock_price_source': opts['stockPriceSource'],
|
|
1126
1131
|
'model': opts['model'],
|
|
1127
1132
|
};
|
|
@@ -1150,6 +1155,7 @@
|
|
|
1150
1155
|
* @param {module:model/OptionContractsList} body The contract symbols for which to return options prices for.
|
|
1151
1156
|
* @param {Object} opts Optional parameters
|
|
1152
1157
|
* @param {module:model/String} opts.source Realtime or 15-minute delayed contracts.
|
|
1158
|
+
* @param {Boolean} opts.showStats Whether to include Greek calculations or not.
|
|
1153
1159
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
1154
1160
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
1155
1161
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsPricesBatchRealtime}
|
|
@@ -1167,9 +1173,14 @@
|
|
|
1167
1173
|
* Option Prices EOD
|
|
1168
1174
|
* Returns all option prices for a given option contract identifier.
|
|
1169
1175
|
* @param {String} identifier The Intrinio ID or code of the options contract to request prices for.
|
|
1176
|
+
* @param {Object} opts Optional parameters
|
|
1177
|
+
* @param {String} opts.nextPage Gets the next page of data from a previous API call
|
|
1178
|
+
* @param {Date} opts.startDate The start date to retrieve prices for
|
|
1179
|
+
* @param {Date} opts.endDate The end date to retrieve prices for
|
|
1170
1180
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsPricesEod} and HTTP response
|
|
1171
1181
|
*/
|
|
1172
|
-
this.getOptionsPricesEodWithHttpInfo = function(identifier) {
|
|
1182
|
+
this.getOptionsPricesEodWithHttpInfo = function(identifier, opts) {
|
|
1183
|
+
opts = opts || {};
|
|
1173
1184
|
var postBody = null;
|
|
1174
1185
|
|
|
1175
1186
|
// verify the required parameter 'identifier' is set
|
|
@@ -1182,6 +1193,9 @@
|
|
|
1182
1193
|
'identifier': identifier
|
|
1183
1194
|
};
|
|
1184
1195
|
var queryParams = {
|
|
1196
|
+
'next_page': opts['nextPage'],
|
|
1197
|
+
'start_date': opts['startDate'],
|
|
1198
|
+
'end_date': opts['endDate'],
|
|
1185
1199
|
};
|
|
1186
1200
|
var collectionQueryParams = {
|
|
1187
1201
|
};
|
|
@@ -1206,10 +1220,14 @@
|
|
|
1206
1220
|
* Option Prices EOD
|
|
1207
1221
|
* Returns all option prices for a given option contract identifier.
|
|
1208
1222
|
* @param {String} identifier The Intrinio ID or code of the options contract to request prices for.
|
|
1223
|
+
* @param {Object} opts Optional parameters
|
|
1224
|
+
* @param {String} opts.nextPage Gets the next page of data from a previous API call
|
|
1225
|
+
* @param {Date} opts.startDate The start date to retrieve prices for
|
|
1226
|
+
* @param {Date} opts.endDate The end date to retrieve prices for
|
|
1209
1227
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsPricesEod}
|
|
1210
1228
|
*/
|
|
1211
|
-
this.getOptionsPricesEod = function(identifier) {
|
|
1212
|
-
return this.getOptionsPricesEodWithHttpInfo(identifier)
|
|
1229
|
+
this.getOptionsPricesEod = function(identifier, opts) {
|
|
1230
|
+
return this.getOptionsPricesEodWithHttpInfo(identifier, opts)
|
|
1213
1231
|
.then(function(response_and_data) {
|
|
1214
1232
|
return response_and_data.data;
|
|
1215
1233
|
});
|
package/src/api/OwnersApi.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.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Owners service.
|
|
35
35
|
* @module api/OwnersApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/SecurityApi.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.47.7
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Security service.
|
|
35
35
|
* @module api/SecurityApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -3619,6 +3619,7 @@
|
|
|
3619
3619
|
/**
|
|
3620
3620
|
* Security Trades By Symbol
|
|
3621
3621
|
* Returns all trades for a symbol between start time and end time, up to seven days ago for the specified source.
|
|
3622
|
+
* @param {String} identifier The ticker symbol for which trades are being requested.
|
|
3622
3623
|
* @param {module:model/String} source The specific source of the data being requested.
|
|
3623
3624
|
* @param {Object} opts Optional parameters
|
|
3624
3625
|
* @param {Date} opts.startDate The start date for the data being requested.
|
|
@@ -3630,10 +3631,15 @@
|
|
|
3630
3631
|
* @param {String} opts.nextPage Gets the next page of data from a previous API call
|
|
3631
3632
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/SecurityTradesResult} and HTTP response
|
|
3632
3633
|
*/
|
|
3633
|
-
this.getSecurityTradesBySymbolWithHttpInfo = function(source, opts) {
|
|
3634
|
+
this.getSecurityTradesBySymbolWithHttpInfo = function(identifier, source, opts) {
|
|
3634
3635
|
opts = opts || {};
|
|
3635
3636
|
var postBody = null;
|
|
3636
3637
|
|
|
3638
|
+
// verify the required parameter 'identifier' is set
|
|
3639
|
+
if (identifier === undefined || identifier === null) {
|
|
3640
|
+
throw new Error("Missing the required parameter 'identifier' when calling getSecurityTradesBySymbol");
|
|
3641
|
+
}
|
|
3642
|
+
|
|
3637
3643
|
// verify the required parameter 'source' is set
|
|
3638
3644
|
if (source === undefined || source === null) {
|
|
3639
3645
|
throw new Error("Missing the required parameter 'source' when calling getSecurityTradesBySymbol");
|
|
@@ -3641,6 +3647,7 @@
|
|
|
3641
3647
|
|
|
3642
3648
|
|
|
3643
3649
|
var pathParams = {
|
|
3650
|
+
'identifier': identifier
|
|
3644
3651
|
};
|
|
3645
3652
|
var queryParams = {
|
|
3646
3653
|
'source': source,
|
|
@@ -3674,6 +3681,7 @@
|
|
|
3674
3681
|
/**
|
|
3675
3682
|
* Security Trades By Symbol
|
|
3676
3683
|
* Returns all trades for a symbol between start time and end time, up to seven days ago for the specified source.
|
|
3684
|
+
* @param {String} identifier The ticker symbol for which trades are being requested.
|
|
3677
3685
|
* @param {module:model/String} source The specific source of the data being requested.
|
|
3678
3686
|
* @param {Object} opts Optional parameters
|
|
3679
3687
|
* @param {Date} opts.startDate The start date for the data being requested.
|
|
@@ -3685,8 +3693,8 @@
|
|
|
3685
3693
|
* @param {String} opts.nextPage Gets the next page of data from a previous API call
|
|
3686
3694
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/SecurityTradesResult}
|
|
3687
3695
|
*/
|
|
3688
|
-
this.getSecurityTradesBySymbol = function(source, opts) {
|
|
3689
|
-
return this.getSecurityTradesBySymbolWithHttpInfo(source, opts)
|
|
3696
|
+
this.getSecurityTradesBySymbol = function(identifier, source, opts) {
|
|
3697
|
+
return this.getSecurityTradesBySymbolWithHttpInfo(identifier, source, opts)
|
|
3690
3698
|
.then(function(response_and_data) {
|
|
3691
3699
|
return response_and_data.data;
|
|
3692
3700
|
});
|