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
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.9.0
6
+ OpenAPI spec version: 2.14.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.9.0
6
+ OpenAPI spec version: 2.14.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.9.0
6
+ OpenAPI spec version: 2.14.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.9.0
6
+ OpenAPI spec version: 2.14.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.9.0
6
+ OpenAPI spec version: 2.14.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.9.0
6
+ OpenAPI spec version: 2.14.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.9.0
6
+ OpenAPI spec version: 2.14.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.9.0
6
+ OpenAPI spec version: 2.14.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.9.0
6
+ OpenAPI spec version: 2.14.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.9.0
6
+ OpenAPI spec version: 2.14.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -24,8 +24,8 @@ module Intrinio
24
24
  # Returns buy, sell, and hold recommendations from analysts at brokerages for all companies in the Zacks universe. Zack’s storied research team aggregates and validates the ratings from professional analysts.
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [String] :identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
27
- # @option opts [String] :start_date Limit ratings to those on or after this date
28
- # @option opts [String] :end_date Limit ratings to those on or before this date
27
+ # @option opts [Date] :start_date Limit ratings to those on or after this date
28
+ # @option opts [Date] :end_date Limit ratings to those on or before this date
29
29
  # @option opts [Float] :mean_greater Return only records with a mean (average) higher than this value
30
30
  # @option opts [Float] :mean_less Return only records with a mean (average) lower than this value
31
31
  # @option opts [Integer] :strong_buys_greater Return only records with more than this many Strong Buy recommendations
@@ -52,8 +52,8 @@ module Intrinio
52
52
  # Returns buy, sell, and hold recommendations from analysts at brokerages for all companies in the Zacks universe. Zack’s storied research team aggregates and validates the ratings from professional analysts.
53
53
  # @param [Hash] opts the optional parameters
54
54
  # @option opts [String] :identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
55
- # @option opts [String] :start_date Limit ratings to those on or after this date
56
- # @option opts [String] :end_date Limit ratings to those on or before this date
55
+ # @option opts [Date] :start_date Limit ratings to those on or after this date
56
+ # @option opts [Date] :end_date Limit ratings to those on or before this date
57
57
  # @option opts [Float] :mean_greater Return only records with a mean (average) higher than this value
58
58
  # @option opts [Float] :mean_less Return only records with a mean (average) lower than this value
59
59
  # @option opts [Integer] :strong_buys_greater Return only records with more than this many Strong Buy recommendations
@@ -192,11 +192,161 @@ module Intrinio
192
192
  return data, status_code, headers
193
193
  end
194
194
 
195
+ # Zacks EPS Estimates
196
+ # Returns Zacks consensus earnings-per-share (EPS) data for all Companies.
197
+ # @param [Hash] opts the optional parameters
198
+ # @option opts [String] :identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
199
+ # @option opts [Date] :start_date Limit EPS estimates to those on or after this date
200
+ # @option opts [Date] :end_date Limit EPS estimates to those on or before this date
201
+ # @option opts [Integer] :fiscal_year Only for the given fiscal year
202
+ # @option opts [String] :fiscal_period The fiscal period
203
+ # @option opts [Integer] :calendar_year Only for the given calendar year
204
+ # @option opts [String] :calendar_period The calendar period
205
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
206
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
207
+ # @return [ApiResponseZacksEPSEstimates]
208
+ def get_zacks_eps_estimates(opts = {})
209
+ data, _status_code, _headers = get_zacks_eps_estimates_with_http_info(opts)
210
+ return data
211
+ end
212
+
213
+ # Zacks EPS Estimates
214
+ # Returns Zacks consensus earnings-per-share (EPS) data for all Companies.
215
+ # @param [Hash] opts the optional parameters
216
+ # @option opts [String] :identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
217
+ # @option opts [Date] :start_date Limit EPS estimates to those on or after this date
218
+ # @option opts [Date] :end_date Limit EPS estimates to those on or before this date
219
+ # @option opts [Integer] :fiscal_year Only for the given fiscal year
220
+ # @option opts [String] :fiscal_period The fiscal period
221
+ # @option opts [Integer] :calendar_year Only for the given calendar year
222
+ # @option opts [String] :calendar_period The calendar period
223
+ # @option opts [Integer] :page_size The number of results to return
224
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
225
+ # @return [Array<(ApiResponseZacksEPSEstimates, Fixnum, Hash)>] ApiResponseZacksEPSEstimates data, response status code and response headers
226
+ def get_zacks_eps_estimates_with_http_info(opts = {})
227
+ if @api_client.config.debugging
228
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_eps_estimates ..."
229
+ end
230
+ if @api_client.config.client_side_validation && opts[:'fiscal_period'] && !['Q1TTM', 'Q2TTM', 'Q3TTM', 'FY', 'Q1', 'Q2', 'Q3', 'Q4', 'Q2YTD', 'Q3YTD'].include?(opts[:'fiscal_period'])
231
+ fail ArgumentError, 'invalid value for "fiscal_period", must be one of Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD'
232
+ end
233
+ if @api_client.config.client_side_validation && opts[:'calendar_period'] && !['Q1TTM', 'Q2TTM', 'Q3TTM', 'FY', 'Q1', 'Q2', 'Q3', 'Q4', 'Q2YTD', 'Q3YTD'].include?(opts[:'calendar_period'])
234
+ fail ArgumentError, 'invalid value for "calendar_period", must be one of Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD'
235
+ end
236
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
237
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_eps_estimates, must be smaller than or equal to 10000.'
238
+ end
239
+
240
+ # resource path
241
+ local_var_path = "/zacks/eps_estimates"
242
+
243
+ # query parameters
244
+ query_params = {}
245
+ query_params[:'identifier'] = opts[:'identifier'] if !opts[:'identifier'].nil?
246
+ query_params[:'start_date'] = opts[:'start_date'] if !opts[:'start_date'].nil?
247
+ query_params[:'end_date'] = opts[:'end_date'] if !opts[:'end_date'].nil?
248
+ query_params[:'fiscal_year'] = opts[:'fiscal_year'] if !opts[:'fiscal_year'].nil?
249
+ query_params[:'fiscal_period'] = opts[:'fiscal_period'] if !opts[:'fiscal_period'].nil?
250
+ query_params[:'calendar_year'] = opts[:'calendar_year'] if !opts[:'calendar_year'].nil?
251
+ query_params[:'calendar_period'] = opts[:'calendar_period'] if !opts[:'calendar_period'].nil?
252
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
253
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
254
+
255
+ # header parameters
256
+ header_params = {}
257
+ # HTTP header 'Accept' (if needed)
258
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
259
+
260
+ # form parameters
261
+ form_params = {}
262
+
263
+ # http body (model)
264
+ post_body = nil
265
+ auth_names = ['ApiKeyAuth']
266
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
267
+ :header_params => header_params,
268
+ :query_params => query_params,
269
+ :form_params => form_params,
270
+ :body => post_body,
271
+ :auth_names => auth_names,
272
+ :return_type => 'ApiResponseZacksEPSEstimates')
273
+ if @api_client.config.debugging
274
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_eps_estimates\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
275
+ end
276
+ return data, status_code, headers
277
+ end
278
+
279
+ # Zacks EPS Growth Rates
280
+ # Returns the latest Zacks EPS growth rates
281
+ # @param [Hash] opts the optional parameters
282
+ # @option opts [String] :company Filings for the given &#x60;company&#x60; identifier (ticker, CIK, LEI, Intrinio ID)
283
+ # @option opts [String] :industry_group_name Return only growth rates for companies in the given Zacks industry group name
284
+ # @option opts [String] :industry_group_number Return only growth rates for companies in the given Zacks industry group number
285
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
286
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
287
+ # @return [ApiResponseZacksEPSGrowthRates]
288
+ def get_zacks_eps_growth_rates(opts = {})
289
+ data, _status_code, _headers = get_zacks_eps_growth_rates_with_http_info(opts)
290
+ return data
291
+ end
292
+
293
+ # Zacks EPS Growth Rates
294
+ # Returns the latest Zacks EPS growth rates
295
+ # @param [Hash] opts the optional parameters
296
+ # @option opts [String] :company Filings for the given &#x60;company&#x60; identifier (ticker, CIK, LEI, Intrinio ID)
297
+ # @option opts [String] :industry_group_name Return only growth rates for companies in the given Zacks industry group name
298
+ # @option opts [String] :industry_group_number Return only growth rates for companies in the given Zacks industry group number
299
+ # @option opts [Integer] :page_size The number of results to return
300
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
301
+ # @return [Array<(ApiResponseZacksEPSGrowthRates, Fixnum, Hash)>] ApiResponseZacksEPSGrowthRates data, response status code and response headers
302
+ def get_zacks_eps_growth_rates_with_http_info(opts = {})
303
+ if @api_client.config.debugging
304
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_eps_growth_rates ..."
305
+ end
306
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
307
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_eps_growth_rates, must be smaller than or equal to 10000.'
308
+ end
309
+
310
+ # resource path
311
+ local_var_path = "/zacks/eps_growth_rates"
312
+
313
+ # query parameters
314
+ query_params = {}
315
+ query_params[:'company'] = opts[:'company'] if !opts[:'company'].nil?
316
+ query_params[:'industry_group_name'] = opts[:'industry_group_name'] if !opts[:'industry_group_name'].nil?
317
+ query_params[:'industry_group_number'] = opts[:'industry_group_number'] if !opts[:'industry_group_number'].nil?
318
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
319
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
320
+
321
+ # header parameters
322
+ header_params = {}
323
+ # HTTP header 'Accept' (if needed)
324
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
325
+
326
+ # form parameters
327
+ form_params = {}
328
+
329
+ # http body (model)
330
+ post_body = nil
331
+ auth_names = ['ApiKeyAuth']
332
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
333
+ :header_params => header_params,
334
+ :query_params => query_params,
335
+ :form_params => form_params,
336
+ :body => post_body,
337
+ :auth_names => auth_names,
338
+ :return_type => 'ApiResponseZacksEPSGrowthRates')
339
+ if @api_client.config.debugging
340
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_eps_growth_rates\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
341
+ end
342
+ return data, status_code, headers
343
+ end
344
+
195
345
  # Zacks EPS Surprises
