intrinio-sdk 6.23.1 → 6.24.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.
Files changed (291) hide show
  1. package/README.md +4 -3
  2. package/docs/ETFsApi.md +1 -1
  3. package/docs/OptionsApi.md +93 -6
  4. package/docs/RealtimeStockPrice.md +3 -3
  5. package/package.json +1 -1
  6. package/src/ApiClient.js +2 -2
  7. package/src/api/BulkDownloadsApi.js +2 -2
  8. package/src/api/CompanyApi.js +2 -2
  9. package/src/api/DataPointApi.js +2 -2
  10. package/src/api/DataTagApi.js +2 -2
  11. package/src/api/ESGApi.js +2 -2
  12. package/src/api/ETFsApi.js +4 -4
  13. package/src/api/FilingApi.js +2 -2
  14. package/src/api/ForexApi.js +2 -2
  15. package/src/api/FundamentalsApi.js +2 -2
  16. package/src/api/HistoricalDataApi.js +2 -2
  17. package/src/api/IndexApi.js +2 -2
  18. package/src/api/InsiderTransactionFilingsApi.js +2 -2
  19. package/src/api/MunicipalityApi.js +2 -2
  20. package/src/api/OptionsApi.js +75 -12
  21. package/src/api/OwnersApi.js +2 -2
  22. package/src/api/SecurityApi.js +2 -2
  23. package/src/api/StockExchangeApi.js +2 -2
  24. package/src/api/TechnicalApi.js +2 -2
  25. package/src/api/ZacksApi.js +2 -2
  26. package/src/index.js +2 -2
  27. package/src/model/AccumulationDistributionIndexTechnicalValue.js +2 -2
  28. package/src/model/ApiResponseBulkDownloadLinks.js +2 -2
  29. package/src/model/ApiResponseCompanies.js +2 -2
  30. package/src/model/ApiResponseCompaniesSearch.js +2 -2
  31. package/src/model/ApiResponseCompanyAnswers.js +2 -2
  32. package/src/model/ApiResponseCompanyFilings.js +2 -2
  33. package/src/model/ApiResponseCompanyFundamentals.js +2 -2
  34. package/src/model/ApiResponseCompanyHistoricalData.js +2 -2
  35. package/src/model/ApiResponseCompanyInsiderTransactionFilings.js +2 -2
  36. package/src/model/ApiResponseCompanyNews.js +2 -2
  37. package/src/model/ApiResponseCompanyRecognize.js +2 -2
  38. package/src/model/ApiResponseCompanySecurities.js +2 -2
  39. package/src/model/ApiResponseCompanySharesOutstanding.js +2 -2
  40. package/src/model/ApiResponseDataTags.js +2 -2
  41. package/src/model/ApiResponseDataTagsSearch.js +2 -2
  42. package/src/model/ApiResponseESGCompanies.js +2 -2
  43. package/src/model/ApiResponseESGCompanyComprehensiveRatingHistory.js +2 -2
  44. package/src/model/ApiResponseESGCompanyRatingHistory.js +2 -2
  45. package/src/model/ApiResponseESGLatest.js +2 -2
  46. package/src/model/ApiResponseESGLatestComprehensive.js +2 -2
  47. package/src/model/ApiResponseETFHoldings.js +2 -2
  48. package/src/model/ApiResponseETFs.js +2 -2
  49. package/src/model/ApiResponseEconomicIndexHistoricalData.js +2 -2
  50. package/src/model/ApiResponseEconomicIndices.js +2 -2
  51. package/src/model/ApiResponseEconomicIndicesSearch.js +2 -2
  52. package/src/model/ApiResponseFilingAnswers.js +2 -2
  53. package/src/model/ApiResponseFilingFundamentals.js +2 -2
  54. package/src/model/ApiResponseFilingNotes.js +2 -2
  55. package/src/model/ApiResponseFilingNotesSearch.js +2 -2
  56. package/src/model/ApiResponseFilings.js +2 -2
  57. package/src/model/ApiResponseForexCurrencies.js +2 -2
  58. package/src/model/ApiResponseForexPairs.js +2 -2
  59. package/src/model/ApiResponseForexPrices.js +2 -2
  60. package/src/model/ApiResponseHistoricalData.js +2 -2
  61. package/src/model/ApiResponseInitialPublicOfferings.js +2 -2
  62. package/src/model/ApiResponseInsiderTransactionFilings.js +2 -2
  63. package/src/model/ApiResponseMunicipalities.js +2 -2
  64. package/src/model/ApiResponseMunicipalitiyFinancials.js +2 -2
  65. package/src/model/ApiResponseNews.js +2 -2
  66. package/src/model/ApiResponseOptionPrices.js +2 -2
  67. package/src/model/ApiResponseOptions.js +2 -2
  68. package/src/model/ApiResponseOptionsChain.js +2 -2
  69. package/src/model/ApiResponseOptionsChainEod.js +2 -2
  70. package/src/model/ApiResponseOptionsChainRealtime.js +2 -2
  71. package/src/model/ApiResponseOptionsExpirations.js +2 -2
  72. package/src/model/ApiResponseOptionsPriceRealtime.js +2 -2
  73. package/src/model/ApiResponseOptionsPricesBatchRealtime.js +2 -2
  74. package/src/model/ApiResponseOptionsPricesEod.js +2 -2
  75. package/src/model/ApiResponseOptionsRealtime.js +2 -2
  76. package/src/model/ApiResponseOptionsStatsRealtime.js +2 -2
  77. package/src/model/ApiResponseOptionsTickers.js +2 -2
  78. package/src/model/ApiResponseOptionsUnusualActivity.js +2 -2
  79. package/src/model/ApiResponseOwnerInsiderTransactionFilings.js +2 -2
  80. package/src/model/ApiResponseOwnerInstitutionalHoldings.js +2 -2
  81. package/src/model/ApiResponseOwners.js +2 -2
  82. package/src/model/ApiResponseReportedFinancials.js +2 -2
  83. package/src/model/ApiResponseSICIndexHistoricalData.js +2 -2
  84. package/src/model/ApiResponseSICIndices.js +2 -2
  85. package/src/model/ApiResponseSICIndicesSearch.js +2 -2
  86. package/src/model/ApiResponseSecurities.js +2 -2
  87. package/src/model/ApiResponseSecuritiesSearch.js +2 -2
  88. package/src/model/ApiResponseSecurityAccumulationDistributionIndex.js +2 -2
  89. package/src/model/ApiResponseSecurityAverageDailyTradingVolume.js +2 -2
  90. package/src/model/ApiResponseSecurityAverageDirectionalIndex.js +2 -2
  91. package/src/model/ApiResponseSecurityAverageTrueRange.js +2 -2
  92. package/src/model/ApiResponseSecurityAwesomeOscillator.js +2 -2
  93. package/src/model/ApiResponseSecurityBollingerBands.js +2 -2
  94. package/src/model/ApiResponseSecurityChaikinMoneyFlow.js +2 -2
  95. package/src/model/ApiResponseSecurityCommodityChannelIndex.js +2 -2
  96. package/src/model/ApiResponseSecurityDetrendedPriceOscillator.js +2 -2
  97. package/src/model/ApiResponseSecurityDonchianChannel.js +2 -2
  98. package/src/model/ApiResponseSecurityEaseOfMovement.js +2 -2
  99. package/src/model/ApiResponseSecurityForceIndex.js +2 -2
  100. package/src/model/ApiResponseSecurityHistoricalData.js +2 -2
  101. package/src/model/ApiResponseSecurityIchimokuKinkoHyo.js +2 -2
  102. package/src/model/ApiResponseSecurityInstitutionalOwnership.js +2 -2
  103. package/src/model/ApiResponseSecurityIntervalPrices.js +2 -2
  104. package/src/model/ApiResponseSecurityIntradayPrices.js +2 -2
  105. package/src/model/ApiResponseSecurityKeltnerChannel.js +2 -2
  106. package/src/model/ApiResponseSecurityKnowSureThing.js +2 -2
  107. package/src/model/ApiResponseSecurityMassIndex.js +2 -2
  108. package/src/model/ApiResponseSecurityMoneyFlowIndex.js +2 -2
  109. package/src/model/ApiResponseSecurityMovingAverageConvergenceDivergence.js +2 -2
  110. package/src/model/ApiResponseSecurityNegativeVolumeIndex.js +2 -2
  111. package/src/model/ApiResponseSecurityOnBalanceVolume.js +2 -2
  112. package/src/model/ApiResponseSecurityOnBalanceVolumeMean.js +2 -2
  113. package/src/model/ApiResponseSecurityRelativeStrengthIndex.js +2 -2
  114. package/src/model/ApiResponseSecuritySimpleMovingAverage.js +2 -2
  115. package/src/model/ApiResponseSecurityStochasticOscillator.js +2 -2
  116. package/src/model/ApiResponseSecurityStockPriceAdjustments.js +2 -2
  117. package/src/model/ApiResponseSecurityStockPrices.js +2 -2
  118. package/src/model/ApiResponseSecurityTripleExponentialAverage.js +2 -2
  119. package/src/model/ApiResponseSecurityTrueStrengthIndex.js +2 -2
  120. package/src/model/ApiResponseSecurityUltimateOscillator.js +2 -2
  121. package/src/model/ApiResponseSecurityVolumePriceTrend.js +2 -2
  122. package/src/model/ApiResponseSecurityVolumeWeightedAveragePrice.js +2 -2
  123. package/src/model/ApiResponseSecurityVortexIndicator.js +2 -2
  124. package/src/model/ApiResponseSecurityWilliamsR.js +2 -2
  125. package/src/model/ApiResponseSecurityZacksAnalystRatings.js +2 -2
  126. package/src/model/ApiResponseSecurityZacksAnalystRatingsSnapshot.js +2 -2
  127. package/src/model/ApiResponseSecurityZacksEPSSurprises.js +2 -2
  128. package/src/model/ApiResponseSecurityZacksSalesSurprises.js +2 -2
  129. package/src/model/ApiResponseStandardizedFinancials.js +2 -2
  130. package/src/model/ApiResponseStandardizedFinancialsDimensions.js +2 -2
  131. package/src/model/ApiResponseStockExchangeRealtimeStockPrices.js +2 -2
  132. package/src/model/ApiResponseStockExchangeSecurities.js +2 -2
  133. package/src/model/ApiResponseStockExchangeStockPriceAdjustments.js +2 -2
  134. package/src/model/ApiResponseStockExchangeStockPrices.js +2 -2
  135. package/src/model/ApiResponseStockExchanges.js +2 -2
  136. package/src/model/ApiResponseStockMarketIndexHistoricalData.js +2 -2
  137. package/src/model/ApiResponseStockMarketIndices.js +2 -2
  138. package/src/model/ApiResponseStockMarketIndicesSearch.js +2 -2
  139. package/src/model/ApiResponseZacksAnalystRatings.js +2 -2
  140. package/src/model/ApiResponseZacksEPSEstimates.js +2 -2
  141. package/src/model/ApiResponseZacksEPSGrowthRates.js +2 -2
  142. package/src/model/ApiResponseZacksEPSSurprises.js +2 -2
  143. package/src/model/ApiResponseZacksETFHoldings.js +2 -2
  144. package/src/model/ApiResponseZacksInstitutionalHoldingCompanies.js +2 -2
  145. package/src/model/ApiResponseZacksInstitutionalHoldingOwners.js +2 -2
  146. package/src/model/ApiResponseZacksInstitutionalHoldings.js +2 -2
  147. package/src/model/ApiResponseZacksLongTermGrowthRates.js +2 -2
  148. package/src/model/ApiResponseZacksSalesSurprises.js +2 -2
  149. package/src/model/ApiResponseZacksTargetPriceConsensuses.js +2 -2
  150. package/src/model/AverageDailyTradingVolumeTechnicalValue.js +2 -2
  151. package/src/model/AverageDirectionalIndexTechnicalValue.js +2 -2
  152. package/src/model/AverageTrueRangeTechnicalValue.js +2 -2
  153. package/src/model/AwesomeOscillatorTechnicalValue.js +2 -2
  154. package/src/model/BollingerBandsTechnicalValue.js +2 -2
  155. package/src/model/BulkDownloadLinks.js +2 -2
  156. package/src/model/BulkDownloadSummary.js +2 -2
  157. package/src/model/ChaikinMoneyFlowTechnicalValue.js +2 -2
  158. package/src/model/CommodityChannelIndexTechnicalValue.js +2 -2
  159. package/src/model/Company.js +2 -2
  160. package/src/model/CompanyFiling.js +2 -2
  161. package/src/model/CompanyInitialPublicOffering.js +2 -2
  162. package/src/model/CompanyNews.js +2 -2
  163. package/src/model/CompanyNewsSummary.js +2 -2
  164. package/src/model/CompanySharesOutstanding.js +2 -2
  165. package/src/model/CompanySummary.js +2 -2
  166. package/src/model/DataTag.js +2 -2
  167. package/src/model/DataTagSummary.js +2 -2
  168. package/src/model/DetrendedPriceOscillatorTechnicalValue.js +2 -2
  169. package/src/model/DividendRecord.js +2 -2
  170. package/src/model/DonchianChannelTechnicalValue.js +2 -2
  171. package/src/model/ESGCompanySummary.js +2 -2
  172. package/src/model/ESGComprehensiveRating.js +2 -2
  173. package/src/model/ESGComprehensiveRatingWithCompany.js +2 -2
  174. package/src/model/ESGRating.js +2 -2
  175. package/src/model/ESGRatingWithCompany.js +2 -2
  176. package/src/model/ETF.js +2 -2
  177. package/src/model/ETFAnalytics.js +2 -2
  178. package/src/model/ETFHolding.js +2 -2
  179. package/src/model/ETFStats.js +2 -2
  180. package/src/model/ETFSummary.js +2 -2
  181. package/src/model/EarningsRecord.js +2 -2
  182. package/src/model/EaseOfMovementTechnicalValue.js +2 -2
  183. package/src/model/EconomicIndex.js +2 -2
  184. package/src/model/EconomicIndexSummary.js +2 -2
  185. package/src/model/Filing.js +2 -2
  186. package/src/model/FilingNote.js +2 -2
  187. package/src/model/FilingNoteFiling.js +2 -2
  188. package/src/model/FilingNoteSummary.js +2 -2
  189. package/src/model/FilingSummary.js +2 -2
  190. package/src/model/ForceIndexTechnicalValue.js +2 -2
  191. package/src/model/ForexCurrency.js +2 -2
  192. package/src/model/ForexPair.js +2 -2
  193. package/src/model/ForexPrice.js +2 -2
  194. package/src/model/Fundamental.js +2 -2
  195. package/src/model/FundamentalSummary.js +2 -2
  196. package/src/model/HistoricalData.js +2 -2
  197. package/src/model/IchimokuKinkoHyoTechnicalValue.js +2 -2
  198. package/src/model/InsiderTransaction.js +2 -2
  199. package/src/model/InsiderTransactionFiling.js +2 -2
  200. package/src/model/InstitutionalHolding.js +2 -2
  201. package/src/model/InstitutionalOwnership.js +2 -2
  202. package/src/model/IntradayStockPrice.js +2 -2
  203. package/src/model/KeltnerChannelTechnicalValue.js +2 -2
  204. package/src/model/KnowSureThingTechnicalValue.js +2 -2
  205. package/src/model/MassIndexTechnicalValue.js +2 -2
  206. package/src/model/MoneyFlowIndexTechnicalValue.js +2 -2
  207. package/src/model/MovingAverageConvergenceDivergenceTechnicalValue.js +2 -2
  208. package/src/model/Municipality.js +2 -2
  209. package/src/model/MunicipalityFinancial.js +2 -2
  210. package/src/model/NegativeVolumeIndexTechnicalValue.js +2 -2
  211. package/src/model/OnBalanceVolumeMeanTechnicalValue.js +2 -2
  212. package/src/model/OnBalanceVolumeTechnicalValue.js +2 -2
  213. package/src/model/Option.js +2 -2
  214. package/src/model/OptionChain.js +2 -2
  215. package/src/model/OptionChainEod.js +2 -2
  216. package/src/model/OptionChainRealtime.js +2 -2
  217. package/src/model/OptionContractsList.js +2 -2
  218. package/src/model/OptionEod.js +2 -2
  219. package/src/model/OptionFactorsRealtime.js +2 -2
  220. package/src/model/OptionInterval.js +2 -2
  221. package/src/model/OptionIntervalMover.js +2 -2
  222. package/src/model/OptionIntervalsMoversResult.js +2 -2
  223. package/src/model/OptionIntervalsResult.js +2 -2
  224. package/src/model/OptionPrice.js +2 -2
  225. package/src/model/OptionPriceBatchRealtime.js +2 -2
  226. package/src/model/OptionPriceEod.js +2 -2
  227. package/src/model/OptionPriceRealtime.js +2 -2
  228. package/src/model/OptionRealtime.js +2 -2
  229. package/src/model/OptionSnapshotGroup.js +2 -2
  230. package/src/model/OptionSnapshotsResult.js +2 -2
  231. package/src/model/OptionStatsRealtime.js +2 -2
  232. package/src/model/OptionUnusualTrade.js +2 -2
  233. package/src/model/Owner.js +2 -2
  234. package/src/model/OwnerSummary.js +2 -2
  235. package/src/model/RealtimeStockPrice.js +5 -5
  236. package/src/model/RealtimeStockPriceSecurity.js +2 -2
  237. package/src/model/RelativeStrengthIndexTechnicalValue.js +2 -2
  238. package/src/model/ReportedFinancial.js +2 -2
  239. package/src/model/ReportedFinancialDimension.js +2 -2
  240. package/src/model/ReportedTag.js +2 -2
  241. package/src/model/SICIndex.js +2 -2
  242. package/src/model/Security.js +2 -2
  243. package/src/model/SecurityIntervalMover.js +2 -2
  244. package/src/model/SecurityIntervalsMoversResult.js +2 -2
  245. package/src/model/SecurityScreenClause.js +2 -2
  246. package/src/model/SecurityScreenGroup.js +2 -2
  247. package/src/model/SecurityScreenResult.js +2 -2
  248. package/src/model/SecurityScreenResultData.js +2 -2
  249. package/src/model/SecuritySnapshotGroup.js +2 -2
  250. package/src/model/SecuritySnapshotsResult.js +2 -2
  251. package/src/model/SecuritySummary.js +2 -2
  252. package/src/model/SimpleMovingAverageTechnicalValue.js +2 -2
  253. package/src/model/StandardizedFinancial.js +2 -2
  254. package/src/model/StandardizedFinancialsDimension.js +2 -2
  255. package/src/model/StochasticOscillatorTechnicalValue.js +2 -2
  256. package/src/model/StockExchange.js +2 -2
  257. package/src/model/StockMarketIndex.js +2 -2
  258. package/src/model/StockMarketIndexSummary.js +2 -2
  259. package/src/model/StockPrice.js +2 -2
  260. package/src/model/StockPriceAdjustment.js +2 -2
  261. package/src/model/StockPriceAdjustmentSummary.js +2 -2
  262. package/src/model/StockPriceInterval.js +2 -2
  263. package/src/model/StockPriceSummary.js +2 -2
  264. package/src/model/TechnicalIndicator.js +2 -2
  265. package/src/model/TheaEntityAnswer.js +2 -2
  266. package/src/model/TheaSourceDocument.js +2 -2
  267. package/src/model/TripleExponentialAverageTechnicalValue.js +2 -2
  268. package/src/model/TrueStrengthIndexTechnicalValue.js +2 -2
  269. package/src/model/UltimateOscillatorTechnicalValue.js +2 -2
  270. package/src/model/VolumePriceTrendTechnicalValue.js +2 -2
  271. package/src/model/VolumeWeightedAveragePriceValue.js +2 -2
  272. package/src/model/VortexIndicatorTechnicalValue.js +2 -2
  273. package/src/model/WilliamsRTechnicalValue.js +2 -2
  274. package/src/model/ZacksAnalystRating.js +2 -2
  275. package/src/model/ZacksAnalystRatingSnapshot.js +2 -2
  276. package/src/model/ZacksAnalystRatingSummary.js +2 -2
  277. package/src/model/ZacksEPSEstimate.js +2 -2
  278. package/src/model/ZacksEPSGrowthRate.js +2 -2
  279. package/src/model/ZacksEPSSurprise.js +2 -2
  280. package/src/model/ZacksEPSSurpriseSummary.js +2 -2
  281. package/src/model/ZacksETFHolding.js +2 -2
  282. package/src/model/ZacksInstitutionalHolding.js +2 -2
  283. package/src/model/ZacksInstitutionalHoldingCompanyDetail.js +2 -2
  284. package/src/model/ZacksInstitutionalHoldingCompanySummary.js +2 -2
  285. package/src/model/ZacksInstitutionalHoldingHistoricalSummary.js +2 -2
  286. package/src/model/ZacksInstitutionalHoldingOwnerDetail.js +2 -2
  287. package/src/model/ZacksInstitutionalHoldingOwnerSummary.js +2 -2
  288. package/src/model/ZacksLongTermGrowthRate.js +2 -2
  289. package/src/model/ZacksSalesSurprise.js +2 -2
  290. package/src/model/ZacksSalesSurpriseSummary.js +2 -2
  291. package/src/model/ZacksTargetPriceConsensus.js +2 -2
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.39.2
8
- - Package version: 6.23.1
7
+ - API version: 2.42.0
8
+ - Package version: 6.24.0
9
9
 
