intrinio-sdk 6.29.0 → 6.29.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (644) hide show
  1. package/.tool-versions +1 -1
  2. package/README.md +3 -3
  3. package/docs/ApiResponseCompanyNewsBody.md +1 -1
  4. package/docs/ApiResponseSecurityQuote.md +1 -0
  5. package/docs/CompanyApi.md +2 -2
  6. package/docs/SecurityApi.md +2 -2
  7. package/docs/StockExchangeApi.md +6 -6
  8. package/package.json +1 -1
  9. package/src/ApiClient.js +2 -2
  10. package/src/api/BulkDownloadsApi.js +2 -2
  11. package/src/api/CompanyApi.js +4 -4
  12. package/src/api/DataPointApi.js +2 -2
  13. package/src/api/DataTagApi.js +2 -2
  14. package/src/api/ESGApi.js +2 -2
  15. package/src/api/ETFsApi.js +2 -2
  16. package/src/api/FilingApi.js +2 -2
  17. package/src/api/ForexApi.js +2 -2
  18. package/src/api/FundamentalsApi.js +2 -2
  19. package/src/api/HistoricalDataApi.js +2 -2
  20. package/src/api/IndexApi.js +2 -2
  21. package/src/api/InsiderTransactionFilingsApi.js +2 -2
  22. package/src/api/MarketApi.js +2 -2
  23. package/src/api/MunicipalityApi.js +2 -2
  24. package/src/api/OptionsApi.js +2 -2
  25. package/src/api/OwnersApi.js +2 -2
  26. package/src/api/SecurityApi.js +4 -4
  27. package/src/api/StockExchangeApi.js +8 -8
  28. package/src/api/TechnicalApi.js +2 -2
  29. package/src/api/ZacksApi.js +2 -2
  30. package/src/index.js +2 -2
  31. package/src/model/AccumulationDistributionIndexTechnicalValue.js +2 -2
  32. package/src/model/ApiResponseBulkDownloadLinks.js +2 -2
  33. package/src/model/ApiResponseCompanies.js +2 -2
  34. package/src/model/ApiResponseCompaniesSearch.js +2 -2
  35. package/src/model/ApiResponseCompanyAnswers.js +2 -2
  36. package/src/model/ApiResponseCompanyDailyMetrics.js +2 -2
  37. package/src/model/ApiResponseCompanyFilings.js +2 -2
  38. package/src/model/ApiResponseCompanyFundamentals.js +2 -2
  39. package/src/model/ApiResponseCompanyHistoricalData.js +2 -2
  40. package/src/model/ApiResponseCompanyInsiderTransactionFilings.js +2 -2
  41. package/src/model/ApiResponseCompanyNews.js +2 -2
  42. package/src/model/ApiResponseCompanyNewsBody.js +3 -3
  43. package/src/model/ApiResponseCompanyPublicFloatResult.js +2 -2
  44. package/src/model/ApiResponseCompanyRecognize.js +2 -2
  45. package/src/model/ApiResponseCompanySecurities.js +2 -2
  46. package/src/model/ApiResponseCompanySharesOutstanding.js +2 -2
  47. package/src/model/ApiResponseDataTags.js +2 -2
  48. package/src/model/ApiResponseDataTagsSearch.js +2 -2
  49. package/src/model/ApiResponseESGCompanies.js +2 -2
  50. package/src/model/ApiResponseESGCompanyComprehensiveRatingHistory.js +2 -2
  51. package/src/model/ApiResponseESGCompanyRatingHistory.js +2 -2
  52. package/src/model/ApiResponseESGLatest.js +2 -2
  53. package/src/model/ApiResponseESGLatestComprehensive.js +2 -2
  54. package/src/model/ApiResponseETFHoldings.js +2 -2
  55. package/src/model/ApiResponseETFs.js +2 -2
  56. package/src/model/ApiResponseEconomicIndexHistoricalData.js +2 -2
  57. package/src/model/ApiResponseEconomicIndices.js +2 -2
  58. package/src/model/ApiResponseEconomicIndicesSearch.js +2 -2
  59. package/src/model/ApiResponseEodIndexPrices.js +2 -2
  60. package/src/model/ApiResponseEodIndexPricesAll.js +2 -2
  61. package/src/model/ApiResponseFilingAnswers.js +2 -2
  62. package/src/model/ApiResponseFilingFundamentals.js +2 -2
  63. package/src/model/ApiResponseFilingNotes.js +2 -2
  64. package/src/model/ApiResponseFilingNotesSearch.js +2 -2
  65. package/src/model/ApiResponseFilings.js +2 -2
  66. package/src/model/ApiResponseForexCurrencies.js +2 -2
  67. package/src/model/ApiResponseForexPairs.js +2 -2
  68. package/src/model/ApiResponseForexPrices.js +2 -2
  69. package/src/model/ApiResponseHistoricalData.js +2 -2
  70. package/src/model/ApiResponseIndex.js +2 -2
  71. package/src/model/ApiResponseIndices.js +2 -2
  72. package/src/model/ApiResponseInitialPublicOfferings.js +2 -2
  73. package/src/model/ApiResponseInsiderTransactionFilings.js +2 -2
  74. package/src/model/ApiResponseMunicipalities.js +2 -2
  75. package/src/model/ApiResponseMunicipalitiyFinancials.js +2 -2
  76. package/src/model/ApiResponseNews.js +2 -2
  77. package/src/model/ApiResponseOptionPrices.js +2 -2
  78. package/src/model/ApiResponseOptions.js +2 -2
  79. package/src/model/ApiResponseOptionsAggregates.js +2 -2
  80. package/src/model/ApiResponseOptionsChain.js +2 -2
  81. package/src/model/ApiResponseOptionsChainEod.js +2 -2
  82. package/src/model/ApiResponseOptionsChainRealtime.js +2 -2
  83. package/src/model/ApiResponseOptionsExpirations.js +2 -2
  84. package/src/model/ApiResponseOptionsPriceRealtime.js +2 -2
  85. package/src/model/ApiResponseOptionsPricesBatchRealtime.js +2 -2
  86. package/src/model/ApiResponseOptionsPricesByTickerRealtime.js +2 -2
  87. package/src/model/ApiResponseOptionsPricesEod.js +2 -2
  88. package/src/model/ApiResponseOptionsRealtime.js +2 -2
  89. package/src/model/ApiResponseOptionsStatsRealtime.js +2 -2
  90. package/src/model/ApiResponseOptionsTickers.js +2 -2
  91. package/src/model/ApiResponseOptionsUnusualActivity.js +2 -2
  92. package/src/model/ApiResponseOwnerInsiderTransactionFilings.js +2 -2
  93. package/src/model/ApiResponseOwnerInstitutionalHoldings.js +2 -2
  94. package/src/model/ApiResponseOwners.js +2 -2
  95. package/src/model/ApiResponseRealtimeIndexPrices.js +2 -2
  96. package/src/model/ApiResponseReportedFinancials.js +2 -2
  97. package/src/model/ApiResponseSICIndexHistoricalData.js +2 -2
  98. package/src/model/ApiResponseSICIndices.js +2 -2
  99. package/src/model/ApiResponseSICIndicesSearch.js +2 -2
  100. package/src/model/ApiResponseSecurities.js +2 -2
  101. package/src/model/ApiResponseSecuritiesSearch.js +2 -2
  102. package/src/model/ApiResponseSecurityAccumulationDistributionIndex.js +2 -2
  103. package/src/model/ApiResponseSecurityAverageDailyTradingVolume.js +2 -2
  104. package/src/model/ApiResponseSecurityAverageDirectionalIndex.js +2 -2
  105. package/src/model/ApiResponseSecurityAverageTrueRange.js +2 -2
  106. package/src/model/ApiResponseSecurityAwesomeOscillator.js +2 -2
  107. package/src/model/ApiResponseSecurityBollingerBands.js +2 -2
  108. package/src/model/ApiResponseSecurityChaikinMoneyFlow.js +2 -2
  109. package/src/model/ApiResponseSecurityCommodityChannelIndex.js +2 -2
  110. package/src/model/ApiResponseSecurityDetrendedPriceOscillator.js +2 -2
  111. package/src/model/ApiResponseSecurityDonchianChannel.js +2 -2
  112. package/src/model/ApiResponseSecurityEaseOfMovement.js +2 -2
  113. package/src/model/ApiResponseSecurityForceIndex.js +2 -2
  114. package/src/model/ApiResponseSecurityHistoricalData.js +2 -2
  115. package/src/model/ApiResponseSecurityIchimokuKinkoHyo.js +2 -2
  116. package/src/model/ApiResponseSecurityInstitutionalOwnership.js +2 -2
  117. package/src/model/ApiResponseSecurityIntervalPrices.js +2 -2
  118. package/src/model/ApiResponseSecurityIntradayPrices.js +2 -2
  119. package/src/model/ApiResponseSecurityKeltnerChannel.js +2 -2
  120. package/src/model/ApiResponseSecurityKnowSureThing.js +2 -2
  121. package/src/model/ApiResponseSecurityMassIndex.js +2 -2
  122. package/src/model/ApiResponseSecurityMoneyFlowIndex.js +2 -2
  123. package/src/model/ApiResponseSecurityMovingAverageConvergenceDivergence.js +2 -2
  124. package/src/model/ApiResponseSecurityNegativeVolumeIndex.js +2 -2
  125. package/src/model/ApiResponseSecurityOnBalanceVolume.js +2 -2
  126. package/src/model/ApiResponseSecurityOnBalanceVolumeMean.js +2 -2
  127. package/src/model/ApiResponseSecurityQuote.js +11 -2
  128. package/src/model/ApiResponseSecurityRelativeStrengthIndex.js +2 -2
  129. package/src/model/ApiResponseSecuritySimpleMovingAverage.js +2 -2
  130. package/src/model/ApiResponseSecurityStochasticOscillator.js +2 -2
  131. package/src/model/ApiResponseSecurityStockPriceAdjustments.js +2 -2
  132. package/src/model/ApiResponseSecurityStockPrices.js +2 -2
  133. package/src/model/ApiResponseSecurityTripleExponentialAverage.js +2 -2
  134. package/src/model/ApiResponseSecurityTrueStrengthIndex.js +2 -2
  135. package/src/model/ApiResponseSecurityUltimateOscillator.js +2 -2
  136. package/src/model/ApiResponseSecurityVolumePriceTrend.js +2 -2
  137. package/src/model/ApiResponseSecurityVolumeWeightedAveragePrice.js +2 -2
  138. package/src/model/ApiResponseSecurityVortexIndicator.js +2 -2
  139. package/src/model/ApiResponseSecurityWilliamsR.js +2 -2
  140. package/src/model/ApiResponseSecurityZacksAnalystRatings.js +2 -2
  141. package/src/model/ApiResponseSecurityZacksAnalystRatingsSnapshot.js +2 -2
  142. package/src/model/ApiResponseSecurityZacksEPSSurprises.js +2 -2
  143. package/src/model/ApiResponseSecurityZacksSalesSurprises.js +2 -2
  144. package/src/model/ApiResponseStandardizedFinancials.js +2 -2
  145. package/src/model/ApiResponseStandardizedFinancialsDimensions.js +2 -2
  146. package/src/model/ApiResponseStockExchangeRealtimeStockPrices.js +2 -2
  147. package/src/model/ApiResponseStockExchangeSecurities.js +2 -2
  148. package/src/model/ApiResponseStockExchangeStockPriceAdjustments.js +2 -2
  149. package/src/model/ApiResponseStockExchangeStockPrices.js +2 -2
  150. package/src/model/ApiResponseStockExchanges.js +2 -2
  151. package/src/model/ApiResponseStockMarketIndexHistoricalData.js +2 -2
  152. package/src/model/ApiResponseStockMarketIndices.js +2 -2
  153. package/src/model/ApiResponseStockMarketIndicesSearch.js +2 -2
  154. package/src/model/ApiResponseZacksAnalystRatings.js +2 -2
  155. package/src/model/ApiResponseZacksEBITDAConsensus.js +2 -2
  156. package/src/model/ApiResponseZacksEPSEstimates.js +2 -2
  157. package/src/model/ApiResponseZacksEPSGrowthRates.js +2 -2
  158. package/src/model/ApiResponseZacksEPSSurprises.js +2 -2
  159. package/src/model/ApiResponseZacksETFHoldings.js +2 -2
  160. package/src/model/ApiResponseZacksForwardPEs.js +2 -2
  161. package/src/model/ApiResponseZacksInstitutionalHoldingCompanies.js +2 -2
  162. package/src/model/ApiResponseZacksInstitutionalHoldingOwners.js +2 -2
  163. package/src/model/ApiResponseZacksInstitutionalHoldings.js +2 -2
  164. package/src/model/ApiResponseZacksLongTermGrowthRates.js +2 -2
  165. package/src/model/ApiResponseZacksSalesEstimates.js +2 -2
  166. package/src/model/ApiResponseZacksSalesSurprises.js +2 -2
  167. package/src/model/ApiResponseZacksTargetPriceConsensuses.js +2 -2
  168. package/src/model/AverageDailyTradingVolumeTechnicalValue.js +2 -2
  169. package/src/model/AverageDirectionalIndexTechnicalValue.js +2 -2
  170. package/src/model/AverageTrueRangeTechnicalValue.js +2 -2
  171. package/src/model/AwesomeOscillatorTechnicalValue.js +2 -2
  172. package/src/model/BollingerBandsTechnicalValue.js +2 -2
  173. package/src/model/BulkDownloadLinks.js +2 -2
  174. package/src/model/BulkDownloadSummary.js +2 -2
  175. package/src/model/ChaikinMoneyFlowTechnicalValue.js +2 -2
  176. package/src/model/CommodityChannelIndexTechnicalValue.js +2 -2
  177. package/src/model/Company.js +2 -2
  178. package/src/model/CompanyDailyMetric.js +2 -2
  179. package/src/model/CompanyFiling.js +2 -2
  180. package/src/model/CompanyInitialPublicOffering.js +2 -2
  181. package/src/model/CompanyNews.js +2 -2
  182. package/src/model/CompanyNewsSummary.js +2 -2
  183. package/src/model/CompanyPublicFloat.js +2 -2
  184. package/src/model/CompanySharesOutstanding.js +2 -2
  185. package/src/model/CompanySummary.js +2 -2
  186. package/src/model/DataTag.js +2 -2
  187. package/src/model/DataTagSummary.js +2 -2
  188. package/src/model/DetrendedPriceOscillatorTechnicalValue.js +2 -2
  189. package/src/model/DividendRecord.js +2 -2
  190. package/src/model/DonchianChannelTechnicalValue.js +2 -2
  191. package/src/model/ESGCompanySummary.js +2 -2
  192. package/src/model/ESGComprehensiveRating.js +2 -2
  193. package/src/model/ESGComprehensiveRatingWithCompany.js +2 -2
  194. package/src/model/ESGRating.js +2 -2
  195. package/src/model/ESGRatingWithCompany.js +2 -2
  196. package/src/model/ETF.js +2 -2
  197. package/src/model/ETFAnalytics.js +2 -2
  198. package/src/model/ETFHolding.js +2 -2
  199. package/src/model/ETFStats.js +2 -2
  200. package/src/model/ETFSummary.js +2 -2
  201. package/src/model/EarningsRecord.js +2 -2
  202. package/src/model/EaseOfMovementTechnicalValue.js +2 -2
  203. package/src/model/EconomicIndex.js +2 -2
  204. package/src/model/EconomicIndexSummary.js +2 -2
  205. package/src/model/EodIndexPrice.js +2 -2
  206. package/src/model/EodIndexPriceSummary.js +2 -2
  207. package/src/model/Filing.js +2 -2
  208. package/src/model/FilingNote.js +2 -2
  209. package/src/model/FilingNoteFiling.js +2 -2
  210. package/src/model/FilingNoteSummary.js +2 -2
  211. package/src/model/FilingSummary.js +2 -2
  212. package/src/model/ForceIndexTechnicalValue.js +2 -2
  213. package/src/model/ForexCurrency.js +2 -2
  214. package/src/model/ForexPair.js +2 -2
  215. package/src/model/ForexPrice.js +2 -2
  216. package/src/model/Fundamental.js +2 -2
  217. package/src/model/FundamentalSummary.js +2 -2
  218. package/src/model/HistoricalData.js +2 -2
  219. package/src/model/IchimokuKinkoHyoTechnicalValue.js +2 -2
  220. package/src/model/InsiderTransaction.js +2 -2
  221. package/src/model/InsiderTransactionFiling.js +2 -2
  222. package/src/model/InstitutionalHolding.js +2 -2
  223. package/src/model/InstitutionalOwnership.js +2 -2
  224. package/src/model/IntradayStockPrice.js +2 -2
  225. package/src/model/KeltnerChannelTechnicalValue.js +2 -2
  226. package/src/model/KnowSureThingTechnicalValue.js +2 -2
  227. package/src/model/MarketStatusResult.js +2 -2
  228. package/src/model/MassIndexTechnicalValue.js +2 -2
  229. package/src/model/MoneyFlowIndexTechnicalValue.js +2 -2
  230. package/src/model/MovingAverageConvergenceDivergenceTechnicalValue.js +2 -2
  231. package/src/model/Municipality.js +2 -2
  232. package/src/model/MunicipalityFinancial.js +2 -2
  233. package/src/model/NegativeVolumeIndexTechnicalValue.js +2 -2
  234. package/src/model/NewsTopic.js +2 -2
  235. package/src/model/OnBalanceVolumeMeanTechnicalValue.js +2 -2
  236. package/src/model/OnBalanceVolumeTechnicalValue.js +2 -2
  237. package/src/model/Option.js +2 -2
  238. package/src/model/OptionChain.js +2 -2
  239. package/src/model/OptionChainEod.js +2 -2
  240. package/src/model/OptionChainRealtime.js +2 -2
  241. package/src/model/OptionContractsList.js +2 -2
  242. package/src/model/OptionEod.js +2 -2
  243. package/src/model/OptionFactorsRealtime.js +2 -2
  244. package/src/model/OptionInterval.js +2 -2
  245. package/src/model/OptionIntervalMover.js +2 -2
  246. package/src/model/OptionIntervalsMoversResult.js +2 -2
  247. package/src/model/OptionIntervalsResult.js +2 -2
  248. package/src/model/OptionPrice.js +2 -2
  249. package/src/model/OptionPriceBatchRealtime.js +2 -2
  250. package/src/model/OptionPriceEod.js +2 -2
  251. package/src/model/OptionPriceRealtime.js +2 -2
  252. package/src/model/OptionPriceRealtimeExtended.js +2 -2
  253. package/src/model/OptionRealtime.js +2 -2
  254. package/src/model/OptionSnapshotGroup.js +2 -2
  255. package/src/model/OptionSnapshotsResult.js +2 -2
  256. package/src/model/OptionStatsRealtime.js +2 -2
  257. package/src/model/OptionUnusualTrade.js +2 -2
  258. package/src/model/OptionsAggregate.js +2 -2
  259. package/src/model/Owner.js +2 -2
  260. package/src/model/OwnerSummary.js +2 -2
  261. package/src/model/RealtimeIndexPrice.js +2 -2
  262. package/src/model/RealtimeIndexPriceIndex.js +2 -2
  263. package/src/model/RealtimeStockPrice.js +2 -2
  264. package/src/model/RealtimeStockPriceSecurity.js +2 -2
  265. package/src/model/RelativeStrengthIndexTechnicalValue.js +2 -2
  266. package/src/model/ReportedFinancial.js +2 -2
  267. package/src/model/ReportedFinancialDimension.js +2 -2
  268. package/src/model/ReportedTag.js +2 -2
  269. package/src/model/SICIndex.js +2 -2
  270. package/src/model/Security.js +2 -2
  271. package/src/model/SecurityHistory.js +2 -2
  272. package/src/model/SecurityHistoryListResult.js +2 -2
  273. package/src/model/SecurityIntervalMover.js +2 -2
  274. package/src/model/SecurityIntervalsMoversResult.js +2 -2
  275. package/src/model/SecurityReplayFileResult.js +2 -2
  276. package/src/model/SecurityScreenClause.js +2 -2
  277. package/src/model/SecurityScreenGroup.js +2 -2
  278. package/src/model/SecurityScreenResult.js +2 -2
  279. package/src/model/SecurityScreenResultData.js +2 -2
  280. package/src/model/SecuritySnapshotGroup.js +2 -2
  281. package/src/model/SecuritySnapshotsResult.js +2 -2
  282. package/src/model/SecuritySummary.js +2 -2
  283. package/src/model/SecurityTrades.js +2 -2
  284. package/src/model/SecurityTradesResult.js +2 -2
  285. package/src/model/SimpleMovingAverageTechnicalValue.js +2 -2
  286. package/src/model/StandardizedFinancial.js +2 -2
  287. package/src/model/StandardizedFinancialsDimension.js +2 -2
  288. package/src/model/StochasticOscillatorTechnicalValue.js +2 -2
  289. package/src/model/StockExchange.js +2 -2
  290. package/src/model/StockMarketIndex.js +2 -2
  291. package/src/model/StockMarketIndexSummary.js +2 -2
  292. package/src/model/StockPrice.js +2 -2
  293. package/src/model/StockPriceAdjustment.js +2 -2
  294. package/src/model/StockPriceAdjustmentSummary.js +2 -2
  295. package/src/model/StockPriceInterval.js +2 -2
  296. package/src/model/StockPriceSummary.js +2 -2
  297. package/src/model/TechnicalIndicator.js +2 -2
  298. package/src/model/TheaEntityAnswer.js +2 -2
  299. package/src/model/TheaSourceDocument.js +2 -2
  300. package/src/model/TripleExponentialAverageTechnicalValue.js +2 -2
  301. package/src/model/TrueStrengthIndexTechnicalValue.js +2 -2
  302. package/src/model/UltimateOscillatorTechnicalValue.js +2 -2
  303. package/src/model/VolumePriceTrendTechnicalValue.js +2 -2
  304. package/src/model/VolumeWeightedAveragePriceValue.js +2 -2
  305. package/src/model/VortexIndicatorTechnicalValue.js +2 -2
  306. package/src/model/WilliamsRTechnicalValue.js +2 -2
  307. package/src/model/ZacksAnalystRating.js +2 -2
  308. package/src/model/ZacksAnalystRatingSnapshot.js +2 -2
  309. package/src/model/ZacksAnalystRatingSummary.js +2 -2
  310. package/src/model/ZacksEBITDAConsensus.js +2 -2
  311. package/src/model/ZacksEPSEstimate.js +2 -2
  312. package/src/model/ZacksEPSGrowthRate.js +2 -2
  313. package/src/model/ZacksEPSSurprise.js +2 -2
  314. package/src/model/ZacksEPSSurpriseSummary.js +2 -2
  315. package/src/model/ZacksETFHolding.js +2 -2
  316. package/src/model/ZacksForwardPE.js +2 -2
  317. package/src/model/ZacksInstitutionalHolding.js +2 -2
  318. package/src/model/ZacksInstitutionalHoldingCompanyDetail.js +2 -2
  319. package/src/model/ZacksInstitutionalHoldingCompanySummary.js +2 -2
  320. package/src/model/ZacksInstitutionalHoldingHistoricalSummary.js +2 -2
  321. package/src/model/ZacksInstitutionalHoldingOwnerDetail.js +2 -2
  322. package/src/model/ZacksInstitutionalHoldingOwnerSummary.js +2 -2
  323. package/src/model/ZacksLongTermGrowthRate.js +2 -2
  324. package/src/model/ZacksSalesEstimate.js +2 -2
  325. package/src/model/ZacksSalesSurprise.js +2 -2
  326. package/src/model/ZacksSalesSurpriseSummary.js +2 -2
  327. package/src/model/ZacksTargetPriceConsensus.js +2 -2
  328. package/test/api/BulkDownloadsApi.spec.js +1 -1
  329. package/test/api/CompanyApi.spec.js +1 -1
  330. package/test/api/DataPointApi.spec.js +1 -1
  331. package/test/api/DataTagApi.spec.js +1 -1
  332. package/test/api/ESGApi.spec.js +1 -1
  333. package/test/api/ETFsApi.spec.js +1 -1
  334. package/test/api/FilingApi.spec.js +1 -1
  335. package/test/api/ForexApi.spec.js +1 -1
  336. package/test/api/FundamentalsApi.spec.js +1 -1
  337. package/test/api/HistoricalDataApi.spec.js +1 -1
  338. package/test/api/IndexApi.spec.js +1 -1
  339. package/test/api/InsiderTransactionFilingsApi.spec.js +1 -1
  340. package/test/api/MarketApi.spec.js +1 -1
  341. package/test/api/MunicipalityApi.spec.js +1 -1
  342. package/test/api/OptionsApi.spec.js +1 -1
  343. package/test/api/OwnersApi.spec.js +1 -1
  344. package/test/api/SecurityApi.spec.js +1 -1
  345. package/test/api/StockExchangeApi.spec.js +1 -1
  346. package/test/api/TechnicalApi.spec.js +1 -1
  347. package/test/api/ZacksApi.spec.js +1 -1
  348. package/test/model/AccumulationDistributionIndexTechnicalValue.spec.js +1 -1
  349. package/test/model/ApiResponseBulkDownloadLinks.spec.js +1 -1
  350. package/test/model/ApiResponseCompanies.spec.js +1 -1
  351. package/test/model/ApiResponseCompaniesSearch.spec.js +1 -1
  352. package/test/model/ApiResponseCompanyAnswers.spec.js +1 -1
  353. package/test/model/ApiResponseCompanyDailyMetrics.spec.js +1 -1
  354. package/test/model/ApiResponseCompanyFilings.spec.js +1 -1
  355. package/test/model/ApiResponseCompanyFundamentals.spec.js +1 -1
  356. package/test/model/ApiResponseCompanyHistoricalData.spec.js +1 -1
  357. package/test/model/ApiResponseCompanyInsiderTransactionFilings.spec.js +1 -1
  358. package/test/model/ApiResponseCompanyNews.spec.js +1 -1
  359. package/test/model/ApiResponseCompanyNewsBody.spec.js +1 -1
  360. package/test/model/ApiResponseCompanyPublicFloatResult.spec.js +1 -1
  361. package/test/model/ApiResponseCompanyRecognize.spec.js +1 -1
  362. package/test/model/ApiResponseCompanySecurities.spec.js +1 -1
  363. package/test/model/ApiResponseCompanySharesOutstanding.spec.js +1 -1
  364. package/test/model/ApiResponseDataTags.spec.js +1 -1
  365. package/test/model/ApiResponseDataTagsSearch.spec.js +1 -1
  366. package/test/model/ApiResponseESGCompanies.spec.js +1 -1
  367. package/test/model/ApiResponseESGCompanyComprehensiveRatingHistory.spec.js +1 -1
  368. package/test/model/ApiResponseESGCompanyRatingHistory.spec.js +1 -1
  369. package/test/model/ApiResponseESGLatest.spec.js +1 -1
  370. package/test/model/ApiResponseESGLatestComprehensive.spec.js +1 -1
  371. package/test/model/ApiResponseETFHoldings.spec.js +1 -1
  372. package/test/model/ApiResponseETFs.spec.js +1 -1
  373. package/test/model/ApiResponseEconomicIndexHistoricalData.spec.js +1 -1
  374. package/test/model/ApiResponseEconomicIndices.spec.js +1 -1
  375. package/test/model/ApiResponseEconomicIndicesSearch.spec.js +1 -1
  376. package/test/model/ApiResponseEodIndexPrices.spec.js +1 -1
  377. package/test/model/ApiResponseEodIndexPricesAll.spec.js +1 -1
  378. package/test/model/ApiResponseFilingAnswers.spec.js +1 -1
  379. package/test/model/ApiResponseFilingFundamentals.spec.js +1 -1
  380. package/test/model/ApiResponseFilingNotes.spec.js +1 -1
  381. package/test/model/ApiResponseFilingNotesSearch.spec.js +1 -1
  382. package/test/model/ApiResponseFilings.spec.js +1 -1
  383. package/test/model/ApiResponseForexCurrencies.spec.js +1 -1
  384. package/test/model/ApiResponseForexPairs.spec.js +1 -1
  385. package/test/model/ApiResponseForexPrices.spec.js +1 -1
  386. package/test/model/ApiResponseHistoricalData.spec.js +1 -1
  387. package/test/model/ApiResponseIndex.spec.js +1 -1
  388. package/test/model/ApiResponseIndices.spec.js +1 -1
  389. package/test/model/ApiResponseInitialPublicOfferings.spec.js +1 -1
  390. package/test/model/ApiResponseInsiderTransactionFilings.spec.js +1 -1
  391. package/test/model/ApiResponseMunicipalities.spec.js +1 -1
  392. package/test/model/ApiResponseMunicipalitiyFinancials.spec.js +1 -1
  393. package/test/model/ApiResponseNews.spec.js +1 -1
  394. package/test/model/ApiResponseOptionPrices.spec.js +1 -1
  395. package/test/model/ApiResponseOptions.spec.js +1 -1
  396. package/test/model/ApiResponseOptionsAggregates.spec.js +1 -1
  397. package/test/model/ApiResponseOptionsChain.spec.js +1 -1
  398. package/test/model/ApiResponseOptionsChainEod.spec.js +1 -1
  399. package/test/model/ApiResponseOptionsChainRealtime.spec.js +1 -1
  400. package/test/model/ApiResponseOptionsExpirations.spec.js +1 -1
  401. package/test/model/ApiResponseOptionsPriceRealtime.spec.js +1 -1
  402. package/test/model/ApiResponseOptionsPricesBatchRealtime.spec.js +1 -1
  403. package/test/model/ApiResponseOptionsPricesByTickerRealtime.spec.js +1 -1
  404. package/test/model/ApiResponseOptionsPricesEod.spec.js +1 -1
  405. package/test/model/ApiResponseOptionsRealtime.spec.js +1 -1
  406. package/test/model/ApiResponseOptionsStatsRealtime.spec.js +1 -1
  407. package/test/model/ApiResponseOptionsTickers.spec.js +1 -1
  408. package/test/model/ApiResponseOptionsUnusualActivity.spec.js +1 -1
  409. package/test/model/ApiResponseOwnerInsiderTransactionFilings.spec.js +1 -1
  410. package/test/model/ApiResponseOwnerInstitutionalHoldings.spec.js +1 -1
  411. package/test/model/ApiResponseOwners.spec.js +1 -1
  412. package/test/model/ApiResponseRealtimeIndexPrices.spec.js +1 -1
  413. package/test/model/ApiResponseReportedFinancials.spec.js +1 -1
  414. package/test/model/ApiResponseSICIndexHistoricalData.spec.js +1 -1
  415. package/test/model/ApiResponseSICIndices.spec.js +1 -1
  416. package/test/model/ApiResponseSICIndicesSearch.spec.js +1 -1
  417. package/test/model/ApiResponseSecurities.spec.js +1 -1
  418. package/test/model/ApiResponseSecuritiesSearch.spec.js +1 -1
  419. package/test/model/ApiResponseSecurityAccumulationDistributionIndex.spec.js +1 -1
  420. package/test/model/ApiResponseSecurityAverageDailyTradingVolume.spec.js +1 -1
  421. package/test/model/ApiResponseSecurityAverageDirectionalIndex.spec.js +1 -1
  422. package/test/model/ApiResponseSecurityAverageTrueRange.spec.js +1 -1
  423. package/test/model/ApiResponseSecurityAwesomeOscillator.spec.js +1 -1
  424. package/test/model/ApiResponseSecurityBollingerBands.spec.js +1 -1
  425. package/test/model/ApiResponseSecurityChaikinMoneyFlow.spec.js +1 -1
  426. package/test/model/ApiResponseSecurityCommodityChannelIndex.spec.js +1 -1
  427. package/test/model/ApiResponseSecurityDetrendedPriceOscillator.spec.js +1 -1
  428. package/test/model/ApiResponseSecurityDonchianChannel.spec.js +1 -1
  429. package/test/model/ApiResponseSecurityEaseOfMovement.spec.js +1 -1
  430. package/test/model/ApiResponseSecurityForceIndex.spec.js +1 -1
  431. package/test/model/ApiResponseSecurityHistoricalData.spec.js +1 -1
  432. package/test/model/ApiResponseSecurityIchimokuKinkoHyo.spec.js +1 -1
  433. package/test/model/ApiResponseSecurityInstitutionalOwnership.spec.js +1 -1
  434. package/test/model/ApiResponseSecurityIntervalPrices.spec.js +1 -1
  435. package/test/model/ApiResponseSecurityIntradayPrices.spec.js +1 -1
  436. package/test/model/ApiResponseSecurityKeltnerChannel.spec.js +1 -1
  437. package/test/model/ApiResponseSecurityKnowSureThing.spec.js +1 -1
  438. package/test/model/ApiResponseSecurityMassIndex.spec.js +1 -1
  439. package/test/model/ApiResponseSecurityMoneyFlowIndex.spec.js +1 -1
  440. package/test/model/ApiResponseSecurityMovingAverageConvergenceDivergence.spec.js +1 -1
  441. package/test/model/ApiResponseSecurityNegativeVolumeIndex.spec.js +1 -1
  442. package/test/model/ApiResponseSecurityOnBalanceVolume.spec.js +1 -1
  443. package/test/model/ApiResponseSecurityOnBalanceVolumeMean.spec.js +1 -1
  444. package/test/model/ApiResponseSecurityQuote.spec.js +7 -1
  445. package/test/model/ApiResponseSecurityRelativeStrengthIndex.spec.js +1 -1
  446. package/test/model/ApiResponseSecuritySimpleMovingAverage.spec.js +1 -1
  447. package/test/model/ApiResponseSecurityStochasticOscillator.spec.js +1 -1
  448. package/test/model/ApiResponseSecurityStockPriceAdjustments.spec.js +1 -1
  449. package/test/model/ApiResponseSecurityStockPrices.spec.js +1 -1
  450. package/test/model/ApiResponseSecurityTripleExponentialAverage.spec.js +1 -1
  451. package/test/model/ApiResponseSecurityTrueStrengthIndex.spec.js +1 -1
  452. package/test/model/ApiResponseSecurityUltimateOscillator.spec.js +1 -1
  453. package/test/model/ApiResponseSecurityVolumePriceTrend.spec.js +1 -1
  454. package/test/model/ApiResponseSecurityVolumeWeightedAveragePrice.spec.js +1 -1
  455. package/test/model/ApiResponseSecurityVortexIndicator.spec.js +1 -1
  456. package/test/model/ApiResponseSecurityWilliamsR.spec.js +1 -1
  457. package/test/model/ApiResponseSecurityZacksAnalystRatings.spec.js +1 -1
  458. package/test/model/ApiResponseSecurityZacksAnalystRatingsSnapshot.spec.js +1 -1
  459. package/test/model/ApiResponseSecurityZacksEPSSurprises.spec.js +1 -1
  460. package/test/model/ApiResponseSecurityZacksSalesSurprises.spec.js +1 -1
  461. package/test/model/ApiResponseStandardizedFinancials.spec.js +1 -1
  462. package/test/model/ApiResponseStandardizedFinancialsDimensions.spec.js +1 -1
  463. package/test/model/ApiResponseStockExchangeRealtimeStockPrices.spec.js +1 -1
  464. package/test/model/ApiResponseStockExchangeSecurities.spec.js +1 -1
  465. package/test/model/ApiResponseStockExchangeStockPriceAdjustments.spec.js +1 -1
  466. package/test/model/ApiResponseStockExchangeStockPrices.spec.js +1 -1
  467. package/test/model/ApiResponseStockExchanges.spec.js +1 -1
  468. package/test/model/ApiResponseStockMarketIndexHistoricalData.spec.js +1 -1
  469. package/test/model/ApiResponseStockMarketIndices.spec.js +1 -1
  470. package/test/model/ApiResponseStockMarketIndicesSearch.spec.js +1 -1
  471. package/test/model/ApiResponseZacksAnalystRatings.spec.js +1 -1
  472. package/test/model/ApiResponseZacksEBITDAConsensus.spec.js +1 -1
  473. package/test/model/ApiResponseZacksEPSEstimates.spec.js +1 -1
  474. package/test/model/ApiResponseZacksEPSGrowthRates.spec.js +1 -1
  475. package/test/model/ApiResponseZacksEPSSurprises.spec.js +1 -1
  476. package/test/model/ApiResponseZacksETFHoldings.spec.js +1 -1
  477. package/test/model/ApiResponseZacksForwardPEs.spec.js +1 -1
  478. package/test/model/ApiResponseZacksInstitutionalHoldingCompanies.spec.js +1 -1
  479. package/test/model/ApiResponseZacksInstitutionalHoldingOwners.spec.js +1 -1
  480. package/test/model/ApiResponseZacksInstitutionalHoldings.spec.js +1 -1
  481. package/test/model/ApiResponseZacksLongTermGrowthRates.spec.js +1 -1
  482. package/test/model/ApiResponseZacksSalesEstimates.spec.js +1 -1
  483. package/test/model/ApiResponseZacksSalesSurprises.spec.js +1 -1
  484. package/test/model/ApiResponseZacksTargetPriceConsensuses.spec.js +1 -1
  485. package/test/model/AverageDailyTradingVolumeTechnicalValue.spec.js +1 -1
  486. package/test/model/AverageDirectionalIndexTechnicalValue.spec.js +1 -1
  487. package/test/model/AverageTrueRangeTechnicalValue.spec.js +1 -1
  488. package/test/model/AwesomeOscillatorTechnicalValue.spec.js +1 -1
  489. package/test/model/BollingerBandsTechnicalValue.spec.js +1 -1
  490. package/test/model/BulkDownloadLinks.spec.js +1 -1
  491. package/test/model/BulkDownloadSummary.spec.js +1 -1
  492. package/test/model/ChaikinMoneyFlowTechnicalValue.spec.js +1 -1
  493. package/test/model/CommodityChannelIndexTechnicalValue.spec.js +1 -1
  494. package/test/model/Company.spec.js +1 -1
  495. package/test/model/CompanyDailyMetric.spec.js +1 -1
  496. package/test/model/CompanyFiling.spec.js +1 -1
  497. package/test/model/CompanyInitialPublicOffering.spec.js +1 -1
  498. package/test/model/CompanyNews.spec.js +1 -1
  499. package/test/model/CompanyNewsSummary.spec.js +1 -1
  500. package/test/model/CompanyPublicFloat.spec.js +1 -1
  501. package/test/model/CompanySharesOutstanding.spec.js +1 -1
  502. package/test/model/CompanySummary.spec.js +1 -1
  503. package/test/model/DataTag.spec.js +1 -1
  504. package/test/model/DataTagSummary.spec.js +1 -1
  505. package/test/model/DetrendedPriceOscillatorTechnicalValue.spec.js +1 -1
  506. package/test/model/DividendRecord.spec.js +1 -1
  507. package/test/model/DonchianChannelTechnicalValue.spec.js +1 -1
  508. package/test/model/ESGCompanySummary.spec.js +1 -1
  509. package/test/model/ESGComprehensiveRating.spec.js +1 -1
  510. package/test/model/ESGComprehensiveRatingWithCompany.spec.js +1 -1
  511. package/test/model/ESGRating.spec.js +1 -1
  512. package/test/model/ESGRatingWithCompany.spec.js +1 -1
  513. package/test/model/ETF.spec.js +1 -1
  514. package/test/model/ETFAnalytics.spec.js +1 -1
  515. package/test/model/ETFHolding.spec.js +1 -1
  516. package/test/model/ETFStats.spec.js +1 -1
  517. package/test/model/ETFSummary.spec.js +1 -1
  518. package/test/model/EarningsRecord.spec.js +1 -1
  519. package/test/model/EaseOfMovementTechnicalValue.spec.js +1 -1
  520. package/test/model/EconomicIndex.spec.js +1 -1
  521. package/test/model/EconomicIndexSummary.spec.js +1 -1
  522. package/test/model/EodIndexPrice.spec.js +1 -1
  523. package/test/model/EodIndexPriceSummary.spec.js +1 -1
  524. package/test/model/Filing.spec.js +1 -1
  525. package/test/model/FilingNote.spec.js +1 -1
  526. package/test/model/FilingNoteFiling.spec.js +1 -1
  527. package/test/model/FilingNoteSummary.spec.js +1 -1
  528. package/test/model/FilingSummary.spec.js +1 -1
  529. package/test/model/ForceIndexTechnicalValue.spec.js +1 -1
  530. package/test/model/ForexCurrency.spec.js +1 -1
  531. package/test/model/ForexPair.spec.js +1 -1
  532. package/test/model/ForexPrice.spec.js +1 -1
  533. package/test/model/Fundamental.spec.js +1 -1
  534. package/test/model/FundamentalSummary.spec.js +1 -1
  535. package/test/model/HistoricalData.spec.js +1 -1
  536. package/test/model/IchimokuKinkoHyoTechnicalValue.spec.js +1 -1
  537. package/test/model/InsiderTransaction.spec.js +1 -1
  538. package/test/model/InsiderTransactionFiling.spec.js +1 -1
  539. package/test/model/InstitutionalHolding.spec.js +1 -1
  540. package/test/model/InstitutionalOwnership.spec.js +1 -1
  541. package/test/model/IntradayStockPrice.spec.js +1 -1
  542. package/test/model/KeltnerChannelTechnicalValue.spec.js +1 -1
  543. package/test/model/KnowSureThingTechnicalValue.spec.js +1 -1
  544. package/test/model/MarketStatusResult.spec.js +1 -1
  545. package/test/model/MassIndexTechnicalValue.spec.js +1 -1
  546. package/test/model/MoneyFlowIndexTechnicalValue.spec.js +1 -1
  547. package/test/model/MovingAverageConvergenceDivergenceTechnicalValue.spec.js +1 -1
  548. package/test/model/Municipality.spec.js +1 -1
  549. package/test/model/MunicipalityFinancial.spec.js +1 -1
  550. package/test/model/NegativeVolumeIndexTechnicalValue.spec.js +1 -1
  551. package/test/model/NewsTopic.spec.js +1 -1
  552. package/test/model/OnBalanceVolumeMeanTechnicalValue.spec.js +1 -1
  553. package/test/model/OnBalanceVolumeTechnicalValue.spec.js +1 -1
  554. package/test/model/Option.spec.js +1 -1
  555. package/test/model/OptionChain.spec.js +1 -1
  556. package/test/model/OptionChainEod.spec.js +1 -1
  557. package/test/model/OptionChainRealtime.spec.js +1 -1
  558. package/test/model/OptionContractsList.spec.js +1 -1
  559. package/test/model/OptionEod.spec.js +1 -1
  560. package/test/model/OptionFactorsRealtime.spec.js +1 -1
  561. package/test/model/OptionInterval.spec.js +1 -1
  562. package/test/model/OptionIntervalMover.spec.js +1 -1
  563. package/test/model/OptionIntervalsMoversResult.spec.js +1 -1
  564. package/test/model/OptionIntervalsResult.spec.js +1 -1
  565. package/test/model/OptionPrice.spec.js +1 -1
  566. package/test/model/OptionPriceBatchRealtime.spec.js +1 -1
  567. package/test/model/OptionPriceEod.spec.js +1 -1
  568. package/test/model/OptionPriceRealtime.spec.js +1 -1
  569. package/test/model/OptionPriceRealtimeExtended.spec.js +1 -1
  570. package/test/model/OptionRealtime.spec.js +1 -1
  571. package/test/model/OptionSnapshotGroup.spec.js +1 -1
  572. package/test/model/OptionSnapshotsResult.spec.js +1 -1
  573. package/test/model/OptionStatsRealtime.spec.js +1 -1
  574. package/test/model/OptionUnusualTrade.spec.js +1 -1
  575. package/test/model/OptionsAggregate.spec.js +1 -1
  576. package/test/model/Owner.spec.js +1 -1
  577. package/test/model/OwnerSummary.spec.js +1 -1
  578. package/test/model/RealtimeIndexPrice.spec.js +1 -1
  579. package/test/model/RealtimeIndexPriceIndex.spec.js +1 -1
  580. package/test/model/RealtimeStockPrice.spec.js +1 -1
  581. package/test/model/RealtimeStockPriceSecurity.spec.js +1 -1
  582. package/test/model/RelativeStrengthIndexTechnicalValue.spec.js +1 -1
  583. package/test/model/ReportedFinancial.spec.js +1 -1
  584. package/test/model/ReportedFinancialDimension.spec.js +1 -1
  585. package/test/model/ReportedTag.spec.js +1 -1
  586. package/test/model/SICIndex.spec.js +1 -1
  587. package/test/model/Security.spec.js +1 -1
  588. package/test/model/SecurityHistory.spec.js +1 -1
  589. package/test/model/SecurityHistoryListResult.spec.js +1 -1
  590. package/test/model/SecurityIntervalMover.spec.js +1 -1
  591. package/test/model/SecurityIntervalsMoversResult.spec.js +1 -1
  592. package/test/model/SecurityReplayFileResult.spec.js +1 -1
  593. package/test/model/SecurityScreenClause.spec.js +1 -1
  594. package/test/model/SecurityScreenGroup.spec.js +1 -1
  595. package/test/model/SecurityScreenResult.spec.js +1 -1
  596. package/test/model/SecurityScreenResultData.spec.js +1 -1
  597. package/test/model/SecuritySnapshotGroup.spec.js +1 -1
  598. package/test/model/SecuritySnapshotsResult.spec.js +1 -1
  599. package/test/model/SecuritySummary.spec.js +1 -1
  600. package/test/model/SecurityTrades.spec.js +1 -1
  601. package/test/model/SecurityTradesResult.spec.js +1 -1
  602. package/test/model/SimpleMovingAverageTechnicalValue.spec.js +1 -1
  603. package/test/model/StandardizedFinancial.spec.js +1 -1
  604. package/test/model/StandardizedFinancialsDimension.spec.js +1 -1
  605. package/test/model/StochasticOscillatorTechnicalValue.spec.js +1 -1
  606. package/test/model/StockExchange.spec.js +1 -1
  607. package/test/model/StockMarketIndex.spec.js +1 -1
  608. package/test/model/StockMarketIndexSummary.spec.js +1 -1
  609. package/test/model/StockPrice.spec.js +1 -1
  610. package/test/model/StockPriceAdjustment.spec.js +1 -1
  611. package/test/model/StockPriceAdjustmentSummary.spec.js +1 -1
  612. package/test/model/StockPriceInterval.spec.js +1 -1
  613. package/test/model/StockPriceSummary.spec.js +1 -1
  614. package/test/model/TechnicalIndicator.spec.js +1 -1
  615. package/test/model/TheaEntityAnswer.spec.js +1 -1
  616. package/test/model/TheaSourceDocument.spec.js +1 -1
  617. package/test/model/TripleExponentialAverageTechnicalValue.spec.js +1 -1
  618. package/test/model/TrueStrengthIndexTechnicalValue.spec.js +1 -1
  619. package/test/model/UltimateOscillatorTechnicalValue.spec.js +1 -1
  620. package/test/model/VolumePriceTrendTechnicalValue.spec.js +1 -1
  621. package/test/model/VolumeWeightedAveragePriceValue.spec.js +1 -1
  622. package/test/model/VortexIndicatorTechnicalValue.spec.js +1 -1
  623. package/test/model/WilliamsRTechnicalValue.spec.js +1 -1
  624. package/test/model/ZacksAnalystRating.spec.js +1 -1
  625. package/test/model/ZacksAnalystRatingSnapshot.spec.js +1 -1
  626. package/test/model/ZacksAnalystRatingSummary.spec.js +1 -1
  627. package/test/model/ZacksEBITDAConsensus.spec.js +1 -1
  628. package/test/model/ZacksEPSEstimate.spec.js +1 -1
  629. package/test/model/ZacksEPSGrowthRate.spec.js +1 -1
  630. package/test/model/ZacksEPSSurprise.spec.js +1 -1
  631. package/test/model/ZacksEPSSurpriseSummary.spec.js +1 -1
  632. package/test/model/ZacksETFHolding.spec.js +1 -1
  633. package/test/model/ZacksForwardPE.spec.js +1 -1
  634. package/test/model/ZacksInstitutionalHolding.spec.js +1 -1
  635. package/test/model/ZacksInstitutionalHoldingCompanyDetail.spec.js +1 -1
  636. package/test/model/ZacksInstitutionalHoldingCompanySummary.spec.js +1 -1
  637. package/test/model/ZacksInstitutionalHoldingHistoricalSummary.spec.js +1 -1
  638. package/test/model/ZacksInstitutionalHoldingOwnerDetail.spec.js +1 -1
  639. package/test/model/ZacksInstitutionalHoldingOwnerSummary.spec.js +1 -1
  640. package/test/model/ZacksLongTermGrowthRate.spec.js +1 -1
  641. package/test/model/ZacksSalesEstimate.spec.js +1 -1
  642. package/test/model/ZacksSalesSurprise.spec.js +1 -1
  643. package/test/model/ZacksSalesSurpriseSummary.spec.js +1 -1
  644. package/test/model/ZacksTargetPriceConsensus.spec.js +1 -1