196
346
  # Returns Zacks eps surprise data for all Securities.
197
347
  # @param [Hash] opts the optional parameters
198
- # @option opts [String] :start_date Limit EPS surprises to those on or after this date
199
- # @option opts [String] :end_date Limit EPS surprises to those on or before this date
348
+ # @option opts [Date] :start_date Limit EPS surprises to those on or after this date
349
+ # @option opts [Date] :end_date Limit EPS surprises to those on or before this date
200
350
  # @option opts [Float] :eps_actual_greater Return only records with an actual EPS higher than this value
201
351
  # @option opts [Float] :eps_actual_less Return only records with an actual EPS lower than this value
202
352
  # @option opts [Float] :eps_mean_estimate_greater Return only records with an EPS mean estimate greater than this value
@@ -220,8 +370,8 @@ module Intrinio
220
370
  # Zacks EPS Surprises
221
371
  # Returns Zacks eps surprise data for all Securities.
222
372
  # @param [Hash] opts the optional parameters
223
- # @option opts [String] :start_date Limit EPS surprises to those on or after this date
224
- # @option opts [String] :end_date Limit EPS surprises to those on or before this date
373
+ # @option opts [Date] :start_date Limit EPS surprises to those on or after this date
374
+ # @option opts [Date] :end_date Limit EPS surprises to those on or before this date
225
375
  # @option opts [Float] :eps_actual_greater Return only records with an actual EPS higher than this value
226
376
  # @option opts [Float] :eps_actual_less Return only records with an actual EPS lower than this value
227
377
  # @option opts [Float] :eps_mean_estimate_greater Return only records with an EPS mean estimate greater than this value
@@ -291,11 +441,323 @@ module Intrinio
291
441
  return data, status_code, headers
292
442
  end
293
443
 
