intrinio-sdk 6.30.0 → 6.31.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 (654) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -3
  3. data/docs/ApiResponseSecurityQuote.md +9 -0
  4. data/docs/ApiResponseStockExchangeQuote.md +27 -0
  5. data/docs/BulkDownloadSummary.md +1 -0
  6. data/docs/CompanyApi.md +3 -3
  7. data/docs/OptionsApi.md +5 -1
  8. data/docs/StockExchangeApi.md +89 -0
  9. data/intrinio-sdk.gemspec +1 -1
  10. data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
  11. data/lib/intrinio-sdk/api/company_api.rb +5 -5
  12. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  13. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  14. data/lib/intrinio-sdk/api/esg_api.rb +1 -1
  15. data/lib/intrinio-sdk/api/et_fs_api.rb +1 -1
  16. data/lib/intrinio-sdk/api/filing_api.rb +1 -1
  17. data/lib/intrinio-sdk/api/forex_api.rb +1 -1
  18. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  19. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  20. data/lib/intrinio-sdk/api/index_api.rb +1 -1
  21. data/lib/intrinio-sdk/api/insider_transaction_filings_api.rb +1 -1
  22. data/lib/intrinio-sdk/api/market_api.rb +1 -1
  23. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  24. data/lib/intrinio-sdk/api/options_api.rb +7 -1
  25. data/lib/intrinio-sdk/api/owners_api.rb +1 -1
  26. data/lib/intrinio-sdk/api/security_api.rb +1 -1
  27. data/lib/intrinio-sdk/api/stock_exchange_api.rb +73 -1
  28. data/lib/intrinio-sdk/api/technical_api.rb +1 -1
  29. data/lib/intrinio-sdk/api/zacks_api.rb +1 -1
  30. data/lib/intrinio-sdk/api_client.rb +1 -1
  31. data/lib/intrinio-sdk/api_error.rb +1 -1
  32. data/lib/intrinio-sdk/configuration.rb +1 -1
  33. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  34. data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
  35. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  36. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  37. data/lib/intrinio-sdk/models/api_response_company_answers.rb +1 -1
  38. data/lib/intrinio-sdk/models/api_response_company_daily_metrics.rb +1 -1
  39. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  40. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  41. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  42. data/lib/intrinio-sdk/models/api_response_company_insider_transaction_filings.rb +1 -1
  43. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  44. data/lib/intrinio-sdk/models/api_response_company_news_body.rb +1 -1
  45. data/lib/intrinio-sdk/models/api_response_company_public_float_result.rb +1 -1
  46. data/lib/intrinio-sdk/models/api_response_company_recognize.rb +1 -1
  47. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  48. data/lib/intrinio-sdk/models/api_response_company_shares_outstanding.rb +1 -1
  49. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  50. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  51. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  52. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  53. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  54. data/lib/intrinio-sdk/models/api_response_eod_index_prices.rb +1 -1
  55. data/lib/intrinio-sdk/models/api_response_eod_index_prices_all.rb +1 -1
  56. data/lib/intrinio-sdk/models/api_response_esg_companies.rb +1 -1
  57. data/lib/intrinio-sdk/models/api_response_esg_company_comprehensive_rating_history.rb +1 -1
  58. data/lib/intrinio-sdk/models/api_response_esg_company_rating_history.rb +1 -1
  59. data/lib/intrinio-sdk/models/api_response_esg_latest.rb +1 -1
  60. data/lib/intrinio-sdk/models/api_response_esg_latest_comprehensive.rb +1 -1
  61. data/lib/intrinio-sdk/models/api_response_et_fs.rb +1 -1
  62. data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +1 -1
  63. data/lib/intrinio-sdk/models/api_response_filing_answers.rb +1 -1
  64. data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
  65. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  68. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  69. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  70. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  71. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  72. data/lib/intrinio-sdk/models/api_response_index.rb +1 -1
  73. data/lib/intrinio-sdk/models/api_response_indices.rb +1 -1
  74. data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
  75. data/lib/intrinio-sdk/models/api_response_insider_transaction_filings.rb +1 -1
  76. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  77. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  78. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  79. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  80. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  81. data/lib/intrinio-sdk/models/api_response_options_aggregates.rb +1 -1
  82. data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
  83. data/lib/intrinio-sdk/models/api_response_options_chain_eod.rb +1 -1
  84. data/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb +1 -1
  85. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  86. data/lib/intrinio-sdk/models/api_response_options_price_realtime.rb +1 -1
  87. data/lib/intrinio-sdk/models/api_response_options_prices_batch_realtime.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_options_prices_by_ticker_realtime.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_options_prices_eod.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_options_realtime.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_options_stats_realtime.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_options_tickers.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_options_unusual_activity.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_owner_insider_transaction_filings.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_owner_institutional_holdings.rb +1 -1
  96. data/lib/intrinio-sdk/models/api_response_owners.rb +1 -1
  97. data/lib/intrinio-sdk/models/api_response_realtime_index_prices.rb +1 -1
  98. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  99. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  100. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  101. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  105. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  106. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  108. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  109. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  110. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  112. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  113. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  114. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  115. data/lib/intrinio-sdk/models/api_response_security_institutional_ownership.rb +1 -1
  116. data/lib/intrinio-sdk/models/api_response_security_interval_prices.rb +1 -1
  117. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  118. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  119. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  120. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  121. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  124. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  125. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_security_quote.rb +95 -5
  127. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  128. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  129. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  130. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  131. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  132. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  133. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  134. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  135. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
  143. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  144. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  146. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  147. data/lib/intrinio-sdk/models/api_response_standardized_financials_dimensions.rb +1 -1
  148. data/lib/intrinio-sdk/models/api_response_stock_exchange_quote.rb +201 -0
  149. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  150. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  151. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  152. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  153. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  154. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  155. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  156. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  157. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
  158. data/lib/intrinio-sdk/models/api_response_zacks_ebitda_consensus.rb +1 -1
  159. data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +1 -1
  160. data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +1 -1
  161. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
  162. data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +1 -1
  163. data/lib/intrinio-sdk/models/api_response_zacks_forward_p_es.rb +1 -1
  164. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +1 -1
  165. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +1 -1
  166. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +1 -1
  167. data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +1 -1
  168. data/lib/intrinio-sdk/models/api_response_zacks_sales_estimates.rb +1 -1
  169. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
  170. data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +1 -1
  171. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  172. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  173. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  174. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  175. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  176. data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
  177. data/lib/intrinio-sdk/models/bulk_download_summary.rb +12 -2
  178. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  179. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  180. data/lib/intrinio-sdk/models/company.rb +1 -1
  181. data/lib/intrinio-sdk/models/company_daily_metric.rb +1 -1
  182. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  183. data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
  184. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  185. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  186. data/lib/intrinio-sdk/models/company_public_float.rb +1 -1
  187. data/lib/intrinio-sdk/models/company_shares_outstanding.rb +1 -1
  188. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  189. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  190. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  191. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  192. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  193. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  194. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  195. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  196. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  197. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  198. data/lib/intrinio-sdk/models/eod_index_price.rb +1 -1
  199. data/lib/intrinio-sdk/models/eod_index_price_summary.rb +1 -1
  200. data/lib/intrinio-sdk/models/esg_company_summary.rb +1 -1
  201. data/lib/intrinio-sdk/models/esg_comprehensive_rating.rb +1 -1
  202. data/lib/intrinio-sdk/models/esg_comprehensive_rating_with_company.rb +1 -1
  203. data/lib/intrinio-sdk/models/esg_rating.rb +1 -1
  204. data/lib/intrinio-sdk/models/esg_rating_with_company.rb +1 -1
  205. data/lib/intrinio-sdk/models/etf.rb +1 -1
  206. data/lib/intrinio-sdk/models/etf_analytics.rb +1 -1
  207. data/lib/intrinio-sdk/models/etf_holding.rb +1 -1
  208. data/lib/intrinio-sdk/models/etf_stats.rb +1 -1
  209. data/lib/intrinio-sdk/models/etf_summary.rb +1 -1
  210. data/lib/intrinio-sdk/models/filing.rb +1 -1
  211. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  212. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  213. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  214. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  215. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  216. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  217. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  218. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  219. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  220. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  221. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  222. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  223. data/lib/intrinio-sdk/models/insider_transaction.rb +1 -1
  224. data/lib/intrinio-sdk/models/insider_transaction_filing.rb +1 -1
  225. data/lib/intrinio-sdk/models/institutional_holding.rb +1 -1
  226. data/lib/intrinio-sdk/models/institutional_ownership.rb +1 -1
  227. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  228. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  229. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  230. data/lib/intrinio-sdk/models/market_status_result.rb +1 -1
  231. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  232. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  233. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  234. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  235. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  236. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  237. data/lib/intrinio-sdk/models/news_topic.rb +1 -1
  238. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  239. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  240. data/lib/intrinio-sdk/models/option.rb +1 -1
  241. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  242. data/lib/intrinio-sdk/models/option_chain_eod.rb +1 -1
  243. data/lib/intrinio-sdk/models/option_chain_realtime.rb +1 -1
  244. data/lib/intrinio-sdk/models/option_contracts_list.rb +1 -1
  245. data/lib/intrinio-sdk/models/option_eod.rb +1 -1
  246. data/lib/intrinio-sdk/models/option_factors_realtime.rb +1 -1
  247. data/lib/intrinio-sdk/models/option_interval.rb +1 -1
  248. data/lib/intrinio-sdk/models/option_interval_mover.rb +1 -1
  249. data/lib/intrinio-sdk/models/option_intervals_movers_result.rb +1 -1
  250. data/lib/intrinio-sdk/models/option_intervals_result.rb +1 -1
  251. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  252. data/lib/intrinio-sdk/models/option_price_batch_realtime.rb +1 -1
  253. data/lib/intrinio-sdk/models/option_price_eod.rb +1 -1
  254. data/lib/intrinio-sdk/models/option_price_realtime.rb +1 -1
  255. data/lib/intrinio-sdk/models/option_price_realtime_extended.rb +1 -1
  256. data/lib/intrinio-sdk/models/option_realtime.rb +1 -1
  257. data/lib/intrinio-sdk/models/option_snapshot_group.rb +1 -1
  258. data/lib/intrinio-sdk/models/option_snapshots_result.rb +1 -1
  259. data/lib/intrinio-sdk/models/option_stats_realtime.rb +1 -1
  260. data/lib/intrinio-sdk/models/option_unusual_trade.rb +1 -1
  261. data/lib/intrinio-sdk/models/options_aggregate.rb +1 -1
  262. data/lib/intrinio-sdk/models/owner.rb +1 -1
  263. data/lib/intrinio-sdk/models/owner_summary.rb +1 -1
  264. data/lib/intrinio-sdk/models/realtime_index_price.rb +1 -1
  265. data/lib/intrinio-sdk/models/realtime_index_price_index.rb +1 -1
  266. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  267. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  268. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  269. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  270. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  271. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  272. data/lib/intrinio-sdk/models/security.rb +1 -1
  273. data/lib/intrinio-sdk/models/security_history.rb +1 -1
  274. data/lib/intrinio-sdk/models/security_history_list_result.rb +1 -1
  275. data/lib/intrinio-sdk/models/security_interval_mover.rb +1 -1
  276. data/lib/intrinio-sdk/models/security_intervals_movers_result.rb +1 -1
  277. data/lib/intrinio-sdk/models/security_replay_file_result.rb +1 -1
  278. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  279. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  280. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  281. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  282. data/lib/intrinio-sdk/models/security_snapshot_group.rb +1 -1
  283. data/lib/intrinio-sdk/models/security_snapshots_result.rb +1 -1
  284. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  285. data/lib/intrinio-sdk/models/security_trades.rb +1 -1
  286. data/lib/intrinio-sdk/models/security_trades_result.rb +1 -1
  287. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  288. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  289. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  290. data/lib/intrinio-sdk/models/standardized_financials_dimension.rb +1 -1
  291. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  292. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  293. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  294. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  295. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  296. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  297. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  298. data/lib/intrinio-sdk/models/stock_price_interval.rb +1 -1
  299. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  300. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  301. data/lib/intrinio-sdk/models/thea_entity_answer.rb +1 -1
  302. data/lib/intrinio-sdk/models/thea_source_document.rb +1 -1
  303. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  304. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  305. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  306. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  307. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  308. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  309. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  310. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
  311. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
  312. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
  313. data/lib/intrinio-sdk/models/zacks_ebitda_consensus.rb +1 -1
  314. data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +1 -1
  315. data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +1 -1
  316. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
  317. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
  318. data/lib/intrinio-sdk/models/zacks_etf_holding.rb +1 -1
  319. data/lib/intrinio-sdk/models/zacks_forward_pe.rb +1 -1
  320. data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +1 -1
  321. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +1 -1
  322. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +1 -1
  323. data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +1 -1
  324. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +1 -1
  325. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +1 -1
  326. data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +1 -1
  327. data/lib/intrinio-sdk/models/zacks_sales_estimate.rb +1 -1
  328. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
  329. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
  330. data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +1 -1
  331. data/lib/intrinio-sdk/version.rb +2 -2
  332. data/lib/intrinio-sdk.rb +2 -1
  333. data/spec/api/bulk_downloads_api_spec.rb +1 -1
  334. data/spec/api/company_api_spec.rb +3 -3
  335. data/spec/api/data_point_api_spec.rb +1 -1
  336. data/spec/api/data_tag_api_spec.rb +1 -1
  337. data/spec/api/esg_api_spec.rb +1 -1
  338. data/spec/api/et_fs_api_spec.rb +1 -1
  339. data/spec/api/filing_api_spec.rb +1 -1
  340. data/spec/api/forex_api_spec.rb +1 -1
  341. data/spec/api/fundamentals_api_spec.rb +1 -1
  342. data/spec/api/historical_data_api_spec.rb +1 -1
  343. data/spec/api/index_api_spec.rb +1 -1
  344. data/spec/api/insider_transaction_filings_api_spec.rb +1 -1
  345. data/spec/api/market_api_spec.rb +1 -1
  346. data/spec/api/municipality_api_spec.rb +1 -1
  347. data/spec/api/options_api_spec.rb +3 -1
  348. data/spec/api/owners_api_spec.rb +1 -1
  349. data/spec/api/security_api_spec.rb +1 -1
  350. data/spec/api/stock_exchange_api_spec.rb +17 -1
  351. data/spec/api/technical_api_spec.rb +1 -1
  352. data/spec/api/zacks_api_spec.rb +1 -1
  353. data/spec/api_client_spec.rb +1 -1
  354. data/spec/configuration_spec.rb +1 -1
  355. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  356. data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
  357. data/spec/models/api_response_companies_search_spec.rb +1 -1
  358. data/spec/models/api_response_companies_spec.rb +1 -1
  359. data/spec/models/api_response_company_answers_spec.rb +1 -1
  360. data/spec/models/api_response_company_daily_metrics_spec.rb +1 -1
  361. data/spec/models/api_response_company_filings_spec.rb +1 -1
  362. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  363. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  364. data/spec/models/api_response_company_insider_transaction_filings_spec.rb +1 -1
  365. data/spec/models/api_response_company_news_body_spec.rb +1 -1
  366. data/spec/models/api_response_company_news_spec.rb +1 -1
  367. data/spec/models/api_response_company_public_float_result_spec.rb +1 -1
  368. data/spec/models/api_response_company_recognize_spec.rb +1 -1
  369. data/spec/models/api_response_company_securities_spec.rb +1 -1
  370. data/spec/models/api_response_company_shares_outstanding_spec.rb +1 -1
  371. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  372. data/spec/models/api_response_data_tags_spec.rb +1 -1
  373. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  374. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  375. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  376. data/spec/models/api_response_eod_index_prices_all_spec.rb +1 -1
  377. data/spec/models/api_response_eod_index_prices_spec.rb +1 -1
  378. data/spec/models/api_response_esg_companies_spec.rb +1 -1
  379. data/spec/models/api_response_esg_company_comprehensive_rating_history_spec.rb +1 -1
  380. data/spec/models/api_response_esg_company_rating_history_spec.rb +1 -1
  381. data/spec/models/api_response_esg_latest_comprehensive_spec.rb +1 -1
  382. data/spec/models/api_response_esg_latest_spec.rb +1 -1
  383. data/spec/models/api_response_et_fs_spec.rb +1 -1
  384. data/spec/models/api_response_etf_holdings_spec.rb +1 -1
  385. data/spec/models/api_response_filing_answers_spec.rb +1 -1
  386. data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
  387. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  388. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  389. data/spec/models/api_response_filings_spec.rb +1 -1
  390. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  391. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  392. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  393. data/spec/models/api_response_historical_data_spec.rb +1 -1
  394. data/spec/models/api_response_index_spec.rb +1 -1
  395. data/spec/models/api_response_indices_spec.rb +1 -1
  396. data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
  397. data/spec/models/api_response_insider_transaction_filings_spec.rb +1 -1
  398. data/spec/models/api_response_municipalities_spec.rb +1 -1
  399. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  400. data/spec/models/api_response_news_spec.rb +1 -1
  401. data/spec/models/api_response_option_prices_spec.rb +1 -1
  402. data/spec/models/api_response_options_aggregates_spec.rb +1 -1
  403. data/spec/models/api_response_options_chain_eod_spec.rb +1 -1
  404. data/spec/models/api_response_options_chain_realtime_spec.rb +1 -1
  405. data/spec/models/api_response_options_chain_spec.rb +1 -1
  406. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  407. data/spec/models/api_response_options_price_realtime_spec.rb +1 -1
  408. data/spec/models/api_response_options_prices_batch_realtime_spec.rb +1 -1
  409. data/spec/models/api_response_options_prices_by_ticker_realtime_spec.rb +1 -1
  410. data/spec/models/api_response_options_prices_eod_spec.rb +1 -1
  411. data/spec/models/api_response_options_realtime_spec.rb +1 -1
  412. data/spec/models/api_response_options_spec.rb +1 -1
  413. data/spec/models/api_response_options_stats_realtime_spec.rb +1 -1
  414. data/spec/models/api_response_options_tickers_spec.rb +1 -1
  415. data/spec/models/api_response_options_unusual_activity_spec.rb +1 -1
  416. data/spec/models/api_response_owner_insider_transaction_filings_spec.rb +1 -1
  417. data/spec/models/api_response_owner_institutional_holdings_spec.rb +1 -1
  418. data/spec/models/api_response_owners_spec.rb +1 -1
  419. data/spec/models/api_response_realtime_index_prices_spec.rb +1 -1
  420. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  421. data/spec/models/api_response_securities_search_spec.rb +1 -1
  422. data/spec/models/api_response_securities_spec.rb +1 -1
  423. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  424. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  425. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  426. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  427. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  428. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  429. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  430. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  431. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  432. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  433. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  434. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  435. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  436. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  437. data/spec/models/api_response_security_institutional_ownership_spec.rb +1 -1
  438. data/spec/models/api_response_security_interval_prices_spec.rb +1 -1
  439. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  440. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  441. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  442. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  443. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  444. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  445. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  446. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  447. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  448. data/spec/models/api_response_security_quote_spec.rb +55 -1
  449. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  450. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  451. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  452. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  453. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  454. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  455. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  456. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  457. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  458. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  459. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  460. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  461. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
  462. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
  463. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
  464. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
  465. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  466. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  467. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  468. data/spec/models/api_response_standardized_financials_dimensions_spec.rb +1 -1
  469. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  470. data/spec/models/api_response_stock_exchange_quote_spec.rb +48 -0
  471. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  472. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  473. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  474. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  475. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  476. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  477. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  478. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  479. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
  480. data/spec/models/api_response_zacks_ebitda_consensus_spec.rb +1 -1
  481. data/spec/models/api_response_zacks_eps_estimates_spec.rb +1 -1
  482. data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +1 -1
  483. data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
  484. data/spec/models/api_response_zacks_etf_holdings_spec.rb +1 -1
  485. data/spec/models/api_response_zacks_forward_p_es_spec.rb +1 -1
  486. data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +1 -1
  487. data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +1 -1
  488. data/spec/models/api_response_zacks_institutional_holdings_spec.rb +1 -1
  489. data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +1 -1
  490. data/spec/models/api_response_zacks_sales_estimates_spec.rb +1 -1
  491. data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
  492. data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +1 -1
  493. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  494. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  495. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  496. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  497. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  498. data/spec/models/bulk_download_links_spec.rb +1 -1
  499. data/spec/models/bulk_download_summary_spec.rb +7 -1
  500. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  501. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  502. data/spec/models/company_daily_metric_spec.rb +1 -1
  503. data/spec/models/company_filing_spec.rb +1 -1
  504. data/spec/models/company_initial_public_offering_spec.rb +1 -1
  505. data/spec/models/company_news_spec.rb +1 -1
  506. data/spec/models/company_news_summary_spec.rb +1 -1
  507. data/spec/models/company_public_float_spec.rb +1 -1
  508. data/spec/models/company_shares_outstanding_spec.rb +1 -1
  509. data/spec/models/company_spec.rb +1 -1
  510. data/spec/models/company_summary_spec.rb +1 -1
  511. data/spec/models/data_tag_spec.rb +1 -1
  512. data/spec/models/data_tag_summary_spec.rb +1 -1
  513. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  514. data/spec/models/dividend_record_spec.rb +1 -1
  515. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  516. data/spec/models/earnings_record_spec.rb +1 -1
  517. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  518. data/spec/models/economic_index_spec.rb +1 -1
  519. data/spec/models/economic_index_summary_spec.rb +1 -1
  520. data/spec/models/eod_index_price_spec.rb +1 -1
  521. data/spec/models/eod_index_price_summary_spec.rb +1 -1
  522. data/spec/models/esg_company_summary_spec.rb +1 -1
  523. data/spec/models/esg_comprehensive_rating_spec.rb +1 -1
  524. data/spec/models/esg_comprehensive_rating_with_company_spec.rb +1 -1
  525. data/spec/models/esg_rating_spec.rb +1 -1
  526. data/spec/models/esg_rating_with_company_spec.rb +1 -1
  527. data/spec/models/etf_analytics_spec.rb +1 -1
  528. data/spec/models/etf_holding_spec.rb +1 -1
  529. data/spec/models/etf_spec.rb +1 -1
  530. data/spec/models/etf_stats_spec.rb +1 -1
  531. data/spec/models/etf_summary_spec.rb +1 -1
  532. data/spec/models/filing_note_filing_spec.rb +1 -1
  533. data/spec/models/filing_note_spec.rb +1 -1
  534. data/spec/models/filing_note_summary_spec.rb +1 -1
  535. data/spec/models/filing_spec.rb +1 -1
  536. data/spec/models/filing_summary_spec.rb +1 -1
  537. data/spec/models/force_index_technical_value_spec.rb +1 -1
  538. data/spec/models/forex_currency_spec.rb +1 -1
  539. data/spec/models/forex_pair_spec.rb +1 -1
  540. data/spec/models/forex_price_spec.rb +1 -1
  541. data/spec/models/fundamental_spec.rb +1 -1
  542. data/spec/models/fundamental_summary_spec.rb +1 -1
  543. data/spec/models/historical_data_spec.rb +1 -1
  544. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  545. data/spec/models/insider_transaction_filing_spec.rb +1 -1
  546. data/spec/models/insider_transaction_spec.rb +1 -1
  547. data/spec/models/institutional_holding_spec.rb +1 -1
  548. data/spec/models/institutional_ownership_spec.rb +1 -1
  549. data/spec/models/intraday_stock_price_spec.rb +1 -1
  550. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  551. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  552. data/spec/models/market_status_result_spec.rb +1 -1
  553. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  554. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  555. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  556. data/spec/models/municipality_financial_spec.rb +1 -1
  557. data/spec/models/municipality_spec.rb +1 -1
  558. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  559. data/spec/models/news_topic_spec.rb +1 -1
  560. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  561. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  562. data/spec/models/option_chain_eod_spec.rb +1 -1
  563. data/spec/models/option_chain_realtime_spec.rb +1 -1
  564. data/spec/models/option_chain_spec.rb +1 -1
  565. data/spec/models/option_contracts_list_spec.rb +1 -1
  566. data/spec/models/option_eod_spec.rb +1 -1
  567. data/spec/models/option_factors_realtime_spec.rb +1 -1
  568. data/spec/models/option_interval_mover_spec.rb +1 -1
  569. data/spec/models/option_interval_spec.rb +1 -1
  570. data/spec/models/option_intervals_movers_result_spec.rb +1 -1
  571. data/spec/models/option_intervals_result_spec.rb +1 -1
  572. data/spec/models/option_price_batch_realtime_spec.rb +1 -1
  573. data/spec/models/option_price_eod_spec.rb +1 -1
  574. data/spec/models/option_price_realtime_extended_spec.rb +1 -1
  575. data/spec/models/option_price_realtime_spec.rb +1 -1
  576. data/spec/models/option_price_spec.rb +1 -1
  577. data/spec/models/option_realtime_spec.rb +1 -1
  578. data/spec/models/option_snapshot_group_spec.rb +1 -1
  579. data/spec/models/option_snapshots_result_spec.rb +1 -1
  580. data/spec/models/option_spec.rb +1 -1
  581. data/spec/models/option_stats_realtime_spec.rb +1 -1
  582. data/spec/models/option_unusual_trade_spec.rb +1 -1
  583. data/spec/models/options_aggregate_spec.rb +1 -1
  584. data/spec/models/owner_spec.rb +1 -1
  585. data/spec/models/owner_summary_spec.rb +1 -1
  586. data/spec/models/realtime_index_price_index_spec.rb +1 -1
  587. data/spec/models/realtime_index_price_spec.rb +1 -1
  588. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  589. data/spec/models/realtime_stock_price_spec.rb +1 -1
  590. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  591. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  592. data/spec/models/reported_financial_spec.rb +1 -1
  593. data/spec/models/reported_tag_spec.rb +1 -1
  594. data/spec/models/security_history_list_result_spec.rb +1 -1
  595. data/spec/models/security_history_spec.rb +1 -1
  596. data/spec/models/security_interval_mover_spec.rb +1 -1
  597. data/spec/models/security_intervals_movers_result_spec.rb +1 -1
  598. data/spec/models/security_replay_file_result_spec.rb +1 -1
  599. data/spec/models/security_screen_clause_spec.rb +1 -1
  600. data/spec/models/security_screen_group_spec.rb +1 -1
  601. data/spec/models/security_screen_result_data_spec.rb +1 -1
  602. data/spec/models/security_screen_result_spec.rb +1 -1
  603. data/spec/models/security_snapshot_group_spec.rb +1 -1
  604. data/spec/models/security_snapshots_result_spec.rb +1 -1
  605. data/spec/models/security_spec.rb +1 -1
  606. data/spec/models/security_summary_spec.rb +1 -1
  607. data/spec/models/security_trades_result_spec.rb +1 -1
  608. data/spec/models/security_trades_spec.rb +1 -1
  609. data/spec/models/sic_index_spec.rb +1 -1
  610. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  611. data/spec/models/standardized_financial_spec.rb +1 -1
  612. data/spec/models/standardized_financials_dimension_spec.rb +1 -1
  613. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  614. data/spec/models/stock_exchange_spec.rb +1 -1
  615. data/spec/models/stock_market_index_spec.rb +1 -1
  616. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  617. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  618. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  619. data/spec/models/stock_price_interval_spec.rb +1 -1
  620. data/spec/models/stock_price_spec.rb +1 -1
  621. data/spec/models/stock_price_summary_spec.rb +1 -1
  622. data/spec/models/technical_indicator_spec.rb +1 -1
  623. data/spec/models/thea_entity_answer_spec.rb +1 -1
  624. data/spec/models/thea_source_document_spec.rb +1 -1
  625. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  626. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  627. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  628. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  629. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  630. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  631. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  632. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
  633. data/spec/models/zacks_analyst_rating_spec.rb +1 -1
  634. data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
  635. data/spec/models/zacks_ebitda_consensus_spec.rb +1 -1
  636. data/spec/models/zacks_eps_estimate_spec.rb +1 -1
  637. data/spec/models/zacks_eps_growth_rate_spec.rb +1 -1
  638. data/spec/models/zacks_eps_surprise_spec.rb +1 -1
  639. data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
  640. data/spec/models/zacks_etf_holding_spec.rb +1 -1
  641. data/spec/models/zacks_forward_pe_spec.rb +1 -1
  642. data/spec/models/zacks_institutional_holding_company_detail_spec.rb +1 -1
  643. data/spec/models/zacks_institutional_holding_company_summary_spec.rb +1 -1
  644. data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +1 -1
  645. data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +1 -1
  646. data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +1 -1
  647. data/spec/models/zacks_institutional_holding_spec.rb +1 -1
  648. data/spec/models/zacks_long_term_growth_rate_spec.rb +1 -1
  649. data/spec/models/zacks_sales_estimate_spec.rb +1 -1
  650. data/spec/models/zacks_sales_surprise_spec.rb +1 -1
  651. data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
  652. data/spec/models/zacks_target_price_consensus_spec.rb +1 -1
  653. data/spec/spec_helper.rb +1 -1
  654. metadata +6 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04ed14d469400c1ccfe4158b8ec4cb764913c45c794120afcc91dc289e0267da
