intrinio-sdk 6.26.3 → 6.26.5
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 +3 -2
- package/docs/ApiResponseOptionsPriceRealtime.md +4 -0
- package/docs/OptionChainRealtime.md +4 -0
- package/docs/OptionPriceBatchRealtime.md +4 -0
- package/docs/OptionPriceEod.md +8 -1
- package/docs/OptionPriceRealtimeExtended.md +33 -0
- package/docs/OptionsApi.md +15 -5
- 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/MarketApi.js +2 -2
- package/src/api/MunicipalityApi.js +2 -2
- package/src/api/OptionsApi.js +17 -2
- package/src/api/OwnersApi.js +2 -2
- package/src/api/SecurityApi.js +2 -2
- 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 +10 -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 +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 +14 -6
- 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 +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/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 +14 -6
- 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 +14 -6
- package/src/model/OptionPriceEod.js +67 -4
- package/src/model/OptionPriceRealtime.js +2 -2
- package/src/model/OptionPriceRealtimeExtended.js +191 -0
- 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 +2 -2
- package/src/model/RealtimeIndexPriceIndex.js +2 -2
- package/src/model/RealtimeStockPrice.js +2 -2
- package/src/model/RealtimeStockPriceSecurity.js +2 -2
- package/src/model/RelativeStrengthIndexTechnicalValue.js +2 -2
- package/src/model/ReportedFinancial.js +2 -2
- package/src/model/ReportedFinancialDimension.js +2 -2
- package/src/model/ReportedTag.js +2 -2
- package/src/model/SICIndex.js +2 -2
- package/src/model/Security.js +2 -2
- package/src/model/SecurityHistory.js +2 -2
- package/src/model/SecurityHistoryListResult.js +2 -2
- package/src/model/SecurityIntervalMover.js +2 -2
- package/src/model/SecurityIntervalsMoversResult.js +2 -2
- package/src/model/SecurityReplayFileResult.js +2 -2
- package/src/model/SecurityScreenClause.js +2 -2
- package/src/model/SecurityScreenGroup.js +2 -2
- package/src/model/SecurityScreenResult.js +2 -2
- package/src/model/SecurityScreenResultData.js +2 -2
- package/src/model/SecuritySnapshotGroup.js +2 -2
- package/src/model/SecuritySnapshotsResult.js +2 -2
- package/src/model/SecuritySummary.js +2 -2
- package/src/model/SecurityTrades.js +2 -2
- package/src/model/SecurityTradesResult.js +2 -2
- package/src/model/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/OptionPriceRealtimeExtended.spec.js +139 -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.26.
|
|
7
|
+
- API version: 2.48.1
|
|
8
|
+
- Package version: 6.26.5
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -497,6 +497,7 @@ Class | Method | HTTP request | Description
|
|
|
497
497
|
- [intrinioSDK.OptionPriceBatchRealtime](docs/OptionPriceBatchRealtime.md)
|
|
498
498
|
- [intrinioSDK.OptionPriceEod](docs/OptionPriceEod.md)
|
|
499
499
|
- [intrinioSDK.OptionPriceRealtime](docs/OptionPriceRealtime.md)
|
|
500
|
+
- [intrinioSDK.OptionPriceRealtimeExtended](docs/OptionPriceRealtimeExtended.md)
|
|
500
501
|
- [intrinioSDK.OptionRealtime](docs/OptionRealtime.md)
|
|
501
502
|
- [intrinioSDK.OptionSnapshotGroup](docs/OptionSnapshotGroup.md)
|
|
502
503
|
- [intrinioSDK.OptionSnapshotsResult](docs/OptionSnapshotsResult.md)
|
|
@@ -14,6 +14,7 @@ Name | Type | Description
|
|
|
14
14
|
**price** | [**OptionPriceRealtime**](OptionPriceRealtime.md) |
|
|
15
15
|
**stats** | [**OptionStatsRealtime**](OptionStatsRealtime.md) |
|
|
16
16
|
**option** | [**OptionRealtime**](OptionRealtime.md) |
|
|
17
|
+
**extendedPrice** | [**OptionPriceRealtimeExtended**](OptionPriceRealtimeExtended.md) |
|
|
17
18
|
|
|
18
19
|
[//]: # (END_DEFINITION)
|
|
19
20
|
|
|
@@ -27,6 +28,9 @@ Name | Type | Description
|
|
|
27
28
|
[//]: # (CONTAINED_CLASS:OptionRealtime)
|
|
28
29
|
|
|
29
30
|
|
|
31
|
+
[//]: # (CONTAINED_CLASS:OptionPriceRealtimeExtended)
|
|
32
|
+
|
|
33
|
+
|
|
30
34
|
|
|
31
35
|
|
|
32
36
|
|
|
@@ -14,6 +14,7 @@ Name | Type | Description
|
|
|
14
14
|
**option** | [**OptionRealtime**](OptionRealtime.md) |
|
|
15
15
|
**price** | [**OptionPriceRealtime**](OptionPriceRealtime.md) |
|
|
16
16
|
**stats** | [**OptionStatsRealtime**](OptionStatsRealtime.md) |
|
|
17
|
+
**extendedPrice** | [**OptionPriceRealtimeExtended**](OptionPriceRealtimeExtended.md) |
|
|
17
18
|
|
|
18
19
|
[//]: # (END_DEFINITION)
|
|
19
20
|
|
|
@@ -27,6 +28,9 @@ Name | Type | Description
|
|
|
27
28
|
[//]: # (CONTAINED_CLASS:OptionStatsRealtime)
|
|
28
29
|
|
|
29
30
|
|
|
31
|
+
[//]: # (CONTAINED_CLASS:OptionPriceRealtimeExtended)
|
|
32
|
+
|
|
33
|
+
|
|
30
34
|
|
|
31
35
|
|
|
32
36
|
|
|
@@ -14,6 +14,7 @@ Name | Type | Description
|
|
|
14
14
|
**price** | [**OptionPriceRealtime**](OptionPriceRealtime.md) |
|
|
15
15
|
**stats** | [**OptionStatsRealtime**](OptionStatsRealtime.md) |
|
|
16
16
|
**option** | [**OptionRealtime**](OptionRealtime.md) |
|
|
17
|
+
**extendedPrice** | [**OptionPriceRealtimeExtended**](OptionPriceRealtimeExtended.md) |
|
|
17
18
|
|
|
18
19
|
[//]: # (END_DEFINITION)
|
|
19
20
|
|
|
@@ -27,6 +28,9 @@ Name | Type | Description
|
|
|
27
28
|
[//]: # (CONTAINED_CLASS:OptionRealtime)
|
|
28
29
|
|
|
29
30
|
|
|
31
|
+
[//]: # (CONTAINED_CLASS:OptionPriceRealtimeExtended)
|
|
32
|
+
|
|
33
|
+
|
|
30
34
|
|
|
31
35
|
|
|
32
36
|
|
package/docs/OptionPriceEod.md
CHANGED
|
@@ -26,12 +26,19 @@ Name | Type | Description
|
|
|
26
26
|
**askHigh** | Number | The highest ask over the span of the period
|
|
27
27
|
**askLow** | Number | The lowest ask over the span of the period
|
|
28
28
|
**bidHigh** | Number | The highest bid over the span of the period
|
|
29
|
-
**bidLow** |
|
|
29
|
+
**bidLow** | Number | The lowest bid over the span of the period
|
|
30
30
|
**impliedVolatility** | Number | The implied volatility of the contract calculated using the Black-Scholes Model.
|
|
31
31
|
**delta** | Number | Delta represents the rate of change between the option's price and a $1 change in the underlying asset's price.
|
|
32
32
|
**gamma** | Number | Gamma represents the rate of change between an option's delta and the underlying asset's price.
|
|
33
33
|
**theta** | Number | Theta represents the rate of change between the option price and time, or time sensitivity - sometimes known as an option's time decay.
|
|
34
34
|
**vega** | Number | Vega represents the rate of change between an option's value and the underlying asset's implied volatility.
|
|
35
|
+
**closeTime** | Date | The time of the last trade before close.
|
|
36
|
+
**closeSize** | Number | The size of the last trade before close.
|
|
37
|
+
**closeBidTime** | Date | The time of the last bid before close.
|
|
38
|
+
**closeBidSize** | Number | The size of the last bid before close.
|
|
39
|
+
**closeAskTime** | Date | The time of the last ask before close.
|
|
40
|
+
**closeAskSize** | Number | The size of the last ask before close.
|
|
41
|
+
**exerciseStyle** | String | The exercise style.
|
|
35
42
|
|
|
36
43
|
[//]: # (END_DEFINITION)
|
|
37
44
|
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:OptionPriceRealtimeExtended)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### OptionPriceRealtimeExtended
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**bidOpen** | Number | The price of the bid at open
|
|
15
|
+
**bidHigh** | Number | The high bid so far today
|
|
16
|
+
**bidLow** | Number | The low bid so far today
|
|
17
|
+
**askOpen** | Number | The price of the ask at open
|
|
18
|
+
**askHigh** | Number | The high ask so far today
|
|
19
|
+
**askLow** | Number | The low ask so far today
|
|
20
|
+
**tradeOpen** | Number | The price of the trade at open
|
|
21
|
+
**tradeHigh** | Number | The high trade so far today
|
|
22
|
+
**tradeLow** | Number | The low trade so far today
|
|
23
|
+
**askClose** | Number | The price of ask at close today
|
|
24
|
+
**bidClose** | Number | The price of bid at close today
|
|
25
|
+
**tradeClose** | Number | The price of the last trade of the day
|
|
26
|
+
**mark** | Number | The mark price
|
|
27
|
+
|
|
28
|
+
[//]: # (END_DEFINITION)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
package/docs/OptionsApi.md
CHANGED
|
@@ -244,7 +244,8 @@ var strike = 95;
|
|
|
244
244
|
var opts = {
|
|
245
245
|
'source': null,
|
|
246
246
|
'stockPriceSource': null,
|
|
247
|
-
'model': null
|
|
247
|
+
'model': null,
|
|
248
|
+
'showExtendedPrice': null
|
|
248
249
|
};
|
|
249
250
|
|
|
250
251
|
options.getOptionStrikesRealtime(symbol, strike, opts).then(function(data) {
|
|
@@ -269,6 +270,7 @@ Name | Type | Description | Notes
|
|
|
269
270
|
**source** | String| Realtime or delayed. | [optional]
|
|
270
271
|
**stockPriceSource** | String| Source for underlying price for calculating Greeks. | [optional]
|
|
271
272
|
**model** | String| Model for calculating Greek values. Default is black_scholes. | [optional]
|
|
273
|
+
**showExtendedPrice** | Boolean| Whether to include open close high low type fields. | [optional]
|
|
272
274
|
<br/>
|
|
273
275
|
|
|
274
276
|
[//]: # (END_PARAMETERS)
|
|
@@ -733,7 +735,8 @@ var opts = {
|
|
|
733
735
|
'openInterestLessThan': null,
|
|
734
736
|
'moneyness': null,
|
|
735
737
|
'stockPriceSource': null,
|
|
736
|
-
'model': null
|
|
738
|
+
'model': null,
|
|
739
|
+
'showExtendedPrice': null
|
|
737
740
|
};
|
|
738
741
|
|
|
739
742
|
options.getOptionsChainRealtime(symbol, expiration, opts).then(function(data) {
|
|
@@ -767,6 +770,7 @@ Name | Type | Description | Notes
|
|
|
767
770
|
**moneyness** | String| The moneyness of the options contracts to return. 'all' will return all options contracts. 'in_the_money' will return options contracts that are in the money (call options with strike prices below the current price, put options with strike prices above the current price). 'out_of_they_money' will return options contracts that are out of the money (call options with strike prices above the current price, put options with strike prices below the current price). 'near_the_money' will return options contracts that are $0.50 or less away from being in the money. Requires subscription to realtime stock price data. | [optional]
|
|
768
771
|
**stockPriceSource** | String| Source for underlying price for calculating Greeks. | [optional]
|
|
769
772
|
**model** | String| Model for calculating Greek values. Default is black_scholes. | [optional]
|
|
773
|
+
**showExtendedPrice** | Boolean| Whether to include open close high low type fields. | [optional]
|
|
770
774
|
<br/>
|
|
771
775
|
|
|
772
776
|
[//]: # (END_PARAMETERS)
|
|
@@ -1436,7 +1440,8 @@ var opts = {
|
|
|
1436
1440
|
'source': null,
|
|
1437
1441
|
'showStats': null,
|
|
1438
1442
|
'stockPriceSource': null,
|
|
1439
|
-
'model': null
|
|
1443
|
+
'model': null,
|
|
1444
|
+
'showExtendedPrice': null
|
|
1440
1445
|
};
|
|
1441
1446
|
|
|
1442
1447
|
options.getOptionsPricesBatchRealtime(body, opts).then(function(data) {
|
|
@@ -1461,6 +1466,7 @@ Name | Type | Description | Notes
|
|
|
1461
1466
|
**showStats** | Boolean| Whether to include Greek calculations or not. | [optional]
|
|
1462
1467
|
**stockPriceSource** | String| Source for underlying price for calculating Greeks. | [optional]
|
|
1463
1468
|
**model** | String| Model for calculating Greek values. Default is black_scholes. | [optional]
|
|
1469
|
+
**showExtendedPrice** | Boolean| Whether to include open close high low type fields. | [optional]
|
|
1464
1470
|
<br/>
|
|
1465
1471
|
|
|
1466
1472
|
[//]: # (END_PARAMETERS)
|
|
@@ -1613,7 +1619,8 @@ var identifier = "AAPL230120C00090000";
|
|
|
1613
1619
|
var opts = {
|
|
1614
1620
|
'source': null,
|
|
1615
1621
|
'stockPriceSource': null,
|
|
1616
|
-
'model': null
|
|
1622
|
+
'model': null,
|
|
1623
|
+
'showExtendedPrice': null
|
|
1617
1624
|
};
|
|
1618
1625
|
|
|
1619
1626
|
options.getOptionsPricesRealtime(identifier, opts).then(function(data) {
|
|
@@ -1637,6 +1644,7 @@ Name | Type | Description | Notes
|
|
|
1637
1644
|
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
|
1638
1645
|
**stockPriceSource** | String| Source for underlying price for calculating Greeks. | [optional]
|
|
1639
1646
|
**model** | String| Model for calculating Greek values. Default is black_scholes. | [optional]
|
|
1647
|
+
**showExtendedPrice** | Boolean| Whether to include open close high low type fields. | [optional]
|
|
1640
1648
|
<br/>
|
|
1641
1649
|
|
|
1642
1650
|
[//]: # (END_PARAMETERS)
|
|
@@ -1781,7 +1789,8 @@ var identifier = "AAPL230120C00090000";
|
|
|
1781
1789
|
|
|
1782
1790
|
|
|
1783
1791
|
var opts = {
|
|
1784
|
-
'source': null
|
|
1792
|
+
'source': null,
|
|
1793
|
+
'showExtendedPrice': null
|
|
1785
1794
|
};
|
|
1786
1795
|
|
|
1787
1796
|
options.getOptionsStatsRealtime(identifier, opts).then(function(data) {
|
|
@@ -1803,6 +1812,7 @@ Name | Type | Description | Notes
|
|
|
1803
1812
|
------------- | ------------- | ------------- | -------------
|
|
1804
1813
|
**identifier** | String| The Intrinio ID or code of the options contract to request prices for. |
|
|
1805
1814
|
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
|
1815
|
+
**showExtendedPrice** | Boolean| Whether to include open close high low type fields. | [optional]
|
|
1806
1816
|
<br/>
|
|
1807
1817
|
|
|
1808
1818
|
[//]: # (END_PARAMETERS)
|
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.48.1
|
|
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.5
|
|
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.48.1
|
|
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.5
|
|
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.48.1
|
|
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.26.
|
|
36
|
+
* @version 6.26.5
|
|
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.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* DataPoint service.
|
|
35
35
|
* @module api/DataPointApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
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.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* DataTag service.
|
|
35
35
|
* @module api/DataTagApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
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.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* ESG service.
|
|
35
35
|
* @module api/ESGApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
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.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* ETFs service.
|
|
35
35
|
* @module api/ETFsApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
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.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Filing service.
|
|
35
35
|
* @module api/FilingApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
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.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Forex service.
|
|
35
35
|
* @module api/ForexApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
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.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Fundamentals service.
|
|
35
35
|
* @module api/FundamentalsApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
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.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* HistoricalData service.
|
|
35
35
|
* @module api/HistoricalDataApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/IndexApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.48.1
|
|
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
|
* Index service.
|
|
35
35
|
* @module api/IndexApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
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.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* InsiderTransactionFilings service.
|
|
35
35
|
* @module api/InsiderTransactionFilingsApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/MarketApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Market service.
|
|
35
35
|
* @module api/MarketApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
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.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Municipality service.
|
|
35
35
|
* @module api/MunicipalityApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
package/src/api/OptionsApi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Intrinio API
|
|
3
3
|
* Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
|
4
4
|
*
|
|
5
|
-
* OpenAPI spec version: 2.
|
|
5
|
+
* OpenAPI spec version: 2.48.1
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8
8
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/**
|
|
34
34
|
* Options service.
|
|
35
35
|
* @module api/OptionsApi
|
|
36
|
-
* @version 6.26.
|
|
36
|
+
* @version 6.26.5
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -170,6 +170,7 @@
|
|
|
170
170
|
* @param {module:model/String} opts.source Realtime or delayed.
|
|
171
171
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
172
172
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
173
|
+
* @param {Boolean} opts.showExtendedPrice Whether to include open close high low type fields.
|
|
173
174
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsChainRealtime} and HTTP response
|
|
174
175
|
*/
|
|
175
176
|
this.getOptionStrikesRealtimeWithHttpInfo = function(symbol, strike, opts) {
|
|
@@ -195,6 +196,7 @@
|
|
|
195
196
|
'source': opts['source'],
|
|
196
197
|
'stock_price_source': opts['stockPriceSource'],
|
|
197
198
|
'model': opts['model'],
|
|
199
|
+
'show_extended_price': opts['showExtendedPrice'],
|
|
198
200
|
};
|
|
199
201
|
var collectionQueryParams = {
|
|
200
202
|
};
|
|
@@ -224,6 +226,7 @@
|
|
|
224
226
|
* @param {module:model/String} opts.source Realtime or delayed.
|
|
225
227
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
226
228
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
229
|
+
* @param {Boolean} opts.showExtendedPrice Whether to include open close high low type fields.
|
|
227
230
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsChainRealtime}
|
|
228
231
|
*/
|
|
229
232
|
this.getOptionStrikesRealtime = function(symbol, strike, opts) {
|
|
@@ -584,6 +587,7 @@
|
|
|
584
587
|
* @param {module:model/String} opts.moneyness The moneyness of the options contracts to return. 'all' will return all options contracts. 'in_the_money' will return options contracts that are in the money (call options with strike prices below the current price, put options with strike prices above the current price). 'out_of_they_money' will return options contracts that are out of the money (call options with strike prices above the current price, put options with strike prices below the current price). 'near_the_money' will return options contracts that are $0.50 or less away from being in the money. Requires subscription to realtime stock price data.
|
|
585
588
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
586
589
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
590
|
+
* @param {Boolean} opts.showExtendedPrice Whether to include open close high low type fields.
|
|
587
591
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsChainRealtime} and HTTP response
|
|
588
592
|
*/
|
|
589
593
|
this.getOptionsChainRealtimeWithHttpInfo = function(symbol, expiration, opts) {
|
|
@@ -618,6 +622,7 @@
|
|
|
618
622
|
'moneyness': opts['moneyness'],
|
|
619
623
|
'stock_price_source': opts['stockPriceSource'],
|
|
620
624
|
'model': opts['model'],
|
|
625
|
+
'show_extended_price': opts['showExtendedPrice'],
|
|
621
626
|
};
|
|
622
627
|
var collectionQueryParams = {
|
|
623
628
|
};
|
|
@@ -656,6 +661,7 @@
|
|
|
656
661
|
* @param {module:model/String} opts.moneyness The moneyness of the options contracts to return. 'all' will return all options contracts. 'in_the_money' will return options contracts that are in the money (call options with strike prices below the current price, put options with strike prices above the current price). 'out_of_they_money' will return options contracts that are out of the money (call options with strike prices above the current price, put options with strike prices below the current price). 'near_the_money' will return options contracts that are $0.50 or less away from being in the money. Requires subscription to realtime stock price data.
|
|
657
662
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
658
663
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
664
|
+
* @param {Boolean} opts.showExtendedPrice Whether to include open close high low type fields.
|
|
659
665
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsChainRealtime}
|
|
660
666
|
*/
|
|
661
667
|
this.getOptionsChainRealtime = function(symbol, expiration, opts) {
|
|
@@ -1110,6 +1116,7 @@
|
|
|
1110
1116
|
* @param {Boolean} opts.showStats Whether to include Greek calculations or not.
|
|
1111
1117
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
1112
1118
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
1119
|
+
* @param {Boolean} opts.showExtendedPrice Whether to include open close high low type fields.
|
|
1113
1120
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsPricesBatchRealtime} and HTTP response
|
|
1114
1121
|
*/
|
|
1115
1122
|
this.getOptionsPricesBatchRealtimeWithHttpInfo = function(body, opts) {
|
|
@@ -1129,6 +1136,7 @@
|
|
|
1129
1136
|
'show_stats': opts['showStats'],
|
|
1130
1137
|
'stock_price_source': opts['stockPriceSource'],
|
|
1131
1138
|
'model': opts['model'],
|
|
1139
|
+
'show_extended_price': opts['showExtendedPrice'],
|
|
1132
1140
|
};
|
|
1133
1141
|
var collectionQueryParams = {
|
|
1134
1142
|
};
|
|
@@ -1158,6 +1166,7 @@
|
|
|
1158
1166
|
* @param {Boolean} opts.showStats Whether to include Greek calculations or not.
|
|
1159
1167
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
1160
1168
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
1169
|
+
* @param {Boolean} opts.showExtendedPrice Whether to include open close high low type fields.
|
|
1161
1170
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsPricesBatchRealtime}
|
|
1162
1171
|
*/
|
|
1163
1172
|
this.getOptionsPricesBatchRealtime = function(body, opts) {
|
|
@@ -1243,6 +1252,7 @@
|
|
|
1243
1252
|
* @param {module:model/String} opts.source Realtime or 15-minute delayed contracts.
|
|
1244
1253
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
1245
1254
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
1255
|
+
* @param {Boolean} opts.showExtendedPrice Whether to include open close high low type fields.
|
|
1246
1256
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsPriceRealtime} and HTTP response
|
|
1247
1257
|
*/
|
|
1248
1258
|
this.getOptionsPricesRealtimeWithHttpInfo = function(identifier, opts) {
|
|
@@ -1262,6 +1272,7 @@
|
|
|
1262
1272
|
'source': opts['source'],
|
|
1263
1273
|
'stock_price_source': opts['stockPriceSource'],
|
|
1264
1274
|
'model': opts['model'],
|
|
1275
|
+
'show_extended_price': opts['showExtendedPrice'],
|
|
1265
1276
|
};
|
|
1266
1277
|
var collectionQueryParams = {
|
|
1267
1278
|
};
|
|
@@ -1290,6 +1301,7 @@
|
|
|
1290
1301
|
* @param {module:model/String} opts.source Realtime or 15-minute delayed contracts.
|
|
1291
1302
|
* @param {module:model/String} opts.stockPriceSource Source for underlying price for calculating Greeks.
|
|
1292
1303
|
* @param {module:model/String} opts.model Model for calculating Greek values. Default is black_scholes.
|
|
1304
|
+
* @param {Boolean} opts.showExtendedPrice Whether to include open close high low type fields.
|
|
1293
1305
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsPriceRealtime}
|
|
1294
1306
|
*/
|
|
1295
1307
|
this.getOptionsPricesRealtime = function(identifier, opts) {
|
|
@@ -1362,6 +1374,7 @@
|
|
|
1362
1374
|
* @param {String} identifier The Intrinio ID or code of the options contract to request prices for.
|
|
1363
1375
|
* @param {Object} opts Optional parameters
|
|
1364
1376
|
* @param {module:model/String} opts.source Realtime or 15-minute delayed contracts.
|
|
1377
|
+
* @param {Boolean} opts.showExtendedPrice Whether to include open close high low type fields.
|
|
1365
1378
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsStatsRealtime} and HTTP response
|
|
1366
1379
|
*/
|
|
1367
1380
|
this.getOptionsStatsRealtimeWithHttpInfo = function(identifier, opts) {
|
|
@@ -1379,6 +1392,7 @@
|
|
|
1379
1392
|
};
|
|
1380
1393
|
var queryParams = {
|
|
1381
1394
|
'source': opts['source'],
|
|
1395
|
+
'show_extended_price': opts['showExtendedPrice'],
|
|
1382
1396
|
};
|
|
1383
1397
|
var collectionQueryParams = {
|
|
1384
1398
|
};
|
|
@@ -1405,6 +1419,7 @@
|
|
|
1405
1419
|
* @param {String} identifier The Intrinio ID or code of the options contract to request prices for.
|
|
1406
1420
|
* @param {Object} opts Optional parameters
|
|
1407
1421
|
* @param {module:model/String} opts.source Realtime or 15-minute delayed contracts.
|
|
1422
|
+
* @param {Boolean} opts.showExtendedPrice Whether to include open close high low type fields.
|
|
1408
1423
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsStatsRealtime}
|
|
1409
1424
|
*/
|
|
1410
1425
|
this.getOptionsStatsRealtime = function(identifier, opts) {
|