intrinio-sdk 5.2.0 → 5.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (479) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +45 -3
  3. data/docs/ApiResponseETFHoldings.md +25 -0
  4. data/docs/ApiResponseETFs.md +21 -0
  5. data/docs/ApiResponseZacksEPSEstimates.md +24 -0
  6. data/docs/ApiResponseZacksEPSGrowthRates.md +24 -0
  7. data/docs/ApiResponseZacksETFHoldings.md +24 -0
  8. data/docs/ApiResponseZacksInstitutionalHoldingCompanies.md +24 -0
  9. data/docs/ApiResponseZacksInstitutionalHoldingOwners.md +24 -0
  10. data/docs/ApiResponseZacksInstitutionalHoldings.md +24 -0
  11. data/docs/ApiResponseZacksLongTermGrowthRates.md +24 -0
  12. data/docs/ApiResponseZacksTargetPriceConsensuses.md +24 -0
  13. data/docs/BulkDownloadsApi.md +2 -2
  14. data/docs/ETF.md +138 -0
  15. data/docs/ETFAnalytics.md +31 -0
  16. data/docs/ETFHolding.md +37 -0
  17. data/docs/ETFStats.md +53 -0
  18. data/docs/ETFSummary.md +27 -0
  19. data/docs/ETFsApi.md +517 -0
  20. data/docs/Filing.md +3 -0
  21. data/docs/FilingApi.md +168 -0
  22. data/docs/ZacksApi.md +779 -49
  23. data/docs/ZacksEPSEstimate.md +39 -0
  24. data/docs/ZacksEPSGrowthRate.md +45 -0
  25. data/docs/ZacksETFHolding.md +26 -0
  26. data/docs/ZacksInstitutionalHolding.md +41 -0
  27. data/docs/ZacksInstitutionalHoldingCompanyDetail.md +32 -0
  28. data/docs/ZacksInstitutionalHoldingCompanySummary.md +22 -0
  29. data/docs/ZacksInstitutionalHoldingHistoricalSummary.md +21 -0
  30. data/docs/ZacksInstitutionalHoldingOwnerDetail.md +40 -0
  31. data/docs/ZacksInstitutionalHoldingOwnerSummary.md +21 -0
  32. data/docs/ZacksLongTermGrowthRate.md +47 -0
  33. data/docs/ZacksTargetPriceConsensus.md +35 -0
  34. data/intrinio-sdk.gemspec +1 -1
  35. data/lib/intrinio-sdk.rb +28 -1
  36. data/lib/intrinio-sdk/api/bulk_downloads_api.rb +3 -3
  37. data/lib/intrinio-sdk/api/company_api.rb +1 -1
  38. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  39. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  40. data/lib/intrinio-sdk/api/et_fs_api.rb +359 -0
  41. data/lib/intrinio-sdk/api/filing_api.rb +113 -1
  42. data/lib/intrinio-sdk/api/forex_api.rb +1 -1
  43. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  44. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  45. data/lib/intrinio-sdk/api/index_api.rb +1 -1
  46. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  47. data/lib/intrinio-sdk/api/options_api.rb +1 -1
  48. data/lib/intrinio-sdk/api/security_api.rb +1 -1
  49. data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
  50. data/lib/intrinio-sdk/api/technical_api.rb +1 -1
  51. data/lib/intrinio-sdk/api/zacks_api.rb +538 -13
  52. data/lib/intrinio-sdk/api_client.rb +1 -1
  53. data/lib/intrinio-sdk/api_error.rb +1 -1
  54. data/lib/intrinio-sdk/configuration.rb +1 -1
  55. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  56. data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
  57. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  58. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  59. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  60. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  61. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  62. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  63. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  64. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  65. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  68. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  69. data/lib/intrinio-sdk/models/api_response_et_fs.rb +198 -0
  70. data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +207 -0
  71. data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
  72. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  73. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  74. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  75. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  76. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  77. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  78. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  79. data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
  80. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  81. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  82. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  83. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  84. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  85. data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
  86. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  87. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  96. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  97. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  98. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  99. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  100. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  101. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  105. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  106. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  108. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  109. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  110. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  112. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  113. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  114. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  115. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  116. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  117. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  118. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  119. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  120. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  121. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  124. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  125. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
  127. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
  128. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
  129. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  130. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  131. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  132. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  133. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  134. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  135. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +201 -0
  143. data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +201 -0
  144. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +201 -0
  146. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +201 -0
  147. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +201 -0
  148. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +201 -0
  149. data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +201 -0
  150. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
  151. data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +201 -0
  152. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  153. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  154. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  155. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  156. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  157. data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
  158. data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
  159. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  160. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  161. data/lib/intrinio-sdk/models/company.rb +1 -1
  162. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  163. data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
  164. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  165. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  166. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  167. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  168. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  169. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  170. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  171. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  172. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  173. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  174. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  175. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  176. data/lib/intrinio-sdk/models/etf.rb +1369 -0
  177. data/lib/intrinio-sdk/models/etf_analytics.rb +268 -0
  178. data/lib/intrinio-sdk/models/etf_holding.rb +359 -0
  179. data/lib/intrinio-sdk/models/etf_stats.rb +487 -0
  180. data/lib/intrinio-sdk/models/etf_summary.rb +259 -0
  181. data/lib/intrinio-sdk/models/filing.rb +32 -2
  182. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  183. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  184. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  185. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  186. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  187. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  188. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  189. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  190. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  191. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  192. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  193. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  194. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  195. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  196. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  197. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  198. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  199. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  200. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  201. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  202. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  203. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  204. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  205. data/lib/intrinio-sdk/models/option.rb +1 -1
  206. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  207. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  208. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  209. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  210. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  211. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  212. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  213. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  214. data/lib/intrinio-sdk/models/security.rb +1 -1
  215. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  216. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  217. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  218. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  219. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  220. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  221. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  222. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  223. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  224. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  225. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  226. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  227. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  228. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  229. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  230. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  231. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  232. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  233. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  234. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  235. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  236. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  237. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  238. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  239. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
  240. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
  241. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
  242. data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +348 -0
  243. data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +408 -0
  244. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
  245. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
  246. data/lib/intrinio-sdk/models/zacks_etf_holding.rb +249 -0
  247. data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +308 -0
  248. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +309 -0
  249. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +209 -0
  250. data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +199 -0
  251. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +389 -0
  252. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +199 -0
  253. data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +429 -0
  254. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
  255. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
  256. data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +308 -0
  257. data/lib/intrinio-sdk/version.rb +2 -2
  258. data/spec/api/bulk_downloads_api_spec.rb +2 -2
  259. data/spec/api/company_api_spec.rb +1 -1
  260. data/spec/api/data_point_api_spec.rb +1 -1
  261. data/spec/api/data_tag_api_spec.rb +1 -1
  262. data/spec/api/et_fs_api_spec.rb +111 -0
  263. data/spec/api/filing_api_spec.rb +27 -1
  264. data/spec/api/forex_api_spec.rb +1 -1
  265. data/spec/api/fundamentals_api_spec.rb +1 -1
  266. data/spec/api/historical_data_api_spec.rb +1 -1
  267. data/spec/api/index_api_spec.rb +1 -1
  268. data/spec/api/municipality_api_spec.rb +1 -1
  269. data/spec/api/options_api_spec.rb +1 -1
  270. data/spec/api/security_api_spec.rb +1 -1
  271. data/spec/api/stock_exchange_api_spec.rb +1 -1
  272. data/spec/api/technical_api_spec.rb +1 -1
  273. data/spec/api/zacks_api_spec.rb +132 -7
  274. data/spec/api_client_spec.rb +1 -1
  275. data/spec/configuration_spec.rb +1 -1
  276. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  277. data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
  278. data/spec/models/api_response_companies_search_spec.rb +1 -1
  279. data/spec/models/api_response_companies_spec.rb +1 -1
  280. data/spec/models/api_response_company_filings_spec.rb +1 -1
  281. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  282. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  283. data/spec/models/api_response_company_news_spec.rb +1 -1
  284. data/spec/models/api_response_company_securities_spec.rb +1 -1
  285. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  286. data/spec/models/api_response_data_tags_spec.rb +1 -1
  287. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  288. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  289. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  290. data/spec/models/api_response_et_fs_spec.rb +48 -0
  291. data/spec/models/api_response_etf_holdings_spec.rb +54 -0
  292. data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
  293. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  294. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  295. data/spec/models/api_response_filings_spec.rb +1 -1
  296. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  297. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  298. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  299. data/spec/models/api_response_historical_data_spec.rb +1 -1
  300. data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
  301. data/spec/models/api_response_municipalities_spec.rb +1 -1
  302. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  303. data/spec/models/api_response_news_spec.rb +1 -1
  304. data/spec/models/api_response_option_prices_spec.rb +1 -1
  305. data/spec/models/api_response_options_chain_spec.rb +1 -1
  306. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  307. data/spec/models/api_response_options_spec.rb +1 -1
  308. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  309. data/spec/models/api_response_securities_search_spec.rb +1 -1
  310. data/spec/models/api_response_securities_spec.rb +1 -1
  311. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  312. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  313. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  314. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  315. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  316. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  317. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  318. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  319. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  320. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  321. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  322. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  323. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  324. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  325. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  326. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  327. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  328. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  329. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  330. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  331. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  332. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  333. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  334. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  335. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  336. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  337. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  338. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  339. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  340. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  341. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  342. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  343. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  344. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  345. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  346. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
  347. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
  348. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
  349. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
  350. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  351. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  352. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  353. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  354. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  355. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  356. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  357. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  358. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  359. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  360. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  361. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  362. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
  363. data/spec/models/api_response_zacks_eps_estimates_spec.rb +48 -0
  364. data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +48 -0
  365. data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
  366. data/spec/models/api_response_zacks_etf_holdings_spec.rb +48 -0
  367. data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +48 -0
  368. data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +48 -0
  369. data/spec/models/api_response_zacks_institutional_holdings_spec.rb +48 -0
  370. data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +48 -0
  371. data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
  372. data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +48 -0
  373. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  374. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  375. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  376. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  377. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  378. data/spec/models/bulk_download_links_spec.rb +1 -1
  379. data/spec/models/bulk_download_summary_spec.rb +1 -1
  380. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  381. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  382. data/spec/models/company_filing_spec.rb +1 -1
  383. data/spec/models/company_initial_public_offering_spec.rb +1 -1
  384. data/spec/models/company_news_spec.rb +1 -1
  385. data/spec/models/company_news_summary_spec.rb +1 -1
  386. data/spec/models/company_spec.rb +1 -1
  387. data/spec/models/company_summary_spec.rb +1 -1
  388. data/spec/models/data_tag_spec.rb +1 -1
  389. data/spec/models/data_tag_summary_spec.rb +1 -1
  390. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  391. data/spec/models/dividend_record_spec.rb +1 -1
  392. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  393. data/spec/models/earnings_record_spec.rb +1 -1
  394. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  395. data/spec/models/economic_index_spec.rb +1 -1
  396. data/spec/models/economic_index_summary_spec.rb +1 -1
  397. data/spec/models/etf_analytics_spec.rb +90 -0
  398. data/spec/models/etf_holding_spec.rb +144 -0
  399. data/spec/models/etf_spec.rb +750 -0
  400. data/spec/models/etf_stats_spec.rb +222 -0
  401. data/spec/models/etf_summary_spec.rb +84 -0
  402. data/spec/models/filing_note_filing_spec.rb +1 -1
  403. data/spec/models/filing_note_spec.rb +1 -1
  404. data/spec/models/filing_note_summary_spec.rb +1 -1
  405. data/spec/models/filing_spec.rb +19 -1
  406. data/spec/models/filing_summary_spec.rb +1 -1
  407. data/spec/models/force_index_technical_value_spec.rb +1 -1
  408. data/spec/models/forex_currency_spec.rb +1 -1
  409. data/spec/models/forex_pair_spec.rb +1 -1
  410. data/spec/models/forex_price_spec.rb +1 -1
  411. data/spec/models/fundamental_spec.rb +1 -1
  412. data/spec/models/fundamental_summary_spec.rb +1 -1
  413. data/spec/models/historical_data_spec.rb +1 -1
  414. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  415. data/spec/models/intraday_stock_price_spec.rb +1 -1
  416. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  417. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  418. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  419. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  420. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  421. data/spec/models/municipality_financial_spec.rb +1 -1
  422. data/spec/models/municipality_spec.rb +1 -1
  423. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  424. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  425. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  426. data/spec/models/option_chain_spec.rb +1 -1
  427. data/spec/models/option_price_spec.rb +1 -1
  428. data/spec/models/option_spec.rb +1 -1
  429. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  430. data/spec/models/realtime_stock_price_spec.rb +1 -1
  431. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  432. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  433. data/spec/models/reported_financial_spec.rb +1 -1
  434. data/spec/models/reported_tag_spec.rb +1 -1
  435. data/spec/models/security_screen_clause_spec.rb +1 -1
  436. data/spec/models/security_screen_group_spec.rb +1 -1
  437. data/spec/models/security_screen_result_data_spec.rb +1 -1
  438. data/spec/models/security_screen_result_spec.rb +1 -1
  439. data/spec/models/security_spec.rb +1 -1
  440. data/spec/models/security_summary_spec.rb +1 -1
  441. data/spec/models/sic_index_spec.rb +1 -1
  442. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  443. data/spec/models/standardized_financial_spec.rb +1 -1
  444. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  445. data/spec/models/stock_exchange_spec.rb +1 -1
  446. data/spec/models/stock_market_index_spec.rb +1 -1
  447. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  448. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  449. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  450. data/spec/models/stock_price_spec.rb +1 -1
  451. data/spec/models/stock_price_summary_spec.rb +1 -1
  452. data/spec/models/technical_indicator_spec.rb +1 -1
  453. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  454. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  455. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  456. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  457. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  458. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  459. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  460. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
  461. data/spec/models/zacks_analyst_rating_spec.rb +1 -1
  462. data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
  463. data/spec/models/zacks_eps_estimate_spec.rb +138 -0
  464. data/spec/models/zacks_eps_growth_rate_spec.rb +174 -0
  465. data/spec/models/zacks_eps_surprise_spec.rb +1 -1
  466. data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
  467. data/spec/models/zacks_etf_holding_spec.rb +78 -0
  468. data/spec/models/zacks_institutional_holding_company_detail_spec.rb +114 -0
  469. data/spec/models/zacks_institutional_holding_company_summary_spec.rb +54 -0
  470. data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +48 -0
  471. data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +162 -0
  472. data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +48 -0
  473. data/spec/models/zacks_institutional_holding_spec.rb +114 -0
  474. data/spec/models/zacks_long_term_growth_rate_spec.rb +186 -0
  475. data/spec/models/zacks_sales_surprise_spec.rb +1 -1
  476. data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
  477. data/spec/models/zacks_target_price_consensus_spec.rb +114 -0
  478. data/spec/spec_helper.rb +1 -1
  479. metadata +110 -2
@@ -21,6 +21,9 @@ Name | Type | Description
21
21
  **filing_url** | String | The URL to the filing page on the SEC site  
22
22
  **report_url** | String | The URL to the actual report on the SEC site  
23
23
  **instance_url** | String | The URL for the XBRL filing for the report  
24
+ **industry_category** | String | The company's operating industry category  
25
+ **industry_group** | String | The company's operating industry group  
26
+ **word_count** | Integer | The number of words in the filing  
24
27
  **company** | [**CompanySummary**](CompanySummary.md) |  
25
28
 
26
29
  [//]: # (END_DEFINITION)
@@ -8,6 +8,8 @@ Method | HTTP request | Description
8
8
  [**get_all_notes**](FilingApi.md#get_all_notes) | **GET** /filings/notes | All Filing Notes
9
9
  [**get_filing_by_id**](FilingApi.md#get_filing_by_id) | **GET** /filings/{id} | Lookup Filing
10
10
  [**get_filing_fundamentals**](FilingApi.md#get_filing_fundamentals) | **GET** /filings/{identifier}/fundamentals | All Fundamentals by Filing
11
+ [**get_filing_html**](FilingApi.md#get_filing_html) | **GET** /filings/{identifier}/html | Filing Html
12
+ [**get_filing_text**](FilingApi.md#get_filing_text) | **GET** /filings/{identifier}/text | Filing Text
11
13
  [**get_note**](FilingApi.md#get_note) | **GET** /filings/notes/{identifier} | Filing Note by ID
12
14
  [**get_note_html**](FilingApi.md#get_note_html) | **GET** /filings/notes/{identifier}/html | Filing Note HTML
13
15
  [**get_note_text**](FilingApi.md#get_note_text) | **GET** /filings/notes/{identifier}/text | Filing Note Text
@@ -70,6 +72,8 @@ opts = {
70
72
  report_type: nil, # String | Filter by report type. Separate values with commas to return multiple The filing <a href=\"https://docs.intrinio.com/documentation/sec_filing_report_types\" target=\"_blank\">report types</a>.
71
73
  start_date: Date.parse("2015-01-01"), # Date | Filed on or after the given date
72
74
  end_date: nil, # Date | Filed before or after the given date
75
+ industry_category: nil, # String | Return companies in the given industry category
76
+ industry_group: nil, # String | Return companies in the given industry group
73
77
  page_size: 100, # Integer | The number of results to return
74
78
  next_page: nil # String | Gets the next page of data from a previous API call
75
79
  }
@@ -97,6 +101,8 @@ Name | Type | Description | Notes
97
101
  **report_type** | String| Filter by report type. Separate values with commas to return multiple The filing &lt;a href&#x3D;\&quot;https://docs.intrinio.com/documentation/sec_filing_report_types\&quot; target&#x3D;\&quot;_blank\&quot;&gt;report types&lt;/a&gt;. | [optional] &nbsp;
98
102
  **start_date** | Date| Filed on or after the given date | [optional] &nbsp;
99
103
  **end_date** | Date| Filed before or after the given date | [optional] &nbsp;
104
+ **industry_category** | String| Return companies in the given industry category | [optional] &nbsp;
105
+ **industry_group** | String| Return companies in the given industry group | [optional] &nbsp;
100
106
  **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
101
107
  **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
102
108
 
@@ -386,6 +392,168 @@ Name | Type | Description | Notes
386
392
  [//]: # (END_OPERATION)
387
393
 
388
394
 
395
+ [//]: # (START_OPERATION)
396
+
397
+ [//]: # (CLASS:Intrinio::FilingApi)
398
+
399
+ [//]: # (METHOD:get_filing_html)
400
+
401
+ [//]: # (RETURN_TYPE:String)
402
+
403
+ [//]: # (RETURN_TYPE_KIND:primitive)
404
+
405
+ [//]: # (RETURN_TYPE_DOC:)
406
+
407
+ [//]: # (OPERATION:get_filing_html_v2)
408
+
409
+ [//]: # (ENDPOINT:/filings/{identifier}/html)
410
+
411
+ [//]: # (DOCUMENT_LINK:FilingApi.md#get_filing_html)
412
+
413
+ ## **get_filing_html**
414
+
415
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_filing_html_v2)
416
+
417
+ [//]: # (START_OVERVIEW)
418
+
419
+ > String get_filing_html(identifier)
420
+
421
+ #### Filing Html
422
+
423
+
424
+
425
+ [//]: # (END_OVERVIEW)
426
+
427
+ ### Example
428
+
429
+ [//]: # (START_CODE_EXAMPLE)
430
+
431
+ ```ruby
432
+ # Load the gem
433
+ require 'intrinio-sdk'
434
+ require 'pp'
435
+
436
+ # Setup authorization
437
+ Intrinio.configure do |config|
438
+ config.api_key['api_key'] = 'YOUR_API_KEY'
439
+ end
440
+
441
+ filing_api = Intrinio::FilingApi.new
442
+
443
+ identifier = "fil_B73xBG" # String | A Filing identifier
444
+
445
+
446
+ begin
447
+ result = filing_api.get_filing_html(identifier)
448
+ pp result
449
+ rescue Intrinio::ApiError => e
450
+ puts "Exception when calling FilingApi->get_filing_html: #{e}"
451
+ end
452
+ ```
453
+
454
+ [//]: # (END_CODE_EXAMPLE)
455
+
456
+ [//]: # (START_DEFINITION)
457
+
458
+ ### Parameters
459
+
460
+ [//]: # (START_PARAMETERS)
461
+
462
+
463
+ Name | Type | Description | Notes
464
+ ------------- | ------------- | ------------- | -------------
465
+ **identifier** | String| A Filing identifier | &nbsp;
466
+
467
+ [//]: # (END_PARAMETERS)
468
+
469
+ ### Return type
470
+
471
+ **String**
472
+
473
+ [//]: # (END_OPERATION)
474
+
475
+
476
+ [//]: # (START_OPERATION)
477
+
478
+ [//]: # (CLASS:Intrinio::FilingApi)
479
+
480
+ [//]: # (METHOD:get_filing_text)
481
+
482
+ [//]: # (RETURN_TYPE:String)
483
+
484
+ [//]: # (RETURN_TYPE_KIND:primitive)
485
+
486
+ [//]: # (RETURN_TYPE_DOC:)
487
+
488
+ [//]: # (OPERATION:get_filing_text_v2)
489
+
490
+ [//]: # (ENDPOINT:/filings/{identifier}/text)
491
+
492
+ [//]: # (DOCUMENT_LINK:FilingApi.md#get_filing_text)
493
+
494
+ ## **get_filing_text**
495
+
496
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_filing_text_v2)
497
+
498
+ [//]: # (START_OVERVIEW)
499
+
500
+ > String get_filing_text(identifier)
501
+
502
+ #### Filing Text
503
+
504
+
505
+
506
+ [//]: # (END_OVERVIEW)
507
+
508
+ ### Example
509
+
510
+ [//]: # (START_CODE_EXAMPLE)
511
+
512
+ ```ruby
513
+ # Load the gem
514
+ require 'intrinio-sdk'
515
+ require 'pp'
516
+
517
+ # Setup authorization
518
+ Intrinio.configure do |config|
519
+ config.api_key['api_key'] = 'YOUR_API_KEY'
520
+ end
521
+
522
+ filing_api = Intrinio::FilingApi.new
523
+
524
+ identifier = "fil_B73xBG" # String | A Filing identifier
525
+
526
+
527
+ begin
528
+ result = filing_api.get_filing_text(identifier)
529
+ pp result
530
+ rescue Intrinio::ApiError => e
531
+ puts "Exception when calling FilingApi->get_filing_text: #{e}"
532
+ end
533
+ ```
534
+
535
+ [//]: # (END_CODE_EXAMPLE)
536
+
537
+ [//]: # (START_DEFINITION)
538
+
539
+ ### Parameters
540
+
541
+ [//]: # (START_PARAMETERS)
542
+
543
+
544
+ Name | Type | Description | Notes
545
+ ------------- | ------------- | ------------- | -------------
546
+ **identifier** | String| A Filing identifier | &nbsp;
547
+
548
+ [//]: # (END_PARAMETERS)
549
+
550
+ ### Return type
551
+
552
+ **String**
553
+
554
+ [//]: # (END_OPERATION)
555
+
556
+
389
557
  [//]: # (START_OPERATION)
390
558
 
391
559
  [//]: # (CLASS:Intrinio::FilingApi)
@@ -5,8 +5,16 @@ All URIs are relative to *https://api-v2.intrinio.com*
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**get_zacks_analyst_ratings**](ZacksApi.md#get_zacks_analyst_ratings) | **GET** /zacks/analyst_ratings | Zacks Analyst Ratings
8
+ [**get_zacks_eps_estimates**](ZacksApi.md#get_zacks_eps_estimates) | **GET** /zacks/eps_estimates | Zacks EPS Estimates
9
+ [**get_zacks_eps_growth_rates**](ZacksApi.md#get_zacks_eps_growth_rates) | **GET** /zacks/eps_growth_rates | Zacks EPS Growth Rates
8
10
  [**get_zacks_eps_surprises**](ZacksApi.md#get_zacks_eps_surprises) | **GET** /zacks/eps_surprises | Zacks EPS Surprises
11
+ [**get_zacks_etf_holdings**](ZacksApi.md#get_zacks_etf_holdings) | **GET** /zacks/etf_holdings | Zacks ETF Holdings
12
+ [**get_zacks_institutional_holding_companies**](ZacksApi.md#get_zacks_institutional_holding_companies) | **GET** /zacks/institutional_holdings/companies | Zacks Institutional Holding Companies
13
+ [**get_zacks_institutional_holding_owners**](ZacksApi.md#get_zacks_institutional_holding_owners) | **GET** /zacks/institutional_holdings/owners | Zacks Institutional Holding Owners
14
+ [**get_zacks_institutional_holdings**](ZacksApi.md#get_zacks_institutional_holdings) | **GET** /zacks/institutional_holdings | Zacks Institutional Holdings
15
+ [**get_zacks_long_term_growth_rates**](ZacksApi.md#get_zacks_long_term_growth_rates) | **GET** /zacks/long_term_growth_rates | Zacks Long Term Growth Rates
9
16
  [**get_zacks_sales_surprises**](ZacksApi.md#get_zacks_sales_surprises) | **GET** /zacks/sales_surprises | Zacks Sales Surprises
17
+ [**get_zacks_target_price_consensuses**](ZacksApi.md#get_zacks_target_price_consensuses) | **GET** /zacks/target_price_consensuses | Zacks Target Price Consensuses
10
18
 
11
19
 
12
20
 
@@ -61,8 +69,8 @@ zacks_api = Intrinio::ZacksApi.new
61
69
 
62
70
  opts = {
63
71
  identifier: "AAPL", # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
64
- start_date: nil, # String | Limit ratings to those on or after this date
65
- end_date: nil, # String | Limit ratings to those on or before this date
72
+ start_date: nil, # Date | Limit ratings to those on or after this date
73
+ end_date: nil, # Date | Limit ratings to those on or before this date
66
74
  mean_greater: nil, # Float | Return only records with a mean (average) higher than this value
67
75
  mean_less: nil, # Float | Return only records with a mean (average) lower than this value
68
76
  strong_buys_greater: nil, # Integer | Return only records with more than this many Strong Buy recommendations
@@ -101,8 +109,8 @@ end
101
109
  Name | Type | Description | Notes
102
110
  ------------- | ------------- | ------------- | -------------
103
111
  **identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | [optional] &nbsp;
104
- **start_date** | String| Limit ratings to those on or after this date | [optional] &nbsp;
105
- **end_date** | String| Limit ratings to those on or before this date | [optional] &nbsp;
112
+ **start_date** | Date| Limit ratings to those on or after this date | [optional] &nbsp;
113
+ **end_date** | Date| Limit ratings to those on or before this date | [optional] &nbsp;
106
114
  **mean_greater** | Float| Return only records with a mean (average) higher than this value | [optional] &nbsp;
107
115
  **mean_less** | Float| Return only records with a mean (average) lower than this value | [optional] &nbsp;
108
116
  **strong_buys_greater** | Integer| Return only records with more than this many Strong Buy recommendations | [optional] &nbsp;
@@ -129,36 +137,519 @@ Name | Type | Description | Notes
129
137
  [//]: # (END_OPERATION)
130
138
 
131
139
 
140
+ [//]: # (START_OPERATION)
141
+
142
+ [//]: # (CLASS:Intrinio::ZacksApi)
143
+
144
+ [//]: # (METHOD:get_zacks_eps_estimates)
145
+
146
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksEPSEstimates)
147
+
148
+ [//]: # (RETURN_TYPE_KIND:object)
149
+
150
+ [//]: # (RETURN_TYPE_DOC:ApiResponseZacksEPSEstimates.md)
151
+
152
+ [//]: # (OPERATION:get_zacks_eps_estimates_v2)
153
+
154
+ [//]: # (ENDPOINT:/zacks/eps_estimates)
155
+
156
+ [//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_eps_estimates)
157
+
158
+ ## **get_zacks_eps_estimates**
159
+
160
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_eps_estimates_v2)
161
+
162
+ [//]: # (START_OVERVIEW)
163
+
164
+ > ApiResponseZacksEPSEstimates get_zacks_eps_estimates(opts)
165
+
166
+ #### Zacks EPS Estimates
167
+
168
+
169
+ Returns Zacks consensus earnings-per-share (EPS) data for all Companies.
170
+
171
+ [//]: # (END_OVERVIEW)
172
+
173
+ ### Example
174
+
175
+ [//]: # (START_CODE_EXAMPLE)
176
+
177
+ ```ruby
178
+ # Load the gem
179
+ require 'intrinio-sdk'
180
+ require 'pp'
181
+
182
+ # Setup authorization
183
+ Intrinio.configure do |config|
184
+ config.api_key['api_key'] = 'YOUR_API_KEY'
185
+ end
186
+
187
+ zacks_api = Intrinio::ZacksApi.new
188
+
189
+ opts = {
190
+ identifier: "AAPL", # String | A Company identifier (Ticker, CIK, LEI, Intrinio ID)
191
+ start_date: nil, # Date | Limit EPS estimates to those on or after this date
192
+ end_date: nil, # Date | Limit EPS estimates to those on or before this date
193
+ fiscal_year: nil, # Integer | Only for the given fiscal year
194
+ fiscal_period: nil, # String | The fiscal period
195
+ calendar_year: nil, # Integer | Only for the given calendar year
196
+ calendar_period: nil, # String | The calendar period
197
+ page_size: 100, # Integer | The number of results to return
198
+ next_page: nil # String | Gets the next page of data from a previous API call
199
+ }
200
+
201
+ begin
202
+ result = zacks_api.get_zacks_eps_estimates(opts)
203
+ pp result
204
+ rescue Intrinio::ApiError => e
205
+ puts "Exception when calling ZacksApi->get_zacks_eps_estimates: #{e}"
206
+ end
207
+ ```
208
+
209
+ [//]: # (END_CODE_EXAMPLE)
210
+
211
+ [//]: # (START_DEFINITION)
212
+
213
+ ### Parameters
214
+
215
+ [//]: # (START_PARAMETERS)
216
+
217
+
218
+ Name | Type | Description | Notes
219
+ ------------- | ------------- | ------------- | -------------
220
+ **identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) | [optional] &nbsp;
221
+ **start_date** | Date| Limit EPS estimates to those on or after this date | [optional] &nbsp;
222
+ **end_date** | Date| Limit EPS estimates to those on or before this date | [optional] &nbsp;
223
+ **fiscal_year** | Integer| Only for the given fiscal year | [optional] &nbsp;
224
+ **fiscal_period** | String| The fiscal period | [optional] &nbsp;
225
+ **calendar_year** | Integer| Only for the given calendar year | [optional] &nbsp;
226
+ **calendar_period** | String| The calendar period | [optional] &nbsp;
227
+ **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
228
+ **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
229
+
230
+ [//]: # (END_PARAMETERS)
231
+
232
+ ### Return type
233
+
234
+ [**ApiResponseZacksEPSEstimates**](ApiResponseZacksEPSEstimates.md)
235
+
236
+ [//]: # (END_OPERATION)
237
+
238
+
239
+ [//]: # (START_OPERATION)
240
+
241
+ [//]: # (CLASS:Intrinio::ZacksApi)
242
+
243
+ [//]: # (METHOD:get_zacks_eps_growth_rates)
244
+
245
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksEPSGrowthRates)
246
+
247
+ [//]: # (RETURN_TYPE_KIND:object)
248
+
249
+ [//]: # (RETURN_TYPE_DOC:ApiResponseZacksEPSGrowthRates.md)
250
+
251
+ [//]: # (OPERATION:get_zacks_eps_growth_rates_v2)
252
+
253
+ [//]: # (ENDPOINT:/zacks/eps_growth_rates)
254
+
255
+ [//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_eps_growth_rates)
256
+
257
+ ## **get_zacks_eps_growth_rates**
258
+
259
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_eps_growth_rates_v2)
260
+
261
+ [//]: # (START_OVERVIEW)
262
+
263
+ > ApiResponseZacksEPSGrowthRates get_zacks_eps_growth_rates(opts)
264
+
265
+ #### Zacks EPS Growth Rates
266
+
267
+
268
+ Returns the latest Zacks EPS growth rates
269
+
270
+ [//]: # (END_OVERVIEW)
271
+
272
+ ### Example
273
+
274
+ [//]: # (START_CODE_EXAMPLE)
275
+
276
+ ```ruby
277
+ # Load the gem
278
+ require 'intrinio-sdk'
279
+ require 'pp'
280
+
281
+ # Setup authorization
282
+ Intrinio.configure do |config|
283
+ config.api_key['api_key'] = 'YOUR_API_KEY'
284
+ end
285
+
286
+ zacks_api = Intrinio::ZacksApi.new
287
+
288
+ opts = {
289
+ company: "AAPL", # String | Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)
290
+ industry_group_name: nil, # String | Return only growth rates for companies in the given Zacks industry group name
291
+ industry_group_number: nil, # String | Return only growth rates for companies in the given Zacks industry group number
292
+ page_size: 100, # Integer | The number of results to return
293
+ next_page: nil # String | Gets the next page of data from a previous API call
294
+ }
295
+
296
+ begin
297
+ result = zacks_api.get_zacks_eps_growth_rates(opts)
298
+ pp result
299
+ rescue Intrinio::ApiError => e
300
+ puts "Exception when calling ZacksApi->get_zacks_eps_growth_rates: #{e}"
301
+ end
302
+ ```
303
+
304
+ [//]: # (END_CODE_EXAMPLE)
305
+
306
+ [//]: # (START_DEFINITION)
307
+
308
+ ### Parameters
309
+
310
+ [//]: # (START_PARAMETERS)
311
+
312
+
313
+ Name | Type | Description | Notes
314
+ ------------- | ------------- | ------------- | -------------
315
+ **company** | String| Filings for the given &#x60;company&#x60; identifier (ticker, CIK, LEI, Intrinio ID) | [optional] &nbsp;
316
+ **industry_group_name** | String| Return only growth rates for companies in the given Zacks industry group name | [optional] &nbsp;
317
+ **industry_group_number** | String| Return only growth rates for companies in the given Zacks industry group number | [optional] &nbsp;
318
+ **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
319
+ **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
320
+
321
+ [//]: # (END_PARAMETERS)
322
+
323
+ ### Return type
324
+
325
+ [**ApiResponseZacksEPSGrowthRates**](ApiResponseZacksEPSGrowthRates.md)
326
+
327
+ [//]: # (END_OPERATION)
328
+
329
+
132
330
  [//]: # (START_OPERATION)
133
331
 
134
332
  [//]: # (CLASS:Intrinio::ZacksApi)
135
333
 
136
334
  [//]: # (METHOD:get_zacks_eps_surprises)
137
335
 
138
- [//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksEPSSurprises)
336
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksEPSSurprises)
337
+
338
+ [//]: # (RETURN_TYPE_KIND:object)
339
+
340
+ [//]: # (RETURN_TYPE_DOC:ApiResponseZacksEPSSurprises.md)
341
+
342
+ [//]: # (OPERATION:get_zacks_eps_surprises_v2)
343
+
344
+ [//]: # (ENDPOINT:/zacks/eps_surprises)
345
+
346
+ [//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_eps_surprises)
347
+
348
+ ## **get_zacks_eps_surprises**
349
+
350
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_eps_surprises_v2)
351
+
352
+ [//]: # (START_OVERVIEW)
353
+
354
+ > ApiResponseZacksEPSSurprises get_zacks_eps_surprises(opts)
355
+
356
+ #### Zacks EPS Surprises
357
+
358
+
359
+ Returns Zacks eps surprise data for all Securities.
360
+
361
+ [//]: # (END_OVERVIEW)
362
+
363
+ ### Example
364
+
365
+ [//]: # (START_CODE_EXAMPLE)
366
+
367
+ ```ruby
368
+ # Load the gem
369
+ require 'intrinio-sdk'
370
+ require 'pp'
371
+
372
+ # Setup authorization
373
+ Intrinio.configure do |config|
374
+ config.api_key['api_key'] = 'YOUR_API_KEY'
375
+ end
376
+
377
+ zacks_api = Intrinio::ZacksApi.new
378
+
379
+ opts = {
380
+ start_date: nil, # Date | Limit EPS surprises to those on or after this date
381
+ end_date: nil, # Date | Limit EPS surprises to those on or before this date
382
+ eps_actual_greater: nil, # Float | Return only records with an actual EPS higher than this value
383
+ eps_actual_less: nil, # Float | Return only records with an actual EPS lower than this value
384
+ eps_mean_estimate_greater: nil, # Float | Return only records with an EPS mean estimate greater than this value
385
+ eps_mean_estimate_less: nil, # Float | Return only records with an EPS mean estimate lower than this value
386
+ eps_amount_diff_greater: nil, # Float | Return only records with an EPS amount difference greater than this value
387
+ eps_amount_diff_less: nil, # Float | Return only records with an EPS amount difference less than this value
388
+ eps_percent_diff_greater: nil, # Float | Return only records with an EPS percent difference greater than this value
389
+ eps_percent_diff_less: nil, # Float | Return only records with an EPS percent difference less than this value
390
+ eps_count_estimate_greater: nil, # Float | Return only records with an EPS count estimate greater than this value
391
+ eps_count_estimate_less: nil, # Float | Return only records with an EPS count estimate less than this value
392
+ eps_std_dev_estimate_greater: nil, # Float | Return only records with an EPS standard deviation greater than this value
393
+ eps_std_dev_estimate_less: nil, # Float | Return only records with an EPS standard deviation less than this value
394
+ page_size: 100, # Integer | The number of results to return
395
+ next_page: nil # String | Gets the next page of data from a previous API call
396
+ }
397
+
398
+ begin
399
+ result = zacks_api.get_zacks_eps_surprises(opts)
400
+ pp result
401
+ rescue Intrinio::ApiError => e
402
+ puts "Exception when calling ZacksApi->get_zacks_eps_surprises: #{e}"
403
+ end
404
+ ```
405
+
406
+ [//]: # (END_CODE_EXAMPLE)
407
+
408
+ [//]: # (START_DEFINITION)
409
+
410
+ ### Parameters
411
+
412
+ [//]: # (START_PARAMETERS)
413
+
414
+
415
+ Name | Type | Description | Notes
416
+ ------------- | ------------- | ------------- | -------------
417
+ **start_date** | Date| Limit EPS surprises to those on or after this date | [optional] &nbsp;
418
+ **end_date** | Date| Limit EPS surprises to those on or before this date | [optional] &nbsp;
419
+ **eps_actual_greater** | Float| Return only records with an actual EPS higher than this value | [optional] &nbsp;
420
+ **eps_actual_less** | Float| Return only records with an actual EPS lower than this value | [optional] &nbsp;
421
+ **eps_mean_estimate_greater** | Float| Return only records with an EPS mean estimate greater than this value | [optional] &nbsp;
422
+ **eps_mean_estimate_less** | Float| Return only records with an EPS mean estimate lower than this value | [optional] &nbsp;
423
+ **eps_amount_diff_greater** | Float| Return only records with an EPS amount difference greater than this value | [optional] &nbsp;
424
+ **eps_amount_diff_less** | Float| Return only records with an EPS amount difference less than this value | [optional] &nbsp;
425
+ **eps_percent_diff_greater** | Float| Return only records with an EPS percent difference greater than this value | [optional] &nbsp;
426
+ **eps_percent_diff_less** | Float| Return only records with an EPS percent difference less than this value | [optional] &nbsp;
427
+ **eps_count_estimate_greater** | Float| Return only records with an EPS count estimate greater than this value | [optional] &nbsp;
428
+ **eps_count_estimate_less** | Float| Return only records with an EPS count estimate less than this value | [optional] &nbsp;
429
+ **eps_std_dev_estimate_greater** | Float| Return only records with an EPS standard deviation greater than this value | [optional] &nbsp;
430
+ **eps_std_dev_estimate_less** | Float| Return only records with an EPS standard deviation less than this value | [optional] &nbsp;
431
+ **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
432
+ **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
433
+
434
+ [//]: # (END_PARAMETERS)
435
+
436
+ ### Return type
437
+
438
+ [**ApiResponseZacksEPSSurprises**](ApiResponseZacksEPSSurprises.md)
439
+
440
+ [//]: # (END_OPERATION)
441
+
442
+
443
+ [//]: # (START_OPERATION)
444
+
445
+ [//]: # (CLASS:Intrinio::ZacksApi)
446
+
447
+ [//]: # (METHOD:get_zacks_etf_holdings)
448
+
449
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksETFHoldings)
450
+
451
+ [//]: # (RETURN_TYPE_KIND:object)
452
+
453
+ [//]: # (RETURN_TYPE_DOC:ApiResponseZacksETFHoldings.md)
454
+
455
+ [//]: # (OPERATION:get_zacks_etf_holdings_v2)
456
+
457
+ [//]: # (ENDPOINT:/zacks/etf_holdings)
458
+
459
+ [//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_etf_holdings)
460
+
461
+ ## **get_zacks_etf_holdings**
462
+
463
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_etf_holdings_v2)
464
+
465
+ [//]: # (START_OVERVIEW)
466
+
467
+ > ApiResponseZacksETFHoldings get_zacks_etf_holdings(opts)
468
+
469
+ #### Zacks ETF Holdings
470
+
471
+
472
+ Returns Zacks ETF holdings data
473
+
474
+ [//]: # (END_OVERVIEW)
475
+
476
+ ### Example
477
+
478
+ [//]: # (START_CODE_EXAMPLE)
479
+
480
+ ```ruby
481
+ # Load the gem
482
+ require 'intrinio-sdk'
483
+ require 'pp'
484
+
485
+ # Setup authorization
486
+ Intrinio.configure do |config|
487
+ config.api_key['api_key'] = 'YOUR_API_KEY'
488
+ end
489
+
490
+ zacks_api = Intrinio::ZacksApi.new
491
+
492
+ opts = {
493
+ etf_ticker: nil, # String | Return holdings of the ETF with the given ticker
494
+ holding_symbol: nil, # String | Return holdings where the instrument being held has the given trading symbol
495
+ weight_greater: nil, # Float | Return on the holdings with a weight greater than
496
+ weight_less: nil, # Float | Return on the holdings with a weight less than
497
+ page_size: 100, # Integer | The number of results to return
498
+ next_page: nil # String | Gets the next page of data from a previous API call
499
+ }
500
+
501
+ begin
502
+ result = zacks_api.get_zacks_etf_holdings(opts)
503
+ pp result
504
+ rescue Intrinio::ApiError => e
505
+ puts "Exception when calling ZacksApi->get_zacks_etf_holdings: #{e}"
506
+ end
507
+ ```
508
+
509
+ [//]: # (END_CODE_EXAMPLE)
510
+
511
+ [//]: # (START_DEFINITION)
512
+
513
+ ### Parameters
514
+
515
+ [//]: # (START_PARAMETERS)
516
+
517
+
518
+ Name | Type | Description | Notes
519
+ ------------- | ------------- | ------------- | -------------
520
+ **etf_ticker** | String| Return holdings of the ETF with the given ticker | [optional] &nbsp;
521
+ **holding_symbol** | String| Return holdings where the instrument being held has the given trading symbol | [optional] &nbsp;
522
+ **weight_greater** | Float| Return on the holdings with a weight greater than | [optional] &nbsp;
523
+ **weight_less** | Float| Return on the holdings with a weight less than | [optional] &nbsp;
524
+ **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
525
+ **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
526
+
527
+ [//]: # (END_PARAMETERS)
528
+
529
+ ### Return type
530
+
531
+ [**ApiResponseZacksETFHoldings**](ApiResponseZacksETFHoldings.md)
532
+
533
+ [//]: # (END_OPERATION)
534
+
535
+
536
+ [//]: # (START_OPERATION)
537
+
538
+ [//]: # (CLASS:Intrinio::ZacksApi)
539
+
540
+ [//]: # (METHOD:get_zacks_institutional_holding_companies)
541
+
542
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksInstitutionalHoldingCompanies)
543
+
544
+ [//]: # (RETURN_TYPE_KIND:object)
545
+
546
+ [//]: # (RETURN_TYPE_DOC:ApiResponseZacksInstitutionalHoldingCompanies.md)
547
+
548
+ [//]: # (OPERATION:get_zacks_institutional_holding_companies_v2)
549
+
550
+ [//]: # (ENDPOINT:/zacks/institutional_holdings/companies)
551
+
552
+ [//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_institutional_holding_companies)
553
+
554
+ ## **get_zacks_institutional_holding_companies**
555
+
556
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_institutional_holding_companies_v2)
557
+
558
+ [//]: # (START_OVERVIEW)
559
+
560
+ > ApiResponseZacksInstitutionalHoldingCompanies get_zacks_institutional_holding_companies(opts)
561
+
562
+ #### Zacks Institutional Holding Companies
563
+
564
+
565
+ Returns Zacks institutional holding companies data
566
+
567
+ [//]: # (END_OVERVIEW)
568
+
569
+ ### Example
570
+
571
+ [//]: # (START_CODE_EXAMPLE)
572
+
573
+ ```ruby
574
+ # Load the gem
575
+ require 'intrinio-sdk'
576
+ require 'pp'
577
+
578
+ # Setup authorization
579
+ Intrinio.configure do |config|
580
+ config.api_key['api_key'] = 'YOUR_API_KEY'
581
+ end
582
+
583
+ zacks_api = Intrinio::ZacksApi.new
584
+
585
+ opts = {
586
+ ticker: nil, # String | Return companies with the given ticker
587
+ page_size: 100, # Integer | The number of results to return
588
+ next_page: nil # String | Gets the next page of data from a previous API call
589
+ }
590
+
591
+ begin
592
+ result = zacks_api.get_zacks_institutional_holding_companies(opts)
593
+ pp result
594
+ rescue Intrinio::ApiError => e
595
+ puts "Exception when calling ZacksApi->get_zacks_institutional_holding_companies: #{e}"
596
+ end
597
+ ```
598
+
599
+ [//]: # (END_CODE_EXAMPLE)
600
+
601
+ [//]: # (START_DEFINITION)
602
+
603
+ ### Parameters
604
+
605
+ [//]: # (START_PARAMETERS)
606
+
607
+
608
+ Name | Type | Description | Notes
609
+ ------------- | ------------- | ------------- | -------------
610
+ **ticker** | String| Return companies with the given ticker | [optional] &nbsp;
611
+ **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
612
+ **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
613
+
614
+ [//]: # (END_PARAMETERS)
615
+
616
+ ### Return type
617
+
618
+ [**ApiResponseZacksInstitutionalHoldingCompanies**](ApiResponseZacksInstitutionalHoldingCompanies.md)
619
+
620
+ [//]: # (END_OPERATION)
621
+
622
+
623
+ [//]: # (START_OPERATION)
624
+
625
+ [//]: # (CLASS:Intrinio::ZacksApi)
626
+
627
+ [//]: # (METHOD:get_zacks_institutional_holding_owners)
628
+
629
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksInstitutionalHoldingOwners)
139
630
 
140
631
  [//]: # (RETURN_TYPE_KIND:object)
141
632
 
142
- [//]: # (RETURN_TYPE_DOC:ApiResponseZacksEPSSurprises.md)
633
+ [//]: # (RETURN_TYPE_DOC:ApiResponseZacksInstitutionalHoldingOwners.md)
143
634
 
144
- [//]: # (OPERATION:get_zacks_eps_surprises_v2)
635
+ [//]: # (OPERATION:get_zacks_institutional_holding_owners_v2)
145
636
 
146
- [//]: # (ENDPOINT:/zacks/eps_surprises)
637
+ [//]: # (ENDPOINT:/zacks/institutional_holdings/owners)
147
638
 
148
- [//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_eps_surprises)
639
+ [//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_institutional_holding_owners)
149
640
 
150
- ## **get_zacks_eps_surprises**
641
+ ## **get_zacks_institutional_holding_owners**
151
642
 
152
- [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_eps_surprises_v2)
643
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_institutional_holding_owners_v2)
153
644
 
154
645
  [//]: # (START_OVERVIEW)
155
646
 
156
- > ApiResponseZacksEPSSurprises get_zacks_eps_surprises(opts)
647
+ > ApiResponseZacksInstitutionalHoldingOwners get_zacks_institutional_holding_owners(opts)
157
648
 
158
- #### Zacks EPS Surprises
649
+ #### Zacks Institutional Holding Owners
159
650
 
160
651
 
161
- Returns Zacks eps surprise data for all Securities.
652
+ Returns Zacks institutional holding owners data
162
653
 
163
654
  [//]: # (END_OVERVIEW)
164
655
 
@@ -179,29 +670,16 @@ end
179
670
  zacks_api = Intrinio::ZacksApi.new
180
671
 
181
672
  opts = {
182
- start_date: nil, # String | Limit EPS surprises to those on or after this date
183
- end_date: nil, # String | Limit EPS surprises to those on or before this date
184
- eps_actual_greater: nil, # Float | Return only records with an actual EPS higher than this value
185
- eps_actual_less: nil, # Float | Return only records with an actual EPS lower than this value
186
- eps_mean_estimate_greater: nil, # Float | Return only records with an EPS mean estimate greater than this value
187
- eps_mean_estimate_less: nil, # Float | Return only records with an EPS mean estimate lower than this value
188
- eps_amount_diff_greater: nil, # Float | Return only records with an EPS amount difference greater than this value
189
- eps_amount_diff_less: nil, # Float | Return only records with an EPS amount difference less than this value
190
- eps_percent_diff_greater: nil, # Float | Return only records with an EPS percent difference greater than this value
191
- eps_percent_diff_less: nil, # Float | Return only records with an EPS percent difference less than this value
192
- eps_count_estimate_greater: nil, # Float | Return only records with an EPS count estimate greater than this value
193
- eps_count_estimate_less: nil, # Float | Return only records with an EPS count estimate less than this value
194
- eps_std_dev_estimate_greater: nil, # Float | Return only records with an EPS standard deviation greater than this value
195
- eps_std_dev_estimate_less: nil, # Float | Return only records with an EPS standard deviation less than this value
673
+ cik: nil, # String | Return owners with the given Central Index Key (CIK)
196
674
  page_size: 100, # Integer | The number of results to return
197
675
  next_page: nil # String | Gets the next page of data from a previous API call
198
676
  }
199
677
 
200
678
  begin
201
- result = zacks_api.get_zacks_eps_surprises(opts)
679
+ result = zacks_api.get_zacks_institutional_holding_owners(opts)
202
680
  pp result
203
681
  rescue Intrinio::ApiError => e
204
- puts "Exception when calling ZacksApi->get_zacks_eps_surprises: #{e}"
682
+ puts "Exception when calling ZacksApi->get_zacks_institutional_holding_owners: #{e}"
205
683
  end
206
684
  ```
207
685
 
@@ -216,20 +694,7 @@ end
216
694
 
217
695
  Name | Type | Description | Notes
218
696
  ------------- | ------------- | ------------- | -------------
219
- **start_date** | String| Limit EPS surprises to those on or after this date | [optional] &nbsp;
220
- **end_date** | String| Limit EPS surprises to those on or before this date | [optional] &nbsp;
221
- **eps_actual_greater** | Float| Return only records with an actual EPS higher than this value | [optional] &nbsp;
222
- **eps_actual_less** | Float| Return only records with an actual EPS lower than this value | [optional] &nbsp;
223
- **eps_mean_estimate_greater** | Float| Return only records with an EPS mean estimate greater than this value | [optional] &nbsp;
224
- **eps_mean_estimate_less** | Float| Return only records with an EPS mean estimate lower than this value | [optional] &nbsp;
225
- **eps_amount_diff_greater** | Float| Return only records with an EPS amount difference greater than this value | [optional] &nbsp;
226
- **eps_amount_diff_less** | Float| Return only records with an EPS amount difference less than this value | [optional] &nbsp;
227
- **eps_percent_diff_greater** | Float| Return only records with an EPS percent difference greater than this value | [optional] &nbsp;
228
- **eps_percent_diff_less** | Float| Return only records with an EPS percent difference less than this value | [optional] &nbsp;
229
- **eps_count_estimate_greater** | Float| Return only records with an EPS count estimate greater than this value | [optional] &nbsp;
230
- **eps_count_estimate_less** | Float| Return only records with an EPS count estimate less than this value | [optional] &nbsp;
231
- **eps_std_dev_estimate_greater** | Float| Return only records with an EPS standard deviation greater than this value | [optional] &nbsp;
232
- **eps_std_dev_estimate_less** | Float| Return only records with an EPS standard deviation less than this value | [optional] &nbsp;
697
+ **cik** | String| Return owners with the given Central Index Key (CIK) | [optional] &nbsp;
233
698
  **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
234
699
  **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
235
700
 
@@ -237,7 +702,183 @@ Name | Type | Description | Notes
237
702
 
238
703
  ### Return type
239
704
 
240
- [**ApiResponseZacksEPSSurprises**](ApiResponseZacksEPSSurprises.md)
705
+ [**ApiResponseZacksInstitutionalHoldingOwners**](ApiResponseZacksInstitutionalHoldingOwners.md)
706
+
707
+ [//]: # (END_OPERATION)
708
+
709
+
710
+ [//]: # (START_OPERATION)
711
+
712
+ [//]: # (CLASS:Intrinio::ZacksApi)
713
+
714
+ [//]: # (METHOD:get_zacks_institutional_holdings)
715
+
716
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksInstitutionalHoldings)
717
+
718
+ [//]: # (RETURN_TYPE_KIND:object)
719
+
720
+ [//]: # (RETURN_TYPE_DOC:ApiResponseZacksInstitutionalHoldings.md)
721
+
722
+ [//]: # (OPERATION:get_zacks_institutional_holdings_v2)
723
+
724
+ [//]: # (ENDPOINT:/zacks/institutional_holdings)
725
+
726
+ [//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_institutional_holdings)
727
+
728
+ ## **get_zacks_institutional_holdings**
729
+
730
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_institutional_holdings_v2)
731
+
732
+ [//]: # (START_OVERVIEW)
733
+
734
+ > ApiResponseZacksInstitutionalHoldings get_zacks_institutional_holdings(opts)
735
+
736
+ #### Zacks Institutional Holdings
737
+
738
+
739
+ Returns Zacks institutional holdings data
740
+
741
+ [//]: # (END_OVERVIEW)
742
+
743
+ ### Example
744
+
745
+ [//]: # (START_CODE_EXAMPLE)
746
+
747
+ ```ruby
748
+ # Load the gem
749
+ require 'intrinio-sdk'
750
+ require 'pp'
751
+
752
+ # Setup authorization
753
+ Intrinio.configure do |config|
754
+ config.api_key['api_key'] = 'YOUR_API_KEY'
755
+ end
756
+
757
+ zacks_api = Intrinio::ZacksApi.new
758
+
759
+ opts = {
760
+ ticker: nil, # String | Return holdings where the company being held has the given ticker
761
+ owner_cik: nil, # String | Return holdings where the owner/holder has the given Central Index Key (CIK)
762
+ page_size: 100, # Integer | The number of results to return
763
+ next_page: nil # String | Gets the next page of data from a previous API call
764
+ }
765
+
766
+ begin
767
+ result = zacks_api.get_zacks_institutional_holdings(opts)
768
+ pp result
769
+ rescue Intrinio::ApiError => e
770
+ puts "Exception when calling ZacksApi->get_zacks_institutional_holdings: #{e}"
771
+ end
772
+ ```
773
+
774
+ [//]: # (END_CODE_EXAMPLE)
775
+
776
+ [//]: # (START_DEFINITION)
777
+
778
+ ### Parameters
779
+
780
+ [//]: # (START_PARAMETERS)
781
+
782
+
783
+ Name | Type | Description | Notes
784
+ ------------- | ------------- | ------------- | -------------
785
+ **ticker** | String| Return holdings where the company being held has the given ticker | [optional] &nbsp;
786
+ **owner_cik** | String| Return holdings where the owner/holder has the given Central Index Key (CIK) | [optional] &nbsp;
787
+ **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
788
+ **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
789
+
790
+ [//]: # (END_PARAMETERS)
791
+
792
+ ### Return type
793
+
794
+ [**ApiResponseZacksInstitutionalHoldings**](ApiResponseZacksInstitutionalHoldings.md)
795
+
796
+ [//]: # (END_OPERATION)
797
+
798
+
799
+ [//]: # (START_OPERATION)
800
+
801
+ [//]: # (CLASS:Intrinio::ZacksApi)
802
+
803
+ [//]: # (METHOD:get_zacks_long_term_growth_rates)
804
+
805
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksLongTermGrowthRates)
806
+
807
+ [//]: # (RETURN_TYPE_KIND:object)
808
+
809
+ [//]: # (RETURN_TYPE_DOC:ApiResponseZacksLongTermGrowthRates.md)
810
+
811
+ [//]: # (OPERATION:get_zacks_long_term_growth_rates_v2)
812
+
813
+ [//]: # (ENDPOINT:/zacks/long_term_growth_rates)
814
+
815
+ [//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_long_term_growth_rates)
816
+
817
+ ## **get_zacks_long_term_growth_rates**
818
+
819
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_long_term_growth_rates_v2)
820
+
821
+ [//]: # (START_OVERVIEW)
822
+
823
+ > ApiResponseZacksLongTermGrowthRates get_zacks_long_term_growth_rates(opts)
824
+
825
+ #### Zacks Long Term Growth Rates
826
+
827
+
828
+ Returns the latest Zacks long term growth rates
829
+
830
+ [//]: # (END_OVERVIEW)
831
+
832
+ ### Example
833
+
834
+ [//]: # (START_CODE_EXAMPLE)
835
+
836
+ ```ruby
837
+ # Load the gem
838
+ require 'intrinio-sdk'
839
+ require 'pp'
840
+
841
+ # Setup authorization
842
+ Intrinio.configure do |config|
843
+ config.api_key['api_key'] = 'YOUR_API_KEY'
844
+ end
845
+
846
+ zacks_api = Intrinio::ZacksApi.new
847
+
848
+ opts = {
849
+ identifier: "AAPL", # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
850
+ page_size: 100, # Integer | The number of results to return
851
+ next_page: nil # String | Gets the next page of data from a previous API call
852
+ }
853
+
854
+ begin
855
+ result = zacks_api.get_zacks_long_term_growth_rates(opts)
856
+ pp result
857
+ rescue Intrinio::ApiError => e
858
+ puts "Exception when calling ZacksApi->get_zacks_long_term_growth_rates: #{e}"
859
+ end
860
+ ```
861
+
862
+ [//]: # (END_CODE_EXAMPLE)
863
+
864
+ [//]: # (START_DEFINITION)
865
+
866
+ ### Parameters
867
+
868
+ [//]: # (START_PARAMETERS)
869
+
870
+
871
+ Name | Type | Description | Notes
872
+ ------------- | ------------- | ------------- | -------------
873
+ **identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | [optional] &nbsp;
874
+ **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
875
+ **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
876
+
877
+ [//]: # (END_PARAMETERS)
878
+
879
+ ### Return type
880
+
881
+ [**ApiResponseZacksLongTermGrowthRates**](ApiResponseZacksLongTermGrowthRates.md)
241
882
 
242
883
  [//]: # (END_OPERATION)
243
884
 
@@ -292,8 +933,8 @@ end
292
933
  zacks_api = Intrinio::ZacksApi.new
293
934
 
294
935
  opts = {
295
- start_date: nil, # String | Limit sales surprises to those on or after this date
296
- end_date: nil, # String | Limit sales surprises to those on or before this date
936
+ start_date: nil, # Date | Limit sales surprises to those on or after this date
937
+ end_date: nil, # Date | Limit sales surprises to those on or before this date
297
938
  sales_actual_greater: nil, # Float | Return only records with an actual sales higher than this value
298
939
  sales_actual_less: nil, # Float | Return only records with an actual sales lower than this value
299
940
  sales_mean_estimate_greater: nil, # Float | Return only records with a sales mean estimate greater than this value
@@ -329,8 +970,8 @@ end
329
970
 
330
971
  Name | Type | Description | Notes
331
972
  ------------- | ------------- | ------------- | -------------
332
- **start_date** | String| Limit sales surprises to those on or after this date | [optional] &nbsp;
333
- **end_date** | String| Limit sales surprises to those on or before this date | [optional] &nbsp;
973
+ **start_date** | Date| Limit sales surprises to those on or after this date | [optional] &nbsp;
974
+ **end_date** | Date| Limit sales surprises to those on or before this date | [optional] &nbsp;
334
975
  **sales_actual_greater** | Float| Return only records with an actual sales higher than this value | [optional] &nbsp;
335
976
  **sales_actual_less** | Float| Return only records with an actual sales lower than this value | [optional] &nbsp;
336
977
  **sales_mean_estimate_greater** | Float| Return only records with a sales mean estimate greater than this value | [optional] &nbsp;
@@ -354,3 +995,92 @@ Name | Type | Description | Notes
354
995
 
355
996
  [//]: # (END_OPERATION)
356
997
 
998
+
999
+ [//]: # (START_OPERATION)
1000
+
1001
+ [//]: # (CLASS:Intrinio::ZacksApi)
1002
+
1003
+ [//]: # (METHOD:get_zacks_target_price_consensuses)
1004
+
1005
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksTargetPriceConsensuses)
1006
+
1007
+ [//]: # (RETURN_TYPE_KIND:object)
1008
+
1009
+ [//]: # (RETURN_TYPE_DOC:ApiResponseZacksTargetPriceConsensuses.md)
1010
+
1011
+ [//]: # (OPERATION:get_zacks_target_price_consensuses_v2)
1012
+
1013
+ [//]: # (ENDPOINT:/zacks/target_price_consensuses)
1014
+
1015
+ [//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_target_price_consensuses)
1016
+
1017
+ ## **get_zacks_target_price_consensuses**
1018
+
1019
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_target_price_consensuses_v2)
1020
+
1021
+ [//]: # (START_OVERVIEW)
1022
+
1023
+ > ApiResponseZacksTargetPriceConsensuses get_zacks_target_price_consensuses(opts)
1024
+
1025
+ #### Zacks Target Price Consensuses
1026
+
1027
+
1028
+ Returns the latest Zacks target price consensus data
1029
+
1030
+ [//]: # (END_OVERVIEW)
1031
+
1032
+ ### Example
1033
+
1034
+ [//]: # (START_CODE_EXAMPLE)
1035
+
1036
+ ```ruby
1037
+ # Load the gem
1038
+ require 'intrinio-sdk'
1039
+ require 'pp'
1040
+
1041
+ # Setup authorization
1042
+ Intrinio.configure do |config|
1043
+ config.api_key['api_key'] = 'YOUR_API_KEY'
1044
+ end
1045
+
1046
+ zacks_api = Intrinio::ZacksApi.new
1047
+
1048
+ opts = {
1049
+ identifier: "AAPL", # String | Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)
1050
+ industry_group_number: nil, # String | Return only growth rates for companies in the given Zacks industry group number
1051
+ page_size: 100, # Integer | The number of results to return
1052
+ next_page: nil # String | Gets the next page of data from a previous API call
1053
+ }
1054
+
1055
+ begin
1056
+ result = zacks_api.get_zacks_target_price_consensuses(opts)
1057
+ pp result
1058
+ rescue Intrinio::ApiError => e
1059
+ puts "Exception when calling ZacksApi->get_zacks_target_price_consensuses: #{e}"
1060
+ end
1061
+ ```
1062
+
1063
+ [//]: # (END_CODE_EXAMPLE)
1064
+
1065
+ [//]: # (START_DEFINITION)
1066
+
1067
+ ### Parameters
1068
+
1069
+ [//]: # (START_PARAMETERS)
1070
+
1071
+
1072
+ Name | Type | Description | Notes
1073
+ ------------- | ------------- | ------------- | -------------
1074
+ **identifier** | String| Filings for the given &#x60;company&#x60; identifier (ticker, CIK, LEI, Intrinio ID) | [optional] &nbsp;
1075
+ **industry_group_number** | String| Return only growth rates for companies in the given Zacks industry group number | [optional] &nbsp;
1076
+ **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
1077
+ **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
1078
+
1079
+ [//]: # (END_PARAMETERS)
1080
+
1081
+ ### Return type
1082
+
1083
+ [**ApiResponseZacksTargetPriceConsensuses**](ApiResponseZacksTargetPriceConsensuses.md)
1084
+
1085
+ [//]: # (END_OPERATION)
1086
+