intrinio-sdk 5.6.0 → 5.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (498) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile +2 -0
  3. data/README.md +30 -12
  4. data/docs/ApiResponseOptionsChainRealtime.md +23 -0
  5. data/docs/ApiResponseOptionsPriceRealtime.md +31 -0
  6. data/docs/ApiResponseOptionsStatsRealtime.md +31 -0
  7. data/docs/ApiResponseSecurityIntervalPrices.md +29 -0
  8. data/docs/BulkDownloadsApi.md +3 -7
  9. data/docs/CompanyApi.md +124 -181
  10. data/docs/DataPointApi.md +16 -28
  11. data/docs/DataTagApi.md +21 -33
  12. data/docs/ETFsApi.md +30 -57
  13. data/docs/FilingApi.md +72 -116
  14. data/docs/ForexApi.md +22 -35
  15. data/docs/FundamentalsApi.md +19 -42
  16. data/docs/HistoricalDataApi.md +17 -22
  17. data/docs/IndexApi.md +117 -204
  18. data/docs/MunicipalityApi.md +28 -39
  19. data/docs/OptionChainRealtime.md +31 -0
  20. data/docs/OptionFactorsRealtime.md +25 -0
  21. data/docs/OptionPriceRealtime.md +31 -0
  22. data/docs/OptionRealtime.md +24 -0
  23. data/docs/OptionStatsRealtime.md +24 -0
  24. data/docs/OptionsApi.md +314 -62
  25. data/docs/RealtimeStockPrice.md +2 -0
  26. data/docs/SecurityApi.md +646 -730
  27. data/docs/SecuritySummary.md +1 -0
  28. data/docs/StockExchangeApi.md +43 -67
  29. data/docs/StockPrice.md +7 -0
  30. data/docs/StockPriceInterval.md +25 -0
  31. data/docs/TechnicalApi.md +359 -483
  32. data/docs/ZacksApi.md +132 -165
  33. data/intrinio-sdk.gemspec +3 -2
  34. data/lib/intrinio-sdk.rb +11 -1
  35. data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
  36. data/lib/intrinio-sdk/api/company_api.rb +22 -19
  37. data/lib/intrinio-sdk/api/data_point_api.rb +13 -13
  38. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  39. data/lib/intrinio-sdk/api/et_fs_api.rb +1 -1
  40. data/lib/intrinio-sdk/api/filing_api.rb +1 -1
  41. data/lib/intrinio-sdk/api/forex_api.rb +5 -5
  42. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  43. data/lib/intrinio-sdk/api/historical_data_api.rb +7 -7
  44. data/lib/intrinio-sdk/api/index_api.rb +1 -1
  45. data/lib/intrinio-sdk/api/municipality_api.rb +3 -3
  46. data/lib/intrinio-sdk/api/options_api.rb +217 -1
  47. data/lib/intrinio-sdk/api/security_api.rb +124 -35
  48. data/lib/intrinio-sdk/api/stock_exchange_api.rb +3 -3
  49. data/lib/intrinio-sdk/api/technical_api.rb +1 -1
  50. data/lib/intrinio-sdk/api/zacks_api.rb +1 -1
  51. data/lib/intrinio-sdk/api_client.rb +56 -24
  52. data/lib/intrinio-sdk/api_error.rb +1 -1
  53. data/lib/intrinio-sdk/configuration.rb +4 -1
  54. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  55. data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
  56. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  57. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  58. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  59. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  60. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  61. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  62. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  63. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  64. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  65. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  68. data/lib/intrinio-sdk/models/api_response_et_fs.rb +1 -1
  69. data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +1 -1
  70. data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
  71. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  72. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  73. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  74. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  75. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  76. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  77. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  78. data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
  79. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  80. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  81. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  82. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  83. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  84. data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
  85. data/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb +191 -0
  86. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  87. data/lib/intrinio-sdk/models/api_response_options_price_realtime.rb +206 -0
  88. data/lib/intrinio-sdk/models/api_response_options_stats_realtime.rb +206 -0
  89. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  96. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  97. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  98. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  99. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  100. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  101. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  105. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  106. data/lib/intrinio-sdk/models/api_response_security_interval_prices.rb +254 -0
  107. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +3 -3
  108. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  109. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  110. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  112. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  113. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  114. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  115. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  116. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  117. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  118. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  119. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  120. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  121. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  124. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  125. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  127. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  128. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
  129. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
  130. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
  131. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
  132. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  133. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  134. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  135. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  143. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  144. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +1 -1
  146. data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +1 -1
  147. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
  148. data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +1 -1
  149. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +1 -1
  150. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +1 -1
  151. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +1 -1
  152. data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +1 -1
  153. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
  154. data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +1 -1
  155. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  156. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  157. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  158. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  159. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  160. data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
  161. data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
  162. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  163. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  164. data/lib/intrinio-sdk/models/company.rb +1 -1
  165. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  166. data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
  167. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  168. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  169. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  170. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  171. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  172. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  173. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  174. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  175. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  176. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  177. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  178. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  179. data/lib/intrinio-sdk/models/etf.rb +1 -1
  180. data/lib/intrinio-sdk/models/etf_analytics.rb +1 -1
  181. data/lib/intrinio-sdk/models/etf_holding.rb +1 -1
  182. data/lib/intrinio-sdk/models/etf_stats.rb +1 -1
  183. data/lib/intrinio-sdk/models/etf_summary.rb +1 -1
  184. data/lib/intrinio-sdk/models/filing.rb +1 -1
  185. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  186. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  187. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  188. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  189. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  190. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  191. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  192. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  193. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  194. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  195. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  196. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  197. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  198. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  199. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  200. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  201. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  202. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  203. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  204. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  205. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  206. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  207. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  208. data/lib/intrinio-sdk/models/option.rb +1 -1
  209. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  210. data/lib/intrinio-sdk/models/option_chain_realtime.rb +206 -0
  211. data/lib/intrinio-sdk/models/option_factors_realtime.rb +239 -0
  212. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  213. data/lib/intrinio-sdk/models/option_price_realtime.rb +332 -0
  214. data/lib/intrinio-sdk/models/option_realtime.rb +262 -0
  215. data/lib/intrinio-sdk/models/option_stats_realtime.rb +229 -0
  216. data/lib/intrinio-sdk/models/realtime_stock_price.rb +22 -2
  217. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  218. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  219. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  220. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  221. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  222. data/lib/intrinio-sdk/models/security.rb +1 -1
  223. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  224. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  225. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  226. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  227. data/lib/intrinio-sdk/models/security_summary.rb +15 -5
  228. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  229. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  230. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  231. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  232. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  233. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  234. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  235. data/lib/intrinio-sdk/models/stock_price.rb +72 -2
  236. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  237. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  238. data/lib/intrinio-sdk/models/stock_price_interval.rb +239 -0
  239. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  240. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  241. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  242. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  243. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  244. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  245. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  246. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  247. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  248. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
  249. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
  250. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
  251. data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +1 -1
  252. data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +1 -1
  253. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
  254. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
  255. data/lib/intrinio-sdk/models/zacks_etf_holding.rb +1 -1
  256. data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +1 -1
  257. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +1 -1
  258. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +1 -1
  259. data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +1 -1
  260. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +1 -1
  261. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +1 -1
  262. data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +1 -1
  263. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
  264. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
  265. data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +1 -1
  266. data/lib/intrinio-sdk/version.rb +2 -2
  267. data/spec/api/bulk_downloads_api_spec.rb +1 -1
  268. data/spec/api/company_api_spec.rb +11 -10
  269. data/spec/api/data_point_api_spec.rb +7 -7
  270. data/spec/api/data_tag_api_spec.rb +1 -1
  271. data/spec/api/et_fs_api_spec.rb +1 -1
  272. data/spec/api/filing_api_spec.rb +1 -1
  273. data/spec/api/forex_api_spec.rb +3 -3
  274. data/spec/api/fundamentals_api_spec.rb +1 -1
  275. data/spec/api/historical_data_api_spec.rb +4 -4
  276. data/spec/api/index_api_spec.rb +1 -1
  277. data/spec/api/municipality_api_spec.rb +2 -2
  278. data/spec/api/options_api_spec.rb +50 -1
  279. data/spec/api/security_api_spec.rb +38 -16
  280. data/spec/api/stock_exchange_api_spec.rb +1 -1
  281. data/spec/api/technical_api_spec.rb +1 -1
  282. data/spec/api/zacks_api_spec.rb +1 -1
  283. data/spec/api_client_spec.rb +1 -1
  284. data/spec/configuration_spec.rb +1 -1
  285. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  286. data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
  287. data/spec/models/api_response_companies_search_spec.rb +1 -1
  288. data/spec/models/api_response_companies_spec.rb +1 -1
  289. data/spec/models/api_response_company_filings_spec.rb +1 -1
  290. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  291. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  292. data/spec/models/api_response_company_news_spec.rb +1 -1
  293. data/spec/models/api_response_company_securities_spec.rb +1 -1
  294. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  295. data/spec/models/api_response_data_tags_spec.rb +1 -1
  296. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  297. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  298. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  299. data/spec/models/api_response_et_fs_spec.rb +1 -1
  300. data/spec/models/api_response_etf_holdings_spec.rb +1 -1
  301. data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
  302. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  303. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  304. data/spec/models/api_response_filings_spec.rb +1 -1
  305. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  306. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  307. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  308. data/spec/models/api_response_historical_data_spec.rb +1 -1
  309. data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
  310. data/spec/models/api_response_municipalities_spec.rb +1 -1
  311. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  312. data/spec/models/api_response_news_spec.rb +1 -1
  313. data/spec/models/api_response_option_prices_spec.rb +1 -1
  314. data/spec/models/api_response_options_chain_realtime_spec.rb +42 -0
  315. data/spec/models/api_response_options_chain_spec.rb +1 -1
  316. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  317. data/spec/models/api_response_options_price_realtime_spec.rb +54 -0
  318. data/spec/models/api_response_options_spec.rb +1 -1
  319. data/spec/models/api_response_options_stats_realtime_spec.rb +54 -0
  320. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  321. data/spec/models/api_response_securities_search_spec.rb +1 -1
  322. data/spec/models/api_response_securities_spec.rb +1 -1
  323. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  324. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  325. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  326. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  327. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  328. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  329. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  330. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  331. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  332. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  333. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  334. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  335. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  336. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  337. data/spec/models/api_response_security_interval_prices_spec.rb +64 -0
  338. data/spec/models/api_response_security_intraday_prices_spec.rb +2 -2
  339. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  340. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  341. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  342. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  343. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  344. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  345. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  346. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  347. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  348. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  349. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  350. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  351. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  352. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  353. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  354. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  355. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  356. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  357. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  358. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  359. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
  360. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
  361. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
  362. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
  363. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  364. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  365. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  366. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  367. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  368. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  369. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  370. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  371. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  372. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  373. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  374. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  375. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
  376. data/spec/models/api_response_zacks_eps_estimates_spec.rb +1 -1
  377. data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +1 -1
  378. data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
  379. data/spec/models/api_response_zacks_etf_holdings_spec.rb +1 -1
  380. data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +1 -1
  381. data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +1 -1
  382. data/spec/models/api_response_zacks_institutional_holdings_spec.rb +1 -1
  383. data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +1 -1
  384. data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
  385. data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +1 -1
  386. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  387. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  388. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  389. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  390. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  391. data/spec/models/bulk_download_links_spec.rb +1 -1
  392. data/spec/models/bulk_download_summary_spec.rb +1 -1
  393. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  394. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  395. data/spec/models/company_filing_spec.rb +1 -1
  396. data/spec/models/company_initial_public_offering_spec.rb +1 -1
  397. data/spec/models/company_news_spec.rb +1 -1
  398. data/spec/models/company_news_summary_spec.rb +1 -1
  399. data/spec/models/company_spec.rb +1 -1
  400. data/spec/models/company_summary_spec.rb +1 -1
  401. data/spec/models/data_tag_spec.rb +1 -1
  402. data/spec/models/data_tag_summary_spec.rb +1 -1
  403. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  404. data/spec/models/dividend_record_spec.rb +1 -1
  405. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  406. data/spec/models/earnings_record_spec.rb +1 -1
  407. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  408. data/spec/models/economic_index_spec.rb +1 -1
  409. data/spec/models/economic_index_summary_spec.rb +1 -1
  410. data/spec/models/etf_analytics_spec.rb +1 -1
  411. data/spec/models/etf_holding_spec.rb +1 -1
  412. data/spec/models/etf_spec.rb +1 -1
  413. data/spec/models/etf_stats_spec.rb +1 -1
  414. data/spec/models/etf_summary_spec.rb +1 -1
  415. data/spec/models/filing_note_filing_spec.rb +1 -1
  416. data/spec/models/filing_note_spec.rb +1 -1
  417. data/spec/models/filing_note_summary_spec.rb +1 -1
  418. data/spec/models/filing_spec.rb +1 -1
  419. data/spec/models/filing_summary_spec.rb +1 -1
  420. data/spec/models/force_index_technical_value_spec.rb +1 -1
  421. data/spec/models/forex_currency_spec.rb +1 -1
  422. data/spec/models/forex_pair_spec.rb +1 -1
  423. data/spec/models/forex_price_spec.rb +1 -1
  424. data/spec/models/fundamental_spec.rb +1 -1
  425. data/spec/models/fundamental_summary_spec.rb +1 -1
  426. data/spec/models/historical_data_spec.rb +1 -1
  427. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  428. data/spec/models/intraday_stock_price_spec.rb +1 -1
  429. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  430. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  431. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  432. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  433. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  434. data/spec/models/municipality_financial_spec.rb +1 -1
  435. data/spec/models/municipality_spec.rb +1 -1
  436. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  437. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  438. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  439. data/spec/models/option_chain_realtime_spec.rb +54 -0
  440. data/spec/models/option_chain_spec.rb +1 -1
  441. data/spec/models/option_factors_realtime_spec.rb +72 -0
  442. data/spec/models/option_price_realtime_spec.rb +112 -0
  443. data/spec/models/option_price_spec.rb +1 -1
  444. data/spec/models/option_realtime_spec.rb +70 -0
  445. data/spec/models/option_spec.rb +1 -1
  446. data/spec/models/option_stats_realtime_spec.rb +66 -0
  447. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  448. data/spec/models/realtime_stock_price_spec.rb +13 -1
  449. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  450. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  451. data/spec/models/reported_financial_spec.rb +1 -1
  452. data/spec/models/reported_tag_spec.rb +1 -1
  453. data/spec/models/security_screen_clause_spec.rb +1 -1
  454. data/spec/models/security_screen_group_spec.rb +1 -1
  455. data/spec/models/security_screen_result_data_spec.rb +1 -1
  456. data/spec/models/security_screen_result_spec.rb +1 -1
  457. data/spec/models/security_spec.rb +1 -1
  458. data/spec/models/security_summary_spec.rb +7 -1
  459. data/spec/models/sic_index_spec.rb +1 -1
  460. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  461. data/spec/models/standardized_financial_spec.rb +1 -1
  462. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  463. data/spec/models/stock_exchange_spec.rb +1 -1
  464. data/spec/models/stock_market_index_spec.rb +1 -1
  465. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  466. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  467. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  468. data/spec/models/stock_price_interval_spec.rb +72 -0
  469. data/spec/models/stock_price_spec.rb +43 -1
  470. data/spec/models/stock_price_summary_spec.rb +1 -1
  471. data/spec/models/technical_indicator_spec.rb +1 -1
  472. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  473. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  474. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  475. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  476. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  477. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  478. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  479. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
  480. data/spec/models/zacks_analyst_rating_spec.rb +1 -1
  481. data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
  482. data/spec/models/zacks_eps_estimate_spec.rb +1 -1
  483. data/spec/models/zacks_eps_growth_rate_spec.rb +1 -1
  484. data/spec/models/zacks_eps_surprise_spec.rb +1 -1
  485. data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
  486. data/spec/models/zacks_etf_holding_spec.rb +1 -1
  487. data/spec/models/zacks_institutional_holding_company_detail_spec.rb +1 -1
  488. data/spec/models/zacks_institutional_holding_company_summary_spec.rb +1 -1
  489. data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +1 -1
  490. data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +1 -1
  491. data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +1 -1
  492. data/spec/models/zacks_institutional_holding_spec.rb +1 -1
  493. data/spec/models/zacks_long_term_growth_rate_spec.rb +1 -1
  494. data/spec/models/zacks_sales_surprise_spec.rb +1 -1
  495. data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
  496. data/spec/models/zacks_target_price_consensus_spec.rb +1 -1
  497. data/spec/spec_helper.rb +1 -1
  498. metadata +66 -7