444
+ # Zacks ETF Holdings
445
+ # Returns Zacks ETF holdings data
446
+ # @param [Hash] opts the optional parameters
447
+ # @option opts [String] :etf_ticker Return holdings of the ETF with the given ticker
448
+ # @option opts [String] :holding_symbol Return holdings where the instrument being held has the given trading symbol
449
+ # @option opts [Float] :weight_greater Return on the holdings with a weight greater than
450
+ # @option opts [Float] :weight_less Return on the holdings with a weight less than
451
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
452
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
453
+ # @return [ApiResponseZacksETFHoldings]
454
+ def get_zacks_etf_holdings(opts = {})
455
+ data, _status_code, _headers = get_zacks_etf_holdings_with_http_info(opts)
456
+ return data
457
+ end
458
+
459
+ # Zacks ETF Holdings
460
+ # Returns Zacks ETF holdings data
461
+ # @param [Hash] opts the optional parameters
462
+ # @option opts [String] :etf_ticker Return holdings of the ETF with the given ticker
463
+ # @option opts [String] :holding_symbol Return holdings where the instrument being held has the given trading symbol
464
+ # @option opts [Float] :weight_greater Return on the holdings with a weight greater than
465
+ # @option opts [Float] :weight_less Return on the holdings with a weight less than
466
+ # @option opts [Integer] :page_size The number of results to return
467
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
468
+ # @return [Array<(ApiResponseZacksETFHoldings, Fixnum, Hash)>] ApiResponseZacksETFHoldings data, response status code and response headers
469
+ def get_zacks_etf_holdings_with_http_info(opts = {})
470
+ if @api_client.config.debugging
471
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_etf_holdings ..."
472
+ end
473
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
474
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_etf_holdings, must be smaller than or equal to 10000.'
475
+ end
476
+
477
+ # resource path
478
+ local_var_path = "/zacks/etf_holdings"
479
+
480
+ # query parameters
481
+ query_params = {}
482
+ query_params[:'etf_ticker'] = opts[:'etf_ticker'] if !opts[:'etf_ticker'].nil?
483
+ query_params[:'holding_symbol'] = opts[:'holding_symbol'] if !opts[:'holding_symbol'].nil?
484
+ query_params[:'weight_greater'] = opts[:'weight_greater'] if !opts[:'weight_greater'].nil?
485
+ query_params[:'weight_less'] = opts[:'weight_less'] if !opts[:'weight_less'].nil?
486
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
487
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
488
+
489
+ # header parameters
490
+ header_params = {}
491
+ # HTTP header 'Accept' (if needed)
492
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
493
+
494
+ # form parameters
495
+ form_params = {}
496
+
497
+ # http body (model)
498
+ post_body = nil
499
+ auth_names = ['ApiKeyAuth']
500
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
501
+ :header_params => header_params,
502
+ :query_params => query_params,
503
+ :form_params => form_params,
504
+ :body => post_body,
505
+ :auth_names => auth_names,
506
+ :return_type => 'ApiResponseZacksETFHoldings')
507
+ if @api_client.config.debugging
508
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_etf_holdings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
509
+ end
510
+ return data, status_code, headers
511
+ end
512
+
513
+ # Zacks Institutional Holding Companies
514
+ # Returns Zacks institutional holding companies data
515
+ # @param [Hash] opts the optional parameters
516
+ # @option opts [String] :ticker Return companies with the given ticker
517
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
518
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
519
+ # @return [ApiResponseZacksInstitutionalHoldingCompanies]
520
+ def get_zacks_institutional_holding_companies(opts = {})
521
+ data, _status_code, _headers = get_zacks_institutional_holding_companies_with_http_info(opts)
522
+ return data
523
+ end
524
+
525
+ # Zacks Institutional Holding Companies
526
+ # Returns Zacks institutional holding companies data
527
+ # @param [Hash] opts the optional parameters
528
+ # @option opts [String] :ticker Return companies with the given ticker
529
+ # @option opts [Integer] :page_size The number of results to return
530
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
531
+ # @return [Array<(ApiResponseZacksInstitutionalHoldingCompanies, Fixnum, Hash)>] ApiResponseZacksInstitutionalHoldingCompanies data, response status code and response headers
532
+ def get_zacks_institutional_holding_companies_with_http_info(opts = {})
533
+ if @api_client.config.debugging
534
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_institutional_holding_companies ..."
535
+ end
536
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
537
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_institutional_holding_companies, must be smaller than or equal to 10000.'
538
+ end
539
+
540
+ # resource path
541
+ local_var_path = "/zacks/institutional_holdings/companies"
542
+
543
+ # query parameters
544
+ query_params = {}
545
+ query_params[:'ticker'] = opts[:'ticker'] if !opts[:'ticker'].nil?
546
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
547
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
548
+
549
+ # header parameters
550
+ header_params = {}
551
+ # HTTP header 'Accept' (if needed)
552
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
553
+
554
+ # form parameters
555
+ form_params = {}
556
+
557
+ # http body (model)
558
+ post_body = nil
559
+ auth_names = ['ApiKeyAuth']
560
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
561
+ :header_params => header_params,
562
+ :query_params => query_params,
563
+ :form_params => form_params,
564
+ :body => post_body,
565
+ :auth_names => auth_names,
566
+ :return_type => 'ApiResponseZacksInstitutionalHoldingCompanies')
567
+ if @api_client.config.debugging
568
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_institutional_holding_companies\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
569
+ end
570
+ return data, status_code, headers
571
+ end
572
+
573
+ # Zacks Institutional Holding Owners
574
+ # Returns Zacks institutional holding owners data
575
+ # @param [Hash] opts the optional parameters
576
+ # @option opts [String] :cik Return owners with the given Central Index Key (CIK)
577
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
578
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
579
+ # @return [ApiResponseZacksInstitutionalHoldingOwners]
580
+ def get_zacks_institutional_holding_owners(opts = {})
581
+ data, _status_code, _headers = get_zacks_institutional_holding_owners_with_http_info(opts)
582
+ return data
583
+ end
584
+
585
+ # Zacks Institutional Holding Owners
586
+ # Returns Zacks institutional holding owners data
587
+ # @param [Hash] opts the optional parameters
588
+ # @option opts [String] :cik Return owners with the given Central Index Key (CIK)
589
+ # @option opts [Integer] :page_size The number of results to return
590
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
591
+ # @return [Array<(ApiResponseZacksInstitutionalHoldingOwners, Fixnum, Hash)>] ApiResponseZacksInstitutionalHoldingOwners data, response status code and response headers
592
+ def get_zacks_institutional_holding_owners_with_http_info(opts = {})
593
+ if @api_client.config.debugging
594
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_institutional_holding_owners ..."
595
+ end
596
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
597
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_institutional_holding_owners, must be smaller than or equal to 10000.'
598
+ end
599
+
600
+ # resource path
601
+ local_var_path = "/zacks/institutional_holdings/owners"
602
+
603
+ # query parameters
604
+ query_params = {}
605
+ query_params[:'cik'] = opts[:'cik'] if !opts[:'cik'].nil?
606
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
607
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
608
+
609
+ # header parameters
610
+ header_params = {}
611
+ # HTTP header 'Accept' (if needed)
612
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
613
+
614
+ # form parameters
615
+ form_params = {}
616
+
617
+ # http body (model)
618
+ post_body = nil
619
+ auth_names = ['ApiKeyAuth']
620
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
621
+ :header_params => header_params,
622
+ :query_params => query_params,
623
+ :form_params => form_params,
624
+ :body => post_body,
625
+ :auth_names => auth_names,
626
+ :return_type => 'ApiResponseZacksInstitutionalHoldingOwners')
627
+ if @api_client.config.debugging
628
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_institutional_holding_owners\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
629
+ end
630
+ return data, status_code, headers
631
+ end
632
+
633
+ # Zacks Institutional Holdings
634
+ # Returns Zacks institutional holdings data
635
+ # @param [Hash] opts the optional parameters
636
+ # @option opts [String] :ticker Return holdings where the company being held has the given ticker
637
+ # @option opts [String] :owner_cik Return holdings where the owner/holder has the given Central Index Key (CIK)
638
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
639
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
640
+ # @return [ApiResponseZacksInstitutionalHoldings]
641
+ def get_zacks_institutional_holdings(opts = {})
642
+ data, _status_code, _headers = get_zacks_institutional_holdings_with_http_info(opts)
643
+ return data
644
+ end
645
+
646
+ # Zacks Institutional Holdings
647
+ # Returns Zacks institutional holdings data
648
+ # @param [Hash] opts the optional parameters
649
+ # @option opts [String] :ticker Return holdings where the company being held has the given ticker
650
+ # @option opts [String] :owner_cik Return holdings where the owner/holder has the given Central Index Key (CIK)
651
+ # @option opts [Integer] :page_size The number of results to return
652
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
653
+ # @return [Array<(ApiResponseZacksInstitutionalHoldings, Fixnum, Hash)>] ApiResponseZacksInstitutionalHoldings data, response status code and response headers
654
+ def get_zacks_institutional_holdings_with_http_info(opts = {})
655
+ if @api_client.config.debugging
656
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_institutional_holdings ..."
657
+ end
658
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
659
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_institutional_holdings, must be smaller than or equal to 10000.'
660
+ end
661
+
662
+ # resource path
663
+ local_var_path = "/zacks/institutional_holdings"
664
+
665
+ # query parameters
666
+ query_params = {}
667
+ query_params[:'ticker'] = opts[:'ticker'] if !opts[:'ticker'].nil?
668
+ query_params[:'owner_cik'] = opts[:'owner_cik'] if !opts[:'owner_cik'].nil?
669
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
670
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
671
+
672
+ # header parameters
673
+ header_params = {}
674
+ # HTTP header 'Accept' (if needed)
675
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
676
+
677
+ # form parameters
678
+ form_params = {}
679
+
680
+ # http body (model)
681
+ post_body = nil
682
+ auth_names = ['ApiKeyAuth']
683
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
684
+ :header_params => header_params,
685
+ :query_params => query_params,
686
+ :form_params => form_params,
687
+ :body => post_body,
688
+ :auth_names => auth_names,
689
+ :return_type => 'ApiResponseZacksInstitutionalHoldings')
690
+ if @api_client.config.debugging
691
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_institutional_holdings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
692
+ end
693
+ return data, status_code, headers
694
+ end
695
+
696
+ # Zacks Long Term Growth Rates
697
+ # Returns the latest Zacks long term growth rates
698
+ # @param [Hash] opts the optional parameters
699
+ # @option opts [String] :identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
700
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
701
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
702
+ # @return [ApiResponseZacksLongTermGrowthRates]
703
+ def get_zacks_long_term_growth_rates(opts = {})
704
+ data, _status_code, _headers = get_zacks_long_term_growth_rates_with_http_info(opts)
705
+ return data
706
+ end
707
+
708
+ # Zacks Long Term Growth Rates
709
+ # Returns the latest Zacks long term growth rates
710
+ # @param [Hash] opts the optional parameters
711
+ # @option opts [String] :identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
712
+ # @option opts [Integer] :page_size The number of results to return
713
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
714
+ # @return [Array<(ApiResponseZacksLongTermGrowthRates, Fixnum, Hash)>] ApiResponseZacksLongTermGrowthRates data, response status code and response headers
715
+ def get_zacks_long_term_growth_rates_with_http_info(opts = {})
716
+ if @api_client.config.debugging
717
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_long_term_growth_rates ..."
718
+ end
719
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
720
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_long_term_growth_rates, must be smaller than or equal to 10000.'
721
+ end
722
+
723
+ # resource path
724
+ local_var_path = "/zacks/long_term_growth_rates"
725
+
726
+ # query parameters
727
+ query_params = {}
728
+ query_params[:'identifier'] = opts[:'identifier'] if !opts[:'identifier'].nil?
729
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
730
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
731
+
732
+ # header parameters
733
+ header_params = {}
734
+ # HTTP header 'Accept' (if needed)
735
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
736
+
737
+ # form parameters
738
+ form_params = {}
739
+
740
+ # http body (model)
741
+ post_body = nil
742
+ auth_names = ['ApiKeyAuth']
743
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
744
+ :header_params => header_params,
745
+ :query_params => query_params,
746
+ :form_params => form_params,
747
+ :body => post_body,
748
+ :auth_names => auth_names,
749
+ :return_type => 'ApiResponseZacksLongTermGrowthRates')
750
+ if @api_client.config.debugging
751
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_long_term_growth_rates\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
752
+ end
753
+ return data, status_code, headers
754
+ end
755
+
294
756
  # Zacks Sales Surprises
295
757
  # Returns Zacks sales surprise data for all Securities.
296
758
  # @param [Hash] opts the optional parameters
297
- # @option opts [String] :start_date Limit sales surprises to those on or after this date
298
- # @option opts [String] :end_date Limit sales surprises to those on or before this date
759
+ # @option opts [Date] :start_date Limit sales surprises to those on or after this date
760
+ # @option opts [Date] :end_date Limit sales surprises to those on or before this date
299
761
  # @option opts [Float] :sales_actual_greater Return only records with an actual sales higher than this value
300
762
  # @option opts [Float] :sales_actual_less Return only records with an actual sales lower than this value
301
763
  # @option opts [Float] :sales_mean_estimate_greater Return only records with a sales mean estimate greater than this value
@@ -319,8 +781,8 @@ module Intrinio
319
781
  # Zacks Sales Surprises
320
782
  # Returns Zacks sales surprise data for all Securities.
321
783
  # @param [Hash] opts the optional parameters
322
- # @option opts [String] :start_date Limit sales surprises to those on or after this date
323
- # @option opts [String] :end_date Limit sales surprises to those on or before this date
784
+ # @option opts [Date] :start_date Limit sales surprises to those on or after this date
785
+ # @option opts [Date] :end_date Limit sales surprises to those on or before this date
324
786
  # @option opts [Float] :sales_actual_greater Return only records with an actual sales higher than this value