4
- data.tar.gz: '09fffc44d44316333d07fa28893f66224da2f0abe9bb42056d9bb7af83dc1f5d'
3
+ metadata.gz: fec773b07cd97c2c7eb1cf960cdbc61b8dc6d6b8fdd285fc9fcf63693eb4e903
4
+ data.tar.gz: c88a730f4aa6075d9aaffb2d6e2e63164c1e5761fe37580d526080b292edb27f
5
5
  SHA512:
6
- metadata.gz: 14f0323f908070ae5d53978534000d8c31eba1fcd6075ca9ef169830c63cf24d4a253019c6e390376f27189ac1809b7180332ce21c211ad3c9bec7e3c8ab4786
7
- data.tar.gz: c7c9c76183988d5012252746b85ac60cccb8d10901c033eb52cd6b64e9b75703ef706d314ca87ca27beaf2da3a0b03fd24c8f3c36b738c202fdcbe667fac9056
6
+ metadata.gz: f7ce1ba933942df40d09d72d4b011b05a8c061ce5f57ca13682ce73ef18e5eabab208840e1f2cc0292b0647e479799dbcfb1e449d88230a191bd9ad1624979ad
7
+ data.tar.gz: a626a05bb26a0457bdd077aa69f93e36373982949a7025bb3636524d10db097e6034436c8cf6331d8a9028d9eb653966189aba5e9f2f22f8cbe5036eab78b25e
data/README.md CHANGED
@@ -8,8 +8,8 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a
8
8
 