@@ -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://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.14.0
6
+ OpenAPI spec version: 2.18.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -48,7 +48,10 @@ require 'intrinio-sdk/models/api_response_news'
48
48
  require 'intrinio-sdk/models/api_response_option_prices'
49
49
  require 'intrinio-sdk/models/api_response_options'
50
50
  require 'intrinio-sdk/models/api_response_options_chain'
51
+ require 'intrinio-sdk/models/api_response_options_chain_realtime'
51
52
  require 'intrinio-sdk/models/api_response_options_expirations'
53
+ require 'intrinio-sdk/models/api_response_options_price_realtime'
54
+ require 'intrinio-sdk/models/api_response_options_stats_realtime'
52
55
  require 'intrinio-sdk/models/api_response_reported_financials'
53
56
  require 'intrinio-sdk/models/api_response_sic_index_historical_data'
54
57
  require 'intrinio-sdk/models/api_response_sic_indices'
@@ -69,6 +72,7 @@ require 'intrinio-sdk/models/api_response_security_ease_of_movement'
69
72
  require 'intrinio-sdk/models/api_response_security_force_index'
70
73
  require 'intrinio-sdk/models/api_response_security_historical_data'
71
74
  require 'intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo'
75
+ require 'intrinio-sdk/models/api_response_security_interval_prices'
72
76
  require 'intrinio-sdk/models/api_response_security_intraday_prices'
