intrinio-sdk 5.4.0 → 5.6.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (499) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile +2 -0
  3. data/README.md +51 -12
  4. data/docs/ApiResponseETFHoldings.md +25 -0
  5. data/docs/ApiResponseETFs.md +21 -0
  6. data/docs/ApiResponseOptionPricesRealtime.md +24 -0
  7. data/docs/ApiResponseOptionsChainRealtime.md +23 -0
  8. data/docs/ApiResponseZacksETFHoldings.md +24 -0
  9. data/docs/ApiResponseZacksInstitutionalHoldingCompanies.md +24 -0
  10. data/docs/ApiResponseZacksInstitutionalHoldingOwners.md +24 -0
  11. data/docs/ApiResponseZacksInstitutionalHoldings.md +24 -0
  12. data/docs/BulkDownloadsApi.md +3 -7
  13. data/docs/CompanyApi.md +115 -172
  14. data/docs/DataPointApi.md +10 -22
  15. data/docs/DataTagApi.md +21 -33
  16. data/docs/ETF.md +138 -0
  17. data/docs/ETFAnalytics.md +31 -0
  18. data/docs/ETFHolding.md +37 -0
  19. data/docs/ETFStats.md +53 -0
  20. data/docs/ETFSummary.md +27 -0
  21. data/docs/ETFsApi.md +490 -0
  22. data/docs/FilingApi.md +72 -116
  23. data/docs/ForexApi.md +22 -35
  24. data/docs/FundamentalsApi.md +19 -42
  25. data/docs/HistoricalDataApi.md +14 -19
  26. data/docs/IndexApi.md +117 -204
  27. data/docs/MunicipalityApi.md +28 -39
  28. data/docs/OptionChainRealtime.md +27 -0
  29. data/docs/OptionPriceRealtime.md +31 -0
  30. data/docs/OptionRealtime.md +24 -0
  31. data/docs/OptionsApi.md +231 -62
  32. data/docs/RealtimeStockPrice.md +1 -0
  33. data/docs/SecurityApi.md +536 -721
  34. data/docs/StockExchangeApi.md +43 -67
  35. data/docs/TechnicalApi.md +359 -483
  36. data/docs/ZacksApi.md +448 -121
  37. data/docs/ZacksETFHolding.md +26 -0
  38. data/docs/ZacksInstitutionalHolding.md +41 -0
  39. data/docs/ZacksInstitutionalHoldingCompanyDetail.md +32 -0
  40. data/docs/ZacksInstitutionalHoldingCompanySummary.md +22 -0
  41. data/docs/ZacksInstitutionalHoldingHistoricalSummary.md +21 -0
  42. data/docs/ZacksInstitutionalHoldingOwnerDetail.md +40 -0
  43. data/docs/ZacksInstitutionalHoldingOwnerSummary.md +21 -0
  44. data/intrinio-sdk.gemspec +3 -2
  45. data/lib/intrinio-sdk.rb +25 -1
  46. data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
  47. data/lib/intrinio-sdk/api/company_api.rb +4 -1
  48. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  49. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  50. data/lib/intrinio-sdk/api/et_fs_api.rb +359 -0
  51. data/lib/intrinio-sdk/api/filing_api.rb +1 -1
  52. data/lib/intrinio-sdk/api/forex_api.rb +5 -5
  53. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  54. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  55. data/lib/intrinio-sdk/api/index_api.rb +1 -1
  56. data/lib/intrinio-sdk/api/municipality_api.rb +3 -3
  57. data/lib/intrinio-sdk/api/options_api.rb +158 -1
  58. data/lib/intrinio-sdk/api/security_api.rb +13 -13
  59. data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
  60. data/lib/intrinio-sdk/api/technical_api.rb +1 -1
  61. data/lib/intrinio-sdk/api/zacks_api.rb +253 -1
  62. data/lib/intrinio-sdk/api_client.rb +56 -24
  63. data/lib/intrinio-sdk/api_error.rb +1 -1
  64. data/lib/intrinio-sdk/configuration.rb +4 -1
  65. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  68. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  69. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  70. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  71. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  72. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  73. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  74. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  75. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  76. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  77. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  78. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  79. data/lib/intrinio-sdk/models/api_response_et_fs.rb +198 -0
  80. data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +207 -0
  81. data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
  82. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  83. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  84. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  85. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  86. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  87. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_option_prices_realtime.rb +197 -0
  95. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  96. data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
  97. data/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb +191 -0
  98. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  99. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  100. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  101. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  105. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  106. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  108. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  109. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  110. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  112. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  113. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  114. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  115. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  116. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  117. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  118. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  119. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  120. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  121. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  124. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  125. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  127. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  128. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  129. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  130. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  131. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  132. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  133. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  134. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  135. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  143. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  144. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  146. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  147. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  148. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  149. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  150. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  151. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  152. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  153. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
  154. data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +1 -1
  155. data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +1 -1
  156. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
  157. data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +201 -0
  158. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +201 -0
  159. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +201 -0
  160. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +201 -0
  161. data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +1 -1
  162. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
  163. data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +1 -1
  164. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  165. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  166. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  167. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  168. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  169. data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
  170. data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
  171. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  172. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  173. data/lib/intrinio-sdk/models/company.rb +1 -1
  174. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  175. data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
  176. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  177. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  178. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  179. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  180. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  181. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  182. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  183. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  184. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  185. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  186. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  187. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  188. data/lib/intrinio-sdk/models/etf.rb +1369 -0
  189. data/lib/intrinio-sdk/models/etf_analytics.rb +268 -0
  190. data/lib/intrinio-sdk/models/etf_holding.rb +359 -0
  191. data/lib/intrinio-sdk/models/etf_stats.rb +487 -0
  192. data/lib/intrinio-sdk/models/etf_summary.rb +259 -0
  193. data/lib/intrinio-sdk/models/filing.rb +1 -1
  194. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  195. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  196. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  197. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  198. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  199. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  200. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  201. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  202. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  203. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  204. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  205. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  206. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  207. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  208. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  209. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  210. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  211. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  212. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  213. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  214. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  215. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  216. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  217. data/lib/intrinio-sdk/models/option.rb +1 -1
  218. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  219. data/lib/intrinio-sdk/models/option_chain_realtime.rb +197 -0
  220. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  221. data/lib/intrinio-sdk/models/option_price_realtime.rb +332 -0
  222. data/lib/intrinio-sdk/models/option_realtime.rb +262 -0
  223. data/lib/intrinio-sdk/models/realtime_stock_price.rb +12 -2
  224. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  225. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  226. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  227. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  228. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  229. data/lib/intrinio-sdk/models/security.rb +1 -1
  230. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  231. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  232. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  233. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  234. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  235. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  236. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  237. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  238. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  239. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  240. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  241. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  242. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  243. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  244. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  245. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  246. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  247. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  248. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  249. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  250. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  251. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  252. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  253. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  254. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
  255. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
  256. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
  257. data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +1 -1
  258. data/lib/intrinio-sdk/models/zacks_eps_growth_rate.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_etf_holding.rb +249 -0
  262. data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +308 -0
  263. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +309 -0
  264. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +209 -0
  265. data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +199 -0
  266. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +389 -0
  267. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +199 -0
  268. data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +1 -1
  269. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
  270. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
  271. data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +1 -1
  272. data/lib/intrinio-sdk/version.rb +2 -2
  273. data/spec/api/bulk_downloads_api_spec.rb +1 -1
  274. data/spec/api/company_api_spec.rb +2 -1
  275. data/spec/api/data_point_api_spec.rb +1 -1
  276. data/spec/api/data_tag_api_spec.rb +1 -1
  277. data/spec/api/et_fs_api_spec.rb +111 -0
  278. data/spec/api/filing_api_spec.rb +1 -1
  279. data/spec/api/forex_api_spec.rb +3 -3
  280. data/spec/api/fundamentals_api_spec.rb +1 -1
  281. data/spec/api/historical_data_api_spec.rb +1 -1
  282. data/spec/api/index_api_spec.rb +1 -1
  283. data/spec/api/municipality_api_spec.rb +2 -2
  284. data/spec/api/options_api_spec.rb +37 -1
  285. data/spec/api/security_api_spec.rb +7 -7
  286. data/spec/api/stock_exchange_api_spec.rb +1 -1
  287. data/spec/api/technical_api_spec.rb +1 -1
  288. data/spec/api/zacks_api_spec.rb +61 -1
  289. data/spec/api_client_spec.rb +1 -1
  290. data/spec/configuration_spec.rb +1 -1
  291. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  292. data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
  293. data/spec/models/api_response_companies_search_spec.rb +1 -1
  294. data/spec/models/api_response_companies_spec.rb +1 -1
  295. data/spec/models/api_response_company_filings_spec.rb +1 -1
  296. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  297. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  298. data/spec/models/api_response_company_news_spec.rb +1 -1
  299. data/spec/models/api_response_company_securities_spec.rb +1 -1
  300. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  301. data/spec/models/api_response_data_tags_spec.rb +1 -1
  302. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  303. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  304. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  305. data/spec/models/api_response_et_fs_spec.rb +48 -0
  306. data/spec/models/api_response_etf_holdings_spec.rb +54 -0
  307. data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
  308. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  309. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  310. data/spec/models/api_response_filings_spec.rb +1 -1
  311. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  312. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  313. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  314. data/spec/models/api_response_historical_data_spec.rb +1 -1
  315. data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
  316. data/spec/models/api_response_municipalities_spec.rb +1 -1
  317. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  318. data/spec/models/api_response_news_spec.rb +1 -1
  319. data/spec/models/api_response_option_prices_realtime_spec.rb +48 -0
  320. data/spec/models/api_response_option_prices_spec.rb +1 -1
  321. data/spec/models/api_response_options_chain_realtime_spec.rb +42 -0
  322. data/spec/models/api_response_options_chain_spec.rb +1 -1
  323. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  324. data/spec/models/api_response_options_spec.rb +1 -1
  325. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  326. data/spec/models/api_response_securities_search_spec.rb +1 -1
  327. data/spec/models/api_response_securities_spec.rb +1 -1
  328. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  329. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  330. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  331. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  332. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  333. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  334. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  335. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  336. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  337. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  338. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  339. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  340. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  341. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  342. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  343. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  344. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  345. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  346. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  347. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  348. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  349. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  350. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  351. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  352. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  353. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  354. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  355. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  356. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  357. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  358. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  359. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  360. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  361. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  362. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  363. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
  364. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
  365. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
  366. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
  367. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  368. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  369. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  370. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  371. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  372. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  373. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  374. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  375. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  376. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  377. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  378. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  379. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
  380. data/spec/models/api_response_zacks_eps_estimates_spec.rb +1 -1
  381. data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +1 -1
  382. data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
  383. data/spec/models/api_response_zacks_etf_holdings_spec.rb +48 -0
  384. data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +48 -0
  385. data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +48 -0
  386. data/spec/models/api_response_zacks_institutional_holdings_spec.rb +48 -0
  387. data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +1 -1
  388. data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
  389. data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +1 -1
  390. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  391. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  392. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  393. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  394. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  395. data/spec/models/bulk_download_links_spec.rb +1 -1
  396. data/spec/models/bulk_download_summary_spec.rb +1 -1
  397. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  398. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  399. data/spec/models/company_filing_spec.rb +1 -1
  400. data/spec/models/company_initial_public_offering_spec.rb +1 -1
  401. data/spec/models/company_news_spec.rb +1 -1
  402. data/spec/models/company_news_summary_spec.rb +1 -1
  403. data/spec/models/company_spec.rb +1 -1
  404. data/spec/models/company_summary_spec.rb +1 -1
  405. data/spec/models/data_tag_spec.rb +1 -1
  406. data/spec/models/data_tag_summary_spec.rb +1 -1
  407. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  408. data/spec/models/dividend_record_spec.rb +1 -1
  409. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  410. data/spec/models/earnings_record_spec.rb +1 -1
  411. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  412. data/spec/models/economic_index_spec.rb +1 -1
  413. data/spec/models/economic_index_summary_spec.rb +1 -1
  414. data/spec/models/etf_analytics_spec.rb +90 -0
  415. data/spec/models/etf_holding_spec.rb +144 -0
  416. data/spec/models/etf_spec.rb +750 -0
  417. data/spec/models/etf_stats_spec.rb +222 -0
  418. data/spec/models/etf_summary_spec.rb +84 -0
  419. data/spec/models/filing_note_filing_spec.rb +1 -1
  420. data/spec/models/filing_note_spec.rb +1 -1
  421. data/spec/models/filing_note_summary_spec.rb +1 -1
  422. data/spec/models/filing_spec.rb +1 -1
  423. data/spec/models/filing_summary_spec.rb +1 -1
  424. data/spec/models/force_index_technical_value_spec.rb +1 -1
  425. data/spec/models/forex_currency_spec.rb +1 -1
  426. data/spec/models/forex_pair_spec.rb +1 -1
  427. data/spec/models/forex_price_spec.rb +1 -1
  428. data/spec/models/fundamental_spec.rb +1 -1
  429. data/spec/models/fundamental_summary_spec.rb +1 -1
  430. data/spec/models/historical_data_spec.rb +1 -1
  431. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  432. data/spec/models/intraday_stock_price_spec.rb +1 -1
  433. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  434. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  435. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  436. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  437. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  438. data/spec/models/municipality_financial_spec.rb +1 -1
  439. data/spec/models/municipality_spec.rb +1 -1
  440. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  441. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  442. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  443. data/spec/models/option_chain_realtime_spec.rb +48 -0
  444. data/spec/models/option_chain_spec.rb +1 -1
  445. data/spec/models/option_price_realtime_spec.rb +112 -0
  446. data/spec/models/option_price_spec.rb +1 -1
  447. data/spec/models/option_realtime_spec.rb +70 -0
  448. data/spec/models/option_spec.rb +1 -1
  449. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  450. data/spec/models/realtime_stock_price_spec.rb +7 -1
  451. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  452. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  453. data/spec/models/reported_financial_spec.rb +1 -1
  454. data/spec/models/reported_tag_spec.rb +1 -1
  455. data/spec/models/security_screen_clause_spec.rb +1 -1
  456. data/spec/models/security_screen_group_spec.rb +1 -1
  457. data/spec/models/security_screen_result_data_spec.rb +1 -1
  458. data/spec/models/security_screen_result_spec.rb +1 -1
  459. data/spec/models/security_spec.rb +1 -1
  460. data/spec/models/security_summary_spec.rb +1 -1
  461. data/spec/models/sic_index_spec.rb +1 -1
  462. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  463. data/spec/models/standardized_financial_spec.rb +1 -1
  464. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  465. data/spec/models/stock_exchange_spec.rb +1 -1
  466. data/spec/models/stock_market_index_spec.rb +1 -1
  467. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  468. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  469. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  470. data/spec/models/stock_price_spec.rb +1 -1
  471. data/spec/models/stock_price_summary_spec.rb +1 -1
  472. data/spec/models/technical_indicator_spec.rb +1 -1
  473. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  474. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  475. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  476. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  477. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  478. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  479. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  480. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
  481. data/spec/models/zacks_analyst_rating_spec.rb +1 -1
  482. data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
  483. data/spec/models/zacks_eps_estimate_spec.rb +1 -1
  484. data/spec/models/zacks_eps_growth_rate_spec.rb +1 -1
  485. data/spec/models/zacks_eps_surprise_spec.rb +1 -1
  486. data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
  487. data/spec/models/zacks_etf_holding_spec.rb +78 -0
  488. data/spec/models/zacks_institutional_holding_company_detail_spec.rb +114 -0
  489. data/spec/models/zacks_institutional_holding_company_summary_spec.rb +54 -0
  490. data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +48 -0
  491. data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +162 -0
  492. data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +48 -0
  493. data/spec/models/zacks_institutional_holding_spec.rb +114 -0
  494. data/spec/models/zacks_long_term_growth_rate_spec.rb +1 -1
  495. data/spec/models/zacks_sales_surprise_spec.rb +1 -1
  496. data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
  497. data/spec/models/zacks_target_price_consensus_spec.rb +1 -1
  498. data/spec/spec_helper.rb +1 -1
  499. metadata +122 -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.11.0
