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
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
name: PR Merge
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
pull_request:
|
|
5
|
+
types: [ closed ]
|
|
6
|
+
|
|
7
|
+
jobs:
|
|
8
|
+
notify:
|
|
9
|
+
if: github.event.pull_request.merged == true && github.ref == 'refs/heads/production'
|
|
10
|
+
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
steps:
|
|
13
|
+
- name: Git checkout
|
|
14
|
+
uses: actions/checkout@v2
|
|
15
|
+
|
|
16
|
+
- name: Prepare Slack Message
|
|
17
|
+
id: slack-body-formatter
|
|
18
|
+
run: |
|
|
19
|
+
SLACK_MESSAGE="${{github.event.pull_request.body}}"
|
|
20
|
+
|
|
21
|
+
echo "::set-output name=slack-message::${SLACK_MESSAGE//$'\r\n'/'\n'}"
|
|
22
|
+
|
|
23
|
+
- name: Send GitHub Action trigger data to Slack workflow
|
|
24
|
+
id: slack
|
|
25
|
+
uses: slackapi/slack-github-action@v1.24.0
|
|
26
|
+
with:
|
|
27
|
+
# This data can be any valid JSON from a previous step in the GitHub Action
|
|
28
|
+
payload: |
|
|
29
|
+
{
|
|
30
|
+
"text": "${{ github.event.repository.name }} deployed by ${{ github.event.pull_request.user.login }}",
|
|
31
|
+
"blocks": [
|
|
32
|
+
{
|
|
33
|
+
"type": "header",
|
|
34
|
+
"text": {
|
|
35
|
+
"type": "plain_text",
|
|
36
|
+
"text": "----------------------\n${{ github.event.repository.name }} Deployed\n----------------------\n${{ github.event.pull_request.title }}"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"type": "section",
|
|
41
|
+
"text": {
|
|
42
|
+
"type": "mrkdwn",
|
|
43
|
+
"text": "*Pull request created by ${{ github.event.pull_request.user.login }}*"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"type": "section",
|
|
48
|
+
"text": {
|
|
49
|
+
"type": "mrkdwn",
|
|
50
|
+
"text": "${{ steps.slack-body-formatter.outputs.slack-message }}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
env:
|
|
56
|
+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
57
|
+
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
|
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@ To get an API key, [sign up here](https://intrinio.com/).
|
|
|
4
4
|
|
|
5
5
|
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
6
6
|
|
|
7
|
-
- API version: 2.
|
|
8
|
-
- Package version: 6.26.
|
|
7
|
+
- API version: 2.47.7
|
|
8
|
+
- Package version: 6.26.2
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -84,6 +84,7 @@ Class | Method | HTTP request | Description
|
|
|
84
84
|
*intrinioSDK.CompanyApi* | [**getCompanyHistoricalData**](docs/CompanyApi.md#getCompanyHistoricalData) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
|
|
85
85
|
*intrinioSDK.CompanyApi* | [**getCompanyIpos**](docs/CompanyApi.md#getCompanyIpos) | **GET** /companies/ipos | IPOs
|
|
86
86
|
*intrinioSDK.CompanyApi* | [**getCompanyNews**](docs/CompanyApi.md#getCompanyNews) | **GET** /companies/{identifier}/news | All News by Company
|
|
87
|
+
*intrinioSDK.CompanyApi* | [**getCompanyPublicFloat**](docs/CompanyApi.md#getCompanyPublicFloat) | **GET** /companies/{identifier}/public_float | Get Company's public float
|
|
87
88
|
*intrinioSDK.CompanyApi* | [**getCompanySecurities**](docs/CompanyApi.md#getCompanySecurities) | **GET** /companies/{identifier}/securities | All Securities by Company
|
|
88
89
|
*intrinioSDK.CompanyApi* | [**insiderTransactionFilingsByCompany**](docs/CompanyApi.md#insiderTransactionFilingsByCompany) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
|
|
89
90
|
*intrinioSDK.CompanyApi* | [**latestInsiderTransactionFilingByCompany**](docs/CompanyApi.md#latestInsiderTransactionFilingByCompany) | **GET** /companies/{identifier}/insider_transaction_filings/latest | Latest Insider Transaction Filing by Company
|
|
@@ -135,6 +136,7 @@ Class | Method | HTTP request | Description
|
|
|
135
136
|
*intrinioSDK.IndexApi* | [**getEconomicIndexDataPointNumber**](docs/IndexApi.md#getEconomicIndexDataPointNumber) | **GET** /indices/economic/{identifier}/data_point/{tag}/number | Data Point (Number) for an Economic Index
|
|
136
137
|
*intrinioSDK.IndexApi* | [**getEconomicIndexDataPointText**](docs/IndexApi.md#getEconomicIndexDataPointText) | **GET** /indices/economic/{identifier}/data_point/{tag}/text | Data Point (Text) for an Economic Index
|
|
137
138
|
*intrinioSDK.IndexApi* | [**getEconomicIndexHistoricalData**](docs/IndexApi.md#getEconomicIndexHistoricalData) | **GET** /indices/economic/{identifier}/historical_data/{tag} | Historical Data for an Economic Index
|
|
139
|
+
*intrinioSDK.IndexApi* | [**getRealtimeIndexPriceById**](docs/IndexApi.md#getRealtimeIndexPriceById) | **GET** /indices/{identifier}/realtime | Realtime Index Price
|
|
138
140
|
*intrinioSDK.IndexApi* | [**getSicIndexById**](docs/IndexApi.md#getSicIndexById) | **GET** /indices/sic/{identifier} | Lookup SIC Index
|
|
139
141
|
*intrinioSDK.IndexApi* | [**getSicIndexDataPointNumber**](docs/IndexApi.md#getSicIndexDataPointNumber) | **GET** /indices/sic/{identifier}/data_point/{tag}/number | Data Point (Number) for an SIC Index
|
|
140
142
|
*intrinioSDK.IndexApi* | [**getSicIndexDataPointText**](docs/IndexApi.md#getSicIndexDataPointText) | **GET** /indices/sic/{identifier}/data_point/{tag}/text | Data Point (Text) for an SIC Index
|
|
@@ -299,6 +301,7 @@ Class | Method | HTTP request | Description
|
|
|
299
301
|
- [intrinioSDK.ApiResponseCompanyHistoricalData](docs/ApiResponseCompanyHistoricalData.md)
|
|
300
302
|
- [intrinioSDK.ApiResponseCompanyInsiderTransactionFilings](docs/ApiResponseCompanyInsiderTransactionFilings.md)
|
|
301
303
|
- [intrinioSDK.ApiResponseCompanyNews](docs/ApiResponseCompanyNews.md)
|
|
304
|
+
- [intrinioSDK.ApiResponseCompanyPublicFloatResult](docs/ApiResponseCompanyPublicFloatResult.md)
|
|
302
305
|
- [intrinioSDK.ApiResponseCompanyRecognize](docs/ApiResponseCompanyRecognize.md)
|
|
303
306
|
- [intrinioSDK.ApiResponseCompanySecurities](docs/ApiResponseCompanySecurities.md)
|
|
304
307
|
- [intrinioSDK.ApiResponseCompanySharesOutstanding](docs/ApiResponseCompanySharesOutstanding.md)
|
|
@@ -426,6 +429,7 @@ Class | Method | HTTP request | Description
|
|
|
426
429
|
- [intrinioSDK.CompanyInitialPublicOffering](docs/CompanyInitialPublicOffering.md)
|
|
427
430
|
- [intrinioSDK.CompanyNews](docs/CompanyNews.md)
|
|
428
431
|
- [intrinioSDK.CompanyNewsSummary](docs/CompanyNewsSummary.md)
|
|
432
|
+
- [intrinioSDK.CompanyPublicFloat](docs/CompanyPublicFloat.md)
|
|
429
433
|
- [intrinioSDK.CompanySharesOutstanding](docs/CompanySharesOutstanding.md)
|
|
430
434
|
- [intrinioSDK.CompanySummary](docs/CompanySummary.md)
|
|
431
435
|
- [intrinioSDK.DataTag](docs/DataTag.md)
|
|
@@ -498,6 +502,8 @@ Class | Method | HTTP request | Description
|
|
|
498
502
|
- [intrinioSDK.OptionUnusualTrade](docs/OptionUnusualTrade.md)
|
|
499
503
|
- [intrinioSDK.Owner](docs/Owner.md)
|
|
500
504
|
- [intrinioSDK.OwnerSummary](docs/OwnerSummary.md)
|
|
505
|
+
- [intrinioSDK.RealtimeIndexPrice](docs/RealtimeIndexPrice.md)
|
|
506
|
+
- [intrinioSDK.RealtimeIndexPriceIndex](docs/RealtimeIndexPriceIndex.md)
|
|
501
507
|
- [intrinioSDK.RealtimeStockPrice](docs/RealtimeStockPrice.md)
|
|
502
508
|
- [intrinioSDK.RealtimeStockPriceSecurity](docs/RealtimeStockPriceSecurity.md)
|
|
503
509
|
- [intrinioSDK.RelativeStrengthIndexTechnicalValue](docs/RelativeStrengthIndexTechnicalValue.md)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:ApiResponseCompanyPublicFloatResult)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### ApiResponseCompanyPublicFloatResult
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**nextPage** | String | The token required to request the next page of the data. If null, no further results are available.
|
|
15
|
+
**company** | [**CompanySummary**](CompanySummary.md) |
|
|
16
|
+
**publicFloats** | [**[CompanyPublicFloat]**](CompanyPublicFloat.md) | Array of all the public floats in this page of the result.
|
|
17
|
+
|
|
18
|
+
[//]: # (END_DEFINITION)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
[//]: # (CONTAINED_CLASS:CompanySummary)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
[//]: # (CONTAINED_CLASS:CompanyPublicFloat)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
package/docs/CompanyApi.md
CHANGED
|
@@ -15,6 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
[**getCompanyHistoricalData**](CompanyApi.md#getCompanyHistoricalData) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
|
|
16
16
|
[**getCompanyIpos**](CompanyApi.md#getCompanyIpos) | **GET** /companies/ipos | IPOs
|
|
17
17
|
[**getCompanyNews**](CompanyApi.md#getCompanyNews) | **GET** /companies/{identifier}/news | All News by Company
|
|
18
|
+
[**getCompanyPublicFloat**](CompanyApi.md#getCompanyPublicFloat) | **GET** /companies/{identifier}/public_float | Get Company's public float
|
|
18
19
|
[**getCompanySecurities**](CompanyApi.md#getCompanySecurities) | **GET** /companies/{identifier}/securities | All Securities by Company
|
|
19
20
|
[**insiderTransactionFilingsByCompany**](CompanyApi.md#insiderTransactionFilingsByCompany) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
|
|
20
21
|
[**latestInsiderTransactionFilingByCompany**](CompanyApi.md#latestInsiderTransactionFilingByCompany) | **GET** /companies/{identifier}/insider_transaction_filings/latest | Latest Insider Transaction Filing by Company
|
|
@@ -1000,6 +1001,96 @@ Name | Type | Description | Notes
|
|
|
1000
1001
|
|
|
1001
1002
|
|
|
1002
1003
|
|
|
1004
|
+
[//]: # (END_OPERATION)
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
[//]: # (START_OPERATION)
|
|
1008
|
+
|
|
1009
|
+
[//]: # (CLASS:CompanyApi)
|
|
1010
|
+
|
|
1011
|
+
[//]: # (METHOD:getCompanyPublicFloat)
|
|
1012
|
+
|
|
1013
|
+
[//]: # (RETURN_TYPE:ApiResponseCompanyPublicFloatResult)
|
|
1014
|
+
|
|
1015
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
1016
|
+
|
|
1017
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseCompanyPublicFloatResult.md)
|
|
1018
|
+
|
|
1019
|
+
[//]: # (OPERATION:getCompanyPublicFloat_v2)
|
|
1020
|
+
|
|
1021
|
+
[//]: # (ENDPOINT:/companies/{identifier}/public_float)
|
|
1022
|
+
|
|
1023
|
+
[//]: # (DOCUMENT_LINK:CompanyApi.md#getCompanyPublicFloat)
|
|
1024
|
+
|
|
1025
|
+
<a name="getCompanyPublicFloat"></a>
|
|
1026
|
+
## **getCompanyPublicFloat**
|
|
1027
|
+
|
|
1028
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getCompanyPublicFloat_v2)
|
|
1029
|
+
|
|
1030
|
+
[//]: # (START_OVERVIEW)
|
|
1031
|
+
|
|
1032
|
+
> ApiResponseCompanyPublicFloatResult getCompanyPublicFloat(identifier, opts)
|
|
1033
|
+
|
|
1034
|
+
#### Get Company's public float
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
Returns a list of public float data tied to a given company identifier.
|
|
1038
|
+
|
|
1039
|
+
[//]: # (END_OVERVIEW)
|
|
1040
|
+
|
|
1041
|
+
### Example
|
|
1042
|
+
|
|
1043
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
1044
|
+
|
|
1045
|
+
```javascript
|
|
1046
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
1047
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
1048
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
1049
|
+
|
|
1050
|
+
var company = new intrinioSDK.CompanyApi();
|
|
1051
|
+
|
|
1052
|
+
var identifier = "AAPL";
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
var opts = {
|
|
1056
|
+
'floatDateGreaterThan': null,
|
|
1057
|
+
'floatDateLessThan': null,
|
|
1058
|
+
'nextPage': null,
|
|
1059
|
+
'nextPage2': null
|
|
1060
|
+
};
|
|
1061
|
+
|
|
1062
|
+
company.getCompanyPublicFloat(identifier, opts).then(function(data) {
|
|
1063
|
+
data = JSON.stringify(data, null, 2)
|
|
1064
|
+
console.log(data);
|
|
1065
|
+
}, function(error) {
|
|
1066
|
+
console.error(error);
|
|
1067
|
+
});
|
|
1068
|
+
```
|
|
1069
|
+
|
|
1070
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
1071
|
+
|
|
1072
|
+
### Parameters
|
|
1073
|
+
|
|
1074
|
+
[//]: # (START_PARAMETERS)
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
Name | Type | Description | Notes
|
|
1078
|
+
------------- | ------------- | ------------- | -------------
|
|
1079
|
+
**identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) |
|
|
1080
|
+
**floatDateGreaterThan** | Date| The lower-bound date for the data being requested. | [optional]
|
|
1081
|
+
**floatDateLessThan** | Date| The upper-bound date for the data being requested. | [optional]
|
|
1082
|
+
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
1083
|
+
**nextPage2** | String| Gets the next page of data from a previous API call | [optional]
|
|
1084
|
+
<br/>
|
|
1085
|
+
|
|
1086
|
+
[//]: # (END_PARAMETERS)
|
|
1087
|
+
|
|
1088
|
+
### Return type
|
|
1089
|
+
|
|
1090
|
+
[**ApiResponseCompanyPublicFloatResult**](ApiResponseCompanyPublicFloatResult.md)
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
|
|
1003
1094
|
[//]: # (END_OPERATION)
|
|
1004
1095
|
|
|
1005
1096
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:CompanyPublicFloat)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### CompanyPublicFloat
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**date** | Date | The date of the public float.
|
|
15
|
+
**filingDate** | Date | The filing date of the public float.
|
|
16
|
+
**publicFloatValue** | Number | The dollar value for company float.
|
|
17
|
+
**publicFloatShares** | Number | The public shares for the company.
|
|
18
|
+
|
|
19
|
+
[//]: # (END_DEFINITION)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
@@ -13,6 +13,7 @@ Name | Type | Description
|
|
|
13
13
|
------------ | ------------- | -------------
|
|
14
14
|
**xbrlAxis** | String | The xbrl concept axis member reported to the SEC.
|
|
15
15
|
**xbrlMember** | String | Provides information about the class of stock as reported in XBRL
|
|
16
|
+
**endDate** | Date | End date of the filing period
|
|
16
17
|
**titleOfSecurity** | String | The description of the security type
|
|
17
18
|
**tradingSymbol** | String | The symbol under which the security is traded in the exchange
|
|
18
19
|
**securityExchangeName** | String | The name of the secuirty exchange
|
package/docs/IndexApi.md
CHANGED
|
@@ -11,6 +11,7 @@ Method | HTTP request | Description
|
|
|
11
11
|
[**getEconomicIndexDataPointNumber**](IndexApi.md#getEconomicIndexDataPointNumber) | **GET** /indices/economic/{identifier}/data_point/{tag}/number | Data Point (Number) for an Economic Index
|
|
12
12
|
[**getEconomicIndexDataPointText**](IndexApi.md#getEconomicIndexDataPointText) | **GET** /indices/economic/{identifier}/data_point/{tag}/text | Data Point (Text) for an Economic Index
|
|
13
13
|
[**getEconomicIndexHistoricalData**](IndexApi.md#getEconomicIndexHistoricalData) | **GET** /indices/economic/{identifier}/historical_data/{tag} | Historical Data for an Economic Index
|
|
14
|
+
[**getRealtimeIndexPriceById**](IndexApi.md#getRealtimeIndexPriceById) | **GET** /indices/{identifier}/realtime | Realtime Index Price
|
|
14
15
|
[**getSicIndexById**](IndexApi.md#getSicIndexById) | **GET** /indices/sic/{identifier} | Lookup SIC Index
|
|
15
16
|
[**getSicIndexDataPointNumber**](IndexApi.md#getSicIndexDataPointNumber) | **GET** /indices/sic/{identifier}/data_point/{tag}/number | Data Point (Number) for an SIC Index
|
|
16
17
|
[**getSicIndexDataPointText**](IndexApi.md#getSicIndexDataPointText) | **GET** /indices/sic/{identifier}/data_point/{tag}/text | Data Point (Text) for an SIC Index
|
|
@@ -603,6 +604,84 @@ Name | Type | Description | Notes
|
|
|
603
604
|
|
|
604
605
|
|
|
605
606
|
|
|
607
|
+
[//]: # (END_OPERATION)
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
[//]: # (START_OPERATION)
|
|
611
|
+
|
|
612
|
+
[//]: # (CLASS:IndexApi)
|
|
613
|
+
|
|
614
|
+
[//]: # (METHOD:getRealtimeIndexPriceById)
|
|
615
|
+
|
|
616
|
+
[//]: # (RETURN_TYPE:RealtimeIndexPrice)
|
|
617
|
+
|
|
618
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
619
|
+
|
|
620
|
+
[//]: # (RETURN_TYPE_DOC:RealtimeIndexPrice.md)
|
|
621
|
+
|
|
622
|
+
[//]: # (OPERATION:getRealtimeIndexPriceById_v2)
|
|
623
|
+
|
|
624
|
+
[//]: # (ENDPOINT:/indices/{identifier}/realtime)
|
|
625
|
+
|
|
626
|
+
[//]: # (DOCUMENT_LINK:IndexApi.md#getRealtimeIndexPriceById)
|
|
627
|
+
|
|
628
|
+
<a name="getRealtimeIndexPriceById"></a>
|
|
629
|
+
## **getRealtimeIndexPriceById**
|
|
630
|
+
|
|
631
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getRealtimeIndexPriceById_v2)
|
|
632
|
+
|
|
633
|
+
[//]: # (START_OVERVIEW)
|
|
634
|
+
|
|
635
|
+
> RealtimeIndexPrice getRealtimeIndexPriceById(identifier)
|
|
636
|
+
|
|
637
|
+
#### Realtime Index Price
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
[//]: # (END_OVERVIEW)
|
|
642
|
+
|
|
643
|
+
### Example
|
|
644
|
+
|
|
645
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
646
|
+
|
|
647
|
+
```javascript
|
|
648
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
649
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
650
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
651
|
+
|
|
652
|
+
var index = new intrinioSDK.IndexApi();
|
|
653
|
+
|
|
654
|
+
var identifier = "SPX";
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
index.getRealtimeIndexPriceById(identifier).then(function(data) {
|
|
658
|
+
data = JSON.stringify(data, null, 2)
|
|
659
|
+
console.log(data);
|
|
660
|
+
}, function(error) {
|
|
661
|
+
console.error(error);
|
|
662
|
+
});
|
|
663
|
+
```
|
|
664
|
+
|
|
665
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
666
|
+
|
|
667
|
+
### Parameters
|
|
668
|
+
|
|
669
|
+
[//]: # (START_PARAMETERS)
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
Name | Type | Description | Notes
|
|
673
|
+
------------- | ------------- | ------------- | -------------
|
|
674
|
+
**identifier** | String| The ticker symbol of the currently trading index |
|
|
675
|
+
<br/>
|
|
676
|
+
|
|
677
|
+
[//]: # (END_PARAMETERS)
|
|
678
|
+
|
|
679
|
+
### Return type
|
|
680
|
+
|
|
681
|
+
[**RealtimeIndexPrice**](RealtimeIndexPrice.md)
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
|
|
606
685
|
[//]: # (END_OPERATION)
|
|
607
686
|
|
|
608
687
|
|
|
@@ -20,9 +20,13 @@ Name | Type | Description
|
|
|
20
20
|
**ticker** | String | The ticker symbol for the company’s common stock
|
|
21
21
|
**securityTitle** | String | The name of the derivative security transacted
|
|
22
22
|
**conversionExercisePrice** | Number | The conversion or exercise price of the derivative security transacted
|
|
23
|
+
**transactionDate** | Date | The date of the transaction
|
|
24
|
+
**deemedExecutionDate** | Date | The date of the transaction had it not a directly identifiable date
|
|
23
25
|
**transactionTypeCode** | String | A symbol representing the transaction type; P = Purchase | S = Sale | A = Award | M = Conversion to Common | C = Conversion | X = Exercise of Derivative More Transaction Codes
|
|
24
26
|
**acquisitionDispositionCode** | String | A symbol representing whether or not the derivative securities are Acquired or Disposed; A = Acquisition | D = Disposition
|
|
25
27
|
**amountOfShares** | Number | The number of derivative securities involved in the subject transaction
|
|
28
|
+
**exerciseDate** | Date | The exercise date of the derivative securities
|
|
29
|
+
**expirationDate** | Date | The expiration date of the derivative securities
|
|
26
30
|
**underlyingSecurityTitle** | String | The name of the underlying non-derivative security related to this derivative transaction
|
|
27
31
|
**underlyingShares** | Number | The number of non-derivative shares involved in the subject transaction
|
|
28
32
|
**transactionPrice** | Number | The price of the derivative securities
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
Name | Type | Description
|
|
13
13
|
------------ | ------------- | -------------
|
|
14
|
+
**filingDate** | Date | The date of the filing with the SEC made by the owner
|
|
14
15
|
**filingUrl** | String | The URL of the filing with the SEC
|
|
15
16
|
**issuerTicker** | String | The ticker of the issuing company.
|
|
16
17
|
**issuerCik** | String | The Central Index Key (CIK) of the issuing company.
|
|
@@ -17,6 +17,7 @@ Name | Type | Description
|
|
|
17
17
|
**securityType** | String | The type of the security
|
|
18
18
|
**titleOfClass** | String | The class of stock held
|
|
19
19
|
**stockExchange** | String | The stock exchange where the security is traded
|
|
20
|
+
**periodEnded** | Date | The date of the latest 13-F filing on record with the SEC.
|
|
20
21
|
**filingDate** | Date | The date when the filing was submitted to the SEC by the company
|
|
21
22
|
**value** | Number | The market value in amount of dollars of the holding in the listed security
|
|
22
23
|
**amount** | Number | The number of shares held in the listed security
|
|
@@ -13,6 +13,7 @@ Name | Type | Description
|
|
|
13
13
|
------------ | ------------- | -------------
|
|
14
14
|
**ownerCik** | String | The Central Index Key issued by the SEC, which is the unique identifier all owner filings
|
|
15
15
|
**ownerName** | String | The name of the institutional owner
|
|
16
|
+
**periodEnded** | Date | The date of the latest 13-F filing on record with the SEC.
|
|
16
17
|
**value** | Number | The market value in amount of dollars of the holding in the listed security
|
|
17
18
|
**amount** | Number | The number of shares held in the listed security
|
|
18
19
|
**soleVotingAuthority** | Number | The number of shares where the insitutional holder has sole voting authority
|
|
@@ -11,16 +11,20 @@
|
|
|
11
11
|
|
|
12
12
|
Name | Type | Description
|
|
13
13
|
------------ | ------------- | -------------
|
|
14
|
-
**option** | [**OptionRealtime**](OptionRealtime.md) |
|
|
15
14
|
**price** | [**OptionPriceRealtime**](OptionPriceRealtime.md) |
|
|
15
|
+
**stats** | [**OptionStatsRealtime**](OptionStatsRealtime.md) |
|
|
16
|
+
**option** | [**OptionRealtime**](OptionRealtime.md) |
|
|
16
17
|
|
|
17
18
|
[//]: # (END_DEFINITION)
|
|
18
19
|
|
|
19
20
|
|
|
20
|
-
[//]: # (CONTAINED_CLASS:
|
|
21
|
+
[//]: # (CONTAINED_CLASS:OptionPriceRealtime)
|
|
21
22
|
|
|
22
23
|
|
|
23
|
-
[//]: # (CONTAINED_CLASS:
|
|
24
|
+
[//]: # (CONTAINED_CLASS:OptionStatsRealtime)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
[//]: # (CONTAINED_CLASS:OptionRealtime)
|
|
24
28
|
|
|
25
29
|
|
|
26
30
|
|
package/docs/OptionsApi.md
CHANGED
|
@@ -242,6 +242,7 @@ var strike = 95;
|
|
|
242
242
|
|
|
243
243
|
|
|
244
244
|
var opts = {
|
|
245
|
+
'source': null,
|
|
245
246
|
'stockPriceSource': null,
|
|
246
247
|
'model': null
|
|
247
248
|
};
|
|
@@ -265,6 +266,7 @@ Name | Type | Description | Notes
|
|
|
265
266
|
------------- | ------------- | ------------- | -------------
|
|
266
267
|
**symbol** | String| The option symbol, corresponding to the underlying security. |
|
|
267
268
|
**strike** | Number| The strike price of the option contract. This will return options contracts with strike price equal to this price. |
|
|
269
|
+
**source** | String| Realtime or delayed. | [optional]
|
|
268
270
|
**stockPriceSource** | String| Source for underlying price for calculating Greeks. | [optional]
|
|
269
271
|
**model** | String| Model for calculating Greek values. Default is black_scholes. | [optional]
|
|
270
272
|
<br/>
|
|
@@ -656,7 +658,7 @@ Name | Type | Description | Notes
|
|
|
656
658
|
**strike** | Number| The strike price of the option contract. This will return options contracts with strike price equal to this price. | [optional]
|
|
657
659
|
**strikeGreaterThan** | Number| The strike price of the option contract. This will return options contracts with strike prices greater than this price. | [optional]
|
|
658
660
|
**strikeLessThan** | Number| The strike price of the option contract. This will return options contracts with strike prices less than this price. | [optional]
|
|
659
|
-
**date** | Date| The
|
|
661
|
+
**date** | Date| The date to retrieve prices for | [optional]
|
|
660
662
|
<br/>
|
|
661
663
|
|
|
662
664
|
[//]: # (END_PARAMETERS)
|
|
@@ -1432,6 +1434,7 @@ body = {
|
|
|
1432
1434
|
|
|
1433
1435
|
var opts = {
|
|
1434
1436
|
'source': null,
|
|
1437
|
+
'showStats': null,
|
|
1435
1438
|
'stockPriceSource': null,
|
|
1436
1439
|
'model': null
|
|
1437
1440
|
};
|
|
@@ -1455,6 +1458,7 @@ Name | Type | Description | Notes
|
|
|
1455
1458
|
------------- | ------------- | ------------- | -------------
|
|
1456
1459
|
**body** | [**OptionContractsList**](OptionContractsList.md)| The contract symbols for which to return options prices for. |
|
|
1457
1460
|
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
|
1461
|
+
**showStats** | Boolean| Whether to include Greek calculations or not. | [optional]
|
|
1458
1462
|
**stockPriceSource** | String| Source for underlying price for calculating Greeks. | [optional]
|
|
1459
1463
|
**model** | String| Model for calculating Greek values. Default is black_scholes. | [optional]
|
|
1460
1464
|
<br/>
|
|
@@ -1495,7 +1499,7 @@ Name | Type | Description | Notes
|
|
|
1495
1499
|
|
|
1496
1500
|
[//]: # (START_OVERVIEW)
|
|
1497
1501
|
|
|
1498
|
-
> ApiResponseOptionsPricesEod getOptionsPricesEod(identifier)
|
|
1502
|
+
> ApiResponseOptionsPricesEod getOptionsPricesEod(identifier, opts)
|
|
1499
1503
|
|
|
1500
1504
|
#### Option Prices EOD
|
|
1501
1505
|
|
|
@@ -1518,7 +1522,13 @@ var options = new intrinioSDK.OptionsApi();
|
|
|
1518
1522
|
var identifier = "AAPL230616P00190000";
|
|
1519
1523
|
|
|
1520
1524
|
|
|
1521
|
-
|
|
1525
|
+
var opts = {
|
|
1526
|
+
'nextPage': null,
|
|
1527
|
+
'startDate': null,
|
|
1528
|
+
'endDate': null
|
|
1529
|
+
};
|
|
1530
|
+
|
|
1531
|
+
options.getOptionsPricesEod(identifier, opts).then(function(data) {
|
|
1522
1532
|
data = JSON.stringify(data, null, 2)
|
|
1523
1533
|
console.log(data);
|
|
1524
1534
|
}, function(error) {
|
|
@@ -1536,6 +1546,9 @@ options.getOptionsPricesEod(identifier).then(function(data) {
|
|
|
1536
1546
|
Name | Type | Description | Notes
|
|
1537
1547
|
------------- | ------------- | ------------- | -------------
|
|
1538
1548
|
**identifier** | String| The Intrinio ID or code of the options contract to request prices for. |
|
|
1549
|
+
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
1550
|
+
**startDate** | Date| The start date to retrieve prices for | [optional]
|
|
1551
|
+
**endDate** | Date| The end date to retrieve prices for | [optional]
|
|
1539
1552
|
<br/>
|
|
1540
1553
|
|
|
1541
1554
|
[//]: # (END_PARAMETERS)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:RealtimeIndexPrice)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### RealtimeIndexPrice
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**lastPrice** | Number | The last price
|
|
15
|
+
**lastTime** | Date | The timestamp of the last price
|
|
16
|
+
**index** | [**RealtimeIndexPriceIndex**](RealtimeIndexPriceIndex.md) |
|
|
17
|
+
|
|
18
|
+
[//]: # (END_DEFINITION)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
[//]: # (CONTAINED_CLASS:RealtimeIndexPriceIndex)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:RealtimeIndexPriceIndex)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### RealtimeIndexPriceIndex
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**symbol** | String | The current ticker of the index
|
|
15
|
+
|
|
16
|
+
[//]: # (END_DEFINITION)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
package/docs/SecurityApi.md
CHANGED
|
@@ -900,9 +900,9 @@ var intervalSize = "15m";
|
|
|
900
900
|
|
|
901
901
|
var opts = {
|
|
902
902
|
'source': null,
|
|
903
|
-
'startDate': new Date("
|
|
903
|
+
'startDate': new Date("2023-01-01"),
|
|
904
904
|
'startTime': null,
|
|
905
|
-
'endDate': new Date("
|
|
905
|
+
'endDate': new Date("2023-02-01"),
|
|
906
906
|
'endTime': null,
|
|
907
907
|
'timezone': "UTC",
|
|
908
908
|
'pageSize': 100,
|
|
@@ -4651,7 +4651,7 @@ Name | Type | Description | Notes
|
|
|
4651
4651
|
|
|
4652
4652
|
[//]: # (START_OVERVIEW)
|
|
4653
4653
|
|
|
4654
|
-
> SecurityTradesResult getSecurityTradesBySymbol(source, opts)
|
|
4654
|
+
> SecurityTradesResult getSecurityTradesBySymbol(identifier, source, opts)
|
|
4655
4655
|
|
|
4656
4656
|
#### Security Trades By Symbol
|
|
4657
4657
|
|
|
@@ -4671,6 +4671,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
|
4671
4671
|
|
|
4672
4672
|
var security = new intrinioSDK.SecurityApi();
|
|
4673
4673
|
|
|
4674
|
+
var identifier = "AAPL";
|
|
4674
4675
|
var source = null;
|
|
4675
4676
|
|
|
4676
4677
|
|
|
@@ -4684,7 +4685,7 @@ var opts = {
|
|
|
4684
4685
|
'nextPage': null
|
|
4685
4686
|
};
|
|
4686
4687
|
|
|
4687
|
-
security.getSecurityTradesBySymbol(source, opts).then(function(data) {
|
|
4688
|
+
security.getSecurityTradesBySymbol(identifier, source, opts).then(function(data) {
|
|
4688
4689
|
data = JSON.stringify(data, null, 2)
|
|
4689
4690
|
console.log(data);
|
|
4690
4691
|
}, function(error) {
|
|
@@ -4701,6 +4702,7 @@ security.getSecurityTradesBySymbol(source, opts).then(function(data) {
|
|
|
4701
4702
|
|
|
4702
4703
|
Name | Type | Description | Notes
|
|
4703
4704
|
------------- | ------------- | ------------- | -------------
|
|
4705
|
+
**identifier** | String| The ticker symbol for which trades are being requested. |
|
|
4704
4706
|
**source** | String| The specific source of the data being requested. |
|
|
4705
4707
|
**startDate** | Date| The start date for the data being requested. | [optional]
|
|
4706
4708
|
**startTime** | String| The start time for the data being requested. | [optional]
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
Name | Type | Description
|
|
13
13
|
------------ | ------------- | -------------
|
|
14
14
|
**id** | String | The unique id for the Thea source document
|
|
15
|
+
**dateTime** | Date | The date at which the document was created
|
|
15
16
|
**tags** | [Object] | Entity identifying tags associated with the source document
|
|
16
17
|
|
|
17
18
|
[//]: # (END_DEFINITION)
|
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.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
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
34
|
* @module ApiClient
|
|
35
|
-
* @version 6.26.
|
|
35
|
+
* @version 6.26.2
|
|
36
36
|
*/
|
|
37
37
|
|
|
38
38
|
/**
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.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
|
* BulkDownloads service.
|
|
35
35
|
* @module api/BulkDownloadsApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.2
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|