73
77
  require 'intrinio-sdk/models/api_response_security_keltner_channel'
74
78
  require 'intrinio-sdk/models/api_response_security_know_sure_thing'
@@ -169,7 +173,12 @@ require 'intrinio-sdk/models/on_balance_volume_mean_technical_value'
169
173
  require 'intrinio-sdk/models/on_balance_volume_technical_value'
170
174
  require 'intrinio-sdk/models/option'
171
175
  require 'intrinio-sdk/models/option_chain'
176
+ require 'intrinio-sdk/models/option_chain_realtime'
177
+ require 'intrinio-sdk/models/option_factors_realtime'
172
178
  require 'intrinio-sdk/models/option_price'
179
+ require 'intrinio-sdk/models/option_price_realtime'
180
+ require 'intrinio-sdk/models/option_realtime'
181
+ require 'intrinio-sdk/models/option_stats_realtime'
173
182
  require 'intrinio-sdk/models/realtime_stock_price'
174
183
  require 'intrinio-sdk/models/realtime_stock_price_security'
175
184
  require 'intrinio-sdk/models/relative_strength_index_technical_value'
@@ -192,6 +201,7 @@ require 'intrinio-sdk/models/stock_market_index_summary'
192
201
  require 'intrinio-sdk/models/stock_price'