6
+ OpenAPI spec version: 2.16.4
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.11.0
6
+ OpenAPI spec version: 2.16.4
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 'hh:mm' 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 'hh:mm' 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 'hh:mm' 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 'hh:mm' 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.11.0
6
+ OpenAPI spec version: 2.16.4
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.11.0
6
+ OpenAPI spec version: 2.16.4
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.11.0
6
+ OpenAPI spec version: 2.16.4
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.11.0
6
+ OpenAPI spec version: 2.16.4
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.11.0
6
+ OpenAPI spec version: 2.16.4
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,64 @@ 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 [ApiResponseOptionPricesRealtime]
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<(ApiResponseOptionPricesRealtime, Fixnum, Hash)>] ApiResponseOptionPricesRealtime 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 => 'ApiResponseOptionPricesRealtime')
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
327
484
  end
328
485
  end
@@ -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.11.0
6
+ OpenAPI spec version: 2.16.4
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -392,9 +392,9 @@ module Intrinio
392
392
  # @param [Hash] opts the optional parameters
393
393
  # @option opts [String] :source Return intraday prices from the specified data source
394
394
  # @option opts [Date] :start_date Return intraday prices starting at the specified date
395
- # @option opts [String] :start_time Return intraday prices starting at the specified time on the &#x60;start_date&#x60; (timezone is UTC)
395
+ # @option opts [String] :start_time Return intraday prices starting at the specified time on the &#x60;start_date&#x60; (24-hour in &#39;hh:mm&#39; format, UTC timezone)
396
396
  # @option opts [Date] :end_date Return intraday prices stopping at the specified date
