intrinio-sdk 6.24.0 → 6.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -2
- package/docs/ApiResponseSecurityIntervalPrices.md +1 -0
- package/docs/SecurityApi.md +276 -0
- package/docs/SecurityReplayFileResult.md +23 -0
- package/docs/SecurityTrades.md +27 -0
- package/docs/SecurityTradesResult.md +39 -0
- package/package.json +1 -1
- package/src/ApiClient.js +2 -2
- package/src/api/BulkDownloadsApi.js +2 -2
- package/src/api/CompanyApi.js +2 -2
- 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 +2 -2
- package/src/api/InsiderTransactionFilingsApi.js +2 -2
- package/src/api/MunicipalityApi.js +2 -2
- package/src/api/OptionsApi.js +2 -2
- package/src/api/OwnersApi.js +2 -2
- package/src/api/SecurityApi.js +224 -6
- package/src/api/StockExchangeApi.js +2 -2
- package/src/api/TechnicalApi.js +2 -2
- package/src/api/ZacksApi.js +2 -2
- package/src/index.js +20 -5
- package/src/model/AccumulationDistributionIndexTechnicalValue.js +2 -2
- package/src/model/ApiResponseBulkDownloadLinks.js +2 -2
- package/src/model/ApiResponseCompanies.js +2 -2
- package/src/model/ApiResponseCompaniesSearch.js +2 -2
- package/src/model/ApiResponseCompanyAnswers.js +2 -2
- package/src/model/ApiResponseCompanyFilings.js +2 -2
- package/src/model/ApiResponseCompanyFundamentals.js +2 -2
- package/src/model/ApiResponseCompanyHistoricalData.js +2 -2
- package/src/model/ApiResponseCompanyInsiderTransactionFilings.js +2 -2
- package/src/model/ApiResponseCompanyNews.js +2 -2
- package/src/model/ApiResponseCompanyRecognize.js +2 -2
- package/src/model/ApiResponseCompanySecurities.js +2 -2
- package/src/model/ApiResponseCompanySharesOutstanding.js +2 -2
- package/src/model/ApiResponseDataTags.js +2 -2
- package/src/model/ApiResponseDataTagsSearch.js +2 -2
- package/src/model/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 +8 -3
- 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/CompanySharesOutstanding.js +2 -2
- package/src/model/CompanySummary.js +2 -2
- package/src/model/DataTag.js +2 -2
- package/src/model/DataTagSummary.js +2 -2
- package/src/model/DetrendedPriceOscillatorTechnicalValue.js +2 -2
- package/src/model/DividendRecord.js +2 -2
- package/src/model/DonchianChannelTechnicalValue.js +2 -2
- package/src/model/ESGCompanySummary.js +2 -2
- package/src/model/ESGComprehensiveRating.js +2 -2
- package/src/model/ESGComprehensiveRatingWithCompany.js +2 -2
- package/src/model/ESGRating.js +2 -2
- package/src/model/ESGRatingWithCompany.js +2 -2
- package/src/model/ETF.js +2 -2
- package/src/model/ETFAnalytics.js +2 -2
- package/src/model/ETFHolding.js +2 -2
- package/src/model/ETFStats.js +2 -2
- package/src/model/ETFSummary.js +2 -2
- package/src/model/EarningsRecord.js +2 -2
- package/src/model/EaseOfMovementTechnicalValue.js +2 -2
- package/src/model/EconomicIndex.js +2 -2
- package/src/model/EconomicIndexSummary.js +2 -2
- package/src/model/Filing.js +2 -2
- package/src/model/FilingNote.js +2 -2
- package/src/model/FilingNoteFiling.js +2 -2
- package/src/model/FilingNoteSummary.js +2 -2
- package/src/model/FilingSummary.js +2 -2
- package/src/model/ForceIndexTechnicalValue.js +2 -2
- package/src/model/ForexCurrency.js +2 -2
- package/src/model/ForexPair.js +2 -2
- package/src/model/ForexPrice.js +2 -2
- package/src/model/Fundamental.js +2 -2
- package/src/model/FundamentalSummary.js +2 -2
- package/src/model/HistoricalData.js +2 -2
- package/src/model/IchimokuKinkoHyoTechnicalValue.js +2 -2
- package/src/model/InsiderTransaction.js +2 -2
- package/src/model/InsiderTransactionFiling.js +2 -2
- package/src/model/InstitutionalHolding.js +2 -2
- package/src/model/InstitutionalOwnership.js +2 -2
- package/src/model/IntradayStockPrice.js +2 -2
- package/src/model/KeltnerChannelTechnicalValue.js +2 -2
- package/src/model/KnowSureThingTechnicalValue.js +2 -2
- package/src/model/MassIndexTechnicalValue.js +2 -2
- package/src/model/MoneyFlowIndexTechnicalValue.js +2 -2
- package/src/model/MovingAverageConvergenceDivergenceTechnicalValue.js +2 -2
- package/src/model/Municipality.js +2 -2
- package/src/model/MunicipalityFinancial.js +2 -2
- package/src/model/NegativeVolumeIndexTechnicalValue.js +2 -2
- package/src/model/OnBalanceVolumeMeanTechnicalValue.js +2 -2
- package/src/model/OnBalanceVolumeTechnicalValue.js +2 -2
- package/src/model/Option.js +2 -2
- package/src/model/OptionChain.js +2 -2
- package/src/model/OptionChainEod.js +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 +2 -2
- 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/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 +101 -0
- 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 +137 -0
- package/src/model/SecurityTradesResult.js +138 -0
- 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 +2 -2
- package/src/model/TripleExponentialAverageTechnicalValue.js +2 -2
- package/src/model/TrueStrengthIndexTechnicalValue.js +2 -2
- package/src/model/UltimateOscillatorTechnicalValue.js +2 -2
- package/src/model/VolumePriceTrendTechnicalValue.js +2 -2
- package/src/model/VolumeWeightedAveragePriceValue.js +2 -2
- package/src/model/VortexIndicatorTechnicalValue.js +2 -2
- package/src/model/WilliamsRTechnicalValue.js +2 -2
- package/src/model/ZacksAnalystRating.js +2 -2
- package/src/model/ZacksAnalystRatingSnapshot.js +2 -2
- package/src/model/ZacksAnalystRatingSummary.js +2 -2
- package/src/model/ZacksEPSEstimate.js +2 -2
- package/src/model/ZacksEPSGrowthRate.js +2 -2
- package/src/model/ZacksEPSSurprise.js +2 -2
- package/src/model/ZacksEPSSurpriseSummary.js +2 -2
- package/src/model/ZacksETFHolding.js +2 -2
- package/src/model/ZacksInstitutionalHolding.js +2 -2
- package/src/model/ZacksInstitutionalHoldingCompanyDetail.js +2 -2
- package/src/model/ZacksInstitutionalHoldingCompanySummary.js +2 -2
- package/src/model/ZacksInstitutionalHoldingHistoricalSummary.js +2 -2
- package/src/model/ZacksInstitutionalHoldingOwnerDetail.js +2 -2
- package/src/model/ZacksInstitutionalHoldingOwnerSummary.js +2 -2
- package/src/model/ZacksLongTermGrowthRate.js +2 -2
- package/src/model/ZacksSalesSurprise.js +2 -2
- package/src/model/ZacksSalesSurpriseSummary.js +2 -2
- package/src/model/ZacksTargetPriceConsensus.js +2 -2
- package/test/model/SecurityReplayFileResult.spec.js +79 -0
- package/test/model/SecurityTrades.spec.js +103 -0
- package/test/model/SecurityTradesResult.spec.js +79 -0
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.24.
|
|
7
|
+
- API version: 2.43.6
|
|
8
|
+
- Package version: 6.24.1
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -224,9 +224,12 @@ Class | Method | HTTP request | Description
|
|
|
224
224
|
*intrinioSDK.SecurityApi* | [**getSecurityPriceTechnicalsVwap**](docs/SecurityApi.md#getSecurityPriceTechnicalsVwap) | **GET** /securities/{identifier}/prices/technicals/vwap | Volume Weighted Average Price
|
|
225
225
|
*intrinioSDK.SecurityApi* | [**getSecurityPriceTechnicalsWr**](docs/SecurityApi.md#getSecurityPriceTechnicalsWr) | **GET** /securities/{identifier}/prices/technicals/wr | Williams %R
|
|
226
226
|
*intrinioSDK.SecurityApi* | [**getSecurityRealtimePrice**](docs/SecurityApi.md#getSecurityRealtimePrice) | **GET** /securities/{identifier}/prices/realtime | Realtime Stock Price for Security
|
|
227
|
+
*intrinioSDK.SecurityApi* | [**getSecurityReplayFile**](docs/SecurityApi.md#getSecurityReplayFile) | **GET** /securities/replay | Security Replay File
|
|
227
228
|
*intrinioSDK.SecurityApi* | [**getSecuritySnapshots**](docs/SecurityApi.md#getSecuritySnapshots) | **GET** /securities/snapshots | Realtime Stock Prices Snapshot
|
|
228
229
|
*intrinioSDK.SecurityApi* | [**getSecurityStockPriceAdjustments**](docs/SecurityApi.md#getSecurityStockPriceAdjustments) | **GET** /securities/{identifier}/prices/adjustments | Stock Price Adjustments by Security
|
|
229
230
|
*intrinioSDK.SecurityApi* | [**getSecurityStockPrices**](docs/SecurityApi.md#getSecurityStockPrices) | **GET** /securities/{identifier}/prices | Stock Prices by Security
|
|
231
|
+
*intrinioSDK.SecurityApi* | [**getSecurityTrades**](docs/SecurityApi.md#getSecurityTrades) | **GET** /securities/trades | Security Trades
|
|
232
|
+
*intrinioSDK.SecurityApi* | [**getSecurityTradesBySymbol**](docs/SecurityApi.md#getSecurityTradesBySymbol) | **GET** /securities/{identifier}/trades | Security Trades By Symbol
|
|
230
233
|
*intrinioSDK.SecurityApi* | [**getSecurityZacksAnalystRatings**](docs/SecurityApi.md#getSecurityZacksAnalystRatings) | **GET** /securities/{identifier}/zacks/analyst_ratings | Zacks Analyst Ratings for Security
|
|
231
234
|
*intrinioSDK.SecurityApi* | [**getSecurityZacksAnalystRatingsSnapshot**](docs/SecurityApi.md#getSecurityZacksAnalystRatingsSnapshot) | **GET** /securities/{identifier}/zacks/analyst_ratings/snapshot | Zacks Analyst Ratings Snapshot
|
|
232
235
|
*intrinioSDK.SecurityApi* | [**getSecurityZacksEpsSurprises**](docs/SecurityApi.md#getSecurityZacksEpsSurprises) | **GET** /securities/{identifier}/zacks/eps_surprises | Zacks EPS Surprises for Security
|
|
@@ -503,6 +506,7 @@ Class | Method | HTTP request | Description
|
|
|
503
506
|
- [intrinioSDK.Security](docs/Security.md)
|
|
504
507
|
- [intrinioSDK.SecurityIntervalMover](docs/SecurityIntervalMover.md)
|
|
505
508
|
- [intrinioSDK.SecurityIntervalsMoversResult](docs/SecurityIntervalsMoversResult.md)
|
|
509
|
+
- [intrinioSDK.SecurityReplayFileResult](docs/SecurityReplayFileResult.md)
|
|
506
510
|
- [intrinioSDK.SecurityScreenClause](docs/SecurityScreenClause.md)
|
|
507
511
|
- [intrinioSDK.SecurityScreenGroup](docs/SecurityScreenGroup.md)
|
|
508
512
|
- [intrinioSDK.SecurityScreenResult](docs/SecurityScreenResult.md)
|
|
@@ -510,6 +514,8 @@ Class | Method | HTTP request | Description
|
|
|
510
514
|
- [intrinioSDK.SecuritySnapshotGroup](docs/SecuritySnapshotGroup.md)
|
|
511
515
|
- [intrinioSDK.SecuritySnapshotsResult](docs/SecuritySnapshotsResult.md)
|
|
512
516
|
- [intrinioSDK.SecuritySummary](docs/SecuritySummary.md)
|
|
517
|
+
- [intrinioSDK.SecurityTrades](docs/SecurityTrades.md)
|
|
518
|
+
- [intrinioSDK.SecurityTradesResult](docs/SecurityTradesResult.md)
|
|
513
519
|
- [intrinioSDK.SimpleMovingAverageTechnicalValue](docs/SimpleMovingAverageTechnicalValue.md)
|
|
514
520
|
- [intrinioSDK.StandardizedFinancial](docs/StandardizedFinancial.md)
|
|
515
521
|
- [intrinioSDK.StandardizedFinancialsDimension](docs/StandardizedFinancialsDimension.md)
|
package/docs/SecurityApi.md
CHANGED
|
@@ -49,9 +49,12 @@ Method | HTTP request | Description
|
|
|
49
49
|
[**getSecurityPriceTechnicalsVwap**](SecurityApi.md#getSecurityPriceTechnicalsVwap) | **GET** /securities/{identifier}/prices/technicals/vwap | Volume Weighted Average Price
|
|
50
50
|
[**getSecurityPriceTechnicalsWr**](SecurityApi.md#getSecurityPriceTechnicalsWr) | **GET** /securities/{identifier}/prices/technicals/wr | Williams %R
|
|
51
51
|
[**getSecurityRealtimePrice**](SecurityApi.md#getSecurityRealtimePrice) | **GET** /securities/{identifier}/prices/realtime | Realtime Stock Price for Security
|
|
52
|
+
[**getSecurityReplayFile**](SecurityApi.md#getSecurityReplayFile) | **GET** /securities/replay | Security Replay File
|
|
52
53
|
[**getSecuritySnapshots**](SecurityApi.md#getSecuritySnapshots) | **GET** /securities/snapshots | Realtime Stock Prices Snapshot
|
|
53
54
|
[**getSecurityStockPriceAdjustments**](SecurityApi.md#getSecurityStockPriceAdjustments) | **GET** /securities/{identifier}/prices/adjustments | Stock Price Adjustments by Security
|
|
54
55
|
[**getSecurityStockPrices**](SecurityApi.md#getSecurityStockPrices) | **GET** /securities/{identifier}/prices | Stock Prices by Security
|
|
56
|
+
[**getSecurityTrades**](SecurityApi.md#getSecurityTrades) | **GET** /securities/trades | Security Trades
|
|
57
|
+
[**getSecurityTradesBySymbol**](SecurityApi.md#getSecurityTradesBySymbol) | **GET** /securities/{identifier}/trades | Security Trades By Symbol
|
|
55
58
|
[**getSecurityZacksAnalystRatings**](SecurityApi.md#getSecurityZacksAnalystRatings) | **GET** /securities/{identifier}/zacks/analyst_ratings | Zacks Analyst Ratings for Security
|
|
56
59
|
[**getSecurityZacksAnalystRatingsSnapshot**](SecurityApi.md#getSecurityZacksAnalystRatingsSnapshot) | **GET** /securities/{identifier}/zacks/analyst_ratings/snapshot | Zacks Analyst Ratings Snapshot
|
|
57
60
|
[**getSecurityZacksEpsSurprises**](SecurityApi.md#getSecurityZacksEpsSurprises) | **GET** /securities/{identifier}/zacks/eps_surprises | Zacks EPS Surprises for Security
|
|
@@ -4176,6 +4179,87 @@ Name | Type | Description | Notes
|
|
|
4176
4179
|
|
|
4177
4180
|
|
|
4178
4181
|
|
|
4182
|
+
[//]: # (END_OPERATION)
|
|
4183
|
+
|
|
4184
|
+
|
|
4185
|
+
[//]: # (START_OPERATION)
|
|
4186
|
+
|
|
4187
|
+
[//]: # (CLASS:SecurityApi)
|
|
4188
|
+
|
|
4189
|
+
[//]: # (METHOD:getSecurityReplayFile)
|
|
4190
|
+
|
|
4191
|
+
[//]: # (RETURN_TYPE:SecurityReplayFileResult)
|
|
4192
|
+
|
|
4193
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
4194
|
+
|
|
4195
|
+
[//]: # (RETURN_TYPE_DOC:SecurityReplayFileResult.md)
|
|
4196
|
+
|
|
4197
|
+
[//]: # (OPERATION:getSecurityReplayFile_v2)
|
|
4198
|
+
|
|
4199
|
+
[//]: # (ENDPOINT:/securities/replay)
|
|
4200
|
+
|
|
4201
|
+
[//]: # (DOCUMENT_LINK:SecurityApi.md#getSecurityReplayFile)
|
|
4202
|
+
|
|
4203
|
+
<a name="getSecurityReplayFile"></a>
|
|
4204
|
+
## **getSecurityReplayFile**
|
|
4205
|
+
|
|
4206
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getSecurityReplayFile_v2)
|
|
4207
|
+
|
|
4208
|
+
[//]: # (START_OVERVIEW)
|
|
4209
|
+
|
|
4210
|
+
> SecurityReplayFileResult getSecurityReplayFile(subsource, date)
|
|
4211
|
+
|
|
4212
|
+
#### Security Replay File
|
|
4213
|
+
|
|
4214
|
+
|
|
4215
|
+
Returns a url where the requested replay file may be downloaded from.
|
|
4216
|
+
|
|
4217
|
+
[//]: # (END_OVERVIEW)
|
|
4218
|
+
|
|
4219
|
+
### Example
|
|
4220
|
+
|
|
4221
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
4222
|
+
|
|
4223
|
+
```javascript
|
|
4224
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
4225
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
4226
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
4227
|
+
|
|
4228
|
+
var security = new intrinioSDK.SecurityApi();
|
|
4229
|
+
|
|
4230
|
+
var subsource = null;
|
|
4231
|
+
var date = null;
|
|
4232
|
+
|
|
4233
|
+
|
|
4234
|
+
security.getSecurityReplayFile(subsource, date).then(function(data) {
|
|
4235
|
+
data = JSON.stringify(data, null, 2)
|
|
4236
|
+
console.log(data);
|
|
4237
|
+
}, function(error) {
|
|
4238
|
+
console.error(error);
|
|
4239
|
+
});
|
|
4240
|
+
```
|
|
4241
|
+
|
|
4242
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
4243
|
+
|
|
4244
|
+
### Parameters
|
|
4245
|
+
|
|
4246
|
+
[//]: # (START_PARAMETERS)
|
|
4247
|
+
|
|
4248
|
+
|
|
4249
|
+
Name | Type | Description | Notes
|
|
4250
|
+
------------- | ------------- | ------------- | -------------
|
|
4251
|
+
**subsource** | String| The specific source of the data being requested. |
|
|
4252
|
+
**date** | Date| The date for the data being requested. |
|
|
4253
|
+
<br/>
|
|
4254
|
+
|
|
4255
|
+
[//]: # (END_PARAMETERS)
|
|
4256
|
+
|
|
4257
|
+
### Return type
|
|
4258
|
+
|
|
4259
|
+
[**SecurityReplayFileResult**](SecurityReplayFileResult.md)
|
|
4260
|
+
|
|
4261
|
+
|
|
4262
|
+
|
|
4179
4263
|
[//]: # (END_OPERATION)
|
|
4180
4264
|
|
|
4181
4265
|
|
|
@@ -4438,6 +4522,198 @@ Name | Type | Description | Notes
|
|
|
4438
4522
|
|
|
4439
4523
|
|
|
4440
4524
|
|
|
4525
|
+
[//]: # (END_OPERATION)
|
|
4526
|
+
|
|
4527
|
+
|
|
4528
|
+
[//]: # (START_OPERATION)
|
|
4529
|
+
|
|
4530
|
+
[//]: # (CLASS:SecurityApi)
|
|
4531
|
+
|
|
4532
|
+
[//]: # (METHOD:getSecurityTrades)
|
|
4533
|
+
|
|
4534
|
+
[//]: # (RETURN_TYPE:SecurityTradesResult)
|
|
4535
|
+
|
|
4536
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
4537
|
+
|
|
4538
|
+
[//]: # (RETURN_TYPE_DOC:SecurityTradesResult.md)
|
|
4539
|
+
|
|
4540
|
+
[//]: # (OPERATION:getSecurityTrades_v2)
|
|
4541
|
+
|
|
4542
|
+
[//]: # (ENDPOINT:/securities/trades)
|
|
4543
|
+
|
|
4544
|
+
[//]: # (DOCUMENT_LINK:SecurityApi.md#getSecurityTrades)
|
|
4545
|
+
|
|
4546
|
+
<a name="getSecurityTrades"></a>
|
|
4547
|
+
## **getSecurityTrades**
|
|
4548
|
+
|
|
4549
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getSecurityTrades_v2)
|
|
4550
|
+
|
|
4551
|
+
[//]: # (START_OVERVIEW)
|
|
4552
|
+
|
|
4553
|
+
> SecurityTradesResult getSecurityTrades(source, opts)
|
|
4554
|
+
|
|
4555
|
+
#### Security Trades
|
|
4556
|
+
|
|
4557
|
+
|
|
4558
|
+
Returns all trades between start time and end time, up to seven days ago for the specified source.
|
|
4559
|
+
|
|
4560
|
+
[//]: # (END_OVERVIEW)
|
|
4561
|
+
|
|
4562
|
+
### Example
|
|
4563
|
+
|
|
4564
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
4565
|
+
|
|
4566
|
+
```javascript
|
|
4567
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
4568
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
4569
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
4570
|
+
|
|
4571
|
+
var security = new intrinioSDK.SecurityApi();
|
|
4572
|
+
|
|
4573
|
+
var source = null;
|
|
4574
|
+
|
|
4575
|
+
|
|
4576
|
+
var opts = {
|
|
4577
|
+
'startDate': null,
|
|
4578
|
+
'startTime': null,
|
|
4579
|
+
'endDate': null,
|
|
4580
|
+
'endTime': null,
|
|
4581
|
+
'timezone': "UTC",
|
|
4582
|
+
'pageSize': 100,
|
|
4583
|
+
'nextPage': null
|
|
4584
|
+
};
|
|
4585
|
+
|
|
4586
|
+
security.getSecurityTrades(source, opts).then(function(data) {
|
|
4587
|
+
data = JSON.stringify(data, null, 2)
|
|
4588
|
+
console.log(data);
|
|
4589
|
+
}, function(error) {
|
|
4590
|
+
console.error(error);
|
|
4591
|
+
});
|
|
4592
|
+
```
|
|
4593
|
+
|
|
4594
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
4595
|
+
|
|
4596
|
+
### Parameters
|
|
4597
|
+
|
|
4598
|
+
[//]: # (START_PARAMETERS)
|
|
4599
|
+
|
|
4600
|
+
|
|
4601
|
+
Name | Type | Description | Notes
|
|
4602
|
+
------------- | ------------- | ------------- | -------------
|
|
4603
|
+
**source** | String| The specific source of the data being requested. |
|
|
4604
|
+
**startDate** | Date| The start date for the data being requested. | [optional]
|
|
4605
|
+
**startTime** | String| The start time for the data being requested. | [optional]
|
|
4606
|
+
**endDate** | Date| The end date for the data being requested. | [optional]
|
|
4607
|
+
**endTime** | String| The end time for the data being requested. | [optional]
|
|
4608
|
+
**timezone** | String| The timezone the start and end date/times use. | [optional] [default to UTC]
|
|
4609
|
+
**pageSize** | Number| The maximum number of results to return per page. | [optional] [default to 100]
|
|
4610
|
+
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
4611
|
+
<br/>
|
|
4612
|
+
|
|
4613
|
+
[//]: # (END_PARAMETERS)
|
|
4614
|
+
|
|
4615
|
+
### Return type
|
|
4616
|
+
|
|
4617
|
+
[**SecurityTradesResult**](SecurityTradesResult.md)
|
|
4618
|
+
|
|
4619
|
+
|
|
4620
|
+
|
|
4621
|
+
[//]: # (END_OPERATION)
|
|
4622
|
+
|
|
4623
|
+
|
|
4624
|
+
[//]: # (START_OPERATION)
|
|
4625
|
+
|
|
4626
|
+
[//]: # (CLASS:SecurityApi)
|
|
4627
|
+
|
|
4628
|
+
[//]: # (METHOD:getSecurityTradesBySymbol)
|
|
4629
|
+
|
|
4630
|
+
[//]: # (RETURN_TYPE:SecurityTradesResult)
|
|
4631
|
+
|
|
4632
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
4633
|
+
|
|
4634
|
+
[//]: # (RETURN_TYPE_DOC:SecurityTradesResult.md)
|
|
4635
|
+
|
|
4636
|
+
[//]: # (OPERATION:getSecurityTradesBySymbol_v2)
|
|
4637
|
+
|
|
4638
|
+
[//]: # (ENDPOINT:/securities/{identifier}/trades)
|
|
4639
|
+
|
|
4640
|
+
[//]: # (DOCUMENT_LINK:SecurityApi.md#getSecurityTradesBySymbol)
|
|
4641
|
+
|
|
4642
|
+
<a name="getSecurityTradesBySymbol"></a>
|
|
4643
|
+
## **getSecurityTradesBySymbol**
|
|
4644
|
+
|
|
4645
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getSecurityTradesBySymbol_v2)
|
|
4646
|
+
|
|
4647
|
+
[//]: # (START_OVERVIEW)
|
|
4648
|
+
|
|
4649
|
+
> SecurityTradesResult getSecurityTradesBySymbol(source, opts)
|
|
4650
|
+
|
|
4651
|
+
#### Security Trades By Symbol
|
|
4652
|
+
|
|
4653
|
+
|
|
4654
|
+
Returns all trades for a symbol between start time and end time, up to seven days ago for the specified source.
|
|
4655
|
+
|
|
4656
|
+
[//]: # (END_OVERVIEW)
|
|
4657
|
+
|
|
4658
|
+
### Example
|
|
4659
|
+
|
|
4660
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
4661
|
+
|
|
4662
|
+
```javascript
|
|
4663
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
4664
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
4665
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
4666
|
+
|
|
4667
|
+
var security = new intrinioSDK.SecurityApi();
|
|
4668
|
+
|
|
4669
|
+
var source = null;
|
|
4670
|
+
|
|
4671
|
+
|
|
4672
|
+
var opts = {
|
|
4673
|
+
'startDate': null,
|
|
4674
|
+
'startTime': null,
|
|
4675
|
+
'endDate': null,
|
|
4676
|
+
'endTime': null,
|
|
4677
|
+
'timezone': "UTC",
|
|
4678
|
+
'pageSize': 100,
|
|
4679
|
+
'nextPage': null
|
|
4680
|
+
};
|
|
4681
|
+
|
|
4682
|
+
security.getSecurityTradesBySymbol(source, opts).then(function(data) {
|
|
4683
|
+
data = JSON.stringify(data, null, 2)
|
|
4684
|
+
console.log(data);
|
|
4685
|
+
}, function(error) {
|
|
4686
|
+
console.error(error);
|
|
4687
|
+
});
|
|
4688
|
+
```
|
|
4689
|
+
|
|
4690
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
4691
|
+
|
|
4692
|
+
### Parameters
|
|
4693
|
+
|
|
4694
|
+
[//]: # (START_PARAMETERS)
|
|
4695
|
+
|
|
4696
|
+
|
|
4697
|
+
Name | Type | Description | Notes
|
|
4698
|
+
------------- | ------------- | ------------- | -------------
|
|
4699
|
+
**source** | String| The specific source of the data being requested. |
|
|
4700
|
+
**startDate** | Date| The start date for the data being requested. | [optional]
|
|
4701
|
+
**startTime** | String| The start time for the data being requested. | [optional]
|
|
4702
|
+
**endDate** | Date| The end date for the data being requested. | [optional]
|
|
4703
|
+
**endTime** | String| The end time for the data being requested. | [optional]
|
|
4704
|
+
**timezone** | String| The timezone the start and end date/times use. | [optional] [default to UTC]
|
|
4705
|
+
**pageSize** | Number| The maximum number of results to return per page. | [optional] [default to 100]
|
|
4706
|
+
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
4707
|
+
<br/>
|
|
4708
|
+
|
|
4709
|
+
[//]: # (END_PARAMETERS)
|
|
4710
|
+
|
|
4711
|
+
### Return type
|
|
4712
|
+
|
|
4713
|
+
[**SecurityTradesResult**](SecurityTradesResult.md)
|
|
4714
|
+
|
|
4715
|
+
|
|
4716
|
+
|
|
4441
4717
|
[//]: # (END_OPERATION)
|
|
4442
4718
|
|
|
4443
4719
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:SecurityReplayFileResult)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### SecurityReplayFileResult
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**name** | String | The name of the file.
|
|
15
|
+
**url** | String | The url where the file may be downloaded.
|
|
16
|
+
**size** | Number | The size of the file in bytes.
|
|
17
|
+
|
|
18
|
+
[//]: # (END_DEFINITION)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:SecurityTrades)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### SecurityTrades
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**symbol** | String | The ticker symbol
|
|
15
|
+
**timestamp** | Date | The UTC timestamp at the time of the trade.
|
|
16
|
+
**price** | Number | The price of the trade.
|
|
17
|
+
**size** | Number | The size of the trade.
|
|
18
|
+
**totalVolume** | Number | The total volume of the symbol for the day up to the timestamp point in time.
|
|
19
|
+
**marketCenter** | String | The market center for the trade.
|
|
20
|
+
**condition** | String | The condition of the trade.
|
|
21
|
+
|
|
22
|
+
[//]: # (END_DEFINITION)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:SecurityTradesResult)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### SecurityTradesResult
|
|
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
|
+
**source** | String | The source of the trades.
|
|
16
|
+
**trades** | [**[SecurityTrades]**](SecurityTrades.md) | Array of all the trades in this page of the result.
|
|
17
|
+
|
|
18
|
+
[//]: # (END_DEFINITION)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
[//]: # (CONTAINED_CLASS:SecurityTrades)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
<br/>
|
|
26
|
+
|
|
27
|
+
#### Enum: SourceEnum**
|
|
28
|
+
|
|
29
|
+
Name | Value
|
|
30
|
+
---- | -----
|
|
31
|
+
iex | "iex"
|
|
32
|
+
utp_delayed | "utp_delayed"
|
|
33
|
+
cta_a_delayed | "cta_a_delayed"
|
|
34
|
+
cta_b_delayed | "cta_b_delayed"
|
|
35
|
+
otc_delayed | "otc_delayed"
|
|
36
|
+
nasdaq_basic | "nasdaq_basic"
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
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.43.6
|
|
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.24.
|
|
35
|
+
* @version 6.24.1
|
|
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.43.6
|
|
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.24.
|
|
36
|
+
* @version 6.24.1
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
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.43.6
|
|
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
|
* Company service.
|
|
35
35
|
* @module api/CompanyApi
|
|
36
|
-
* @version 6.24.
|
|
36
|
+
* @version 6.24.1
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
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.43.6
|
|
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.24.
|
|
36
|
+
* @version 6.24.1
|
|
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.43.6
|
|
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.24.
|
|
36
|
+
* @version 6.24.1
|
|
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.43.6
|
|
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.24.
|
|
36
|
+
* @version 6.24.1
|
|
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.43.6
|
|
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.24.
|
|
36
|
+
* @version 6.24.1
|
|
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.43.6
|
|
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.24.
|
|
36
|
+
* @version 6.24.1
|
|
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.43.6
|
|
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.24.
|
|
36
|
+
* @version 6.24.1
|
|
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.43.6
|
|
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.24.
|
|
36
|
+
* @version 6.24.1
|
|
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.43.6
|
|
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.24.
|
|
36
|
+
* @version 6.24.1
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|