193
202
  require 'intrinio-sdk/models/stock_price_adjustment'
194
203
  require 'intrinio-sdk/models/stock_price_adjustment_summary'
204
+ require 'intrinio-sdk/models/stock_price_interval'
195
205
  require 'intrinio-sdk/models/stock_price_summary'
196
206
  require 'intrinio-sdk/models/technical_indicator'
197
207
  require 'intrinio-sdk/models/triple_exponential_average_technical_value'
@@ -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://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.14.0
6
+ OpenAPI spec version: 2.18.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://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.14.0
6
+ OpenAPI spec version: 2.18.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -215,9 +215,9 @@ module Intrinio
215
215
  end
216
216
 
217
217
  # Data Point (Number) for Company
218
- # $$v2_company_data_point_number_description$$
219
- # @param identifier $$v2_company_data_point_identifier_description$$
220
- # @param tag $$v2_company_data_point_item_description$$
218
+ # Returns a numeric value for the given `tag` for the Company with the given `identifier`
219
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
220
+ # @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
221
221
  # @param [Hash] opts the optional parameters
222
222
  # @return [Float]
223
223
  def get_company_data_point_number(identifier, tag, opts = {})
@@ -226,9 +226,9 @@ module Intrinio
226
226
  end
227
227
 
228
228
  # Data Point (Number) for Company
229
- # $$v2_company_data_point_number_description$$
230
- # @param identifier $$v2_company_data_point_identifier_description$$
231
- # @param tag $$v2_company_data_point_item_description$$
229
+ # Returns a numeric value for the given `tag` for the Company with the given `identifier`
230
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
231
+ # @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
232
232
  # @param [Hash] opts the optional parameters
233
233
  # @return [Array<(Float, Fixnum, Hash)>] Float data, response status code and response headers
234
234
  def get_company_data_point_number_with_http_info(identifier, tag, opts = {})
@@ -274,9 +274,9 @@ module Intrinio
274
274
  end
275
275
 
276
276
  # Data Point (Text) for Company
277
- # $$v2_company_data_point_text_description$$
278
- # @param identifier $$v2_company_data_point_identifier_description$$
279
- # @param tag $$v2_company_data_point_item_description$$
277
+ # Returns a text value for the given `tag` for the Company with the given `identifier`
278
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
279
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
280
280
  # @param [Hash] opts the optional parameters
281
281
  # @return [String]
282
282
  def get_company_data_point_text(identifier, tag, opts = {})
@@ -285,9 +285,9 @@ module Intrinio
285
285
  end
286
286
 
287
287
  # Data Point (Text) for Company
288
- # $$v2_company_data_point_text_description$$
289
- # @param identifier $$v2_company_data_point_identifier_description$$
290
- # @param tag $$v2_company_data_point_item_description$$
288
+ # Returns a text value for the given &#x60;tag&#x60; for the Company with the given &#x60;identifier&#x60;
289
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
290
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
291
291
  # @param [Hash] opts the optional parameters
292
292
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
293
293
  def get_company_data_point_text_with_http_info(identifier, tag, opts = {})
@@ -498,9 +498,9 @@ module Intrinio
498
498
  end
499
499
 
500
500
  # Historical Data for Company
501
- # $$v2_company_historical_data_description$$
502
- # @param identifier $$v2_company_historical_data_identifier_description$$
503
- # @param tag $$v2_company_historical_data_item_description$$
501
+ # Returns historical values for the given `tag` and the Company with the given `identifier`
502
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
503
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
504
504
  # @param [Hash] opts the optional parameters
505
505
  # @option opts [String] :frequency Return historical data in the given frequency (default to daily)
506
506
  # @option opts [String] :type Return historical data for given fiscal period type
@@ -516,9 +516,9 @@ module Intrinio
516
516
  end
517
517
 
518
518
  # Historical Data for Company
519
- # $$v2_company_historical_data_description$$
520
- # @param identifier $$v2_company_historical_data_identifier_description$$
521
- # @param tag $$v2_company_historical_data_item_description$$
519
+ # Returns historical values for the given &#x60;tag&#x60; and the Company with the given &#x60;identifier&#x60;
520
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
521
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
522
522
  # @param [Hash] opts the optional parameters
523
523
  # @option opts [String] :frequency Return historical data in the given frequency
524
524
  # @option opts [String] :type Return historical data for given fiscal period type
@@ -870,6 +870,7 @@ module Intrinio
870
870
  # Searches for Companies matching the text `query`
871
871
  # @param query Search parameters
872
872
  # @param [Hash] opts the optional parameters
873
+ # @option opts [BOOLEAN] :active When true, return companies that are actively traded (having stock prices within the past 14 days). When false, return companies that are not actively traded or never have been traded.
873
874
  # @option opts [Integer] :page_size The number of results to return (default to 100)
874
875
  # @return [ApiResponseCompaniesSearch]
875
876
  def search_companies(query, opts = {})
@@ -881,6 +882,7 @@ module Intrinio
881
882
  # Searches for Companies matching the text &#x60;query&#x60;
882
883
  # @param query Search parameters
883
884
  # @param [Hash] opts the optional parameters
885
+ # @option opts [BOOLEAN] :active When true, return companies that are actively traded (having stock prices within the past 14 days). When false, return companies that are not actively traded or never have been traded.
884
886
  # @option opts [Integer] :page_size The number of results to return
885
887
  # @return [Array<(ApiResponseCompaniesSearch, Fixnum, Hash)>] ApiResponseCompaniesSearch data, response status code and response headers
886
888
  def search_companies_with_http_info(query, opts = {})
@@ -901,6 +903,7 @@ module Intrinio
901
903
  # query parameters
902
904
  query_params = {}
903
905
  query_params[:'query'] = query
906
+ query_params[:'active'] = opts[:'active'] if !opts[:'active'].nil?
904
907
  query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
905
908
 
906
909
  # header 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://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.14.0
6
+ OpenAPI spec version: 2.18.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -21,9 +21,9 @@ module Intrinio
21
21
  end
22
22
 
23
23
  # Data Point (Number)
24
- # $$v2_data_point_number_description$$
25
- # @param identifier $$v2_data_point_identifier_description$$
26
- # @param tag $$v2_data_point_item_description$$
24
+ # Returns a numeric value for the given `tag` and the entity with the given `identifier`
25
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
26
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
27
27
  # @param [Hash] opts the optional parameters
28
28
  # @return [Float]
29
29
  def get_data_point_number(identifier, tag, opts = {})
@@ -32,9 +32,9 @@ module Intrinio
32
32
  end
33
33
 
34
34
  # Data Point (Number)
35
- # $$v2_data_point_number_description$$
36
- # @param identifier $$v2_data_point_identifier_description$$
37
- # @param tag $$v2_data_point_item_description$$
35
+ # Returns a numeric value for the given &#x60;tag&#x60; and the entity with the given &#x60;identifier&#x60;
36
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
37
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [Array<(Float, Fixnum, Hash)>] Float data, response status code and response headers
40
40
  def get_data_point_number_with_http_info(identifier, tag, opts = {})
@@ -80,9 +80,9 @@ module Intrinio
80
80
  end
81
81
 
82
82
  # Data Point (Text)
83
- # $$v2_data_point_text_description$$
84
- # @param identifier $$v2_data_point_identifier_description$$
85
- # @param tag $$v2_data_point_item_description$$
83
+ # Returns a text value for the given `tag` for the Security with the given `identifier`
84
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
85
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
86
86
  # @param [Hash] opts the optional parameters
87
87
  # @return [String]
88
88
  def get_data_point_text(identifier, tag, opts = {})
@@ -91,9 +91,9 @@ module Intrinio
91
91
  end
92
92
 
93
93
  # Data Point (Text)
94
- # $$v2_data_point_text_description$$
95
- # @param identifier $$v2_data_point_identifier_description$$
96
- # @param tag $$v2_data_point_item_description$$
94
+ # Returns a text value for the given &#x60;tag&#x60; for the Security with the given &#x60;identifier&#x60;
95
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
96
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
97
97
  # @param [Hash] opts the optional parameters
98
98
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
99
99
  def get_data_point_text_with_http_info(identifier, tag, opts = {})
@@ -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://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.14.0
6
+ OpenAPI spec version: 2.18.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://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.14.0
6
+ OpenAPI spec version: 2.18.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://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.14.0
6
+ OpenAPI spec version: 2.18.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://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.14.0
6
+ OpenAPI spec version: 2.18.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -121,9 +121,9 @@ module Intrinio
121
121
  # @param [Hash] opts the optional parameters
122
122
  # @option opts [String] :timezone Returns trading times in this timezone (default to UTC)
123
123
  # @option opts [Date] :start_date Return Forex Prices on or after this date
124
- # @option opts [String] :start_time Return Forex Prices at or after this time (24-hour)
124
+ # @option opts [String] :start_time Return Forex Prices at or after this time (24-hour in &#39;hh:mm&#39; format, UTC timezone)
125
125
  # @option opts [Date] :end_date Return Forex Prices on or before this date
126
- # @option opts [String] :end_time Return Forex Prices at or before this time (24-hour)
126
+ # @option opts [String] :end_time Return Forex Prices at or before this time (24-hour in &#39;hh:mm&#39; format, UTC timezone)
127
127
  # @option opts [Integer] :page_size The number of results to return (default to 100)
128
128
  # @option opts [String] :next_page Gets the next page of data from a previous API call
129
129
  # @return [ApiResponseForexPrices]
@@ -139,9 +139,9 @@ module Intrinio
139
139
  # @param [Hash] opts the optional parameters
140
140
  # @option opts [String] :timezone Returns trading times in this timezone
141
141
  # @option opts [Date] :start_date Return Forex Prices on or after this date
142
- # @option opts [String] :start_time Return Forex Prices at or after this time (24-hour)
142
+ # @option opts [String] :start_time Return Forex Prices at or after this time (24-hour in &#39;hh:mm&#39; format, UTC timezone)
143
143
  # @option opts [Date] :end_date Return Forex Prices on or before this date
144
- # @option opts [String] :end_time Return Forex Prices at or before this time (24-hour)
144
+ # @option opts [String] :end_time Return Forex Prices at or before this time (24-hour in &#39;hh:mm&#39; format, UTC timezone)
145
145
  # @option opts [Integer] :page_size The number of results to return
146
146
  # @option opts [String] :next_page Gets the next page of data from a previous API call
147
147
  # @return [Array<(ApiResponseForexPrices, Fixnum, Hash)>] ApiResponseForexPrices data, response status code and response headers
@@ -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://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.14.0
6
+ OpenAPI spec version: 2.18.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://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.14.0
6
+ OpenAPI spec version: 2.18.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -21,9 +21,9 @@ module Intrinio
21
21
  end
22
22
 
23
23
  # Historical Data
24
- # $$v2_historical_data_description$$
25
- # @param identifier $$v2_historical_data_identifier_description$$
26
- # @param tag $$v2_historical_data_item_description$$
24
+ # Returns historical values for the given `tag` and the entity represented by the given `identifier`
25
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
26
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
27
27
  # @param [Hash] opts the optional parameters
28
28
  # @option opts [String] :frequency Return historical data in the given frequency (default to daily)
29
29
  # @option opts [String] :type Filter by type, when applicable
@@ -39,9 +39,9 @@ module Intrinio
39
39
  end
40
40
 
41
41
  # Historical Data
42
- # $$v2_historical_data_description$$
43
- # @param identifier $$v2_historical_data_identifier_description$$
44
- # @param tag $$v2_historical_data_item_description$$
42
+ # Returns historical values for the given &#x60;tag&#x60; and the entity represented by the given &#x60;identifier&#x60;
43
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
44
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
45
45
  # @param [Hash] opts the optional parameters
46
46
  # @option opts [String] :frequency Return historical data in the given frequency
47
47
  # @option opts [String] :type Filter by type, when applicable
@@ -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://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.14.0
6
+ OpenAPI spec version: 2.18.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://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.14.0
6
+ OpenAPI spec version: 2.18.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -21,7 +21,7 @@ module Intrinio
21
21
  end
22
22
 
23
23
  # All Municipalities
24
- #
24
+ # Returns all Municipalities. When parameters are specified, returns matching municipalities.
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [BOOLEAN] :has_financials Return municipalities with financials
27
27
  # @option opts [String] :government_name Return municipalities with a government name matching the given query
@@ -43,7 +43,7 @@ module Intrinio
43
43
  end
44
44
 
45
45
  # All Municipalities
46
- #
46
+ # Returns all Municipalities. When parameters are specified, returns matching municipalities.
47
47
  # @param [Hash] opts the optional parameters
48
48
  # @option opts [BOOLEAN] :has_financials Return municipalities with financials
49
49
  # @option opts [String] :government_name Return municipalities with a government name matching the given query
@@ -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://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.14.0
6
+ OpenAPI spec version: 2.18.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -197,6 +197,104 @@ module Intrinio
197
197
  return data, status_code, headers
198
198
  end
199
199
 
