intrinio-sdk 3.1.0 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (507) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -7
  3. data/docs/ApiResponseInitialPublicOfferings.md +24 -0
  4. data/docs/CompanyApi.md +143 -40
  5. data/docs/CompanyInitialPublicOffering.md +47 -0
  6. data/docs/CryptoApi.md +120 -80
  7. data/docs/DataPointApi.md +6 -4
  8. data/docs/DataTagApi.md +9 -6
  9. data/docs/FilingApi.md +24 -16
  10. data/docs/ForexApi.md +9 -6
  11. data/docs/FundamentalsApi.md +13 -9
  12. data/docs/HistoricalDataApi.md +3 -2
  13. data/docs/IndexApi.md +54 -36
  14. data/docs/MunicipalityApi.md +9 -6
  15. data/docs/OptionsApi.md +12 -8
  16. data/docs/SecurityApi.md +179 -99
  17. data/docs/StockExchangeApi.md +20 -14
  18. data/docs/TechnicalApi.md +186 -124
  19. data/docs/ZacksApi.md +9 -6
  20. data/intrinio-sdk.gemspec +1 -1
  21. data/lib/intrinio-sdk/api/company_api.rb +83 -17
  22. data/lib/intrinio-sdk/api/crypto_api.rb +1 -1
  23. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  24. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  25. data/lib/intrinio-sdk/api/filing_api.rb +1 -1
  26. data/lib/intrinio-sdk/api/forex_api.rb +1 -1
  27. data/lib/intrinio-sdk/api/fundamentals_api.rb +3 -3
  28. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  29. data/lib/intrinio-sdk/api/index_api.rb +1 -1
  30. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  31. data/lib/intrinio-sdk/api/options_api.rb +1 -1
  32. data/lib/intrinio-sdk/api/security_api.rb +57 -9
  33. data/lib/intrinio-sdk/api/stock_exchange_api.rb +5 -5
  34. data/lib/intrinio-sdk/api/technical_api.rb +1 -1
  35. data/lib/intrinio-sdk/api/zacks_api.rb +1 -1
  36. data/lib/intrinio-sdk/api_client.rb +1 -1
  37. data/lib/intrinio-sdk/api_error.rb +1 -1
  38. data/lib/intrinio-sdk/configuration.rb +1 -1
  39. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  40. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  41. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  42. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  43. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  44. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  45. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  46. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  47. data/lib/intrinio-sdk/models/api_response_crypto_accumulation_distribution_index.rb +1 -1
  48. data/lib/intrinio-sdk/models/api_response_crypto_average_daily_trading_volume.rb +1 -1
  49. data/lib/intrinio-sdk/models/api_response_crypto_average_directional_index.rb +1 -1
  50. data/lib/intrinio-sdk/models/api_response_crypto_average_true_range.rb +1 -1
  51. data/lib/intrinio-sdk/models/api_response_crypto_awesome_oscillator.rb +1 -1
  52. data/lib/intrinio-sdk/models/api_response_crypto_bollinger_bands.rb +1 -1
  53. data/lib/intrinio-sdk/models/api_response_crypto_book.rb +1 -1
  54. data/lib/intrinio-sdk/models/api_response_crypto_book_asks.rb +1 -1
  55. data/lib/intrinio-sdk/models/api_response_crypto_book_bids.rb +1 -1
  56. data/lib/intrinio-sdk/models/api_response_crypto_chaikin_money_flow.rb +1 -1
  57. data/lib/intrinio-sdk/models/api_response_crypto_commodity_channel_index.rb +1 -1
  58. data/lib/intrinio-sdk/models/api_response_crypto_currencies.rb +1 -1
  59. data/lib/intrinio-sdk/models/api_response_crypto_detrended_price_oscillator.rb +1 -1
  60. data/lib/intrinio-sdk/models/api_response_crypto_donchian_channel.rb +1 -1
  61. data/lib/intrinio-sdk/models/api_response_crypto_ease_of_movement.rb +1 -1
  62. data/lib/intrinio-sdk/models/api_response_crypto_exchanges.rb +1 -1
  63. data/lib/intrinio-sdk/models/api_response_crypto_force_index.rb +1 -1
  64. data/lib/intrinio-sdk/models/api_response_crypto_ichimoku_kinko_hyo.rb +1 -1
  65. data/lib/intrinio-sdk/models/api_response_crypto_keltner_channel.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_crypto_know_sure_thing.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_crypto_mass_index.rb +1 -1
  68. data/lib/intrinio-sdk/models/api_response_crypto_money_flow_index.rb +1 -1
  69. data/lib/intrinio-sdk/models/api_response_crypto_moving_average_convergence_divergence.rb +1 -1
  70. data/lib/intrinio-sdk/models/api_response_crypto_negative_volume_index.rb +1 -1
  71. data/lib/intrinio-sdk/models/api_response_crypto_on_balance_volume.rb +1 -1
  72. data/lib/intrinio-sdk/models/api_response_crypto_on_balance_volume_mean.rb +1 -1
  73. data/lib/intrinio-sdk/models/api_response_crypto_pairs.rb +1 -1
  74. data/lib/intrinio-sdk/models/api_response_crypto_prices.rb +1 -1
  75. data/lib/intrinio-sdk/models/api_response_crypto_relative_strength_index.rb +1 -1
  76. data/lib/intrinio-sdk/models/api_response_crypto_simple_moving_average.rb +1 -1
  77. data/lib/intrinio-sdk/models/api_response_crypto_snapshot.rb +1 -1
  78. data/lib/intrinio-sdk/models/api_response_crypto_stats.rb +1 -1
  79. data/lib/intrinio-sdk/models/api_response_crypto_stochastic_oscillator.rb +1 -1
  80. data/lib/intrinio-sdk/models/api_response_crypto_triple_exponential_average.rb +1 -1
  81. data/lib/intrinio-sdk/models/api_response_crypto_true_strength_index.rb +1 -1
  82. data/lib/intrinio-sdk/models/api_response_crypto_ultimate_oscillator.rb +1 -1
  83. data/lib/intrinio-sdk/models/api_response_crypto_volume_price_trend.rb +1 -1
  84. data/lib/intrinio-sdk/models/api_response_crypto_volume_weighted_average_price.rb +1 -1
  85. data/lib/intrinio-sdk/models/api_response_crypto_vortex_indicator.rb +1 -1
  86. data/lib/intrinio-sdk/models/api_response_crypto_williams_r.rb +1 -1
  87. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  96. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  97. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  98. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  99. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  100. data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +200 -0
  101. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  105. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  106. data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  108. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  109. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  110. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  112. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  113. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  114. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  115. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  116. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  117. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  118. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  119. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  120. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  121. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  124. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  125. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  127. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  128. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  129. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  130. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  131. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  132. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  133. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  134. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  135. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  143. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  144. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  146. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
  147. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
  148. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
  149. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
  150. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  151. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  152. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  153. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  154. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  155. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  156. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  157. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  158. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  159. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  160. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  161. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  162. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
  163. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
  164. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
  165. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  166. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  167. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  168. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  169. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  170. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  171. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  172. data/lib/intrinio-sdk/models/company.rb +1 -1
  173. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  174. data/lib/intrinio-sdk/models/company_initial_public_offering.rb +432 -0
  175. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  176. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  177. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  178. data/lib/intrinio-sdk/models/crypto_ask.rb +1 -1
  179. data/lib/intrinio-sdk/models/crypto_bid.rb +1 -1
  180. data/lib/intrinio-sdk/models/crypto_book_entry.rb +1 -1
  181. data/lib/intrinio-sdk/models/crypto_currency.rb +1 -1
  182. data/lib/intrinio-sdk/models/crypto_exchange.rb +1 -1
  183. data/lib/intrinio-sdk/models/crypto_exchange_summary.rb +1 -1
  184. data/lib/intrinio-sdk/models/crypto_pair.rb +1 -1
  185. data/lib/intrinio-sdk/models/crypto_pair_summary.rb +1 -1
  186. data/lib/intrinio-sdk/models/crypto_price.rb +1 -1
  187. data/lib/intrinio-sdk/models/crypto_snapshot.rb +1 -1
  188. data/lib/intrinio-sdk/models/crypto_stat.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/filing.rb +1 -1
  199. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  200. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  201. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  202. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  203. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  204. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  205. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  206. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  207. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  208. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  209. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  210. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  211. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  212. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  213. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  214. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  215. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  216. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  217. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  218. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  219. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  220. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  221. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  222. data/lib/intrinio-sdk/models/option.rb +1 -1
  223. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  224. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  225. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  226. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  227. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  228. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  229. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  230. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  231. data/lib/intrinio-sdk/models/security.rb +1 -1
  232. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  233. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  234. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  235. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  236. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  237. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  238. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  239. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  240. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  241. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  242. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  243. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  244. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  245. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  246. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  247. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  248. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  249. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  250. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  251. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  252. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  253. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  254. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  255. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  256. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
  257. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
  258. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
  259. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
  260. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
  261. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
  262. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
  263. data/lib/intrinio-sdk/version.rb +2 -2
  264. data/lib/intrinio-sdk.rb +3 -1
  265. data/spec/api/company_api_spec.rb +24 -9
  266. data/spec/api/crypto_api_spec.rb +1 -1
  267. data/spec/api/data_point_api_spec.rb +1 -1
  268. data/spec/api/data_tag_api_spec.rb +1 -1
  269. data/spec/api/filing_api_spec.rb +1 -1
  270. data/spec/api/forex_api_spec.rb +1 -1
  271. data/spec/api/fundamentals_api_spec.rb +2 -2
  272. data/spec/api/historical_data_api_spec.rb +1 -1
  273. data/spec/api/index_api_spec.rb +1 -1
  274. data/spec/api/municipality_api_spec.rb +1 -1
  275. data/spec/api/options_api_spec.rb +1 -1
  276. data/spec/api/security_api_spec.rb +20 -4
  277. data/spec/api/stock_exchange_api_spec.rb +2 -2
  278. data/spec/api/technical_api_spec.rb +1 -1
  279. data/spec/api/zacks_api_spec.rb +1 -1
  280. data/spec/api_client_spec.rb +1 -1
  281. data/spec/configuration_spec.rb +1 -1
  282. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  283. data/spec/models/api_response_companies_search_spec.rb +1 -1
  284. data/spec/models/api_response_companies_spec.rb +1 -1
  285. data/spec/models/api_response_company_filings_spec.rb +1 -1
  286. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  287. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  288. data/spec/models/api_response_company_news_spec.rb +1 -1
  289. data/spec/models/api_response_company_securities_spec.rb +1 -1
  290. data/spec/models/api_response_crypto_accumulation_distribution_index_spec.rb +1 -1
  291. data/spec/models/api_response_crypto_average_daily_trading_volume_spec.rb +1 -1
  292. data/spec/models/api_response_crypto_average_directional_index_spec.rb +1 -1
  293. data/spec/models/api_response_crypto_average_true_range_spec.rb +1 -1
  294. data/spec/models/api_response_crypto_awesome_oscillator_spec.rb +1 -1
  295. data/spec/models/api_response_crypto_bollinger_bands_spec.rb +1 -1
  296. data/spec/models/api_response_crypto_book_asks_spec.rb +1 -1
  297. data/spec/models/api_response_crypto_book_bids_spec.rb +1 -1
  298. data/spec/models/api_response_crypto_book_spec.rb +1 -1
  299. data/spec/models/api_response_crypto_chaikin_money_flow_spec.rb +1 -1
  300. data/spec/models/api_response_crypto_commodity_channel_index_spec.rb +1 -1
  301. data/spec/models/api_response_crypto_currencies_spec.rb +1 -1
  302. data/spec/models/api_response_crypto_detrended_price_oscillator_spec.rb +1 -1
  303. data/spec/models/api_response_crypto_donchian_channel_spec.rb +1 -1
  304. data/spec/models/api_response_crypto_ease_of_movement_spec.rb +1 -1
  305. data/spec/models/api_response_crypto_exchanges_spec.rb +1 -1
  306. data/spec/models/api_response_crypto_force_index_spec.rb +1 -1
  307. data/spec/models/api_response_crypto_ichimoku_kinko_hyo_spec.rb +1 -1
  308. data/spec/models/api_response_crypto_keltner_channel_spec.rb +1 -1
  309. data/spec/models/api_response_crypto_know_sure_thing_spec.rb +1 -1
  310. data/spec/models/api_response_crypto_mass_index_spec.rb +1 -1
  311. data/spec/models/api_response_crypto_money_flow_index_spec.rb +1 -1
  312. data/spec/models/api_response_crypto_moving_average_convergence_divergence_spec.rb +1 -1
  313. data/spec/models/api_response_crypto_negative_volume_index_spec.rb +1 -1
  314. data/spec/models/api_response_crypto_on_balance_volume_mean_spec.rb +1 -1
  315. data/spec/models/api_response_crypto_on_balance_volume_spec.rb +1 -1
  316. data/spec/models/api_response_crypto_pairs_spec.rb +1 -1
  317. data/spec/models/api_response_crypto_prices_spec.rb +1 -1
  318. data/spec/models/api_response_crypto_relative_strength_index_spec.rb +1 -1
  319. data/spec/models/api_response_crypto_simple_moving_average_spec.rb +1 -1
  320. data/spec/models/api_response_crypto_snapshot_spec.rb +1 -1
  321. data/spec/models/api_response_crypto_stats_spec.rb +1 -1
  322. data/spec/models/api_response_crypto_stochastic_oscillator_spec.rb +1 -1
  323. data/spec/models/api_response_crypto_triple_exponential_average_spec.rb +1 -1
  324. data/spec/models/api_response_crypto_true_strength_index_spec.rb +1 -1
  325. data/spec/models/api_response_crypto_ultimate_oscillator_spec.rb +1 -1
  326. data/spec/models/api_response_crypto_volume_price_trend_spec.rb +1 -1
  327. data/spec/models/api_response_crypto_volume_weighted_average_price_spec.rb +1 -1
  328. data/spec/models/api_response_crypto_vortex_indicator_spec.rb +1 -1
  329. data/spec/models/api_response_crypto_williams_r_spec.rb +1 -1
  330. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  331. data/spec/models/api_response_data_tags_spec.rb +1 -1
  332. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  333. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  334. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  335. data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
  336. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  337. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  338. data/spec/models/api_response_filings_spec.rb +1 -1
  339. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  340. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  341. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  342. data/spec/models/api_response_historical_data_spec.rb +1 -1
  343. data/spec/models/api_response_initial_public_offerings_spec.rb +48 -0
  344. data/spec/models/api_response_municipalities_spec.rb +1 -1
  345. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  346. data/spec/models/api_response_news_spec.rb +1 -1
  347. data/spec/models/api_response_option_prices_spec.rb +1 -1
  348. data/spec/models/api_response_options_chain_spec.rb +1 -1
  349. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  350. data/spec/models/api_response_options_spec.rb +1 -1
  351. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  352. data/spec/models/api_response_securities_search_spec.rb +1 -1
  353. data/spec/models/api_response_securities_spec.rb +1 -1
  354. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  355. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  356. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  357. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  358. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  359. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  360. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  361. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  362. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  363. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  364. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  365. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  366. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  367. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  368. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  369. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  370. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  371. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  372. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  373. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  374. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  375. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  376. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  377. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  378. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  379. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  380. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  381. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  382. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  383. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  384. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  385. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  386. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  387. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  388. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  389. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
  390. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
  391. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
  392. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
  393. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  394. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  395. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  396. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  397. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  398. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  399. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  400. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  401. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  402. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  403. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  404. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  405. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
  406. data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
  407. data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
  408. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  409. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  410. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  411. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  412. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  413. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  414. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  415. data/spec/models/company_filing_spec.rb +1 -1
  416. data/spec/models/company_initial_public_offering_spec.rb +172 -0
  417. data/spec/models/company_news_spec.rb +1 -1
  418. data/spec/models/company_news_summary_spec.rb +1 -1
  419. data/spec/models/company_spec.rb +1 -1
  420. data/spec/models/company_summary_spec.rb +1 -1
  421. data/spec/models/crypto_ask_spec.rb +1 -1
  422. data/spec/models/crypto_bid_spec.rb +1 -1
  423. data/spec/models/crypto_book_entry_spec.rb +1 -1
  424. data/spec/models/crypto_currency_spec.rb +1 -1
  425. data/spec/models/crypto_exchange_spec.rb +1 -1
  426. data/spec/models/crypto_exchange_summary_spec.rb +1 -1
  427. data/spec/models/crypto_pair_spec.rb +1 -1
  428. data/spec/models/crypto_pair_summary_spec.rb +1 -1
  429. data/spec/models/crypto_price_spec.rb +1 -1
  430. data/spec/models/crypto_snapshot_spec.rb +1 -1
  431. data/spec/models/crypto_stat_spec.rb +1 -1
  432. data/spec/models/data_tag_spec.rb +1 -1
  433. data/spec/models/data_tag_summary_spec.rb +1 -1
  434. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  435. data/spec/models/dividend_record_spec.rb +1 -1
  436. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  437. data/spec/models/earnings_record_spec.rb +1 -1
  438. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  439. data/spec/models/economic_index_spec.rb +1 -1
  440. data/spec/models/economic_index_summary_spec.rb +1 -1
  441. data/spec/models/filing_note_filing_spec.rb +1 -1
  442. data/spec/models/filing_note_spec.rb +1 -1
  443. data/spec/models/filing_note_summary_spec.rb +1 -1
  444. data/spec/models/filing_spec.rb +1 -1
  445. data/spec/models/filing_summary_spec.rb +1 -1
  446. data/spec/models/force_index_technical_value_spec.rb +1 -1
  447. data/spec/models/forex_currency_spec.rb +1 -1
  448. data/spec/models/forex_pair_spec.rb +1 -1
  449. data/spec/models/forex_price_spec.rb +1 -1
  450. data/spec/models/fundamental_spec.rb +1 -1
  451. data/spec/models/fundamental_summary_spec.rb +1 -1
  452. data/spec/models/historical_data_spec.rb +1 -1
  453. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  454. data/spec/models/intraday_stock_price_spec.rb +1 -1
  455. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  456. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  457. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  458. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  459. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  460. data/spec/models/municipality_financial_spec.rb +1 -1
  461. data/spec/models/municipality_spec.rb +1 -1
  462. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  463. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  464. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  465. data/spec/models/option_chain_spec.rb +1 -1
  466. data/spec/models/option_price_spec.rb +1 -1
  467. data/spec/models/option_spec.rb +1 -1
  468. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  469. data/spec/models/realtime_stock_price_spec.rb +1 -1
  470. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  471. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  472. data/spec/models/reported_financial_spec.rb +1 -1
  473. data/spec/models/reported_tag_spec.rb +1 -1
  474. data/spec/models/security_screen_clause_spec.rb +1 -1
  475. data/spec/models/security_screen_group_spec.rb +1 -1
  476. data/spec/models/security_screen_result_data_spec.rb +1 -1
  477. data/spec/models/security_screen_result_spec.rb +1 -1
  478. data/spec/models/security_spec.rb +1 -1
  479. data/spec/models/security_summary_spec.rb +1 -1
  480. data/spec/models/sic_index_spec.rb +1 -1
  481. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  482. data/spec/models/standardized_financial_spec.rb +1 -1
  483. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  484. data/spec/models/stock_exchange_spec.rb +1 -1
  485. data/spec/models/stock_market_index_spec.rb +1 -1
  486. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  487. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  488. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  489. data/spec/models/stock_price_spec.rb +1 -1
  490. data/spec/models/stock_price_summary_spec.rb +1 -1
  491. data/spec/models/technical_indicator_spec.rb +1 -1
  492. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  493. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  494. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  495. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  496. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  497. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  498. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  499. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
  500. data/spec/models/zacks_analyst_rating_spec.rb +1 -1
  501. data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
  502. data/spec/models/zacks_eps_surprise_spec.rb +1 -1
  503. data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
  504. data/spec/models/zacks_sales_surprise_spec.rb +1 -1
  505. data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
  506. data/spec/spec_helper.rb +1 -1
  507. metadata +10 -2
data/docs/ZacksApi.md CHANGED
@@ -30,7 +30,7 @@ Method | HTTP request | Description
30
30
 
31
31
  ## **get_zacks_analyst_ratings**
32
32
 
33
- [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_zacks_analyst_ratings_v2)
33
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_analyst_ratings_v2)
34
34
 
35
35
  [//]: # (START_OVERVIEW)
36
36
 
@@ -50,6 +50,7 @@ Returns buy, sell, and hold recommendations from analysts at brokerages for all
50
50
  ```ruby
51
51
  # Load the gem
52
52
  require 'intrinio-sdk'
53
+ require 'pp'
53
54
 
54
55
  # Setup authorization
55
56
  Intrinio.configure do |config|
@@ -82,7 +83,7 @@ opts = {
82
83
 
83
84
  begin
84
85
  result = zacks_api.get_zacks_analyst_ratings(opts)
85
- p result
86
+ pp result
86
87
  rescue Intrinio::ApiError => e
87
88
  puts "Exception when calling ZacksApi->get_zacks_analyst_ratings: #{e}"
88
89
  end
@@ -149,7 +150,7 @@ Name | Type | Description | Notes
149
150
 
150
151
  ## **get_zacks_eps_surprises**
151
152
 
152
- [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_zacks_eps_surprises_v2)
153
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_eps_surprises_v2)
153
154
 
154
155
  [//]: # (START_OVERVIEW)
155
156
 
@@ -169,6 +170,7 @@ Returns Zacks eps surprise data for all Securities.
169
170
  ```ruby
170
171
  # Load the gem
171
172
  require 'intrinio-sdk'
173
+ require 'pp'
172
174
 
173
175
  # Setup authorization
174
176
  Intrinio.configure do |config|
@@ -198,7 +200,7 @@ opts = {
198
200
 
199
201
  begin
200
202
  result = zacks_api.get_zacks_eps_surprises(opts)
201
- p result
203
+ pp result
202
204
  rescue Intrinio::ApiError => e
203
205
  puts "Exception when calling ZacksApi->get_zacks_eps_surprises: #{e}"
204
206
  end
@@ -262,7 +264,7 @@ Name | Type | Description | Notes
262
264
 
263
265
  ## **get_zacks_sales_surprises**
264
266
 
265
- [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_zacks_sales_surprises_v2)
267
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_sales_surprises_v2)
266
268
 
267
269
  [//]: # (START_OVERVIEW)
268
270
 
@@ -282,6 +284,7 @@ Returns Zacks sales surprise data for all Securities.
282
284
  ```ruby
283
285
  # Load the gem
284
286
  require 'intrinio-sdk'
287
+ require 'pp'
285
288
 
286
289
  # Setup authorization
287
290
  Intrinio.configure do |config|
@@ -311,7 +314,7 @@ opts = {
311
314
 
312
315
  begin
313
316
  result = zacks_api.get_zacks_sales_surprises(opts)
314
- p result
317
+ pp result
315
318
  rescue Intrinio::ApiError => e
316
319
  puts "Exception when calling ZacksApi->get_zacks_sales_surprises: #{e}"
317
320
  end
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://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.7.0
8
+ OpenAPI spec version: 2.8.0
9
9
 
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -24,11 +24,13 @@ module Intrinio
24
24
  # Returns all Companies. When parameters are specified, returns matching companies.
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [Date] :latest_filing_date Last filing date
27
- # @option opts [String] :sic Standard Industrial Classification code
28
- # @option opts [String] :template Template
29
- # @option opts [String] :sector Industry sector
30
- # @option opts [String] :industry_category Industry category
31
- # @option opts [String] :industry_group Industry group
27
+ # @option opts [String] :sic Return companies with the given Standard Industrial Classification code
28
+ # @option opts [String] :template Return companies with the given financial statement template
29
+ # @option opts [String] :sector Return companies in the given industry sector
30
+ # @option opts [String] :industry_category Return companies in the given industry category
31
+ # @option opts [String] :industry_group Return companies in the given industry group
32
+ # @option opts [BOOLEAN] :has_fundamentals Return only companies that have fundamentals when true
33
+ # @option opts [BOOLEAN] :has_stock_prices Return only companies that have stock prices when true
32
34
  # @option opts [Integer] :page_size The number of results to return (default to 100)
33
35
  # @option opts [String] :next_page Gets the next page of data from a previous API call
34
36
  # @return [ApiResponseCompanies]
@@ -41,11 +43,13 @@ module Intrinio
41
43
  # Returns all Companies. When parameters are specified, returns matching companies.
42
44
  # @param [Hash] opts the optional parameters
43
45
  # @option opts [Date] :latest_filing_date Last filing date
44
- # @option opts [String] :sic Standard Industrial Classification code
45
- # @option opts [String] :template Template
46
- # @option opts [String] :sector Industry sector
47
- # @option opts [String] :industry_category Industry category
48
- # @option opts [String] :industry_group Industry group
46
+ # @option opts [String] :sic Return companies with the given Standard Industrial Classification code
47
+ # @option opts [String] :template Return companies with the given financial statement template
48
+ # @option opts [String] :sector Return companies in the given industry sector
49
+ # @option opts [String] :industry_category Return companies in the given industry category
50
+ # @option opts [String] :industry_group Return companies in the given industry group
51
+ # @option opts [BOOLEAN] :has_fundamentals Return only companies that have fundamentals when true
52
+ # @option opts [BOOLEAN] :has_stock_prices Return only companies that have stock prices when true
49
53
  # @option opts [Integer] :page_size The number of results to return
50
54
  # @option opts [String] :next_page Gets the next page of data from a previous API call
51
55
  # @return [Array<(ApiResponseCompanies, Fixnum, Hash)>] ApiResponseCompanies data, response status code and response headers
@@ -71,6 +75,8 @@ module Intrinio
71
75
  query_params[:'sector'] = opts[:'sector'] if !opts[:'sector'].nil?
72
76
  query_params[:'industry_category'] = opts[:'industry_category'] if !opts[:'industry_category'].nil?
73
77
  query_params[:'industry_group'] = opts[:'industry_group'] if !opts[:'industry_group'].nil?
78
+ query_params[:'has_fundamentals'] = opts[:'has_fundamentals'] if !opts[:'has_fundamentals'].nil?
79
+ query_params[:'has_stock_prices'] = opts[:'has_stock_prices'] if !opts[:'has_stock_prices'].nil?
74
80
  query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
75
81
  query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
76
82
 
@@ -497,9 +503,9 @@ module Intrinio
497
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;)
498
504
  # @param [Hash] opts the optional parameters
499
505
  # @option opts [String] :frequency Return historical data in the given frequency (default to daily)
500
- # @option opts [String] :type Filter by type, when applicable
501
- # @option opts [Date] :start_date Get historical data on or after this date
502
- # @option opts [Date] :end_date Get historical data on or before this date
506
+ # @option opts [String] :type Return historical data for given fiscal period type
507
+ # @option opts [Date] :start_date Return historical data on or after this date
508
+ # @option opts [Date] :end_date Return historical data on or before this date
503
509
  # @option opts [String] :sort_order Sort by date &#x60;asc&#x60; or &#x60;desc&#x60; (default to desc)
504
510
  # @option opts [Integer] :page_size The number of results to return (default to 100)
505
511
  # @option opts [String] :next_page Gets the next page of data from a previous API call
@@ -515,9 +521,9 @@ module Intrinio
515
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;)
516
522
  # @param [Hash] opts the optional parameters
517
523
  # @option opts [String] :frequency Return historical data in the given frequency
518
- # @option opts [String] :type Filter by type, when applicable
519
- # @option opts [Date] :start_date Get historical data on or after this date
520
- # @option opts [Date] :end_date Get historical data on or before this date
524
+ # @option opts [String] :type Return historical data for given fiscal period type
525
+ # @option opts [Date] :start_date Return historical data on or after this date
526
+ # @option opts [Date] :end_date Return historical data on or before this date
521
527
  # @option opts [String] :sort_order Sort by date &#x60;asc&#x60; or &#x60;desc&#x60;
522
528
  # @option opts [Integer] :page_size The number of results to return
523
529
  # @option opts [String] :next_page Gets the next page of data from a previous API call
@@ -537,6 +543,9 @@ module Intrinio
537
543
  if @api_client.config.client_side_validation && opts[:'frequency'] && !['daily', 'weekly', 'monthly', 'quarterly', 'yearly'].include?(opts[:'frequency'])
538
544
  fail ArgumentError, 'invalid value for "frequency", must be one of daily, weekly, monthly, quarterly, yearly'
539
545
  end
546
+ if @api_client.config.client_side_validation && opts[:'type'] && !['FY', 'QTR', 'TTM'].include?(opts[:'type'])
547
+ fail ArgumentError, 'invalid value for "type", must be one of FY, QTR, TTM'
548
+ end
540
549
  if @api_client.config.client_side_validation && opts[:'sort_order'] && !['asc', 'desc'].include?(opts[:'sort_order'])
541
550
  fail ArgumentError, 'invalid value for "sort_order", must be one of asc, desc'
542
551
  end
@@ -581,6 +590,63 @@ module Intrinio
581
590
  return data, status_code, headers
582
591
  end
583
592
 
593
+ # IPOs
594
+ # Returns initial public offerings (IPOs). An IPO is a public offering of private company stock. The act of \"going public\" is initiated by an IPO, at which point the company's stock trades on a major stock exchange (such as NYSE or NASDAQ). Intrinio covers all upcoming and recent IPOs for US exchanges.
595
+ # @param [Hash] opts the optional parameters
596
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
597
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
598
+ # @return [ApiResponseInitialPublicOfferings]
599
+ def get_company_ipos(opts = {})
600
+ data, _status_code, _headers = get_company_ipos_with_http_info(opts)
601
+ return data
602
+ end
603
+
604
+ # IPOs
605
+ # Returns initial public offerings (IPOs). An IPO is a public offering of private company stock. The act of \&quot;going public\&quot; is initiated by an IPO, at which point the company&#39;s stock trades on a major stock exchange (such as NYSE or NASDAQ). Intrinio covers all upcoming and recent IPOs for US exchanges.
606
+ # @param [Hash] opts the optional parameters
607
+ # @option opts [Integer] :page_size The number of results to return
608
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
609
+ # @return [Array<(ApiResponseInitialPublicOfferings, Fixnum, Hash)>] ApiResponseInitialPublicOfferings data, response status code and response headers
610
+ def get_company_ipos_with_http_info(opts = {})
611
+ if @api_client.config.debugging
612
+ @api_client.config.logger.debug "Calling API: CompanyApi.get_company_ipos ..."
613
+ end
614
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
615
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling CompanyApi.get_company_ipos, must be smaller than or equal to 10000.'
616
+ end
617
+
618
+ # resource path
619
+ local_var_path = "/companies/ipos"
620
+
621
+ # query parameters
622
+ query_params = {}
623
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
624
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
625
+
626
+ # header parameters
627
+ header_params = {}
628
+ # HTTP header 'Accept' (if needed)
629
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
630
+
631
+ # form parameters
632
+ form_params = {}
633
+
634
+ # http body (model)
635
+ post_body = nil
636
+ auth_names = ['ApiKeyAuth']
637
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
638
+ :header_params => header_params,
639
+ :query_params => query_params,
640
+ :form_params => form_params,
641
+ :body => post_body,
642
+ :auth_names => auth_names,
643
+ :return_type => 'ApiResponseInitialPublicOfferings')
644
+ if @api_client.config.debugging
645
+ @api_client.config.logger.debug "API called: CompanyApi#get_company_ipos\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
646
+ end
647
+ return data, status_code, headers
648
+ end
649
+
584
650
  # All News by Company
585
651
  # Returns news for the Company with the given `identifier`
586
652
  # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -127,7 +127,7 @@ module Intrinio
127
127
  end
128
128
 
129
129
  # Standardized Financials
130
- # Returns professional-grade historical financial data. This data is standardized, cleansed and verified to ensure the highest quality data sourced directly from the XBRL financial statements. The primary purpose of standardized financials are to facilitate comparability across a single company’s fundamentals and across all companies fundamentals. For example, it is possible to compare total revenues between two companies as of a certain point in time, or within a single company across multiple time periods. This is not possible using the as reported financial statements because of the inherent complexity of reporting standards.
130
+ # Returns professional-grade historical financial data. This data is standardized, cleansed and verified to ensure the highest quality data sourced directly from the XBRL financial statements. The primary purpose of standardized financials are to facilitate comparability across a single company’s fundamentals and across all companies' fundamentals.
131
131
  # @param id The Intrinio ID or lookup code (ticker-statement-year-period) for the Fundamental
132
132
  # @param [Hash] opts the optional parameters
133
133
  # @return [ApiResponseStandardizedFinancials]
@@ -137,7 +137,7 @@ module Intrinio
137
137
  end
138
138
 
139
139
  # Standardized Financials
140
- # Returns professional-grade historical financial data. This data is standardized, cleansed and verified to ensure the highest quality data sourced directly from the XBRL financial statements. The primary purpose of standardized financials are to facilitate comparability across a single company’s fundamentals and across all companies fundamentals. For example, it is possible to compare total revenues between two companies as of a certain point in time, or within a single company across multiple time periods. This is not possible using the as reported financial statements because of the inherent complexity of reporting standards.
140
+ # Returns professional-grade historical financial data. This data is standardized, cleansed and verified to ensure the highest quality data sourced directly from the XBRL financial statements. The primary purpose of standardized financials are to facilitate comparability across a single company’s fundamentals and across all companies&#39; fundamentals.
141
141
  # @param id The Intrinio ID or lookup code (ticker-statement-year-period) for the Fundamental
142
142
  # @param [Hash] opts the optional parameters
143
143
  # @return [Array<(ApiResponseStandardizedFinancials, Fixnum, Hash)>] ApiResponseStandardizedFinancials 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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -21,8 +21,24 @@ module Intrinio
21
21
  end
22
22
 
23
23
  # All Securities
24
- # Returns all Securities to which you have access.
25
- # @param [Hash] opts the optional parameters
24
+ # Returns all Securities to which you have access. When parameters are specified, returns matching Securities.
25
+ # @param [Hash] opts the optional parameters
26
+ # @option opts [BOOLEAN] :active When true, return securities that are active. When false, return securities that are not active. A security is considered active if it has traded or has had a corporate action in the past 30 days, and has not been merged into another security (such as due to ticker changes or corporate restructurings).
27
+ # @option opts [BOOLEAN] :delisted When true, return securities that have been delisted from their exchange. Note that there may be a newer security for the same company that has been relisted on a differente exchange. When false, return securities that have not been delisted.
28
+ # @option opts [String] :code Return securities classified with the given code (&lt;a href&#x3D;\&quot;/documentation/security_codes\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
29
+ # @option opts [String] :currency Return securities traded in the given 3-digit ISO 4217 currency code (&lt;a href&#x3D;\&quot;https://en.wikipedia.org/wiki/ISO_4217\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
30
+ # @option opts [String] :ticker Return securities traded with the given ticker. Note that securities across the world (and through time) may trade with the same ticker but represent different companies. Use this in conjuction with other parameters for more specificity.
31
+ # @option opts [String] :name Return securities with the given text in their name (not case sensitive).
32
+ # @option opts [String] :composite_mic Return securities classified under the composite exchange with the given Market Identification Code (MIC). A composite exchange may or may not be a real exchange. For example, the USCOMP exchange (our only composite exchange to date) is a combination of exchanges with the following MICs: ARCX, XASE, XPOR, FINR, XCIS, XNAS, XNYS, BATS. This composite grouping is done for user convenience. At this time, all US securities are classified under the composite exchange with MIC USCOMP. To query for specific US exchanges, use the exchange_mic parameter below.
33
+ # @option opts [String] :exchange_mic The MIC code of the exchange where the security is actually traded.
34
+ # @option opts [Date] :stock_prices_after Return securities with end-of-day stock prices on or after this date.
35
+ # @option opts [Date] :stock_prices_before Return securities with end-of-day stock prices on or before this date.
36
+ # @option opts [String] :cik Return securities belonging to the company with the given Central Index Key (CIK).
37
+ # @option opts [String] :figi Return securities with the given Exchange Level FIGI (&lt;a href&#x3D;\&quot;https://www.openfigi.com/about\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
38
+ # @option opts [String] :composite_figi Return securities with the given Country Composite FIGI (&lt;a href&#x3D;\&quot;https://www.openfigi.com/about\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
39
+ # @option opts [String] :share_class_figi Return securities with the given Global Share Class FIGI (&lt;a href&#x3D;\&quot;https://www.openfigi.com/about\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
40
+ # @option opts [String] :figi_unique_id Return securities with the given FIGI Unique ID (&lt;a href&#x3D;\&quot;https://www.openfigi.com/about\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
41
+ # @option opts [BOOLEAN] :include_non_figi When true, include securities that do not have a FIGI. By default, this is false. If this parameter is not specified, only securities with a FIGI are returned. (default to false)
26
42
  # @option opts [Integer] :page_size The number of results to return (default to 100)
27
43
  # @option opts [String] :next_page Gets the next page of data from a previous API call
28
44
  # @return [ApiResponseSecurities]
@@ -32,8 +48,24 @@ module Intrinio
32
48
  end
33
49
 
34
50
  # All Securities
35
- # Returns all Securities to which you have access.
36
- # @param [Hash] opts the optional parameters
51
+ # Returns all Securities to which you have access. When parameters are specified, returns matching Securities.
52
+ # @param [Hash] opts the optional parameters
53
+ # @option opts [BOOLEAN] :active When true, return securities that are active. When false, return securities that are not active. A security is considered active if it has traded or has had a corporate action in the past 30 days, and has not been merged into another security (such as due to ticker changes or corporate restructurings).
54
+ # @option opts [BOOLEAN] :delisted When true, return securities that have been delisted from their exchange. Note that there may be a newer security for the same company that has been relisted on a differente exchange. When false, return securities that have not been delisted.
55
+ # @option opts [String] :code Return securities classified with the given code (&lt;a href&#x3D;\&quot;/documentation/security_codes\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
56
+ # @option opts [String] :currency Return securities traded in the given 3-digit ISO 4217 currency code (&lt;a href&#x3D;\&quot;https://en.wikipedia.org/wiki/ISO_4217\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
57
+ # @option opts [String] :ticker Return securities traded with the given ticker. Note that securities across the world (and through time) may trade with the same ticker but represent different companies. Use this in conjuction with other parameters for more specificity.
58
+ # @option opts [String] :name Return securities with the given text in their name (not case sensitive).
59
+ # @option opts [String] :composite_mic Return securities classified under the composite exchange with the given Market Identification Code (MIC). A composite exchange may or may not be a real exchange. For example, the USCOMP exchange (our only composite exchange to date) is a combination of exchanges with the following MICs: ARCX, XASE, XPOR, FINR, XCIS, XNAS, XNYS, BATS. This composite grouping is done for user convenience. At this time, all US securities are classified under the composite exchange with MIC USCOMP. To query for specific US exchanges, use the exchange_mic parameter below.
60
+ # @option opts [String] :exchange_mic The MIC code of the exchange where the security is actually traded.
61
+ # @option opts [Date] :stock_prices_after Return securities with end-of-day stock prices on or after this date.
62
+ # @option opts [Date] :stock_prices_before Return securities with end-of-day stock prices on or before this date.
63
+ # @option opts [String] :cik Return securities belonging to the company with the given Central Index Key (CIK).
64
+ # @option opts [String] :figi Return securities with the given Exchange Level FIGI (&lt;a href&#x3D;\&quot;https://www.openfigi.com/about\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
65
+ # @option opts [String] :composite_figi Return securities with the given Country Composite FIGI (&lt;a href&#x3D;\&quot;https://www.openfigi.com/about\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
66
+ # @option opts [String] :share_class_figi Return securities with the given Global Share Class FIGI (&lt;a href&#x3D;\&quot;https://www.openfigi.com/about\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
67
+ # @option opts [String] :figi_unique_id Return securities with the given FIGI Unique ID (&lt;a href&#x3D;\&quot;https://www.openfigi.com/about\&quot; target&#x3D;\&quot;_blank\&quot;&gt;reference&lt;/a&gt;).
68
+ # @option opts [BOOLEAN] :include_non_figi When true, include securities that do not have a FIGI. By default, this is false. If this parameter is not specified, only securities with a FIGI are returned.
37
69
  # @option opts [Integer] :page_size The number of results to return
38
70
  # @option opts [String] :next_page Gets the next page of data from a previous API call
39
71
  # @return [Array<(ApiResponseSecurities, Fixnum, Hash)>] ApiResponseSecurities data, response status code and response headers
@@ -50,6 +82,22 @@ module Intrinio
50
82
 
51
83
  # query parameters
52
84
  query_params = {}
85
+ query_params[:'active'] = opts[:'active'] if !opts[:'active'].nil?
86
+ query_params[:'delisted'] = opts[:'delisted'] if !opts[:'delisted'].nil?
87
+ query_params[:'code'] = opts[:'code'] if !opts[:'code'].nil?
88
+ query_params[:'currency'] = opts[:'currency'] if !opts[:'currency'].nil?
89
+ query_params[:'ticker'] = opts[:'ticker'] if !opts[:'ticker'].nil?
90
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
91
+ query_params[:'composite_mic'] = opts[:'composite_mic'] if !opts[:'composite_mic'].nil?
92
+ query_params[:'exchange_mic'] = opts[:'exchange_mic'] if !opts[:'exchange_mic'].nil?
93
+ query_params[:'stock_prices_after'] = opts[:'stock_prices_after'] if !opts[:'stock_prices_after'].nil?
94
+ query_params[:'stock_prices_before'] = opts[:'stock_prices_before'] if !opts[:'stock_prices_before'].nil?
95
+ query_params[:'cik'] = opts[:'cik'] if !opts[:'cik'].nil?
96
+ query_params[:'figi'] = opts[:'figi'] if !opts[:'figi'].nil?
97
+ query_params[:'composite_figi'] = opts[:'composite_figi'] if !opts[:'composite_figi'].nil?
98
+ query_params[:'share_class_figi'] = opts[:'share_class_figi'] if !opts[:'share_class_figi'].nil?
99
+ query_params[:'figi_unique_id'] = opts[:'figi_unique_id'] if !opts[:'figi_unique_id'].nil?
100
+ query_params[:'include_non_figi'] = opts[:'include_non_figi'] if !opts[:'include_non_figi'].nil?
53
101
  query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
54
102
  query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
55
103
 
@@ -2967,7 +3015,7 @@ module Intrinio
2967
3015
  # Return the realtime stock price for the Security with the given `identifier`
2968
3016
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2969
3017
  # @param [Hash] opts the optional parameters
2970
- # @option opts [String] :source Return the realtime price from the specified data source
3018
+ # @option opts [String] :source Return the realtime price from the specified data source. If no source is specified, the best source available is used.
2971
3019
  # @return [RealtimeStockPrice]
2972
3020
  def get_security_realtime_price(identifier, opts = {})
2973
3021
  data, _status_code, _headers = get_security_realtime_price_with_http_info(identifier, opts)
@@ -2978,7 +3026,7 @@ module Intrinio
2978
3026
  # Return the realtime stock price for the Security with the given &#x60;identifier&#x60;
2979
3027
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2980
3028
  # @param [Hash] opts the optional parameters
2981
- # @option opts [String] :source Return the realtime price from the specified data source
3029
+ # @option opts [String] :source Return the realtime price from the specified data source. If no source is specified, the best source available is used.
2982
3030
  # @return [Array<(RealtimeStockPrice, Fixnum, Hash)>] RealtimeStockPrice data, response status code and response headers
2983
3031
  def get_security_realtime_price_with_http_info(identifier, opts = {})
2984
3032
  if @api_client.config.debugging
@@ -2988,8 +3036,8 @@ module Intrinio
2988
3036
  if @api_client.config.client_side_validation && identifier.nil?
2989
3037
  fail ArgumentError, "Missing the required parameter 'identifier' when calling SecurityApi.get_security_realtime_price"
2990
3038
  end
2991
- if @api_client.config.client_side_validation && opts[:'source'] && !['iex', 'bats', 'bats_delayed'].include?(opts[:'source'])
2992
- fail ArgumentError, 'invalid value for "source", must be one of iex, bats, bats_delayed'
3039
+ if @api_client.config.client_side_validation && opts[:'source'] && !['iex', 'bats', 'bats_delayed', 'utp_delayed', 'cta_a_delayed', 'cta_b_delayed'].include?(opts[:'source'])
3040
+ fail ArgumentError, 'invalid value for "source", must be one of iex, bats, bats_delayed, utp_delayed, cta_a_delayed, cta_b_delayed'
2993
3041
  end
2994
3042
  # resource path
2995
3043
  local_var_path = "/securities/{identifier}/prices/realtime".sub('{' + 'identifier' + '}', identifier.to_s)
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -272,7 +272,7 @@ module Intrinio
272
272
  # Returns realtime stock prices for the Stock Exchange with the given `identifier`
273
273
  # @param identifier A Stock Exchange identifier (MIC or Intrinio ID)
274
274
  # @param [Hash] opts the optional parameters
275
- # @option opts [String] :source Return realtime prices from the specified data source
275
+ # @option opts [String] :source Return realtime prices from the specified data source. If no source is specified, all sources are used.
276
276
  # @option opts [Integer] :page_size The number of results to return (default to 100)
277
277
  # @option opts [String] :next_page Gets the next page of data from a previous API call
278
278
  # @return [ApiResponseStockExchangeRealtimeStockPrices]
@@ -285,7 +285,7 @@ module Intrinio
285
285
  # Returns realtime stock prices for the Stock Exchange with the given &#x60;identifier&#x60;
286
286
  # @param identifier A Stock Exchange identifier (MIC or Intrinio ID)
287
287
  # @param [Hash] opts the optional parameters
288
- # @option opts [String] :source Return realtime prices from the specified data source
288
+ # @option opts [String] :source Return realtime prices from the specified data source. If no source is specified, all sources are used.
289
289
  # @option opts [Integer] :page_size The number of results to return
290
290
  # @option opts [String] :next_page Gets the next page of data from a previous API call
291
291
  # @return [Array<(ApiResponseStockExchangeRealtimeStockPrices, Fixnum, Hash)>] ApiResponseStockExchangeRealtimeStockPrices data, response status code and response headers
@@ -297,8 +297,8 @@ module Intrinio
297
297
  if @api_client.config.client_side_validation && identifier.nil?
298
298
  fail ArgumentError, "Missing the required parameter 'identifier' when calling StockExchangeApi.get_stock_exchange_realtime_prices"
299
299
  end
300
- if @api_client.config.client_side_validation && opts[:'source'] && !['iex', 'bats', 'bats_delayed'].include?(opts[:'source'])
301
- fail ArgumentError, 'invalid value for "source", must be one of iex, bats, bats_delayed'
300
+ if @api_client.config.client_side_validation && opts[:'source'] && !['iex', 'bats', 'bats_delayed', 'utp_delayed', 'cta_a_delayed', 'cta_b_delayed'].include?(opts[:'source'])
301
+ fail ArgumentError, 'invalid value for "source", must be one of iex, bats, bats_delayed, utp_delayed, cta_a_delayed, cta_b_delayed'
302
302
  end
303
303
  if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
304
304
  fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling StockExchangeApi.get_stock_exchange_realtime_prices, must be smaller than or equal to 10000.'
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -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.7.0
6
+ OpenAPI spec version: 2.8.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT