intrinio-sdk 5.3.0 → 5.6.3

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