200
+ # Options Chain Realtime
201
+ # Returns all realtime options contracts and their prices for the given symbol and expiration date.
202
+ # @param symbol The option symbol, corresponding to the underlying security.
203
+ # @param expiration The expiration date of the options contract
204
+ # @param [Hash] opts the optional parameters
205
+ # @option opts [String] :source Realtime or 15-minute delayed contracts.
206
+ # @option opts [String] :type The option contract type.
207
+ # @option opts [Float] :strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
208
+ # @option opts [Float] :strike_greater_than The strike price of the option contract. This will return options contracts with strike prices greater than this price.
209
+ # @option opts [Float] :strike_less_than The strike price of the option contract. This will return options contracts with strike prices less than this price.
210
+ # @option opts [Float] :volume_greater_than The volume of the option contract. This will return options contracts with volumes greater than this amount.
211
+ # @option opts [Float] :volume_less_than The volume of the option contract. This will return options contracts with volumes less than this amout.
212
+ # @option opts [Float] :open_interest_greater_than The open interest of the option contract. This will return options contracts with open interest greater than this amount.
213
+ # @option opts [Float] :open_interest_less_than The open interest of the option contract. This will return options contracts with open interest less than this amount.
214
+ # @option opts [String] :moneyness The moneyness of the options contracts to return. &#39;all&#39; will return all options contracts. &#39;in_the_money&#39; will return options contracts that are in the money (call options with strike prices below the current price, put options with strike prices above the current price). &#39;out_of_they_money&#39; will return options contracts that are out of the money (call options with strike prices above the current price, put options with strike prices below the current price). &#39;near_the_money&#39; will return options contracts that are $0.50 or less away from being in the money. Requires subscription to realtime stock price data.
215
+ # @return [ApiResponseOptionsChainRealtime]
216
+ def get_options_chain_realtime(symbol, expiration, opts = {})
217
+ data, _status_code, _headers = get_options_chain_realtime_with_http_info(symbol, expiration, opts)
218
+ return data
219
+ end
220
+
221
+ # Options Chain Realtime
222
+ # Returns all realtime options contracts and their prices for the given symbol and expiration date.
223
+ # @param symbol The option symbol, corresponding to the underlying security.
224
+ # @param expiration The expiration date of the options contract
225
+ # @param [Hash] opts the optional parameters
226
+ # @option opts [String] :source Realtime or 15-minute delayed contracts.
227
+ # @option opts [String] :type The option contract type.
228
+ # @option opts [Float] :strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
229
+ # @option opts [Float] :strike_greater_than The strike price of the option contract. This will return options contracts with strike prices greater than this price.
230
+ # @option opts [Float] :strike_less_than The strike price of the option contract. This will return options contracts with strike prices less than this price.
231
+ # @option opts [Float] :volume_greater_than The volume of the option contract. This will return options contracts with volumes greater than this amount.
232
+ # @option opts [Float] :volume_less_than The volume of the option contract. This will return options contracts with volumes less than this amout.
233
+ # @option opts [Float] :open_interest_greater_than The open interest of the option contract. This will return options contracts with open interest greater than this amount.
234
+ # @option opts [Float] :open_interest_less_than The open interest of the option contract. This will return options contracts with open interest less than this amount.
235
+ # @option opts [String] :moneyness The moneyness of the options contracts to return. &#39;all&#39; will return all options contracts. &#39;in_the_money&#39; will return options contracts that are in the money (call options with strike prices below the current price, put options with strike prices above the current price). &#39;out_of_they_money&#39; will return options contracts that are out of the money (call options with strike prices above the current price, put options with strike prices below the current price). &#39;near_the_money&#39; will return options contracts that are $0.50 or less away from being in the money. Requires subscription to realtime stock price data.
236
+ # @return [Array<(ApiResponseOptionsChainRealtime, Fixnum, Hash)>] ApiResponseOptionsChainRealtime data, response status code and response headers
237
+ def get_options_chain_realtime_with_http_info(symbol, expiration, opts = {})
238
+ if @api_client.config.debugging
239
+ @api_client.config.logger.debug "Calling API: OptionsApi.get_options_chain_realtime ..."
240
+ end
241
+ # verify the required parameter 'symbol' is set
242
+ if @api_client.config.client_side_validation && symbol.nil?
243
+ fail ArgumentError, "Missing the required parameter 'symbol' when calling OptionsApi.get_options_chain_realtime"
244
+ end
245
+ # verify the required parameter 'expiration' is set
246
+ if @api_client.config.client_side_validation && expiration.nil?
247
+ fail ArgumentError, "Missing the required parameter 'expiration' when calling OptionsApi.get_options_chain_realtime"
248
+ end
249
+ if @api_client.config.client_side_validation && opts[:'source'] && !['realtime', 'delayed'].include?(opts[:'source'])
250
+ fail ArgumentError, 'invalid value for "source", must be one of realtime, delayed'
251
+ end
252
+ if @api_client.config.client_side_validation && opts[:'type'] && !['call', 'put'].include?(opts[:'type'])
253
+ fail ArgumentError, 'invalid value for "type", must be one of call, put'
254
+ end
255
+ if @api_client.config.client_side_validation && opts[:'moneyness'] && !['all', 'in_the_money', 'out_of_the_money', 'near_the_money'].include?(opts[:'moneyness'])
256
+ fail ArgumentError, 'invalid value for "moneyness", must be one of all, in_the_money, out_of_the_money, near_the_money'
257
+ end
258
+ # resource path
259
+ local_var_path = "/options/chain/{symbol}/{expiration}/realtime".sub('{' + 'symbol' + '}', symbol.to_s).sub('{' + 'expiration' + '}', expiration.to_s)
260
+
261
+ # query parameters
262
+ query_params = {}
263
+ query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
264
+ query_params[:'type'] = opts[:'type'] if !opts[:'type'].nil?
265
+ query_params[:'strike'] = opts[:'strike'] if !opts[:'strike'].nil?
266
+ query_params[:'strike_greater_than'] = opts[:'strike_greater_than'] if !opts[:'strike_greater_than'].nil?
267
+ query_params[:'strike_less_than'] = opts[:'strike_less_than'] if !opts[:'strike_less_than'].nil?
268
+ query_params[:'volume_greater_than'] = opts[:'volume_greater_than'] if !opts[:'volume_greater_than'].nil?
269
+ query_params[:'volume_less_than'] = opts[:'volume_less_than'] if !opts[:'volume_less_than'].nil?
270
+ query_params[:'open_interest_greater_than'] = opts[:'open_interest_greater_than'] if !opts[:'open_interest_greater_than'].nil?
271
+ query_params[:'open_interest_less_than'] = opts[:'open_interest_less_than'] if !opts[:'open_interest_less_than'].nil?
272
+ query_params[:'moneyness'] = opts[:'moneyness'] if !opts[:'moneyness'].nil?
273
+
274
+ # header parameters
275
+ header_params = {}
276
+ # HTTP header 'Accept' (if needed)
277
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
278
+
279
+ # form parameters
280
+ form_params = {}
281
+
282
+ # http body (model)
283
+ post_body = nil
284
+ auth_names = ['ApiKeyAuth']
285
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
286
+ :header_params => header_params,
287
+ :query_params => query_params,
288
+ :form_params => form_params,
289
+ :body => post_body,
290
+ :auth_names => auth_names,
291
+ :return_type => 'ApiResponseOptionsChainRealtime')
292
+ if @api_client.config.debugging
293
+ @api_client.config.logger.debug "API called: OptionsApi#get_options_chain_realtime\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
294
+ end
295
+ return data, status_code, headers
296
+ end
297
+
200
298
  # Options Expirations
201
299
  # Returns all option contract expiration dates for a given symbol.
202
300
  # @param symbol The option symbol, corresponding to the underlying security.