10
10
 
11
11
  ## Installation
@@ -151,7 +151,7 @@ Class | Method | HTTP request | Description
151
151
  *intrinioSDK.MunicipalityApi* | [**getMunicipalityById**](docs/MunicipalityApi.md#getMunicipalityById) | **GET** /municipalities/{id} | Municipality by ID
152
152
  *intrinioSDK.MunicipalityApi* | [**getMunicipalityFinancials**](docs/MunicipalityApi.md#getMunicipalityFinancials) | **GET** /municipalities/{id}/financials | Financials for a Municipality
153
153
  *intrinioSDK.OptionsApi* | [**getAllOptionsTickers**](docs/OptionsApi.md#getAllOptionsTickers) | **GET** /options/tickers | Options Tickers
154
- *intrinioSDK.OptionsApi* | [**getOptionExpirationsRealtime**](docs/OptionsApi.md#getOptionExpirationsRealtime) | **GET** /options/expirations/{symbol}/realtime | Option Expirations Realtime
154
+ *intrinioSDK.OptionsApi* | [**getOptionExpirationsRealtime**](docs/OptionsApi.md#getOptionExpirationsRealtime) | **GET** /options/expirations/{symbol}/realtime | Options Expirations
155
155
  *intrinioSDK.OptionsApi* | [**getOptionStrikesRealtime**](docs/OptionsApi.md#getOptionStrikesRealtime) | **GET** /options/strikes/{symbol}/{strike}/realtime | Option Strikes Realtime
156
156
  *intrinioSDK.OptionsApi* | [**getOptions**](docs/OptionsApi.md#getOptions) | **GET** /options/{symbol} | Options
157
157
  *intrinioSDK.OptionsApi* | [**getOptionsBySymbolRealtime**](docs/OptionsApi.md#getOptionsBySymbolRealtime) | **GET** /options/{symbol}/realtime | Options by Symbol Realtime
@@ -159,6 +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* | [**getOptionsExpirationsEod**](docs/OptionsApi.md#getOptionsExpirationsEod) | **GET** /options/expirations/{symbol}/eod | Options Expirations
162
163
  *intrinioSDK.OptionsApi* | [**getOptionsIntervalByContract**](docs/OptionsApi.md#getOptionsIntervalByContract) | **GET** /options/interval/{identifier} | Options Intervals By Contract
163
164
  *intrinioSDK.OptionsApi* | [**getOptionsIntervalMovers**](docs/OptionsApi.md#getOptionsIntervalMovers) | **GET** /options/interval/movers | Options Intervals Movers
164
165
  *intrinioSDK.OptionsApi* | [**getOptionsIntervalMoversChange**](docs/OptionsApi.md#getOptionsIntervalMoversChange) | **GET** /options/interval/movers/change | Options Intervals Movers By Change
package/docs/ETFsApi.md CHANGED
@@ -206,7 +206,7 @@ Name | Type | Description | Notes
206
206
  #### ETF Analytics
207
207
 
208
208
 
209
- Returns latest market analytics for a specified US ETF, including volume, trailing volumen, market cap, 52 week high, and 52 week low.
209
+ Returns latest market analytics for a specified US ETF, including volume, trailing volume, market cap, 52 week high, and 52 week low.
210
210
 
211
211
  [//]: # (END_OVERVIEW)
212
212
 
@@ -5,7 +5,7 @@ All URIs are relative to *https://api-v2.intrinio.com*
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**getAllOptionsTickers**](OptionsApi.md#getAllOptionsTickers) | **GET** /options/tickers | Options Tickers
8
- [**getOptionExpirationsRealtime**](OptionsApi.md#getOptionExpirationsRealtime) | **GET** /options/expirations/{symbol}/realtime | Option Expirations Realtime
8
+ [**getOptionExpirationsRealtime**](OptionsApi.md#getOptionExpirationsRealtime) | **GET** /options/expirations/{symbol}/realtime | Options Expirations
9
9
  [**getOptionStrikesRealtime**](OptionsApi.md#getOptionStrikesRealtime) | **GET** /options/strikes/{symbol}/{strike}/realtime | Option Strikes Realtime
10
10
  [**getOptions**](OptionsApi.md#getOptions) | **GET** /options/{symbol} | Options
11
11
  [**getOptionsBySymbolRealtime**](OptionsApi.md#getOptionsBySymbolRealtime) | **GET** /options/{symbol}/realtime | Options by Symbol Realtime
@@ -13,6 +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
+ [**getOptionsExpirationsEod**](OptionsApi.md#getOptionsExpirationsEod) | **GET** /options/expirations/{symbol}/eod | Options Expirations
16
17
  [**getOptionsIntervalByContract**](OptionsApi.md#getOptionsIntervalByContract) | **GET** /options/interval/{identifier} | Options Intervals By Contract
17
18
  [**getOptionsIntervalMovers**](OptionsApi.md#getOptionsIntervalMovers) | **GET** /options/interval/movers | Options Intervals Movers
18
19
  [**getOptionsIntervalMoversChange**](OptionsApi.md#getOptionsIntervalMoversChange) | **GET** /options/interval/movers/change | Options Intervals Movers By Change
@@ -130,10 +131,10 @@ This endpoint does not need any parameter.
130
131
 
131
132
  > ApiResponseOptionsExpirations getOptionExpirationsRealtime(symbol, opts)
132
133
 
133
- #### Option Expirations Realtime
134
+ #### Options Expirations
134
135
 
135
136
 
136
- Returns a list of all current and upcoming expiration dates for a particular symbol.
137
+ Returns a list of all current and upcoming option contract expiration dates for a particular symbol.
137
138
 
138
139
  [//]: # (END_OVERVIEW)
139
140
 
@@ -302,7 +303,7 @@ Name | Type | Description | Notes
302
303
  #### Options
303
304
 
304
305
 
305
- Returns a list of all securities that have options listed and are tradable on a US market exchange. Useful to retrieve the entire universe.
306
+ Returns a list of all securities that have options listed and are tradable on a US market exchange. Useful to retrieve the entire universe. Available via a 3rd party, contact sales for a trial.
306
307
 
307
308
  [//]: # (END_OVERVIEW)
308
309
 
@@ -500,7 +501,7 @@ Name | Type | Description | Notes
500
501
  #### Options Chain
501
502
 
502
503
 
503
- Returns a list of the historical end-of-day top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all option contracts currently associated with the option chain.
504
+ Returns a list of the historical end-of-day top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all option contracts currently associated with the option chain. Available via a 3rd party, contact sales for a trial.
504
505
 
505
506
  [//]: # (END_OVERVIEW)
506
507
 
@@ -796,7 +797,7 @@ Name | Type | Description | Notes
796
797
  #### Options Expirations
797
798
 
798
799
 
799
- Returns a list of all current and upcoming option contract expiration dates for a particular symbol.
800
+ Returns a list of all current and upcoming option contract expiration dates for a particular symbol. Available via a 3rd party, contact sales for a trial.
800
801
 
801
802
  [//]: # (END_OVERVIEW)
802
803
 
@@ -849,6 +850,92 @@ Name | Type | Description | Notes
849
850
 
850
851
 
851
852
 
853
+ [//]: # (END_OPERATION)
854
+
855
+
856
+ [//]: # (START_OPERATION)
857
+
858
+ [//]: # (CLASS:OptionsApi)
859
+
860
+ [//]: # (METHOD:getOptionsExpirationsEod)
861
+
862
+ [//]: # (RETURN_TYPE:ApiResponseOptionsExpirations)
863
+
864
+ [//]: # (RETURN_TYPE_KIND:object)
865
+
866
+ [//]: # (RETURN_TYPE_DOC:ApiResponseOptionsExpirations.md)
867
+
868
+ [//]: # (OPERATION:getOptionsExpirationsEod_v2)
869
+
870
+ [//]: # (ENDPOINT:/options/expirations/{symbol}/eod)
871
+
872
+ [//]: # (DOCUMENT_LINK:OptionsApi.md#getOptionsExpirationsEod)
873
+
874
+ <a name="getOptionsExpirationsEod"></a>
875
+ ## **getOptionsExpirationsEod**
876
+
877
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/javascript/getOptionsExpirationsEod_v2)
878
+
879
+ [//]: # (START_OVERVIEW)
880
+
881
+ > ApiResponseOptionsExpirations getOptionsExpirationsEod(symbol, opts)
882
+
883
+ #### Options Expirations
884
+
885
+
886
+ Returns a list of all current and upcoming option contract expiration dates for a particular symbol.
887
+
888
+ [//]: # (END_OVERVIEW)
889
+
890
+ ### Example
891
+
892
+ [//]: # (START_CODE_EXAMPLE)
893
+
894
+ ```javascript
895
+ var intrinioSDK = require('intrinio-sdk');
896
+ intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
897
+ intrinioSDK.ApiClient.instance.enableRetries = true;
898
+
899
+ var options = new intrinioSDK.OptionsApi();
900
+
901
+ var symbol = "MSFT";
902
+
903
+
904
+ var opts = {
905
+ 'after': "2019-01-01",
906
+ 'before': "2019-12-31"
907
+ };
908
+
909
+ options.getOptionsExpirationsEod(symbol, opts).then(function(data) {
910
+ data = JSON.stringify(data, null, 2)
911
+ console.log(data);
912
+ }, function(error) {
913
+ console.error(error);
914
+ });
915
+ ```
916
+
917
+ [//]: # (END_CODE_EXAMPLE)
918
+
919
+ ### Parameters
920
+
921
+ [//]: # (START_PARAMETERS)
922
+
923
+
924
+ Name | Type | Description | Notes
925
+ ------------- | ------------- | ------------- | -------------
926
+ **symbol** | String| The option symbol, corresponding to the underlying security. | &nbsp;
927
+ **after** | String| Return option contract expiration dates after this date. | [optional] &nbsp;
928
+ **before** | String| Return option contract expiration dates before this date. | [optional] &nbsp;
929
+ <br/>
930
+
931
+ [//]: # (END_PARAMETERS)
932
+
933
+ ### Return type
934
+
935
+ [**ApiResponseOptionsExpirations**](ApiResponseOptionsExpirations.md)
936
+
937
+
938
+
852
939
  [//]: # (END_OPERATION)
853
940
 
854
941
 
@@ -26,9 +26,9 @@ Name | Type | Description
26
26
  **marketVolume** | Number | The number of shares exchanged during the trading day for the whole market. &nbsp;
27
27
  **updatedOn** | Date | The date and time when the data was last updated. &nbsp;
28
28
  **source** | String | The source of the data. &nbsp;
29
- **listingVenue** | String | The venue the price came from. &nbsp;
30
- **salesConditions** | String | The condition for the sale. &nbsp;
31
- **quoteConditions** | String | The condition for the quote. &nbsp;
29
+ **listingVenue** | String | The listing venue where the trade took place. Available only where source is SIP. Listing Venue Modifiers include: Q – Nasdaq | N – NYSE | A – NYSE American | P – NYSE Arca | u – Other OTC Markets | V – Investors Exchange LLC &nbsp;
30
+ **salesConditions** | String | When applicable, indicates any sales condition modifiers associated with the trade. Sales Condition Modifers include: @ – Regular Sale | A – Acquisition | B – Bunched Trade | C – Cash Sale | D – Distribution | E – Placeholder | F – Intermarket Sweep | G – Bunched Sold Trade | H – Priced Variation Trade | I – Odd Lot Trade | K – Rule 155 Trade (AMEX) | L – Sold Last | M – Market Center Official Close | N – Next Day | O – Opening Prints | P – Prior Reference Price | Q – Market Center Official Open | R – Seller | S – Split Trade | T – Form T | U – Extended Trading Hours (Sold Out of Sequence) | V – Contingent Trade | W – Average Price Trade | X – Cross/Periodic Auction Trade | Y – Yellow Flag Regular Trade | Z – Sold (Out of Sequence) | 1 – Stopped Stock (Regular Trade) | 4 – Derivatively Priced | 5 – Re-Opening Prints | 6 – Closing Prints | 7 – Qualified Contingent Trade (QCT) | 8 – Placeholder for 611 Exempt | 9 – Corrected Consolidated Close (Per Listing Market) &nbsp;
31
+ **quoteConditions** | String | When applicable, indicates any quote condition modifiers associated with the trade. Quote Condition Modifiers include: R – Regular | A – Slow on Ask | – Slow on Bid | C – Closing | D – News Dissemination | F – Slow on ASK (LRP or Gap Quote) | E – Slow on Bid (LRP or Gap Quote) | G – Trading Range Indication | H – Slow on Bid and Ask | I – Order Imbalance | J – Due to Related - News Dissemination | K – Due to Related - News Pending | O – Open | L – Closed | M – Volatility Trading Pause | N – Non-Firm Quote | O – Opening | P – News Pending | S – Due to Related | T – Resume | U – Slow on Bid and Ask (LRP or Gap Quote) | V – In View of Common | W – Slow on Bid and Ask (LRP or Gap Quote) | X – Equipment Changeover | Y – Sub-Penny Trading | Z – No Open / No Resume | F – Fast Trading | U – Slow on Bid and Ask (Non-Firm) | One-Sided – One-Sided | X – Order Influx | 0 – Special Opening Quote | Halted – Halted | Benchmark – Benchmark | Implied – Implied | Exchange Best – Exchange Best | 1 – Market Wide Circuit Breaker Level 1 | 2 – Market Wide Circuit Breaker Level 2 | 3 – Market Wide Circuit Breaker Level 3 | Rotation – Rotation | Auto Exec Eligible – Auto Exec Eligible | Bid Side Firm – Bid Side Firm | Ask Side Firm – Ask Side Firm | 4 – On Demand Intraday Auction | I – Indicative Value (OPRA) | 45 – Additional Information Required (CTS) | 46 – Regulatory Concern (CTS) | 47 – Merger Effective | 49 – Corporate Action (CTS) | 50 – New Security Offering (CTS) | 51 – Intraday Indicative Value Unavailable (CTS) &nbsp;
32
32
  **marketCenterCode** | String | The market center character code. &nbsp;
33
33
  **isDarkpool** | Boolean | Whether or not the current trade is from a darkpool or not. &nbsp;
34
34
  **security** | [**RealtimeStockPriceSecurity**](RealtimeStockPriceSecurity.md) | &nbsp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intrinio-sdk",
3
- "version": "6.23.1",
3
+ "version": "6.24.0",
4
4
  "description": "Access the Intrinio API",
5
5
  "license": "GPLv3",
6
6
  "main": "src/index.js",
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.39.2
5
+ * OpenAPI spec version: 2.42.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.23.1
35
+ * @version 6.24.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.39.2
5
+ * OpenAPI spec version: 2.42.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.23.1
36
+ * @version 6.24.0
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.39.2
5
+ * OpenAPI spec version: 2.42.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.23.1
36
+ * @version 6.24.0
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.39.2
5
+ * OpenAPI spec version: 2.42.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.23.1
36
+ * @version 6.24.0
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.39.2
5
+ * OpenAPI spec version: 2.42.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.23.1
36
+ * @version 6.24.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.39.2
5
+ * OpenAPI spec version: 2.42.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.23.1
36
+ * @version 6.24.0
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.39.2
5
+ * OpenAPI spec version: 2.42.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.23.1
36
+ * @version 6.24.0
37
37
  */
38
38
 
39
39
  /**
@@ -163,7 +163,7 @@
163
163
 
164
164
  /**
165
165
  * ETF Analytics
166
- * Returns latest market analytics for a specified US ETF, including volume, trailing volumen, market cap, 52 week high, and 52 week low.
166
+ * Returns latest market analytics for a specified US ETF, including volume, trailing volume, market cap, 52 week high, and 52 week low.
167
167
  * @param {String} identifier An ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID)
168
168
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ETFAnalytics} and HTTP response
169
169
  */
@@ -202,7 +202,7 @@
202
202
 
203
203
  /**
204
204
  * ETF Analytics
205
- * Returns latest market analytics for a specified US ETF, including volume, trailing volumen, market cap, 52 week high, and 52 week low.
205
+ * Returns latest market analytics for a specified US ETF, including volume, trailing volume, market cap, 52 week high, and 52 week low.
206
206
  * @param {String} identifier An ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID)
207
207
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ETFAnalytics}
208
208
  */
@@ -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.39.2
5
+ * OpenAPI spec version: 2.42.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
  * Filing service.
35
35
  * @module api/FilingApi
36
- * @version 6.23.1
36
+ * @version 6.24.0
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.39.2
5
+ * OpenAPI spec version: 2.42.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
  * Forex service.
35
35
  * @module api/ForexApi
36
- * @version 6.23.1
36
+ * @version 6.24.0
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.39.2
5
+ * OpenAPI spec version: 2.42.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
  * Fundamentals service.
35
35
  * @module api/FundamentalsApi
36
- * @version 6.23.1
36
+ * @version 6.24.0
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.39.2
5
+ * OpenAPI spec version: 2.42.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
  * HistoricalData service.
35
35
  * @module api/HistoricalDataApi
36
- * @version 6.23.1
36
+ * @version 6.24.0
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.39.2
5
+ * OpenAPI spec version: 2.42.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
  * Index service.
35
35
  * @module api/IndexApi
36
- * @version 6.23.1
36
+ * @version 6.24.0
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.39.2
5
+ * OpenAPI spec version: 2.42.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
  * InsiderTransactionFilings service.
35
35
  * @module api/InsiderTransactionFilingsApi
36
- * @version 6.23.1
36
+ * @version 6.24.0
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.39.2
5
+ * OpenAPI spec version: 2.42.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
  * Municipality service.
35
35
  * @module api/MunicipalityApi
36
- * @version 6.23.1
36
+ * @version 6.24.0
37
37
  */
38
38
 
39
39
  /**