intrinio-sdk 5.3.0 → 5.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (419) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -2
  3. data/docs/ApiResponseZacksEPSEstimates.md +24 -0
  4. data/docs/ApiResponseZacksEPSGrowthRates.md +24 -0
  5. data/docs/ApiResponseZacksLongTermGrowthRates.md +24 -0
  6. data/docs/ApiResponseZacksTargetPriceConsensuses.md +24 -0
  7. data/docs/ZacksApi.md +382 -12
  8. data/docs/ZacksEPSEstimate.md +39 -0
  9. data/docs/ZacksEPSGrowthRate.md +45 -0
  10. data/docs/ZacksLongTermGrowthRate.md +47 -0
  11. data/docs/ZacksTargetPriceConsensus.md +35 -0
  12. data/intrinio-sdk.gemspec +1 -1
  13. data/lib/intrinio-sdk.rb +9 -1
  14. data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
  15. data/lib/intrinio-sdk/api/company_api.rb +1 -1
  16. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  17. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  18. data/lib/intrinio-sdk/api/filing_api.rb +1 -1
  19. data/lib/intrinio-sdk/api/forex_api.rb +1 -1
  20. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  21. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  22. data/lib/intrinio-sdk/api/index_api.rb +1 -1
  23. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  24. data/lib/intrinio-sdk/api/options_api.rb +1 -1
  25. data/lib/intrinio-sdk/api/security_api.rb +1 -1
  26. data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
  27. data/lib/intrinio-sdk/api/technical_api.rb +1 -1
  28. data/lib/intrinio-sdk/api/zacks_api.rb +286 -13
  29. data/lib/intrinio-sdk/api_client.rb +1 -1
  30. data/lib/intrinio-sdk/api_error.rb +1 -1
  31. data/lib/intrinio-sdk/configuration.rb +1 -1
  32. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  33. data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
  34. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  35. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  36. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  37. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  38. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  39. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  40. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  41. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  42. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  43. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  44. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  45. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  46. data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
  47. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  48. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  49. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  50. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  51. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  52. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  53. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  54. data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
  55. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  56. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  57. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  58. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  59. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  60. data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
  61. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  62. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  63. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  64. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  65. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  68. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  69. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  70. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  71. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  72. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  73. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  74. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  75. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  76. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  77. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  78. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  79. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  80. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  81. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  82. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  83. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  84. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  85. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  86. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  87. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  96. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  97. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  98. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  99. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  100. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
  101. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  105. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  106. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  108. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  109. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  110. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  112. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  113. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  114. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  115. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  116. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
  117. data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +201 -0
  118. data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +201 -0
  119. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
  120. data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +201 -0
  121. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +201 -0
  123. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  124. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  125. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  126. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  127. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  128. data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
  129. data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
  130. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  131. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  132. data/lib/intrinio-sdk/models/company.rb +1 -1
  133. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  134. data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
  135. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  136. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  137. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  138. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  139. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  140. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  141. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  142. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  143. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  144. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  145. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  146. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  147. data/lib/intrinio-sdk/models/filing.rb +1 -1
  148. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  149. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  150. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  151. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  152. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  153. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  154. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  155. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  156. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  157. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  158. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  159. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  160. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  161. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  162. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  163. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  164. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  165. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  166. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  167. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  168. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  169. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  170. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  171. data/lib/intrinio-sdk/models/option.rb +1 -1
  172. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  173. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  174. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  175. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  176. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  177. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  178. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  179. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  180. data/lib/intrinio-sdk/models/security.rb +1 -1
  181. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  182. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  183. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  184. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  185. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  186. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  187. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  188. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  189. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  190. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  191. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  192. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  193. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  194. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  195. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  196. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  197. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  198. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  199. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  200. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  201. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  202. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  203. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  204. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  205. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
  206. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
  207. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
  208. data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +348 -0
  209. data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +408 -0
  210. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
  211. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
  212. data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +429 -0
  213. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
  214. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
  215. data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +308 -0
  216. data/lib/intrinio-sdk/version.rb +2 -2
  217. data/spec/api/bulk_downloads_api_spec.rb +1 -1
  218. data/spec/api/company_api_spec.rb +1 -1
  219. data/spec/api/data_point_api_spec.rb +1 -1
  220. data/spec/api/data_tag_api_spec.rb +1 -1
  221. data/spec/api/filing_api_spec.rb +1 -1
  222. data/spec/api/forex_api_spec.rb +1 -1
  223. data/spec/api/fundamentals_api_spec.rb +1 -1
  224. data/spec/api/historical_data_api_spec.rb +1 -1
  225. data/spec/api/index_api_spec.rb +1 -1
  226. data/spec/api/municipality_api_spec.rb +1 -1
  227. data/spec/api/options_api_spec.rb +1 -1
  228. data/spec/api/security_api_spec.rb +1 -1
  229. data/spec/api/stock_exchange_api_spec.rb +1 -1
  230. data/spec/api/technical_api_spec.rb +1 -1
  231. data/spec/api/zacks_api_spec.rb +72 -7
  232. data/spec/api_client_spec.rb +1 -1
  233. data/spec/configuration_spec.rb +1 -1
  234. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  235. data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
  236. data/spec/models/api_response_companies_search_spec.rb +1 -1
  237. data/spec/models/api_response_companies_spec.rb +1 -1
  238. data/spec/models/api_response_company_filings_spec.rb +1 -1
  239. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  240. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  241. data/spec/models/api_response_company_news_spec.rb +1 -1
  242. data/spec/models/api_response_company_securities_spec.rb +1 -1
  243. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  244. data/spec/models/api_response_data_tags_spec.rb +1 -1
  245. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  246. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  247. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  248. data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
  249. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  250. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  251. data/spec/models/api_response_filings_spec.rb +1 -1
  252. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  253. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  254. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  255. data/spec/models/api_response_historical_data_spec.rb +1 -1
  256. data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
  257. data/spec/models/api_response_municipalities_spec.rb +1 -1
  258. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  259. data/spec/models/api_response_news_spec.rb +1 -1
  260. data/spec/models/api_response_option_prices_spec.rb +1 -1
  261. data/spec/models/api_response_options_chain_spec.rb +1 -1
  262. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  263. data/spec/models/api_response_options_spec.rb +1 -1
  264. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  265. data/spec/models/api_response_securities_search_spec.rb +1 -1
  266. data/spec/models/api_response_securities_spec.rb +1 -1
  267. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  268. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  269. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  270. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  271. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  272. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  273. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  274. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  275. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  276. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  277. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  278. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  279. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  280. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  281. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  282. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  283. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  284. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  285. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  286. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  287. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  288. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  289. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  290. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  291. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  292. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  293. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  294. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  295. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  296. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  297. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  298. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  299. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  300. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  301. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  302. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
  303. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
  304. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
  305. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
  306. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  307. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  308. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  309. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  310. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  311. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  312. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  313. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  314. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  315. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  316. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  317. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  318. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
  319. data/spec/models/api_response_zacks_eps_estimates_spec.rb +48 -0
  320. data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +48 -0
  321. data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
  322. data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +48 -0
  323. data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
  324. data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +48 -0
  325. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  326. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  327. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  328. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  329. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  330. data/spec/models/bulk_download_links_spec.rb +1 -1
  331. data/spec/models/bulk_download_summary_spec.rb +1 -1
  332. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  333. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  334. data/spec/models/company_filing_spec.rb +1 -1
  335. data/spec/models/company_initial_public_offering_spec.rb +1 -1
  336. data/spec/models/company_news_spec.rb +1 -1
  337. data/spec/models/company_news_summary_spec.rb +1 -1
  338. data/spec/models/company_spec.rb +1 -1
  339. data/spec/models/company_summary_spec.rb +1 -1
  340. data/spec/models/data_tag_spec.rb +1 -1
  341. data/spec/models/data_tag_summary_spec.rb +1 -1
  342. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  343. data/spec/models/dividend_record_spec.rb +1 -1
  344. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  345. data/spec/models/earnings_record_spec.rb +1 -1
  346. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  347. data/spec/models/economic_index_spec.rb +1 -1
  348. data/spec/models/economic_index_summary_spec.rb +1 -1
  349. data/spec/models/filing_note_filing_spec.rb +1 -1
  350. data/spec/models/filing_note_spec.rb +1 -1
  351. data/spec/models/filing_note_summary_spec.rb +1 -1
  352. data/spec/models/filing_spec.rb +1 -1
  353. data/spec/models/filing_summary_spec.rb +1 -1
  354. data/spec/models/force_index_technical_value_spec.rb +1 -1
  355. data/spec/models/forex_currency_spec.rb +1 -1
  356. data/spec/models/forex_pair_spec.rb +1 -1
  357. data/spec/models/forex_price_spec.rb +1 -1
  358. data/spec/models/fundamental_spec.rb +1 -1
  359. data/spec/models/fundamental_summary_spec.rb +1 -1
  360. data/spec/models/historical_data_spec.rb +1 -1
  361. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  362. data/spec/models/intraday_stock_price_spec.rb +1 -1
  363. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  364. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  365. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  366. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  367. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  368. data/spec/models/municipality_financial_spec.rb +1 -1
  369. data/spec/models/municipality_spec.rb +1 -1
  370. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  371. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  372. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  373. data/spec/models/option_chain_spec.rb +1 -1
  374. data/spec/models/option_price_spec.rb +1 -1
  375. data/spec/models/option_spec.rb +1 -1
  376. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  377. data/spec/models/realtime_stock_price_spec.rb +1 -1
  378. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  379. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  380. data/spec/models/reported_financial_spec.rb +1 -1
  381. data/spec/models/reported_tag_spec.rb +1 -1
  382. data/spec/models/security_screen_clause_spec.rb +1 -1
  383. data/spec/models/security_screen_group_spec.rb +1 -1
  384. data/spec/models/security_screen_result_data_spec.rb +1 -1
  385. data/spec/models/security_screen_result_spec.rb +1 -1
  386. data/spec/models/security_spec.rb +1 -1
  387. data/spec/models/security_summary_spec.rb +1 -1
  388. data/spec/models/sic_index_spec.rb +1 -1
  389. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  390. data/spec/models/standardized_financial_spec.rb +1 -1
  391. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  392. data/spec/models/stock_exchange_spec.rb +1 -1
  393. data/spec/models/stock_market_index_spec.rb +1 -1
  394. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  395. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  396. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  397. data/spec/models/stock_price_spec.rb +1 -1
  398. data/spec/models/stock_price_summary_spec.rb +1 -1
  399. data/spec/models/technical_indicator_spec.rb +1 -1
  400. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  401. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  402. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  403. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  404. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  405. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  406. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  407. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
  408. data/spec/models/zacks_analyst_rating_spec.rb +1 -1
  409. data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
  410. data/spec/models/zacks_eps_estimate_spec.rb +138 -0
  411. data/spec/models/zacks_eps_growth_rate_spec.rb +174 -0
  412. data/spec/models/zacks_eps_surprise_spec.rb +1 -1
  413. data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
  414. data/spec/models/zacks_long_term_growth_rate_spec.rb +186 -0
  415. data/spec/models/zacks_sales_surprise_spec.rb +1 -1
  416. data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
  417. data/spec/models/zacks_target_price_consensus_spec.rb +114 -0
  418. data/spec/spec_helper.rb +1 -1
  419. metadata +34 -2
@@ -0,0 +1,39 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ZacksEPSEstimate)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ZacksEPSEstimate
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **company** | [**CompanySummary**](CompanySummary.md) |  
16
+ **date** | Date | The period end date  
17
+ **fiscal_year** | Integer | The company’s fiscal year for the reported period  
18
+ **fiscal_quarter** | String | The company’s fiscal quarter for the reported period  
19
+ **calendar_year** | Integer | The closest calendar year for the company’s fiscal year  
20
+ **calendar_quarter** | String | The closest calendar quarter for the company’s fiscal year  
21
+ **count** | Integer | The number of estimates for the period  
22
+ **mean** | Float | The earnings per share (EPS) mean estimate for the period  
23
+ **median** | Float | The earnings per share (EPS) median estimate for the period  
24
+ **high** | Float | The earnings per share (EPS) high estimate for the period  
25
+ **low** | Float | The earnings per share (EPS) low estimate for the period  
26
+ **standard_deviation** | Float | The earnings per share (EPS) standard deviation estimate for the period  
27
+ **percent_change** | Float | The earnings per share (EPS) percent change in estimate for the period  
28
+ **mean_7_days_ago** | Float | The long term growth mean estimate - 7 Days Ago  
29
+ **mean_30_days_ago** | Float | The long term growth mean estimate - 30 Days Ago  
30
+ **mean_60_days_ago** | Float | The long term growth mean estimate - 60 Days Ago  
31
+ **mean_90_days_ago** | Float | The long term growth mean estimate - 90 Days Ago  
32
+
33
+ [//]: # (END_DEFINITION)
34
+
35
+
36
+ [//]: # (CONTAINED_CLASS:Intrinio::CompanySummary)
37
+
38
+
39
+
@@ -0,0 +1,45 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ZacksEPSGrowthRate)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ZacksEPSGrowthRate
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **ticker** | String | The Zacks common exchange ticker  
16
+ **company_name** | String | The company name  
17
+ **industry_group_number** | String | The Zacks industry group number  
18
+ **industry_group_name** | String | The Zacks industry group name  
19
+ **fiscal_year_0** | Integer | The current fiscal year  
20
+ **fiscal_year_1** | Integer | The next fiscal year  
21
+ **fiscal_year_2** | Integer | The fiscal year after the next fiscal year  
22
+ **company_last_5_year_actual** | Float | The company's last 5 year actual percentage earnings-per-share (EPS) growth rate  
23
+ **company_fiscal_year_1_vs_fiscal_year_0** | Float | The company's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
24
+ **company_fiscal_year_2_vs_fiscal_year_1** | Float | The company's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
25
+ **company_long_term_growth_mean** | Float | The company's long term growth rate mean estimate  
26
+ **company_fiscal_year_1_forward_price_to_earnings** | Float | The company's forward (current fiscal year) price-to-earnings (P/E) ratio  
27
+ **industry_last_5_year_actual** | Float | The industry's last 5 year actual percentage earnings-per-share (EPS) growth rate  
28
+ **industry_fiscal_year_1_vs_fiscal_year_0** | Float | The industry's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
29
+ **industry_fiscal_year_2_vs_fiscal_year_1** | Float | The industry's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
30
+ **industry_long_term_growth_mean** | Float | The industry's long term growth rate mean estimate  
31
+ **industry_fiscal_year_1_forward_price_to_earnings** | Float | The industry's forward (current fiscal year) price-to-earnings (P/E) ratio  
32
+ **sp500_last_5_year_actual** | Float | The S&P 500's last 5 year actual percentage earnings-per-share (EPS) growth rate  
33
+ **sp500_fiscal_year_1_vs_fiscal_year_0** | Float | The S&P 500's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate  
34
+ **sp500_fiscal_year_2_vs_fiscal_year_1** | Float | The S&P 500's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate  
35
+ **sp500_long_term_growth** | Float | The S&P 500's long term growth rate mean estimate  
36
+ **sp500_fiscal_year_1_price_to_earnings** | Float | The S&P 500's forward (current fiscal year) price-to-earnings (P/E) ratio  
37
+ **company** | [**CompanySummary**](CompanySummary.md) |  
38
+
39
+ [//]: # (END_DEFINITION)
40
+
41
+
42
+ [//]: # (CONTAINED_CLASS:Intrinio::CompanySummary)
43
+
44
+
45
+
@@ -0,0 +1,47 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ZacksLongTermGrowthRate)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ZacksLongTermGrowthRate
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **mean** | Float | The mean long term growth estimate  
16
+ **median** | Float | The median long term growth estimate  
17
+ **count** | Integer | The number of long term growth estimates  
18
+ **high** | Float | The high long term growth estimate  
19
+ **low** | Float | The low long term growth estimate  
20
+ **std_dev** | String | The standard deviation long term growth estimate  
21
+ **revisions_upward** | Integer | The number of long term growth estimate revisions upward  
22
+ **revisions_downward** | Integer | The number of long term growth estimate revisions downward  
23
+ **mean_7_days_ago** | String | The mean long term growth estimate 7 days ago  
24
+ **mean_30_days_ago** | String | The mean long term growth estimate 30 days ago  
25
+ **mean_60_days_ago** | String | The mean long term growth estimate 60 days ago  
26
+ **mean_90_days_ago** | String | The mean long term growth estimate 90 days ago  
27
+ **revisions_upward_last_7_days** | String | The number of long term growth estimate revisions upward in the last 7 days  
28
+ **revisions_downward_last_7_days** | String | The number of long term growth estimate revisions downward in the last 7 days  
29
+ **revisions_upward_last_30_days** | String | The number of long term growth estimate revisions upward in the last 30 days  
30
+ **revisions_downward_last_30_days** | String | The number of long term growth estimate revisions downward in the last 30 days  
31
+ **revisions_upward_last_60_days** | String | The number of long term growth estimate revisions upward in the last 60 days  
32
+ **revisions_downward_last_60_days** | String | The number of long term growth estimate revisions downward in the last 60 days  
33
+ **revisions_upward_last_90_days** | String | The number of long term growth estimate revisions upward in the last 90 days  
34
+ **revisions_downward_last_90_days** | String | The number of long term growth estimate revisions downward in the last 90 days  
35
+ **revisions_upward_last_120_days** | String | The number of long term growth estimate revisions upward in the last 120 days  
36
+ **revisions_downward_last_120_days** | String | The number of long term growth estimate revisions downward in the last 120 days  
37
+ **revisions_upward_last_150_days** | String | The number of long term growth estimate revisions upward in the last 150 days  
38
+ **revisions_downward_last_150_days** | String | The number of long term growth estimate revisions downward in the last 150 days  
39
+ **security** | [**SecuritySummary**](SecuritySummary.md) | The Security of the Zacks long term growth estimate  
40
+
41
+ [//]: # (END_DEFINITION)
42
+
43
+
44
+ [//]: # (CONTAINED_CLASS:Intrinio::SecuritySummary)
45
+
46
+
47
+
@@ -0,0 +1,35 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ZacksTargetPriceConsensus)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ZacksTargetPriceConsensus
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **ticker** | String | The Zacks common exchange ticker  
16
+ **company_name** | String | The company name  
17
+ **industry_group_number** | String | The Zacks industry group number  
18
+ **high** | Float | The high target price estimate  
19
+ **low** | Float | The low target price estimate  
20
+ **mean** | Float | The mean target price estimate  
21
+ **standard_deviation** | Float | The standard deviation of target price estimates  
22
+ **total** | Integer | The number of target price estimates in consensus  
23
+ **most_recent_date** | Date | The date of most recent estimate  
24
+ **median** | Float | The median target price estimate  
25
+ **raised** | Integer | The number of estimates raised  
26
+ **lowered** | Integer | The number of estimates lowered  
27
+ **company** | [**CompanySummary**](CompanySummary.md) |  
28
+
29
+ [//]: # (END_DEFINITION)
30
+
31
+
32
+ [//]: # (CONTAINED_CLASS:Intrinio::CompanySummary)
33
+
34
+
35
+
@@ -5,7 +5,7 @@
5
5
 
6
6
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
7
7
 
8
- OpenAPI spec version: 2.10.0
8
+ OpenAPI spec version: 2.11.0
9
9
 
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  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.10.0
6
+ OpenAPI spec version: 2.11.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -102,8 +102,12 @@ require 'intrinio-sdk/models/api_response_stock_market_index_historical_data'
102
102
  require 'intrinio-sdk/models/api_response_stock_market_indices'
103
103
  require 'intrinio-sdk/models/api_response_stock_market_indices_search'
104
104
  require 'intrinio-sdk/models/api_response_zacks_analyst_ratings'
105
+ require 'intrinio-sdk/models/api_response_zacks_eps_estimates'
106
+ require 'intrinio-sdk/models/api_response_zacks_eps_growth_rates'
105
107
  require 'intrinio-sdk/models/api_response_zacks_eps_surprises'
108
+ require 'intrinio-sdk/models/api_response_zacks_long_term_growth_rates'
106
109
  require 'intrinio-sdk/models/api_response_zacks_sales_surprises'
110
+ require 'intrinio-sdk/models/api_response_zacks_target_price_consensuses'
107
111
  require 'intrinio-sdk/models/average_daily_trading_volume_technical_value'
108
112
  require 'intrinio-sdk/models/average_directional_index_technical_value'
109
113
  require 'intrinio-sdk/models/average_true_range_technical_value'
@@ -189,10 +193,14 @@ require 'intrinio-sdk/models/williams_r_technical_value'
189
193
  require 'intrinio-sdk/models/zacks_analyst_rating'
190
194
  require 'intrinio-sdk/models/zacks_analyst_rating_snapshot'
191
195
  require 'intrinio-sdk/models/zacks_analyst_rating_summary'
196
+ require 'intrinio-sdk/models/zacks_eps_estimate'
197
+ require 'intrinio-sdk/models/zacks_eps_growth_rate'
192
198
  require 'intrinio-sdk/models/zacks_eps_surprise'
193
199
  require 'intrinio-sdk/models/zacks_eps_surprise_summary'
200
+ require 'intrinio-sdk/models/zacks_long_term_growth_rate'
194
201
  require 'intrinio-sdk/models/zacks_sales_surprise'
195
202
  require 'intrinio-sdk/models/zacks_sales_surprise_summary'
203
+ require 'intrinio-sdk/models/zacks_target_price_consensus'
196
204
 
197
205
  # APIs
198
206
  require 'intrinio-sdk/api/bulk_downloads_api'
@@ -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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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.10.0
6
+ OpenAPI spec version: 2.11.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,71 @@ module Intrinio
291
441
  return data, status_code, headers
292
442
  end
293
443
 
444
+ # Zacks Long Term Growth Rates
445
+ # Returns the latest Zacks long term growth rates
446
+ # @param [Hash] opts the optional parameters
447
+ # @option opts [String] :identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
448
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
449
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
450
+ # @return [ApiResponseZacksLongTermGrowthRates]
451
+ def get_zacks_long_term_growth_rates(opts = {})
452
+ data, _status_code, _headers = get_zacks_long_term_growth_rates_with_http_info(opts)
453
+ return data
454
+ end
455
+
456
+ # Zacks Long Term Growth Rates
457
+ # Returns the latest Zacks long term growth rates
458
+ # @param [Hash] opts the optional parameters
459
+ # @option opts [String] :identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
460
+ # @option opts [Integer] :page_size The number of results to return
461
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
462
+ # @return [Array<(ApiResponseZacksLongTermGrowthRates, Fixnum, Hash)>] ApiResponseZacksLongTermGrowthRates data, response status code and response headers
463
+ def get_zacks_long_term_growth_rates_with_http_info(opts = {})
464
+ if @api_client.config.debugging
465
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_long_term_growth_rates ..."
466
+ end
467
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
468
+ 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.'
469
+ end
470
+
471
+ # resource path
472
+ local_var_path = "/zacks/long_term_growth_rates"
473
+
474
+ # query parameters
475
+ query_params = {}
476
+ query_params[:'identifier'] = opts[:'identifier'] if !opts[:'identifier'].nil?
477
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
478
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
479
+
480
+ # header parameters
481
+ header_params = {}
482
+ # HTTP header 'Accept' (if needed)
483
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
484
+
485
+ # form parameters
486
+ form_params = {}
487
+
488
+ # http body (model)
489
+ post_body = nil
490
+ auth_names = ['ApiKeyAuth']
491
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
492
+ :header_params => header_params,
493
+ :query_params => query_params,
494
+ :form_params => form_params,
495
+ :body => post_body,
496
+ :auth_names => auth_names,
497
+ :return_type => 'ApiResponseZacksLongTermGrowthRates')
498
+ if @api_client.config.debugging
499
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_long_term_growth_rates\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
500
+ end
501
+ return data, status_code, headers
502
+ end
503
+
294
504
  # Zacks Sales Surprises
295
505
  # Returns Zacks sales surprise data for all Securities.
296
506
  # @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
507
+ # @option opts [Date] :start_date Limit sales surprises to those on or after this date
508
+ # @option opts [Date] :end_date Limit sales surprises to those on or before this date
299
509
  # @option opts [Float] :sales_actual_greater Return only records with an actual sales higher than this value
300
510
  # @option opts [Float] :sales_actual_less Return only records with an actual sales lower than this value
301
511
  # @option opts [Float] :sales_mean_estimate_greater Return only records with a sales mean estimate greater than this value
@@ -319,8 +529,8 @@ module Intrinio
319
529
  # Zacks Sales Surprises
320
530
  # Returns Zacks sales surprise data for all Securities.
321
531
  # @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
532
+ # @option opts [Date] :start_date Limit sales surprises to those on or after this date
533
+ # @option opts [Date] :end_date Limit sales surprises to those on or before this date
324
534
  # @option opts [Float] :sales_actual_greater Return only records with an actual sales higher than this value
325
535
  # @option opts [Float] :sales_actual_less Return only records with an actual sales lower than this value
326
536
  # @option opts [Float] :sales_mean_estimate_greater Return only records with a sales mean estimate greater than this value
@@ -389,5 +599,68 @@ module Intrinio
389
599
  end
390
600
  return data, status_code, headers
391
601
  end
602
+
603
+ # Zacks Target Price Consensuses
604
+ # Returns the latest Zacks target price consensus data
605
+ # @param [Hash] opts the optional parameters
606
+ # @option opts [String] :identifier Filings for the given &#x60;company&#x60; identifier (ticker, CIK, LEI, Intrinio ID)
607
+ # @option opts [String] :industry_group_number Return only growth rates for companies in the given Zacks industry group number
608
+ # @option opts [Integer] :page_size The number of results to return (default to 100)
609
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
610
+ # @return [ApiResponseZacksTargetPriceConsensuses]
611
+ def get_zacks_target_price_consensuses(opts = {})
612
+ data, _status_code, _headers = get_zacks_target_price_consensuses_with_http_info(opts)
613
+ return data
614
+ end
615
+
616
+ # Zacks Target Price Consensuses
617
+ # Returns the latest Zacks target price consensus data
618
+ # @param [Hash] opts the optional parameters
619
+ # @option opts [String] :identifier Filings for the given &#x60;company&#x60; identifier (ticker, CIK, LEI, Intrinio ID)
620
+ # @option opts [String] :industry_group_number Return only growth rates for companies in the given Zacks industry group number
621
+ # @option opts [Integer] :page_size The number of results to return
622
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
623
+ # @return [Array<(ApiResponseZacksTargetPriceConsensuses, Fixnum, Hash)>] ApiResponseZacksTargetPriceConsensuses data, response status code and response headers
624
+ def get_zacks_target_price_consensuses_with_http_info(opts = {})
625
+ if @api_client.config.debugging
626
+ @api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_target_price_consensuses ..."
627
+ end
628
+ if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
629
+ fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_target_price_consensuses, must be smaller than or equal to 10000.'
630
+ end
631
+
632
+ # resource path
633
+ local_var_path = "/zacks/target_price_consensuses"
634
+
635
+ # query parameters
636
+ query_params = {}
637
+ query_params[:'identifier'] = opts[:'identifier'] if !opts[:'identifier'].nil?
638
+ query_params[:'industry_group_number'] = opts[:'industry_group_number'] if !opts[:'industry_group_number'].nil?
639
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
640
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
641
+
642
+ # header parameters
643
+ header_params = {}
644
+ # HTTP header 'Accept' (if needed)
645
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
646
+
647
+ # form parameters
648
+ form_params = {}
649
+
650
+ # http body (model)
651
+ post_body = nil
652
+ auth_names = ['ApiKeyAuth']
653
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
654
+ :header_params => header_params,
655
+ :query_params => query_params,
656
+ :form_params => form_params,
657
+ :body => post_body,
658
+ :auth_names => auth_names,
659
+ :return_type => 'ApiResponseZacksTargetPriceConsensuses')
660
+ if @api_client.config.debugging
661
+ @api_client.config.logger.debug "API called: ZacksApi#get_zacks_target_price_consensuses\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
662
+ end
663
+ return data, status_code, headers
664
+ end
392
665
  end
393
666
  end