397
- # @option opts [String] :end_time Return intraday prices stopping at the specified time on the &#x60;end_date&#x60; (timezone is UTC)
397
+ # @option opts [String] :end_time Return intraday prices stopping at the specified time on the &#x60;end_date&#x60; (24-hour in &#39;hh:mm&#39; format, UTC timezone)
398
398
  # @option opts [Integer] :page_size The number of results to return (default to 100)
399
399
  # @option opts [String] :next_page Gets the next page of data from a previous API call
400
400
  # @return [ApiResponseSecurityIntradayPrices]
@@ -409,9 +409,9 @@ module Intrinio
409
409
  # @param [Hash] opts the optional parameters
410
410
  # @option opts [String] :source Return intraday prices from the specified data source
411
411
  # @option opts [Date] :start_date Return intraday prices starting at the specified date
412
- # @option opts [String] :start_time Return intraday prices starting at the specified time on the &#x60;start_date&#x60; (timezone is UTC)
412
+ # @option opts [String] :start_time Return intraday prices starting at the specified time on the &#x60;start_date&#x60; (24-hour in &#39;hh:mm&#39; format, UTC timezone)
413
413
  # @option opts [Date] :end_date Return intraday prices stopping at the specified date
414
- # @option opts [String] :end_time Return intraday prices stopping at the specified time on the &#x60;end_date&#x60; (timezone is UTC)
414
+ # @option opts [String] :end_time Return intraday prices stopping at the specified time on the &#x60;end_date&#x60; (24-hour in &#39;hh:mm&#39; format, UTC timezone)
415
415
  # @option opts [Integer] :page_size The number of results to return
416
416
  # @option opts [String] :next_page Gets the next page of data from a previous API call
417
417
  # @return [Array<(ApiResponseSecurityIntradayPrices, Fixnum, Hash)>] ApiResponseSecurityIntradayPrices data, response status code and response headers
@@ -467,7 +467,7 @@ module Intrinio
467
467
  return data, status_code, headers
468
468
  end
469
469
 
470
- # Lastest Dividend Record for Security
470
+ # Latest Dividend Record for Security
471
471
  # Returns the latest available dividend information for the Security with the given `identifier`
472
472
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
473
473
  # @param [Hash] opts the optional parameters
@@ -477,7 +477,7 @@ module Intrinio
477
477
  return data
478
478
  end
479
479
 
480
- # Lastest Dividend Record for Security
480
+ # Latest Dividend Record for Security
481
481
  # Returns the latest available dividend information for the Security with the given &#x60;identifier&#x60;
482
482
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
483
483
  # @param [Hash] opts the optional parameters
@@ -520,7 +520,7 @@ module Intrinio
520
520
  return data, status_code, headers
521
521
  end
522
522
 
523
- # Lastest Earnings Record for Security
523
+ # Latest Earnings Record for Security
524
524
  # Returns latest available earnings information for the Security with the given `identifier`
525
525
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
526
526
  # @param [Hash] opts the optional parameters
@@ -530,7 +530,7 @@ module Intrinio
530
530
  return data
531
531
  end
532
532
 
533
- # Lastest Earnings Record for Security
533
+ # Latest Earnings Record for Security
534
534
  # Returns latest available earnings information for the Security with the given &#x60;identifier&#x60;
535
535
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
536
536
  # @param [Hash] opts the optional parameters
@@ -3579,9 +3579,9 @@ module Intrinio
3579
3579
  end
3580
3580
 
3581
3581
  # Screen Securities
3582
- # Screen Securities using complex logic
3582
+ # Screen Securities using complex logic. Use POST only. See <a href=\"https://docs.intrinio.com/documentation/screener_v2\" target=\"_blank\">screener documentation</a> for details on how to construct conditions.
3583
3583
  # @param [Hash] opts the optional parameters
3584
- # @option opts [SecurityScreenGroup] :logic The logic to screen with, consisting of operators, clauses, and nested groups.&lt;br/&gt; See &lt;a href&#x3D;\&quot;https://docs.intrinio.com/documentation/screener_v2\&quot; target&#x3D;\&quot;_blank\&quot;&gt;screener documentation&lt;/a&gt; for details on how to construct conditions.
3584
+ # @option opts [SecurityScreenGroup] :logic The logic to screen with, consisting of operators, clauses, and nested groups. &lt;/br&gt; See &lt;a href&#x3D;\&quot;https://docs.intrinio.com/documentation/screener_v2\&quot; target&#x3D;\&quot;_blank\&quot;&gt;screener documentation&lt;/a&gt; for details on how to construct conditions.
3585
3585
  # @option opts [String] :order_column Results returned sorted by this column
3586
3586
  # @option opts [String] :order_direction Sort order to use with the order_column (default to asc)
3587
3587
  # @option opts [BOOLEAN] :primary_only Return only primary securities (default to false)
@@ -3593,9 +3593,9 @@ module Intrinio
3593
3593
  end
3594
3594
 
3595
3595
  # Screen Securities
3596
- # Screen Securities using complex logic
3596
+ # Screen Securities using complex logic. Use POST only. See &lt;a href&#x3D;\&quot;https://docs.intrinio.com/documentation/screener_v2\&quot; target&#x3D;\&quot;_blank\&quot;&gt;screener documentation&lt;/a&gt; for details on how to construct conditions.
3597
3597
  # @param [Hash] opts the optional parameters
3598
- # @option opts [SecurityScreenGroup] :logic The logic to screen with, consisting of operators, clauses, and nested groups.&lt;br/&gt; See &lt;a href&#x3D;\&quot;https://docs.intrinio.com/documentation/screener_v2\&quot; target&#x3D;\&quot;_blank\&quot;&gt;screener documentation&lt;/a&gt; for details on how to construct conditions.
3598
+ # @option opts [SecurityScreenGroup] :logic The logic to screen with, consisting of operators, clauses, and nested groups. &lt;/br&gt; See &lt;a href&#x3D;\&quot;https://docs.intrinio.com/documentation/screener_v2\&quot; target&#x3D;\&quot;_blank\&quot;&gt;screener documentation&lt;/a&gt; for details on how to construct conditions.
3599
3599
  # @option opts [String] :order_column Results returned sorted by this column
3600
3600
  # @option opts [String] :order_direction Sort order to use with the order_column
3601
3601
  # @option opts [BOOLEAN] :primary_only Return only primary securities
@@ -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.11.0
6
+ OpenAPI spec version: 2.16.4
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.11.0
6
+ OpenAPI spec version: 2.16.4
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.11.0
6
+ OpenAPI spec version: 2.16.4
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -441,6 +441,258 @@ module Intrinio
441
441
  return data, status_code, headers
442
442
  end
443
443
 
444
+ # Zacks ETF Holdings
445
+ # Returns Zacks ETF holdings data
446
+ # @param [Hash] opts the optional parameters
447
+ # @option opts [String] :etf_ticker Return holdings of the ETF with the given ticker
448
+ # @option opts [String] :holding_symbol Return holdings where the instrument being held has the given trading symbol
449
+ # @option opts [Float] :weight_greater Return on the holdings with a weight greater than
450
+ # @option opts [Float] :weight_less Return on the holdings with a weight less than
451
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
452
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
453
+ # @return [ApiResponseZacksETFHoldings]
454
+ def get_zacks_etf_holdings(opts = {})
455
+ data, _status_code, _headers = get_zacks_etf_holdings_with_http_info(opts)
456
+ return data
457
+ end
458
+
459
+ # Zacks ETF Holdings
460
+ # Returns Zacks ETF holdings data
461
+ # @param [Hash] opts the optional parameters
462
+ # @option opts [String] :etf_ticker Return holdings of the ETF with the given ticker
463
+ # @option opts [String] :holding_symbol Return holdings where the instrument being held has the given trading symbol
464
+ # @option opts [Float] :weight_greater Return on the holdings with a weight greater than
465
+ # @option opts [Float] :weight_less Return on the holdings with a weight less than
466
+ # @option opts [Integer] :page_size The number of results to return
467
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
468
+ # @return [Array<(ApiResponseZacksETFHoldings, Fixnum, Hash)>] ApiResponseZacksETFHoldings data, response status code and response headers
469
+ def get_zacks_etf_holdings_with_http_info(opts = {})
470
+ if @api_client.config.debugging
471
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_etf_holdings ..."
472
+ end
473
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
474
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_etf_holdings, must be smaller than or equal to 10000.'
475
+ end
476
+
477
+ # resource path
478
+ local_var_path = "/zacks/etf_holdings"
479
+
480
+ # query parameters
481
+ query_params = {}
482
+ query_params[:'etf_ticker'] = opts[:'etf_ticker'] if !opts[:'etf_ticker'].nil?
483
+ query_params[:'holding_symbol'] = opts[:'holding_symbol'] if !opts[:'holding_symbol'].nil?
484
+ query_params[:'weight_greater'] = opts[:'weight_greater'] if !opts[:'weight_greater'].nil?
485
+ query_params[:'weight_less'] = opts[:'weight_less'] if !opts[:'weight_less'].nil?
486
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
487
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
488
+
489
+ # header parameters
490
+ header_params = {}
491
+ # HTTP header 'Accept' (if needed)
492
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
493
+
494
+ # form parameters
495
+ form_params = {}
496
+
497
+ # http body (model)
498
+ post_body = nil
499
+ auth_names = ['ApiKeyAuth']
500
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
501
+ :header_params => header_params,
502
+ :query_params => query_params,
503
+ :form_params => form_params,
504
+ :body => post_body,
505
+ :auth_names => auth_names,
506
+ :return_type => 'ApiResponseZacksETFHoldings')
507
+ if @api_client.config.debugging
508
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_etf_holdings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
509
+ end
510
+ return data, status_code, headers
511
+ end
512
+
513
+ # Zacks Institutional Holding Companies
514
+ # Returns Zacks institutional holding companies data
515
+ # @param [Hash] opts the optional parameters
516
+ # @option opts [String] :ticker Return companies with the given ticker
517
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
518
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
519
+ # @return [ApiResponseZacksInstitutionalHoldingCompanies]
520
+ def get_zacks_institutional_holding_companies(opts = {})
521
+ data, _status_code, _headers = get_zacks_institutional_holding_companies_with_http_info(opts)
522
+ return data
523
+ end
524
+
525
+ # Zacks Institutional Holding Companies
526
+ # Returns Zacks institutional holding companies data
527
+ # @param [Hash] opts the optional parameters
528
+ # @option opts [String] :ticker Return companies with the given ticker
529
+ # @option opts [Integer] :page_size The number of results to return
530
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
531
+ # @return [Array<(ApiResponseZacksInstitutionalHoldingCompanies, Fixnum, Hash)>] ApiResponseZacksInstitutionalHoldingCompanies data, response status code and response headers
532
+ def get_zacks_institutional_holding_companies_with_http_info(opts = {})
533
+ if @api_client.config.debugging
534
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_institutional_holding_companies ..."
535
+ end
536
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
537
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_institutional_holding_companies, must be smaller than or equal to 10000.'
538
+ end
539
+
540
+ # resource path
541
+ local_var_path = "/zacks/institutional_holdings/companies"
542
+
543
+ # query parameters
544
+ query_params = {}
545
+ query_params[:'ticker'] = opts[:'ticker'] if !opts[:'ticker'].nil?
546
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
547
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
548
+
549
+ # header parameters
550
+ header_params = {}
551
+ # HTTP header 'Accept' (if needed)
552
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
553
+
554
+ # form parameters
555
+ form_params = {}
556
+
557
+ # http body (model)
558
+ post_body = nil
559
+ auth_names = ['ApiKeyAuth']
560
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
561
+ :header_params => header_params,
562
+ :query_params => query_params,
563
+ :form_params => form_params,
564
+ :body => post_body,
565
+ :auth_names => auth_names,
566
+ :return_type => 'ApiResponseZacksInstitutionalHoldingCompanies')
567
+ if @api_client.config.debugging
568
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_institutional_holding_companies\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
569
+ end
570
+ return data, status_code, headers
571
+ end
572
+
573
+ # Zacks Institutional Holding Owners
574
+ # Returns Zacks institutional holding owners data
575
+ # @param [Hash] opts the optional parameters
576
+ # @option opts [String] :cik Return owners with the given Central Index Key (CIK)
577
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
578
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
579
+ # @return [ApiResponseZacksInstitutionalHoldingOwners]
580
+ def get_zacks_institutional_holding_owners(opts = {})
581
+ data, _status_code, _headers = get_zacks_institutional_holding_owners_with_http_info(opts)
582
+ return data
583
+ end
584
+
585
+ # Zacks Institutional Holding Owners
586
+ # Returns Zacks institutional holding owners data
587
+ # @param [Hash] opts the optional parameters
588
+ # @option opts [String] :cik Return owners with the given Central Index Key (CIK)
589
+ # @option opts [Integer] :page_size The number of results to return
590
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
591
+ # @return [Array<(ApiResponseZacksInstitutionalHoldingOwners, Fixnum, Hash)>] ApiResponseZacksInstitutionalHoldingOwners data, response status code and response headers
592
+ def get_zacks_institutional_holding_owners_with_http_info(opts = {})
593
+ if @api_client.config.debugging
594
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_institutional_holding_owners ..."
595
+ end
596
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
597
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_institutional_holding_owners, must be smaller than or equal to 10000.'
598
+ end
599
+
600
+ # resource path
601
+ local_var_path = "/zacks/institutional_holdings/owners"
602
+
603
+ # query parameters
604
+ query_params = {}
605
+ query_params[:'cik'] = opts[:'cik'] if !opts[:'cik'].nil?
606
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
607
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
608
+
609
+ # header parameters
610
+ header_params = {}
611
+ # HTTP header 'Accept' (if needed)
612
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
613
+
614
+ # form parameters
615
+ form_params = {}
616
+
617
+ # http body (model)
618
+ post_body = nil
619
+ auth_names = ['ApiKeyAuth']
620
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
621
+ :header_params => header_params,
622
+ :query_params => query_params,
623
+ :form_params => form_params,
624
+ :body => post_body,
625
+ :auth_names => auth_names,
626
+ :return_type => 'ApiResponseZacksInstitutionalHoldingOwners')
627
+ if @api_client.config.debugging
628
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_institutional_holding_owners\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
629
+ end
630
+ return data, status_code, headers
631
+ end
632
+
633
+ # Zacks Institutional Holdings
634
+ # Returns Zacks institutional holdings data
635
+ # @param [Hash] opts the optional parameters
636
+ # @option opts [String] :ticker Return holdings where the company being held has the given ticker
637
+ # @option opts [String] :owner_cik Return holdings where the owner/holder has the given Central Index Key (CIK)
638
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
639
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
640
+ # @return [ApiResponseZacksInstitutionalHoldings]
641
+ def get_zacks_institutional_holdings(opts = {})
642
+ data, _status_code, _headers = get_zacks_institutional_holdings_with_http_info(opts)
643
+ return data
644
+ end
645
+
646
+ # Zacks Institutional Holdings
647
+ # Returns Zacks institutional holdings data
648
+ # @param [Hash] opts the optional parameters
649
+ # @option opts [String] :ticker Return holdings where the company being held has the given ticker
650
+ # @option opts [String] :owner_cik Return holdings where the owner/holder has the given Central Index Key (CIK)
651
+ # @option opts [Integer] :page_size The number of results to return
652
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
653
+ # @return [Array<(ApiResponseZacksInstitutionalHoldings, Fixnum, Hash)>] ApiResponseZacksInstitutionalHoldings data, response status code and response headers
654
+ def get_zacks_institutional_holdings_with_http_info(opts = {})
655
+ if @api_client.config.debugging
656
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_institutional_holdings ..."
657
+ end
658
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
659
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_institutional_holdings, must be smaller than or equal to 10000.'
660
+ end
661
+
662
+ # resource path
663
+ local_var_path = "/zacks/institutional_holdings"
664
+
665
+ # query parameters
666
+ query_params = {}
667
+ query_params[:'ticker'] = opts[:'ticker'] if !opts[:'ticker'].nil?
668
+ query_params[:'owner_cik'] = opts[:'owner_cik'] if !opts[:'owner_cik'].nil?
669
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
670
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
671
+
672
+ # header parameters
673
+ header_params = {}
674
+ # HTTP header 'Accept' (if needed)
675
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
676
+
677
+ # form parameters
678
+ form_params = {}
679
+
680
+ # http body (model)
681
+ post_body = nil
682
+ auth_names = ['ApiKeyAuth']
683
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
684
+ :header_params => header_params,
685
+ :query_params => query_params,
686
+ :form_params => form_params,
687
+ :body => post_body,
688
+ :auth_names => auth_names,
689
+ :return_type => 'ApiResponseZacksInstitutionalHoldings')
690
+ if @api_client.config.debugging
691
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_institutional_holdings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
692
+ end
693
+ return data, status_code, headers
694
+ end
695
+
444
696
  # Zacks Long Term Growth Rates
445
697
  # Returns the latest Zacks long term growth rates
446
698
  # @param [Hash] opts the optional parameters