@@ -324,5 +422,123 @@ module Intrinio
324
422
  end
325
423
  return data, status_code, headers
326
424
  end
425
+
426
+ # Option Prices Realtime
427
+ # Returns all option prices for a given option contract identifier.
428
+ # @param identifier The Intrinio ID or code of the options contract to request prices for.
429
+ # @param [Hash] opts the optional parameters
430
+ # @option opts [String] :source Realtime or 15-minute delayed contracts.
431
+ # @return [ApiResponseOptionsPriceRealtime]
432
+ def get_options_prices_realtime(identifier, opts = {})
433
+ data, _status_code, _headers = get_options_prices_realtime_with_http_info(identifier, opts)
434
+ return data
435
+ end
436
+
437
+ # Option Prices Realtime
438
+ # Returns all option prices for a given option contract identifier.
439
+ # @param identifier The Intrinio ID or code of the options contract to request prices for.
440
+ # @param [Hash] opts the optional parameters
441
+ # @option opts [String] :source Realtime or 15-minute delayed contracts.
442
+ # @return [Array<(ApiResponseOptionsPriceRealtime, Fixnum, Hash)>] ApiResponseOptionsPriceRealtime data, response status code and response headers
443
+ def get_options_prices_realtime_with_http_info(identifier, opts = {})
444
+ if @api_client.config.debugging
445
+ @api_client.config.logger.debug "Calling API: OptionsApi.get_options_prices_realtime ..."
446
+ end
447
+ # verify the required parameter 'identifier' is set
448
+ if @api_client.config.client_side_validation && identifier.nil?
449
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling OptionsApi.get_options_prices_realtime"
450
+ end
451
+ if @api_client.config.client_side_validation && opts[:'source'] && !['realtime', 'delayed'].include?(opts[:'source'])
452
+ fail ArgumentError, 'invalid value for "source", must be one of realtime, delayed'
453
+ end
454
+ # resource path
455
+ local_var_path = "/options/prices/{identifier}/realtime".sub('{' + 'identifier' + '}', identifier.to_s)
456
+
457
+ # query parameters
458
+ query_params = {}
459
+ query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
460
+
461
+ # header parameters
462
+ header_params = {}
463
+ # HTTP header 'Accept' (if needed)
464
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
465
+
466
+ # form parameters
467
+ form_params = {}
468
+
469
+ # http body (model)
470
+ post_body = nil
471
+ auth_names = ['ApiKeyAuth']
472
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
473
+ :header_params => header_params,
474
+ :query_params => query_params,
475
+ :form_params => form_params,
476
+ :body => post_body,
477
+ :auth_names => auth_names,
478
+ :return_type => 'ApiResponseOptionsPriceRealtime')
479
+ if @api_client.config.debugging
480
+ @api_client.config.logger.debug "API called: OptionsApi#get_options_prices_realtime\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
481
+ end
482
+ return data, status_code, headers
483
+ end
484
+
485
+ # Option Stats Realtime
486
+ # Returns all option stats (greeks and implied volatility) and factors used to calculate them, for a given option contract identifier.
487
+ # @param identifier The Intrinio ID or code of the options contract to request prices for.
488
+ # @param [Hash] opts the optional parameters
489
+ # @option opts [String] :source Realtime or 15-minute delayed contracts.
490
+ # @return [ApiResponseOptionsStatsRealtime]
491
+ def get_options_stats_realtime(identifier, opts = {})
492
+ data, _status_code, _headers = get_options_stats_realtime_with_http_info(identifier, opts)
493
+ return data
494
+ end
495
+
496
+ # Option Stats Realtime
497
+ # Returns all option stats (greeks and implied volatility) and factors used to calculate them, for a given option contract identifier.
498
+ # @param identifier The Intrinio ID or code of the options contract to request prices for.
499
+ # @param [Hash] opts the optional parameters
500
+ # @option opts [String] :source Realtime or 15-minute delayed contracts.
501
+ # @return [Array<(ApiResponseOptionsStatsRealtime, Fixnum, Hash)>] ApiResponseOptionsStatsRealtime data, response status code and response headers
502
+ def get_options_stats_realtime_with_http_info(identifier, opts = {})
503
+ if @api_client.config.debugging
504
+ @api_client.config.logger.debug "Calling API: OptionsApi.get_options_stats_realtime ..."
505
+ end
506
+ # verify the required parameter 'identifier' is set
507
+ if @api_client.config.client_side_validation && identifier.nil?
508
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling OptionsApi.get_options_stats_realtime"
509
+ end
510
+ if @api_client.config.client_side_validation && opts[:'source'] && !['realtime', 'delayed'].include?(opts[:'source'])
511
+ fail ArgumentError, 'invalid value for "source", must be one of realtime, delayed'
512
+ end
513
+ # resource path
514
+ local_var_path = "/options/prices/{identifier}/realtime/stats".sub('{' + 'identifier' + '}', identifier.to_s)
515
+
516
+ # query parameters
517
+ query_params = {}
518
+ query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
519
+
520
+ # header parameters
521
+ header_params = {}
522
+ # HTTP header 'Accept' (if needed)
523
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
524
+
525
+ # form parameters
526
+ form_params = {}
527
+
528
+ # http body (model)
529
+ post_body = nil
530
+ auth_names = ['ApiKeyAuth']
531
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
532
+ :header_params => header_params,
533
+ :query_params => query_params,
534
+ :form_params => form_params,
535
+ :body => post_body,
536
+ :auth_names => auth_names,
537
+ :return_type => 'ApiResponseOptionsStatsRealtime')
538
+ if @api_client.config.debugging
539
+ @api_client.config.logger.debug "API called: OptionsApi#get_options_stats_realtime\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
540
+ end
541
+ return data, status_code, headers
542
+ end
327
543
  end
328
544
  end