intrinio-sdk 6.22.3 → 6.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -3
- package/docs/ApiResponseSecurityIntervalPrices.md +3 -3
- package/docs/OptionsApi.md +2 -2
- package/docs/RealtimeStockPrice.md +5 -0
- package/docs/SecurityApi.md +256 -7
- package/docs/SecurityIntervalMover.md +28 -0
- package/docs/SecurityIntervalsMoversResult.md +40 -0
- package/docs/StockPriceInterval.md +20 -3
- 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 +4 -4
- package/src/api/OwnersApi.js +2 -2
- package/src/api/SecurityApi.js +188 -18
- 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 +15 -5
- package/src/model/AccumulationDistributionIndexTechnicalValue.js +2 -2
- package/src/model/ApiResponseBulkDownloadLinks.js +2 -2
- package/src/model/ApiResponseCompanies.js +2 -2
- package/src/model/ApiResponseCompaniesSearch.js +2 -2
- package/src/model/ApiResponseCompanyAnswers.js +2 -2
- package/src/model/ApiResponseCompanyFilings.js +2 -2
- package/src/model/ApiResponseCompanyFundamentals.js +2 -2
- package/src/model/ApiResponseCompanyHistoricalData.js +2 -2
- package/src/model/ApiResponseCompanyInsiderTransactionFilings.js +2 -2
- package/src/model/ApiResponseCompanyNews.js +2 -2
- package/src/model/ApiResponseCompanyRecognize.js +2 -2
- package/src/model/ApiResponseCompanySecurities.js +2 -2
- package/src/model/ApiResponseCompanySharesOutstanding.js +2 -2
- package/src/model/ApiResponseDataTags.js +2 -2
- package/src/model/ApiResponseDataTagsSearch.js +2 -2
- package/src/model/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 +7 -7
- 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 +47 -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 +146 -0
- package/src/model/SecurityIntervalsMoversResult.js +147 -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/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 +79 -6
- 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/SecurityIntervalMover.spec.js +109 -0
- package/test/model/SecurityIntervalsMoversResult.spec.js +85 -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.
|
|
7
|
+
- API version: 2.39.0
|
|
8
|
+
- Package version: 6.23.0
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -159,7 +159,7 @@ Class | Method | HTTP request | Description
|
|
|
159
159
|
*intrinioSDK.OptionsApi* | [**getOptionsChainEod**](docs/OptionsApi.md#getOptionsChainEod) | **GET** /options/chain/{symbol}/{expiration}/eod | Options Chain EOD
|
|
160
160
|
*intrinioSDK.OptionsApi* | [**getOptionsChainRealtime**](docs/OptionsApi.md#getOptionsChainRealtime) | **GET** /options/chain/{symbol}/{expiration}/realtime | Options Chain Realtime
|
|
161
161
|
*intrinioSDK.OptionsApi* | [**getOptionsExpirations**](docs/OptionsApi.md#getOptionsExpirations) | **GET** /options/expirations/{symbol} | Options Expirations
|
|
162
|
-
*intrinioSDK.OptionsApi* | [**getOptionsIntervalByContract**](docs/OptionsApi.md#getOptionsIntervalByContract) | **GET** /options/interval/{identifier} | Options
|
|
162
|
+
*intrinioSDK.OptionsApi* | [**getOptionsIntervalByContract**](docs/OptionsApi.md#getOptionsIntervalByContract) | **GET** /options/interval/{identifier} | Options Intervals By Contract
|
|
163
163
|
*intrinioSDK.OptionsApi* | [**getOptionsIntervalMovers**](docs/OptionsApi.md#getOptionsIntervalMovers) | **GET** /options/interval/movers | Options Intervals Movers
|
|
164
164
|
*intrinioSDK.OptionsApi* | [**getOptionsIntervalMoversChange**](docs/OptionsApi.md#getOptionsIntervalMoversChange) | **GET** /options/interval/movers/change | Options Intervals Movers By Change
|
|
165
165
|
*intrinioSDK.OptionsApi* | [**getOptionsIntervalMoversVolume**](docs/OptionsApi.md#getOptionsIntervalMoversVolume) | **GET** /options/interval/movers/volume | Options Intervals Movers By Volume
|
|
@@ -184,6 +184,9 @@ Class | Method | HTTP request | Description
|
|
|
184
184
|
*intrinioSDK.SecurityApi* | [**getSecurityDataPointText**](docs/SecurityApi.md#getSecurityDataPointText) | **GET** /securities/{identifier}/data_point/{tag}/text | Data Point (Text) for Security
|
|
185
185
|
*intrinioSDK.SecurityApi* | [**getSecurityHistoricalData**](docs/SecurityApi.md#getSecurityHistoricalData) | **GET** /securities/{identifier}/historical_data/{tag} | Historical Data for Security
|
|
186
186
|
*intrinioSDK.SecurityApi* | [**getSecurityInsiderOwnership**](docs/SecurityApi.md#getSecurityInsiderOwnership) | **GET** /securities/{identifier}/institutional_ownership | Institutional Ownership by Security
|
|
187
|
+
*intrinioSDK.SecurityApi* | [**getSecurityIntervalMovers**](docs/SecurityApi.md#getSecurityIntervalMovers) | **GET** /securities/market_movers | Security Intervals Movers
|
|
188
|
+
*intrinioSDK.SecurityApi* | [**getSecurityIntervalMoversChange**](docs/SecurityApi.md#getSecurityIntervalMoversChange) | **GET** /securities/market_movers/change | Security Intervals Movers By Change
|
|
189
|
+
*intrinioSDK.SecurityApi* | [**getSecurityIntervalMoversVolume**](docs/SecurityApi.md#getSecurityIntervalMoversVolume) | **GET** /securities/market_movers/volume | Security Intervals Movers By Volume
|
|
187
190
|
*intrinioSDK.SecurityApi* | [**getSecurityIntervalPrices**](docs/SecurityApi.md#getSecurityIntervalPrices) | **GET** /securities/{identifier}/prices/intervals | Interval Stock Prices for Security
|
|
188
191
|
*intrinioSDK.SecurityApi* | [**getSecurityIntradayPrices**](docs/SecurityApi.md#getSecurityIntradayPrices) | **GET** /securities/{identifier}/prices/intraday | Intraday Stock Prices for Security
|
|
189
192
|
*intrinioSDK.SecurityApi* | [**getSecurityLatestDividendRecord**](docs/SecurityApi.md#getSecurityLatestDividendRecord) | **GET** /securities/{identifier}/dividends/latest | Latest Dividend Record for Security
|
|
@@ -497,6 +500,8 @@ Class | Method | HTTP request | Description
|
|
|
497
500
|
- [intrinioSDK.ReportedTag](docs/ReportedTag.md)
|
|
498
501
|
- [intrinioSDK.SICIndex](docs/SICIndex.md)
|
|
499
502
|
- [intrinioSDK.Security](docs/Security.md)
|
|
503
|
+
- [intrinioSDK.SecurityIntervalMover](docs/SecurityIntervalMover.md)
|
|
504
|
+
- [intrinioSDK.SecurityIntervalsMoversResult](docs/SecurityIntervalsMoversResult.md)
|
|
500
505
|
- [intrinioSDK.SecurityScreenClause](docs/SecurityScreenClause.md)
|
|
501
506
|
- [intrinioSDK.SecurityScreenGroup](docs/SecurityScreenGroup.md)
|
|
502
507
|
- [intrinioSDK.SecurityScreenResult](docs/SecurityScreenResult.md)
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
Name | Type | Description
|
|
13
13
|
------------ | ------------- | -------------
|
|
14
|
-
**intervals** | [**[StockPriceInterval]**](StockPriceInterval.md) | Open,
|
|
14
|
+
**intervals** | [**[StockPriceInterval]**](StockPriceInterval.md) | Open, close, high, low, volume, average price, and change ratio for a particular interval
|
|
15
15
|
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security resolved from the given identifier
|
|
16
16
|
**source** | String | The source of the data
|
|
17
17
|
**nextPage** | String | The token required to request the next page of the data. If null, no further results are available.
|
|
@@ -32,8 +32,8 @@ Name | Type | Description
|
|
|
32
32
|
|
|
33
33
|
Name | Value
|
|
34
34
|
---- | -----
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
realtime | "realtime"
|
|
36
|
+
delayed | "delayed"
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
package/docs/OptionsApi.md
CHANGED
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
|
13
13
|
[**getOptionsChainEod**](OptionsApi.md#getOptionsChainEod) | **GET** /options/chain/{symbol}/{expiration}/eod | Options Chain EOD
|
|
14
14
|
[**getOptionsChainRealtime**](OptionsApi.md#getOptionsChainRealtime) | **GET** /options/chain/{symbol}/{expiration}/realtime | Options Chain Realtime
|
|
15
15
|
[**getOptionsExpirations**](OptionsApi.md#getOptionsExpirations) | **GET** /options/expirations/{symbol} | Options Expirations
|
|
16
|
-
[**getOptionsIntervalByContract**](OptionsApi.md#getOptionsIntervalByContract) | **GET** /options/interval/{identifier} | Options
|
|
16
|
+
[**getOptionsIntervalByContract**](OptionsApi.md#getOptionsIntervalByContract) | **GET** /options/interval/{identifier} | Options Intervals By Contract
|
|
17
17
|
[**getOptionsIntervalMovers**](OptionsApi.md#getOptionsIntervalMovers) | **GET** /options/interval/movers | Options Intervals Movers
|
|
18
18
|
[**getOptionsIntervalMoversChange**](OptionsApi.md#getOptionsIntervalMoversChange) | **GET** /options/interval/movers/change | Options Intervals Movers By Change
|
|
19
19
|
[**getOptionsIntervalMoversVolume**](OptionsApi.md#getOptionsIntervalMoversVolume) | **GET** /options/interval/movers/volume | Options Intervals Movers By Volume
|
|
@@ -879,7 +879,7 @@ Name | Type | Description | Notes
|
|
|
879
879
|
|
|
880
880
|
> OptionIntervalsResult getOptionsIntervalByContract(identifier, intervalSize, opts)
|
|
881
881
|
|
|
882
|
-
#### Options
|
|
882
|
+
#### Options Intervals By Contract
|
|
883
883
|
|
|
884
884
|
|
|
885
885
|
Returns a list of interval data points for a contract.
|
|
@@ -26,6 +26,11 @@ Name | Type | Description
|
|
|
26
26
|
**marketVolume** | Number | The number of shares exchanged during the trading day for the whole market.
|
|
27
27
|
**updatedOn** | Date | The date and time when the data was last updated.
|
|
28
28
|
**source** | String | The source of the data.
|
|
29
|
+
**listingVenue** | String | The venue the price came from.
|
|
30
|
+
**salesConditions** | String | The condition for the sale.
|
|
31
|
+
**quoteConditions** | String | The condition for the quote.
|
|
32
|
+
**marketCenterCode** | String | The market center character code.
|
|
33
|
+
**isDarkpool** | Boolean | Whether or not the current trade is from a darkpool or not.
|
|
29
34
|
**security** | [**RealtimeStockPriceSecurity**](RealtimeStockPriceSecurity.md) |
|
|
30
35
|
|
|
31
36
|
[//]: # (END_DEFINITION)
|
package/docs/SecurityApi.md
CHANGED
|
@@ -10,6 +10,9 @@ Method | HTTP request | Description
|
|
|
10
10
|
[**getSecurityDataPointText**](SecurityApi.md#getSecurityDataPointText) | **GET** /securities/{identifier}/data_point/{tag}/text | Data Point (Text) for Security
|
|
11
11
|
[**getSecurityHistoricalData**](SecurityApi.md#getSecurityHistoricalData) | **GET** /securities/{identifier}/historical_data/{tag} | Historical Data for Security
|
|
12
12
|
[**getSecurityInsiderOwnership**](SecurityApi.md#getSecurityInsiderOwnership) | **GET** /securities/{identifier}/institutional_ownership | Institutional Ownership by Security
|
|
13
|
+
[**getSecurityIntervalMovers**](SecurityApi.md#getSecurityIntervalMovers) | **GET** /securities/market_movers | Security Intervals Movers
|
|
14
|
+
[**getSecurityIntervalMoversChange**](SecurityApi.md#getSecurityIntervalMoversChange) | **GET** /securities/market_movers/change | Security Intervals Movers By Change
|
|
15
|
+
[**getSecurityIntervalMoversVolume**](SecurityApi.md#getSecurityIntervalMoversVolume) | **GET** /securities/market_movers/volume | Security Intervals Movers By Volume
|
|
13
16
|
[**getSecurityIntervalPrices**](SecurityApi.md#getSecurityIntervalPrices) | **GET** /securities/{identifier}/prices/intervals | Interval Stock Prices for Security
|
|
14
17
|
[**getSecurityIntradayPrices**](SecurityApi.md#getSecurityIntradayPrices) | **GET** /securities/{identifier}/prices/intraday | Intraday Stock Prices for Security
|
|
15
18
|
[**getSecurityLatestDividendRecord**](SecurityApi.md#getSecurityLatestDividendRecord) | **GET** /securities/{identifier}/dividends/latest | Latest Dividend Record for Security
|
|
@@ -589,6 +592,252 @@ Name | Type | Description | Notes
|
|
|
589
592
|
|
|
590
593
|
|
|
591
594
|
|
|
595
|
+
[//]: # (END_OPERATION)
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
[//]: # (START_OPERATION)
|
|
599
|
+
|
|
600
|
+
[//]: # (CLASS:SecurityApi)
|
|
601
|
+
|
|
602
|
+
[//]: # (METHOD:getSecurityIntervalMovers)
|
|
603
|
+
|
|
604
|
+
[//]: # (RETURN_TYPE:SecurityIntervalsMoversResult)
|
|
605
|
+
|
|
606
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
607
|
+
|
|
608
|
+
[//]: # (RETURN_TYPE_DOC:SecurityIntervalsMoversResult.md)
|
|
609
|
+
|
|
610
|
+
[//]: # (OPERATION:getSecurityIntervalMovers_v2)
|
|
611
|
+
|
|
612
|
+
[//]: # (ENDPOINT:/securities/market_movers)
|
|
613
|
+
|
|
614
|
+
[//]: # (DOCUMENT_LINK:SecurityApi.md#getSecurityIntervalMovers)
|
|
615
|
+
|
|
616
|
+
<a name="getSecurityIntervalMovers"></a>
|
|
617
|
+
## **getSecurityIntervalMovers**
|
|
618
|
+
|
|
619
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getSecurityIntervalMovers_v2)
|
|
620
|
+
|
|
621
|
+
[//]: # (START_OVERVIEW)
|
|
622
|
+
|
|
623
|
+
> SecurityIntervalsMoversResult getSecurityIntervalMovers(opts)
|
|
624
|
+
|
|
625
|
+
#### Security Intervals Movers
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
Returns a list of intervals for the biggest movers over the last hour interval.
|
|
629
|
+
|
|
630
|
+
[//]: # (END_OVERVIEW)
|
|
631
|
+
|
|
632
|
+
### Example
|
|
633
|
+
|
|
634
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
635
|
+
|
|
636
|
+
```javascript
|
|
637
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
638
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
639
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
640
|
+
|
|
641
|
+
var security = new intrinioSDK.SecurityApi();
|
|
642
|
+
|
|
643
|
+
var opts = {
|
|
644
|
+
'source': null,
|
|
645
|
+
'openTime': null
|
|
646
|
+
};
|
|
647
|
+
|
|
648
|
+
security.getSecurityIntervalMovers(opts).then(function(data) {
|
|
649
|
+
data = JSON.stringify(data, null, 2)
|
|
650
|
+
console.log(data);
|
|
651
|
+
}, function(error) {
|
|
652
|
+
console.error(error);
|
|
653
|
+
});
|
|
654
|
+
```
|
|
655
|
+
|
|
656
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
657
|
+
|
|
658
|
+
### Parameters
|
|
659
|
+
|
|
660
|
+
[//]: # (START_PARAMETERS)
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
Name | Type | Description | Notes
|
|
664
|
+
------------- | ------------- | ------------- | -------------
|
|
665
|
+
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
|
666
|
+
**openTime** | Date| The inclusive UTC date and time the interval opens at. | [optional]
|
|
667
|
+
<br/>
|
|
668
|
+
|
|
669
|
+
[//]: # (END_PARAMETERS)
|
|
670
|
+
|
|
671
|
+
### Return type
|
|
672
|
+
|
|
673
|
+
[**SecurityIntervalsMoversResult**](SecurityIntervalsMoversResult.md)
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
[//]: # (END_OPERATION)
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
[//]: # (START_OPERATION)
|
|
681
|
+
|
|
682
|
+
[//]: # (CLASS:SecurityApi)
|
|
683
|
+
|
|
684
|
+
[//]: # (METHOD:getSecurityIntervalMoversChange)
|
|
685
|
+
|
|
686
|
+
[//]: # (RETURN_TYPE:SecurityIntervalsMoversResult)
|
|
687
|
+
|
|
688
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
689
|
+
|
|
690
|
+
[//]: # (RETURN_TYPE_DOC:SecurityIntervalsMoversResult.md)
|
|
691
|
+
|
|
692
|
+
[//]: # (OPERATION:getSecurityIntervalMoversChange_v2)
|
|
693
|
+
|
|
694
|
+
[//]: # (ENDPOINT:/securities/market_movers/change)
|
|
695
|
+
|
|
696
|
+
[//]: # (DOCUMENT_LINK:SecurityApi.md#getSecurityIntervalMoversChange)
|
|
697
|
+
|
|
698
|
+
<a name="getSecurityIntervalMoversChange"></a>
|
|
699
|
+
## **getSecurityIntervalMoversChange**
|
|
700
|
+
|
|
701
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getSecurityIntervalMoversChange_v2)
|
|
702
|
+
|
|
703
|
+
[//]: # (START_OVERVIEW)
|
|
704
|
+
|
|
705
|
+
> SecurityIntervalsMoversResult getSecurityIntervalMoversChange(opts)
|
|
706
|
+
|
|
707
|
+
#### Security Intervals Movers By Change
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
Returns a list of intervals for the biggest movers by change over the last hour interval.
|
|
711
|
+
|
|
712
|
+
[//]: # (END_OVERVIEW)
|
|
713
|
+
|
|
714
|
+
### Example
|
|
715
|
+
|
|
716
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
717
|
+
|
|
718
|
+
```javascript
|
|
719
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
720
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
721
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
722
|
+
|
|
723
|
+
var security = new intrinioSDK.SecurityApi();
|
|
724
|
+
|
|
725
|
+
var opts = {
|
|
726
|
+
'source': null,
|
|
727
|
+
'openTime': null
|
|
728
|
+
};
|
|
729
|
+
|
|
730
|
+
security.getSecurityIntervalMoversChange(opts).then(function(data) {
|
|
731
|
+
data = JSON.stringify(data, null, 2)
|
|
732
|
+
console.log(data);
|
|
733
|
+
}, function(error) {
|
|
734
|
+
console.error(error);
|
|
735
|
+
});
|
|
736
|
+
```
|
|
737
|
+
|
|
738
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
739
|
+
|
|
740
|
+
### Parameters
|
|
741
|
+
|
|
742
|
+
[//]: # (START_PARAMETERS)
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
Name | Type | Description | Notes
|
|
746
|
+
------------- | ------------- | ------------- | -------------
|
|
747
|
+
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
|
748
|
+
**openTime** | Date| The inclusive UTC date and time the interval opens at. | [optional]
|
|
749
|
+
<br/>
|
|
750
|
+
|
|
751
|
+
[//]: # (END_PARAMETERS)
|
|
752
|
+
|
|
753
|
+
### Return type
|
|
754
|
+
|
|
755
|
+
[**SecurityIntervalsMoversResult**](SecurityIntervalsMoversResult.md)
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
[//]: # (END_OPERATION)
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
[//]: # (START_OPERATION)
|
|
763
|
+
|
|
764
|
+
[//]: # (CLASS:SecurityApi)
|
|
765
|
+
|
|
766
|
+
[//]: # (METHOD:getSecurityIntervalMoversVolume)
|
|
767
|
+
|
|
768
|
+
[//]: # (RETURN_TYPE:SecurityIntervalsMoversResult)
|
|
769
|
+
|
|
770
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
771
|
+
|
|
772
|
+
[//]: # (RETURN_TYPE_DOC:SecurityIntervalsMoversResult.md)
|
|
773
|
+
|
|
774
|
+
[//]: # (OPERATION:getSecurityIntervalMoversVolume_v2)
|
|
775
|
+
|
|
776
|
+
[//]: # (ENDPOINT:/securities/market_movers/volume)
|
|
777
|
+
|
|
778
|
+
[//]: # (DOCUMENT_LINK:SecurityApi.md#getSecurityIntervalMoversVolume)
|
|
779
|
+
|
|
780
|
+
<a name="getSecurityIntervalMoversVolume"></a>
|
|
781
|
+
## **getSecurityIntervalMoversVolume**
|
|
782
|
+
|
|
783
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getSecurityIntervalMoversVolume_v2)
|
|
784
|
+
|
|
785
|
+
[//]: # (START_OVERVIEW)
|
|
786
|
+
|
|
787
|
+
> SecurityIntervalsMoversResult getSecurityIntervalMoversVolume(opts)
|
|
788
|
+
|
|
789
|
+
#### Security Intervals Movers By Volume
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
Returns a list of intervals for the biggest movers by volume over the last hour interval.
|
|
793
|
+
|
|
794
|
+
[//]: # (END_OVERVIEW)
|
|
795
|
+
|
|
796
|
+
### Example
|
|
797
|
+
|
|
798
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
799
|
+
|
|
800
|
+
```javascript
|
|
801
|
+
var intrinioSDK = require('intrinio-sdk');
|
|
802
|
+
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
|
|
803
|
+
intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
804
|
+
|
|
805
|
+
var security = new intrinioSDK.SecurityApi();
|
|
806
|
+
|
|
807
|
+
var opts = {
|
|
808
|
+
'source': null,
|
|
809
|
+
'openTime': null
|
|
810
|
+
};
|
|
811
|
+
|
|
812
|
+
security.getSecurityIntervalMoversVolume(opts).then(function(data) {
|
|
813
|
+
data = JSON.stringify(data, null, 2)
|
|
814
|
+
console.log(data);
|
|
815
|
+
}, function(error) {
|
|
816
|
+
console.error(error);
|
|
817
|
+
});
|
|
818
|
+
```
|
|
819
|
+
|
|
820
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
821
|
+
|
|
822
|
+
### Parameters
|
|
823
|
+
|
|
824
|
+
[//]: # (START_PARAMETERS)
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
Name | Type | Description | Notes
|
|
828
|
+
------------- | ------------- | ------------- | -------------
|
|
829
|
+
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
|
830
|
+
**openTime** | Date| The inclusive UTC date and time the interval opens at. | [optional]
|
|
831
|
+
<br/>
|
|
832
|
+
|
|
833
|
+
[//]: # (END_PARAMETERS)
|
|
834
|
+
|
|
835
|
+
### Return type
|
|
836
|
+
|
|
837
|
+
[**SecurityIntervalsMoversResult**](SecurityIntervalsMoversResult.md)
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
|
|
592
841
|
[//]: # (END_OPERATION)
|
|
593
842
|
|
|
594
843
|
|
|
@@ -617,12 +866,12 @@ Name | Type | Description | Notes
|
|
|
617
866
|
|
|
618
867
|
[//]: # (START_OVERVIEW)
|
|
619
868
|
|
|
620
|
-
> ApiResponseSecurityIntervalPrices getSecurityIntervalPrices(identifier, opts)
|
|
869
|
+
> ApiResponseSecurityIntervalPrices getSecurityIntervalPrices(identifier, intervalSize, opts)
|
|
621
870
|
|
|
622
871
|
#### Interval Stock Prices for Security
|
|
623
872
|
|
|
624
873
|
|
|
625
|
-
Return
|
|
874
|
+
Return open, close, high, low, volume, average price, and change ratio for a particular interval for the Security with the given `identifier`
|
|
626
875
|
|
|
627
876
|
[//]: # (END_OVERVIEW)
|
|
628
877
|
|
|
@@ -638,6 +887,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;
|
|
|
638
887
|
var security = new intrinioSDK.SecurityApi();
|
|
639
888
|
|
|
640
889
|
var identifier = "AAPL";
|
|
890
|
+
var intervalSize = "15m";
|
|
641
891
|
|
|
642
892
|
|
|
643
893
|
var opts = {
|
|
@@ -647,12 +897,11 @@ var opts = {
|
|
|
647
897
|
'endDate': new Date("2019-01-01"),
|
|
648
898
|
'endTime': null,
|
|
649
899
|
'timezone': "UTC",
|
|
650
|
-
'intervalSize': "1d",
|
|
651
900
|
'pageSize': 100,
|
|
652
901
|
'nextPage': null
|
|
653
902
|
};
|
|
654
903
|
|
|
655
|
-
security.getSecurityIntervalPrices(identifier, opts).then(function(data) {
|
|
904
|
+
security.getSecurityIntervalPrices(identifier, intervalSize, opts).then(function(data) {
|
|
656
905
|
data = JSON.stringify(data, null, 2)
|
|
657
906
|
console.log(data);
|
|
658
907
|
}, function(error) {
|
|
@@ -670,13 +919,13 @@ security.getSecurityIntervalPrices(identifier, opts).then(function(data) {
|
|
|
670
919
|
Name | Type | Description | Notes
|
|
671
920
|
------------- | ------------- | ------------- | -------------
|
|
672
921
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
|
922
|
+
**intervalSize** | String| The interval for which to return stock prices | [default to 15m]
|
|
673
923
|
**source** | String| Return intervals from the specified data source | [optional]
|
|
674
924
|
**startDate** | Date| Return intervals starting at the specified date | [optional]
|
|
675
|
-
**startTime** | String| Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm' format
|
|
925
|
+
**startTime** | String| Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm:ss' format) | [optional]
|
|
676
926
|
**endDate** | Date| Return intervals stopping at the specified date | [optional]
|
|
677
|
-
**endTime** | String| Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm' format
|
|
927
|
+
**endTime** | String| Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format) | [optional]
|
|
678
928
|
**timezone** | String| Returns trading times in this timezone | [optional] [default to UTC]
|
|
679
|
-
**intervalSize** | String| The interval for which to return stock prices | [optional] [default to 1d]
|
|
680
929
|
**pageSize** | Number| The number of results to return | [optional] [default to 100]
|
|
681
930
|
**nextPage** | String| Gets the next page of data from a previous API call | [optional]
|
|
682
931
|
<br/>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:SecurityIntervalMover)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### SecurityIntervalMover
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**symbol** | String | The ticker symbol for the interval
|
|
15
|
+
**change** | Number | The ratio of Close minus Open to Open.
|
|
16
|
+
**open** | Number | The first traded price in this interval.
|
|
17
|
+
**high** | Number | The highest traded price in this interval.
|
|
18
|
+
**low** | Number | The lowest traded price in this interval.
|
|
19
|
+
**close** | Number | The last traded price in this interval.
|
|
20
|
+
**volume** | Number | The volume of trades in this interval.
|
|
21
|
+
**average** | Number | The volume weighted average price of trades in this interval.
|
|
22
|
+
|
|
23
|
+
[//]: # (END_DEFINITION)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
|
|
2
|
+
[//]: # (CLASS:SecurityIntervalsMoversResult)
|
|
3
|
+
|
|
4
|
+
[//]: # (KIND:object)
|
|
5
|
+
|
|
6
|
+
### SecurityIntervalsMoversResult
|
|
7
|
+
|
|
8
|
+
#### Properties
|
|
9
|
+
|
|
10
|
+
[//]: # (START_DEFINITION)
|
|
11
|
+
|
|
12
|
+
Name | Type | Description
|
|
13
|
+
------------ | ------------- | -------------
|
|
14
|
+
**openTime** | Date | The UTC timestamp for the time this interval opened.
|
|
15
|
+
**closeTime** | Date | The UTC timestamp for the time this interval closed.
|
|
16
|
+
**size** | String | The size of the time span for the interval.
|
|
17
|
+
**intervals** | [**[SecurityIntervalMover]**](SecurityIntervalMover.md) | Array of all the intervals in the result.
|
|
18
|
+
|
|
19
|
+
[//]: # (END_DEFINITION)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
[//]: # (CONTAINED_CLASS:SecurityIntervalMover)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
<br/>
|
|
27
|
+
|
|
28
|
+
#### Enum: SizeEnum**
|
|
29
|
+
|
|
30
|
+
Name | Value
|
|
31
|
+
---- | -----
|
|
32
|
+
SixtyMinute | "SixtyMinute"
|
|
33
|
+
ThirtyMinute | "ThirtyMinute"
|
|
34
|
+
FifteenMinute | "FifteenMinute"
|
|
35
|
+
TenMinute | "TenMinute"
|
|
36
|
+
FiveMinute | "FiveMinute"
|
|
37
|
+
OneMinute | "OneMinute"
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
@@ -11,16 +11,33 @@
|
|
|
11
11
|
|
|
12
12
|
Name | Type | Description
|
|
13
13
|
------------ | ------------- | -------------
|
|
14
|
-
**time** | Date | The timestamp that the
|
|
15
|
-
**open** | Number | The
|
|
16
|
-
**close** | Number | The
|
|
14
|
+
**time** | Date | The timestamp that represents the start of the interval span.
|
|
15
|
+
**open** | Number | The first traded price during the period
|
|
16
|
+
**close** | Number | The last traded price during the period
|
|
17
17
|
**high** | Number | The highest price over the span of the period
|
|
18
18
|
**low** | Number | The lowest price over the span of the period
|
|
19
19
|
**volume** | Number | The number of shares exchanged during the period
|
|
20
|
+
**closeTime** | Date | The timestamp that represents the end of the interval span.
|
|
21
|
+
**interval** | String | The size of the interval.
|
|
22
|
+
**average** | Number | The average trade price of an individual stock during the interval.
|
|
23
|
+
**change** | Number | The change ratio from open to close. ((Close - Open)/Open).
|
|
20
24
|
|
|
21
25
|
[//]: # (END_DEFINITION)
|
|
22
26
|
|
|
23
27
|
|
|
24
28
|
|
|
29
|
+
<br/>
|
|
30
|
+
|
|
31
|
+
#### Enum: IntervalEnum**
|
|
32
|
+
|
|
33
|
+
Name | Value
|
|
34
|
+
---- | -----
|
|
35
|
+
SixtyMinute | "SixtyMinute"
|
|
36
|
+
ThirtyMinute | "ThirtyMinute"
|
|
37
|
+
FifteenMinute | "FifteenMinute"
|
|
38
|
+
TenMinute | "TenMinute"
|
|
39
|
+
FiveMinute | "FiveMinute"
|
|
40
|
+
OneMinute | "OneMinute"
|
|
41
|
+
|
|
25
42
|
|
|
26
43
|
|
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.39.0
|
|
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.
|
|
35
|
+
* @version 6.23.0
|
|
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.39.0
|
|
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.
|
|
36
|
+
* @version 6.23.0
|
|
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.39.0
|
|
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.
|
|
36
|
+
* @version 6.23.0
|
|
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.39.0
|
|
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.
|
|
36
|
+
* @version 6.23.0
|
|
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.39.0
|
|
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.
|
|
36
|
+
* @version 6.23.0
|
|
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.39.0
|
|
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.
|
|
36
|
+
* @version 6.23.0
|
|
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.39.0
|
|
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.
|
|
36
|
+
* @version 6.23.0
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|