package/.tool-versions CHANGED
@@ -1 +1 @@
1
- nodejs 20.7.0
1
+ nodejs 20.7.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.64.0
8
- - Package version: 6.29.0
7
+ - API version: 2.64.1
8
+ - Package version: 6.29.1
9
9
 
10
10
 
11
11
  ## Installation
@@ -86,7 +86,7 @@ Class | Method | HTTP request | Description
86
86
  *intrinioSDK.CompanyApi* | [**getCompanyHistoricalData**](docs/CompanyApi.md#getCompanyHistoricalData) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
87
87
  *intrinioSDK.CompanyApi* | [**getCompanyIpos**](docs/CompanyApi.md#getCompanyIpos) | **GET** /companies/ipos | IPOs
88
88
  *intrinioSDK.CompanyApi* | [**getCompanyNews**](docs/CompanyApi.md#getCompanyNews) | **GET** /companies/{identifier}/news | All News by Company
89
- *intrinioSDK.CompanyApi* | [**getCompanyNewsBody**](docs/CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body | The body of a news article
89
+ *intrinioSDK.CompanyApi* | [**getCompanyNewsBody**](docs/CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body | The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
90
90
  *intrinioSDK.CompanyApi* | [**getCompanyPublicFloat**](docs/CompanyApi.md#getCompanyPublicFloat) | **GET** /companies/{identifier}/public_float | Get Company's public float
91
91
  *intrinioSDK.CompanyApi* | [**getCompanySecurities**](docs/CompanyApi.md#getCompanySecurities) | **GET** /companies/{identifier}/securities | All Securities by Company
92
92
  *intrinioSDK.CompanyApi* | [**insiderTransactionFilingsByCompany**](docs/CompanyApi.md#insiderTransactionFilingsByCompany) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
@@ -11,7 +11,7 @@
11
11
 
12
12
  Name | Type | Description
13
13
  ------------ | ------------- | -------------
14
- **body** | String | The article body. Requires additional access.  
14
+ **body** | String | The article body.  
15
15
 
16
16
  [//]: # (END_DEFINITION)
17
17
 
@@ -19,6 +19,7 @@ Name | Type | Description
19
19
  **high** | Number | The highest price from the latest day of trading.  
20
20
  **low** | Number | The lowest price from the latest day of trading.  
21
21
  **exchangeVolume** | Number | The volume of the security from the source.  
22
+ **marketVolume** | Number | The volume of the security for the entire market.  
22
23
  **eodFiftyTwoWeekHigh** | Number | The 52 week high price.  
23
24
  **eodFiftyTwoWeekLow** | Number | The 52 week low price.  
24
25
  **marketcap** | Number | The current market cap.  
@@ -17,7 +17,7 @@ Method | HTTP request | Description
17
17
  [**getCompanyHistoricalData**](CompanyApi.md#getCompanyHistoricalData) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
18
18
  [**getCompanyIpos**](CompanyApi.md#getCompanyIpos) | **GET** /companies/ipos | IPOs
19
19
  [**getCompanyNews**](CompanyApi.md#getCompanyNews) | **GET** /companies/{identifier}/news | All News by Company
20
- [**getCompanyNewsBody**](CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body | The body of a news article
20
+ [**getCompanyNewsBody**](CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body | The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
21
21
  [**getCompanyPublicFloat**](CompanyApi.md#getCompanyPublicFloat) | **GET** /companies/{identifier}/public_float | Get Company's public float
22
22
  [**getCompanySecurities**](CompanyApi.md#getCompanySecurities) | **GET** /companies/{identifier}/securities | All Securities by Company
23
23
  [**insiderTransactionFilingsByCompany**](CompanyApi.md#insiderTransactionFilingsByCompany) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
@@ -1264,7 +1264,7 @@ Name | Type | Description | Notes
1264
1264
 
1265
1265
  > ApiResponseCompanyNewsBody getCompanyNewsBody(newsStoryId, publicationDate, opts)
1266
1266
 
1267
- #### The body of a news article
1267
+ #### The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1268
1268
 
1269
1269
 
1270
1270
  Returns the news article body.
@@ -4401,7 +4401,7 @@ var identifier = "AAPL";
4401
4401
 
4402
4402
 
4403
4403
  var opts = {
4404
- 'source': ["iex"]
4404
+ 'source': ["iex,delayed_sip"]
4405
4405
  };
4406
4406
 
4407
4407
  security.getSecurityRealtimePrice(identifier, opts).then(function(data) {
@@ -4422,7 +4422,7 @@ security.getSecurityRealtimePrice(identifier, opts).then(function(data) {
4422
4422
  Name | Type | Description | Notes
4423
4423
  ------------- | ------------- | ------------- | -------------
4424
4424
  **identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |  
4425
- **source** | [**[String]**](String.md)| Return the realtime price from the specified data source. If no source is specified, the best source available is used. | [optional]  
4425
+ **source** | [**[String]**](String.md)| Return the realtime price from the specified comma-delimited data sources. If no source is specified, the best source available is used. | [optional]  
4426
4426
  <br/>
4427
4427
 
4428
4428
  [//]: # (END_PARAMETERS)
@@ -320,7 +320,7 @@ var opts = {
320
320
  'endDate': new Date("2022-08-14"),
321
321
  'pageSize': 100,
322
322
  'nextPage': null,
323
- 'tickers': [null],
323
+ 'tickers': ["AAPL,MSFT,NVDA"],
324
324
  'nextPage2': null
325
325
  };
326
326
 
@@ -347,7 +347,7 @@ Name | Type | Description | Notes
347
347
  **endDate** | Date| The end of the date range you&#39;re querying. May not be used with date parameter. | [optional] &nbsp;
348
348
  **pageSize** | Number| The number of results to return | [optional] [default to 100] &nbsp;
349
349
  **nextPage** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
350
- **tickers** | [**[String]**](String.md)| The list of ticker symbols to filter to. | [optional] &nbsp;
350
+ **tickers** | [**[String]**](String.md)| The comma-delimited list of ticker symbols to filter down to. If not provided, the entire stock exchange is returned. | [optional] &nbsp;
351
351
  **nextPage2** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
352
352
  <br/>
353
353
 
@@ -411,10 +411,10 @@ var identifier = "USCOMP";
411
411
 
412
412
 
413
413
  var opts = {
414
- 'source': [null],
414
+ 'source': ["iex,delayed_sip"],
415
415
  'activeOnly': null,
416
416
  'pageSize': 100,
417
- 'tickers': [null],
417
+ 'tickers': ["AAPL,MSFT,NVDA"],
418
418
  'nextPage': null
419
419
  };
420
420
 
@@ -436,10 +436,10 @@ stockExchange.getStockExchangeRealtimePrices(identifier, opts).then(function(dat
436
436
  Name | Type | Description | Notes
437
437
  ------------- | ------------- | ------------- | -------------
438
438
  **identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) | &nbsp;
439
- **source** | [**[String]**](String.md)| Return realtime prices from the specified data source. If no source is specified, all sources are used. | [optional] &nbsp;
439
+ **source** | [**[String]**](String.md)| Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used. | [optional] &nbsp;
440
440
  **activeOnly** | Boolean| Returns prices only from the most recent trading day. | [optional] &nbsp;
441
441
  **pageSize** | Number| The number of results to return | [optional] [default to 100] &nbsp;
442
- **tickers** | [**[String]**](String.md)| The list of ticker symbols to filter to. | [optional] &nbsp;
442
+ **tickers** | [**[String]**](String.md)| The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned. | [optional] &nbsp;
443
443
  **nextPage** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
444
444
  <br/>
445
445
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intrinio-sdk",
3
- "version": "6.29.0",
3
+ "version": "6.29.1",
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.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -32,7 +32,7 @@
32
32
 
33
33
  /**
34
34
  * @module ApiClient
35
- * @version 6.29.0
35
+ * @version 6.29.1
36
36
  */
37
37
 
38
38
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * BulkDownloads service.
35
35
  * @module api/BulkDownloadsApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Company service.
35
35
  * @module api/CompanyApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -1022,7 +1022,7 @@
1022
1022
 
1023
1023
 
1024
1024
  /**
1025
- * The body of a news article
1025
+ * The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1026
1026
  * Returns the news article body.
1027
1027
  * @param {String} newsStoryId The identifier of the news story.
1028
1028
  * @param {Date} publicationDate The DateTime of the story.
@@ -1074,7 +1074,7 @@
1074
1074
  }
1075
1075
 
1076
1076
  /**
1077
- * The body of a news article
1077
+ * The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1078
1078
  * Returns the news article body.
1079
1079
  * @param {String} newsStoryId The identifier of the news story.
1080
1080
  * @param {Date} publicationDate The DateTime of the story.
@@ -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.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * DataPoint service.
35
35
  * @module api/DataPointApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * DataTag service.
35
35
  * @module api/DataTagApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
package/src/api/ESGApi.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * ESG service.
35
35
  * @module api/ESGApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * ETFs service.
35
35
  * @module api/ETFsApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Filing service.
35
35
  * @module api/FilingApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Forex service.
35
35
  * @module api/ForexApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Fundamentals service.
35
35
  * @module api/FundamentalsApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * HistoricalData service.
35
35
  * @module api/HistoricalDataApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Index service.
35
35
  * @module api/IndexApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * InsiderTransactionFilings service.
35
35
  * @module api/InsiderTransactionFilingsApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Market service.
35
35
  * @module api/MarketApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Municipality service.
35
35
  * @module api/MunicipalityApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Options service.
35
35
  * @module api/OptionsApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Owners service.
35
35
  * @module api/OwnersApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Security service.
35
35
  * @module api/SecurityApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -3402,7 +3402,7 @@
3402
3402
  * Return the realtime stock price for the Security with the given &#x60;identifier&#x60;
3403
3403
  * @param {String} identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3404
3404
  * @param {Object} opts Optional parameters
3405
- * @param {Array.<module:model/String>} opts.source Return the realtime price from the specified data source. If no source is specified, the best source available is used.
3405
+ * @param {Array.<module:model/String>} opts.source Return the realtime price from the specified comma-delimited data sources. If no source is specified, the best source available is used.
3406
3406
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/RealtimeStockPrice} and HTTP response
3407
3407
  */
3408
3408
  this.getSecurityRealtimePriceWithHttpInfo = function(identifier, opts) {
@@ -3448,7 +3448,7 @@
3448
3448
  * Return the realtime stock price for the Security with the given &#x60;identifier&#x60;
3449
3449
  * @param {String} identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3450
3450
  * @param {Object} opts Optional parameters
3451
- * @param {Array.<module:model/String>} opts.source Return the realtime price from the specified data source. If no source is specified, the best source available is used.
3451
+ * @param {Array.<module:model/String>} opts.source Return the realtime price from the specified comma-delimited data sources. If no source is specified, the best source available is used.
3452
3452
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/RealtimeStockPrice}
3453
3453
  */
3454
3454
  this.getSecurityRealtimePrice = function(identifier, opts) {
@@ -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.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * StockExchange service.
35
35
  * @module api/StockExchangeApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -240,7 +240,7 @@
240
240
  * @param {Date} opts.endDate The end of the date range you&#39;re querying. May not be used with date parameter.
241
241
  * @param {Number} opts.pageSize The number of results to return (default to 100)
242
242
  * @param {String} opts.nextPage Gets the next page of data from a previous API call
243
- * @param {Array.<String>} opts.tickers The list of ticker symbols to filter to.
243
+ * @param {Array.<String>} opts.tickers The comma-delimited list of ticker symbols to filter down to. If not provided, the entire stock exchange is returned.
244
244
  * @param {String} opts.nextPage2 Gets the next page of data from a previous API call
245
245
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseStockExchangeStockPrices} and HTTP response
246
246
  */
@@ -298,7 +298,7 @@
298
298
  * @param {Date} opts.endDate The end of the date range you&#39;re querying. May not be used with date parameter.
299
299
  * @param {Number} opts.pageSize The number of results to return (default to 100)
300
300
  * @param {String} opts.nextPage Gets the next page of data from a previous API call
301
- * @param {Array.<String>} opts.tickers The list of ticker symbols to filter to.
301
+ * @param {Array.<String>} opts.tickers The comma-delimited list of ticker symbols to filter down to. If not provided, the entire stock exchange is returned.
302
302
  * @param {String} opts.nextPage2 Gets the next page of data from a previous API call
303
303
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseStockExchangeStockPrices}
304
304
  */
@@ -316,10 +316,10 @@
316
316
  * Returns realtime stock prices for the Stock Exchange with the given &#x60;identifier&#x60;
317
317
  * @param {String} identifier A Stock Exchange identifier (MIC or Intrinio ID)
318
318
  * @param {Object} opts Optional parameters
319
- * @param {Array.<module:model/String>} opts.source Return realtime prices from the specified data source. If no source is specified, all sources are used.
319
+ * @param {Array.<module:model/String>} opts.source Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used.
320
320
  * @param {Boolean} opts.activeOnly Returns prices only from the most recent trading day.
321
321
  * @param {Number} opts.pageSize The number of results to return (default to 100)
322
- * @param {Array.<String>} opts.tickers The list of ticker symbols to filter to.
322
+ * @param {Array.<String>} opts.tickers The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned.
323
323
  * @param {String} opts.nextPage Gets the next page of data from a previous API call
324
324
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseStockExchangeRealtimeStockPrices} and HTTP response
325
325
  */
@@ -373,10 +373,10 @@
373
373
  * Returns realtime stock prices for the Stock Exchange with the given &#x60;identifier&#x60;
374
374
  * @param {String} identifier A Stock Exchange identifier (MIC or Intrinio ID)
375
375
  * @param {Object} opts Optional parameters
376
- * @param {Array.<module:model/String>} opts.source Return realtime prices from the specified data source. If no source is specified, all sources are used.
376
+ * @param {Array.<module:model/String>} opts.source Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used.
377
377
  * @param {Boolean} opts.activeOnly Returns prices only from the most recent trading day.
378
378
  * @param {Number} opts.pageSize The number of results to return (default to 100)
379
- * @param {Array.<String>} opts.tickers The list of ticker symbols to filter to.
379
+ * @param {Array.<String>} opts.tickers The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned.
380
380
  * @param {String} opts.nextPage Gets the next page of data from a previous API call
381
381
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseStockExchangeRealtimeStockPrices}
382
382
  */
@@ -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.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Technical service.
35
35
  * @module api/TechnicalApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
@@ -2,7 +2,7 @@
2
2
  * Intrinio API
3
3
  * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Zacks service.
35
35
  * @module api/ZacksApi
36
- * @version 6.29.0
36
+ * @version 6.29.1
37
37
  */
38
38
 
39
39
  /**
package/src/index.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.64.0
5
+ * OpenAPI spec version: 2.64.1
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -53,7 +53,7 @@
53
53
  * </pre>
54
54
  * </p>
55
55
  * @module index
56
- * @version 6.29.0
56
+ * @version 6.29.1
57
57
  */
58
58
  var exports = {
59
59
  /**