325
787
  # @option opts [Float] :sales_actual_less Return only records with an actual sales lower than this value
326
788
  # @option opts [Float] :sales_mean_estimate_greater Return only records with a sales mean estimate greater than this value
@@ -389,5 +851,68 @@ module Intrinio
389
851
  end
390
852
  return data, status_code, headers
391
853
  end
854
+
855
+ # Zacks Target Price Consensuses
856
+ # Returns the latest Zacks target price consensus data
857
+ # @param [Hash] opts the optional parameters
858
+ # @option opts [String] :identifier Filings for the given &#x60;company&#x60; identifier (ticker, CIK, LEI, Intrinio ID)
859
+ # @option opts [String] :industry_group_number Return only growth rates for companies in the given Zacks industry group number
860
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
861
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
862
+ # @return [ApiResponseZacksTargetPriceConsensuses]
863
+ def get_zacks_target_price_consensuses(opts = {})
864
+ data, _status_code, _headers = get_zacks_target_price_consensuses_with_http_info(opts)
865
+ return data
866
+ end
867
+
868
+ # Zacks Target Price Consensuses
869
+ # Returns the latest Zacks target price consensus data
870
+ # @param [Hash] opts the optional parameters
871
+ # @option opts [String] :identifier Filings for the given &#x60;company&#x60; identifier (ticker, CIK, LEI, Intrinio ID)
872
+ # @option opts [String] :industry_group_number Return only growth rates for companies in the given Zacks industry group number
873
+ # @option opts [Integer] :page_size The number of results to return
874
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
875
+ # @return [Array<(ApiResponseZacksTargetPriceConsensuses, Fixnum, Hash)>] ApiResponseZacksTargetPriceConsensuses data, response status code and response headers
876
+ def get_zacks_target_price_consensuses_with_http_info(opts = {})
877
+ if @api_client.config.debugging
878
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_target_price_consensuses ..."
879
+ end
880
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
881
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_target_price_consensuses, must be smaller than or equal to 10000.'
882
+ end
883
+
884
+ # resource path
885
+ local_var_path = "/zacks/target_price_consensuses"
886
+
887
+ # query parameters
888
+ query_params = {}
889
+ query_params[:'identifier'] = opts[:'identifier'] if !opts[:'identifier'].nil?
890
+ query_params[:'industry_group_number'] = opts[:'industry_group_number'] if !opts[:'industry_group_number'].nil?
891
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
892
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
893
+
894
+ # header parameters
895
+ header_params = {}
896
+ # HTTP header 'Accept' (if needed)
897
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
898
+
899
+ # form parameters
900
+ form_params = {}
901
+
902
+ # http body (model)
903
+ post_body = nil
904
+ auth_names = ['ApiKeyAuth']
905
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
906
+ :header_params => header_params,
907
+ :query_params => query_params,
908
+ :form_params => form_params,
909
+ :body => post_body,
910
+ :auth_names => auth_names,
911
+ :return_type => 'ApiResponseZacksTargetPriceConsensuses')
912
+ if @api_client.config.debugging
913
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_target_price_consensuses\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
914
+ end
915
+ return data, status_code, headers
916
+ end
392
917
  end
393
918
  end