9
9
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
10
10
 
11
- - API version: 2.66.2
12
- - Package version: 6.30.0
11
+ - API version: 2.70.0
12
+ - Package version: 6.31.0
13
13
 
14
14
 
15
15
  ## Installation
@@ -75,7 +75,7 @@ Class | Method | HTTP request | Description
75
75
  *Intrinio::CompanyApi* | [**get_company_historical_data**](docs/CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
76
76
  *Intrinio::CompanyApi* | [**get_company_ipos**](docs/CompanyApi.md#get_company_ipos) | **GET** /companies/ipos | IPOs
77
77
  *Intrinio::CompanyApi* | [**get_company_news**](docs/CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company
78
- *Intrinio::CompanyApi* | [**get_company_news_body**](docs/CompanyApi.md#get_company_news_body) | **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.
78
+ *Intrinio::CompanyApi* | [**get_company_news_body**](docs/CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | News Article Body
79
79
  *Intrinio::CompanyApi* | [**get_company_public_float**](docs/CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float
80
80
  *Intrinio::CompanyApi* | [**get_company_securities**](docs/CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company
81
81
  *Intrinio::CompanyApi* | [**insider_transaction_filings_by_company**](docs/CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
@@ -245,6 +245,7 @@ Class | Method | HTTP request | Description
245
245
  *Intrinio::StockExchangeApi* | [**get_stock_exchange_by_id**](docs/StockExchangeApi.md#get_stock_exchange_by_id) | **GET** /stock_exchanges/{identifier} | Lookup Stock Exchange
246
246
  *Intrinio::StockExchangeApi* | [**get_stock_exchange_price_adjustments**](docs/StockExchangeApi.md#get_stock_exchange_price_adjustments) | **GET** /stock_exchanges/{identifier}/prices/adjustments | Stock Price Adjustments by Exchange
247
247
  *Intrinio::StockExchangeApi* | [**get_stock_exchange_prices**](docs/StockExchangeApi.md#get_stock_exchange_prices) | **GET** /stock_exchanges/{identifier}/prices | Stock Prices by Exchange
248
+ *Intrinio::StockExchangeApi* | [**get_stock_exchange_quote**](docs/StockExchangeApi.md#get_stock_exchange_quote) | **GET** /stock_exchanges/{identifier}/quote | Realtime Quote Prices by Exchange
248
249
  *Intrinio::StockExchangeApi* | [**get_stock_exchange_realtime_prices**](docs/StockExchangeApi.md#get_stock_exchange_realtime_prices) | **GET** /stock_exchanges/{identifier}/prices/realtime | Realtime Stock Prices by Exchange
249
250
  *Intrinio::StockExchangeApi* | [**get_stock_exchange_securities**](docs/StockExchangeApi.md#get_stock_exchange_securities) | **GET** /stock_exchanges/{identifier}/securities | Securities by Exchange
250
251
  *Intrinio::TechnicalApi* | [**get_security_price_technicals_adi**](docs/TechnicalApi.md#get_security_price_technicals_adi) | **GET** /securities/{identifier}/prices/technicals/adi | Accumulation/Distribution Index
@@ -412,6 +413,7 @@ Class | Method | HTTP request | Description
412
413
  - [Intrinio::ApiResponseSecurityZacksSalesSurprises](docs/ApiResponseSecurityZacksSalesSurprises.md)
413
414
  - [Intrinio::ApiResponseStandardizedFinancials](docs/ApiResponseStandardizedFinancials.md)
414
415
  - [Intrinio::ApiResponseStandardizedFinancialsDimensions](docs/ApiResponseStandardizedFinancialsDimensions.md)
416
+ - [Intrinio::ApiResponseStockExchangeQuote](docs/ApiResponseStockExchangeQuote.md)
415
417
  - [Intrinio::ApiResponseStockExchangeRealtimeStockPrices](docs/ApiResponseStockExchangeRealtimeStockPrices.md)
416
418
  - [Intrinio::ApiResponseStockExchangeSecurities](docs/ApiResponseStockExchangeSecurities.md)
417
419
  - [Intrinio::ApiResponseStockExchangeStockPriceAdjustments](docs/ApiResponseStockExchangeStockPriceAdjustments.md)
@@ -31,14 +31,23 @@ Name | Type | Description
31
31
  **change_percent** | Float | The percent difference in last price from the last close price  
32
32
  **adj_close_5_days_ago** | Float | The adjusted close price 5 days ago.  
33
33
  **adj_close_30_days_ago** | Float | The adjusted close price 30 days ago.  
34
+ **adj_close_90_days_ago** | Float | The adjusted close price 90 days ago.  
34
35
  **adj_close_180_days_ago** | Float | The adjusted close price 180 days ago.  
35
36
  **adj_close_365_days_ago** | Float | The adjusted close price 365 days ago.  
37
+ **adj_close_730_days_ago** | Float | The adjusted close price 730 days ago.  
36
38
  **adj_close_1825_days_ago** | Float | The adjusted close price 1825 days ago.  
39
+ **adj_close_year_to_date** | Float | The adjusted close price at the start of the calendar year.  
37
40
  **change_percent_5_days** | Float | The percent change from the adjusted price 5 days ago to now.  
38
41
  **change_percent_30_days** | Float | The percent change from the adjusted price 30 days ago to now.  
42
+ **change_percent_90_days** | Float | The percent change from the adjusted price 90 days ago to now.  
39
43
  **change_percent_180_days** | Float | The percent change from the adjusted price 180 days ago to now.  
40
44
  **change_percent_365_days** | Float | The percent change from the adjusted price 365 days ago to now.  
45
+ **change_percent_730_days_ago** | Float | The percent change from the adjusted price 730 days ago to now.  
41
46
  **change_percent_1825_days** | Float | The percent change from the adjusted price 1825 days ago to now.  
47
+ **change_percent_year_to_date** | Float | The percent change from the adjusted price since the start of the calendar year to now.  
48
+ **extended_hours_last** | Float | The price of the latest trade in pre and post market trading. Might be null during normal trading  
49
+ **extended_hours_change** | Float | The difference in extended_hours_last price from most recent official close price  
50
+ **extended_hours_change_percent** | Float | The percent difference in extended_hours_last from the most recent official close price  
42
51
 
43
52
  [//]: # (END_DEFINITION)
44
53
 
@@ -0,0 +1,27 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ApiResponseStockExchangeQuote)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ApiResponseStockExchangeQuote
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **quotes** | [**Array<ApiResponseSecurityQuote>**](ApiResponseSecurityQuote.md) | The realtime stock prices for all Securities traded on the Stock Exchange  
16
+ **stock_exchange** | [**StockExchange**](StockExchange.md) | The Stock Exchange resolved from the given identifier  
17
+
18
+ [//]: # (END_DEFINITION)
19
+
20
+
21
+ [//]: # (CONTAINED_CLASS:Intrinio::ApiResponseSecurityQuote)
22
+
23
+
24
+ [//]: # (CONTAINED_CLASS:Intrinio::StockExchange)
25
+
26
+
27
+
@@ -17,6 +17,7 @@ Name | Type | Description
17
17
  **format** | String | The file format of the bulk download  
18
18
  **data_length_bytes** | String | The total length of the bulk download data in bytes  
19
19
  **update_frequency** | String | The update frequency for the bulk download  
20
+ **last_updated** | Date | The date on which the bulk download was last updated  
20
21
  **links** | [**Array<BulkDownloadLinks>**](BulkDownloadLinks.md) | Links to all of the files comprising the bulk download. Links expire in 24 hours.  
21
22
 
22
23
  [//]: # (END_DEFINITION)
data/docs/CompanyApi.md CHANGED
@@ -17,7 +17,7 @@ Method | HTTP request | Description
17
17
  [**get_company_historical_data**](CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
18
18
  [**get_company_ipos**](CompanyApi.md#get_company_ipos) | **GET** /companies/ipos | IPOs
19
19
  [**get_company_news**](CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company
20
- [**get_company_news_body**](CompanyApi.md#get_company_news_body) | **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.
20
+ [**get_company_news_body**](CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | News Article Body
21
21
  [**get_company_public_float**](CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float
22
22
  [**get_company_securities**](CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company
23
23
  [**insider_transaction_filings_by_company**](CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
@@ -1245,10 +1245,10 @@ Name | Type | Description | Notes
1245
1245
 
1246
1246
  > ApiResponseCompanyNewsBody get_company_news_body(news_story_id, publication_date, opts)
1247
1247
 
1248
- #### The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1248
+ #### News Article Body
1249
1249
 
1250
1250
 
1251
- Returns the news article body.
1251
+ Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1252
1252
 
1253
1253
  [//]: # (END_OVERVIEW)
1254
1254
 
data/docs/OptionsApi.md CHANGED
@@ -156,7 +156,9 @@ end
156
156
  options_api = Intrinio::OptionsApi.new
157
157
 
158
158
  opts = {
159
- date: "2024-04-24"
159
+ date: "2024-04-24",
160
+ page_size: 100,
161
+ next_page: nil
160
162
  }
161
163
 
162
164
  result = options_api.get_option_aggregates(opts)
@@ -175,6 +177,8 @@ pp result
175
177
  Name | Type | Description | Notes
176
178
  ------------- | ------------- | ------------- | -------------
177
179
  **date** | [**Object**](.md)| Return aggregated data for this date | [optional]  
180
+ **page_size** | Integer| The number of results to return | [optional] [default to 100]  
181
+ **next_page** | String| Gets the next page of data from a previous API call | [optional]  
178
182
 
179
183
  [//]: # (END_PARAMETERS)
180
184
 
@@ -8,6 +8,7 @@ Method | HTTP request | Description
8
8
  [**get_stock_exchange_by_id**](StockExchangeApi.md#get_stock_exchange_by_id) | **GET** /stock_exchanges/{identifier} | Lookup Stock Exchange
9
9
  [**get_stock_exchange_price_adjustments**](StockExchangeApi.md#get_stock_exchange_price_adjustments) | **GET** /stock_exchanges/{identifier}/prices/adjustments | Stock Price Adjustments by Exchange
10
10
  [**get_stock_exchange_prices**](StockExchangeApi.md#get_stock_exchange_prices) | **GET** /stock_exchanges/{identifier}/prices | Stock Prices by Exchange
11
+ [**get_stock_exchange_quote**](StockExchangeApi.md#get_stock_exchange_quote) | **GET** /stock_exchanges/{identifier}/quote | Realtime Quote Prices by Exchange
11
12
  [**get_stock_exchange_realtime_prices**](StockExchangeApi.md#get_stock_exchange_realtime_prices) | **GET** /stock_exchanges/{identifier}/prices/realtime | Realtime Stock Prices by Exchange
12
13
  [**get_stock_exchange_securities**](StockExchangeApi.md#get_stock_exchange_securities) | **GET** /stock_exchanges/{identifier}/securities | Securities by Exchange
13
14
 
@@ -356,6 +357,92 @@ Name | Type | Description | Notes
356
357
  [//]: # (END_OPERATION)
357
358
 
358
359
 
360
+ [//]: # (START_OPERATION)
361
+
362
+ [//]: # (CLASS:Intrinio::StockExchangeApi)
363
+
364
+ [//]: # (METHOD:get_stock_exchange_quote)
365
+
366
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseStockExchangeQuote)
367
+
368
+ [//]: # (RETURN_TYPE_KIND:object)
369
+
370
+ [//]: # (RETURN_TYPE_DOC:ApiResponseStockExchangeQuote.md)
371
+
372
+ [//]: # (OPERATION:get_stock_exchange_quote_v2)
373
+
374
+ [//]: # (ENDPOINT:/stock_exchanges/{identifier}/quote)
375
+
376
+ [//]: # (DOCUMENT_LINK:StockExchangeApi.md#get_stock_exchange_quote)
377
+
378
+ ## **get_stock_exchange_quote**
379
+
380
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_stock_exchange_quote_v2)
381
+
382
+ [//]: # (START_OVERVIEW)
383
+
384
+ > ApiResponseStockExchangeQuote get_stock_exchange_quote(identifier, tickers, opts)
385
+
386
+ #### Realtime Quote Prices by Exchange
387
+
388
+
389
+ Returns quote prices for the Stock Exchange with the given `identifier`
390
+
391
+ [//]: # (END_OVERVIEW)
392
+
393
+ ### Example
394
+
395
+ [//]: # (START_CODE_EXAMPLE)
396
+
397
+ ```ruby
398
+ # Load the gem
399
+ require 'intrinio-sdk'
400
+ require 'pp'
401
+
402
+ # Setup authorization
403
+ Intrinio.configure do |config|
404
+ config.api_key['api_key'] = 'YOUR_API_KEY'
405
+ config.allow_retries = true
406
+ end
407
+
408
+ stockExchange_api = Intrinio::StockExchangeApi.new
409
+ identifier = "USCOMP"
410
+ tickers = ["AAPL,MSFT,NVDA"]
411
+
412
+ opts = {
413
+ source: "delayed_sip",
414
+ active_only: nil
415
+ }
416
+
417
+ result = stockExchange_api.get_stock_exchange_quote(identifier, tickers, opts)
418
+ pp result
419
+ ```
420
+
421
+ [//]: # (END_CODE_EXAMPLE)
422
+
423
+ [//]: # (START_DEFINITION)
424
+
425
+ ### Parameters
426
+
427
+ [//]: # (START_PARAMETERS)
428
+
429
+
430
+ Name | Type | Description | Notes
431
+ ------------- | ------------- | ------------- | -------------
432
+ **identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) |  
433
+ **tickers** | [**Array<String>**](String.md)| The comma-delimited list of ticker symbols to return quotes for. |  
434
+ **source** | String| Return the realtime price from the specified source instead of the most recent. | [optional]  
435
+ **active_only** | BOOLEAN| Returns prices only from the most recent trading day. | [optional]  
436
+
437
+ [//]: # (END_PARAMETERS)
438
+
439
+ ### Return type
440
+
441
+ [**ApiResponseStockExchangeQuote**](ApiResponseStockExchangeQuote.md)
442
+
443
+ [//]: # (END_OPERATION)
444
+
445
+
359
446
  [//]: # (START_OPERATION)
360
447
 
361
448
  [//]: # (CLASS:Intrinio::StockExchangeApi)
@@ -410,6 +497,7 @@ identifier = "USCOMP"
410
497
  opts = {
411
498
  source: ["iex,delayed_sip"],
412
499
  active_only: nil,
500
+ traded_today: nil,
413
501
  page_size: 100,
414
502
  tickers: ["AAPL,MSFT,NVDA"],
415
503
  next_page: nil
@@ -433,6 +521,7 @@ Name | Type | Description | Notes
433
521
  **identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) |  
434
522
  **source** | [**Array<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]  
435
523
  **active_only** | BOOLEAN| Returns prices only from the most recent trading day. | [optional]  
524
+ **traded_today** | BOOLEAN| Returns prices only from securities which have traded on the most recent trading day. | [optional]  
436
525
  **page_size** | Integer| The number of results to return | [optional] [default to 100]  
437
526
  **tickers** | [**Array<String>**](String.md)| The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned. | [optional]  
438
527
  **next_page** | String| Gets the next page of data from a previous API call | [optional]  
data/intrinio-sdk.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  #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.
7
7
 
8
- OpenAPI spec version: 2.66.2
8
+ OpenAPI spec version: 2.70.0
9
9
 
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -1022,8 +1022,8 @@ module Intrinio
1022
1022
  return data, status_code, headers
1023
1023
  end
1024
1024
 
1025
- # The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1026
- # Returns the news article body.
1025
+ # News Article Body
1026
+ # Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1027
1027
  # @param news_story_id The identifier of the news story.
1028
1028
  # @param publication_date The DateTime of the story.
1029
1029
  # @param [Hash] opts the optional parameters
@@ -1035,8 +1035,8 @@ module Intrinio
1035
1035
  return data
1036
1036
  end
1037
1037
 
1038
- # The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1039
- # Returns the news article body.
1038
+ # News Article Body
1039
+ # Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1040
1040
  # @param news_story_id The identifier of the news story.
1041
1041
  # @param publication_date The DateTime of the story.
1042
1042
  # @param [Hash] opts the optional parameters
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -71,6 +71,8 @@ module Intrinio
71
71
  # Returns total open interest and volume by ticker
72
72
  # @param [Hash] opts the optional parameters
73
73
  # @option opts [Object] :date Return aggregated data for this date
74
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
75
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
74
76
  # @return [ApiResponseOptionsAggregates]
75
77
  def get_option_aggregates(opts = {})
76
78
  data, _status_code, _headers = get_option_aggregates_with_http_info(opts)
@@ -81,6 +83,8 @@ module Intrinio
81
83
  # Returns total open interest and volume by ticker
82
84
  # @param [Hash] opts the optional parameters
83
85
  # @option opts [Object] :date Return aggregated data for this date
86
+ # @option opts [Integer] :page_size The number of results to return
87
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
84
88
  # @return [Array<(ApiResponseOptionsAggregates, Fixnum, Hash)>] ApiResponseOptionsAggregates data, response status code and response headers
85
89
  def get_option_aggregates_with_http_info(opts = {})
86
90
  if @api_client.config.debugging
@@ -92,6 +96,8 @@ module Intrinio
92
96
  # query parameters
93
97
  query_params = {}
94
98
  query_params[:'date'] = opts[:'date'] if !opts[:'date'].nil?
99
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
100
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
95
101
 
96
102
  # header parameters
97
103
  header_params = {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -280,12 +280,82 @@ module Intrinio
280
280
  return data, status_code, headers
281
281
  end
282
282
 
283
+ # Realtime Quote Prices by Exchange
284
+ # Returns quote prices for the Stock Exchange with the given `identifier`
285
+ # @param identifier A Stock Exchange identifier (MIC or Intrinio ID)
286
+ # @param tickers The comma-delimited list of ticker symbols to return quotes for.
287
+ # @param [Hash] opts the optional parameters
288
+ # @option opts [String] :source Return the realtime price from the specified source instead of the most recent.
289
+ # @option opts [BOOLEAN] :active_only Returns prices only from the most recent trading day.
290
+ # @return [ApiResponseStockExchangeQuote]
291
+ def get_stock_exchange_quote(identifier, tickers, opts = {})
292
+ data, _status_code, _headers = get_stock_exchange_quote_with_http_info(identifier, tickers, opts)
293
+ return data
294
+ end
295
+
296
+ # Realtime Quote Prices by Exchange
297
+ # Returns quote prices for the Stock Exchange with the given &#x60;identifier&#x60;
298
+ # @param identifier A Stock Exchange identifier (MIC or Intrinio ID)
299
+ # @param tickers The comma-delimited list of ticker symbols to return quotes for.
300
+ # @param [Hash] opts the optional parameters
301
+ # @option opts [String] :source Return the realtime price from the specified source instead of the most recent.
302
+ # @option opts [BOOLEAN] :active_only Returns prices only from the most recent trading day.
303
+ # @return [Array<(ApiResponseStockExchangeQuote, Fixnum, Hash)>] ApiResponseStockExchangeQuote data, response status code and response headers
304
+ def get_stock_exchange_quote_with_http_info(identifier, tickers, opts = {})
305
+ if @api_client.config.debugging
306
+ @api_client.config.logger.debug "Calling API: StockExchangeApi.get_stock_exchange_quote ..."
307
+ end
308
+ # verify the required parameter 'identifier' is set
309
+ if @api_client.config.client_side_validation && identifier.nil?
310
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling StockExchangeApi.get_stock_exchange_quote"
311
+ end
312
+ # verify the required parameter 'tickers' is set
313
+ if @api_client.config.client_side_validation && tickers.nil?
314
+ fail ArgumentError, "Missing the required parameter 'tickers' when calling StockExchangeApi.get_stock_exchange_quote"
315
+ end
316
+ if @api_client.config.client_side_validation && opts[:'source'] && !['iex', 'bats_delayed', 'utp_delayed', 'cta_a_delayed', 'cta_b_delayed', 'otc_delayed', 'delayed_sip', 'nasdaq_basic', 'intrinio_mx', 'intrinio_mx_plus'].include?(opts[:'source'])
317
+ fail ArgumentError, 'invalid value for "source", must be one of iex, bats_delayed, utp_delayed, cta_a_delayed, cta_b_delayed, otc_delayed, delayed_sip, nasdaq_basic, intrinio_mx, intrinio_mx_plus'
318
+ end
319
+ # resource path
320
+ local_var_path = "/stock_exchanges/{identifier}/quote".sub('{' + 'identifier' + '}', identifier.to_s)
321
+
322
+ # query parameters
323
+ query_params = {}
324
+ query_params[:'tickers'] = @api_client.build_collection_param(tickers, :csv)
325
+ query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
326
+ query_params[:'active_only'] = opts[:'active_only'] if !opts[:'active_only'].nil?
327
+
328
+ # header parameters
329
+ header_params = {}
330
+ # HTTP header 'Accept' (if needed)
331
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
332
+
333
+ # form parameters
334
+ form_params = {}
335
+
336
+ # http body (model)
337
+ post_body = nil
338
+ auth_names = ['ApiKeyAuth']
339
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
340
+ :header_params => header_params,
341
+ :query_params => query_params,
342
+ :form_params => form_params,
343
+ :body => post_body,
344
+ :auth_names => auth_names,
345
+ :return_type => 'ApiResponseStockExchangeQuote')
346
+ if @api_client.config.debugging
347
+ @api_client.config.logger.debug "API called: StockExchangeApi#get_stock_exchange_quote\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
348
+ end
349
+ return data, status_code, headers
350
+ end
351
+
283
352
  # Realtime Stock Prices by Exchange
284
353
  # Returns realtime stock prices for the Stock Exchange with the given `identifier`
285
354
  # @param identifier A Stock Exchange identifier (MIC or Intrinio ID)
286
355
  # @param [Hash] opts the optional parameters
287
356
  # @option opts [Array<String>] :source Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used.
288
357
  # @option opts [BOOLEAN] :active_only Returns prices only from the most recent trading day.
358
+ # @option opts [BOOLEAN] :traded_today Returns prices only from securities which have traded on the most recent trading day.
289
359
  # @option opts [Integer] :page_size The number of results to return (default to 100)
290
360
  # @option opts [Array<String>] :tickers The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned.
291
361
  # @option opts [String] :next_page Gets the next page of data from a previous API call
@@ -301,6 +371,7 @@ module Intrinio
301
371
  # @param [Hash] opts the optional parameters
302
372
  # @option opts [Array<String>] :source Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used.
303
373
  # @option opts [BOOLEAN] :active_only Returns prices only from the most recent trading day.
374
+ # @option opts [BOOLEAN] :traded_today Returns prices only from securities which have traded on the most recent trading day.
304
375
  # @option opts [Integer] :page_size The number of results to return
305
376
  # @option opts [Array<String>] :tickers The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned.
306
377
  # @option opts [String] :next_page Gets the next page of data from a previous API call
@@ -327,6 +398,7 @@ module Intrinio
327
398
  query_params = {}
328
399
  query_params[:'source'] = @api_client.build_collection_param(opts[:'source'], :csv) if !opts[:'source'].nil?
329
400
  query_params[:'active_only'] = opts[:'active_only'] if !opts[:'active_only'].nil?
401
+ query_params[:'traded_today'] = opts[:'traded_today'] if !opts[:'traded_today'].nil?
330
402
  query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
331
403
  query_params[:'tickers'] = @api_client.build_collection_param(opts[:'tickers'], :csv) if !opts[:'tickers'].nil?
332
404
  query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.66.2
6
+ OpenAPI spec version: 2.70.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset