intrinio-sdk 5.20.0 → 5.21.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (570) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +72 -0
  3. data/README.md +12 -2
  4. data/docs/ApiResponseESGCompanies.md +24 -0
  5. data/docs/ApiResponseESGCompanyRatingHistory.md +28 -0
  6. data/docs/ApiResponseESGLatest.md +24 -0
  7. data/docs/CompanyApi.md +11 -11
  8. data/docs/ESGApi.md +262 -0
  9. data/docs/ESGCompanySummary.md +25 -0
  10. data/docs/ESGRating.md +24 -0
  11. data/docs/ESGRatingWithCompany.md +28 -0
  12. data/docs/ETFsApi.md +6 -6
  13. data/docs/FilingApi.md +10 -8
  14. data/docs/FundamentalsApi.md +103 -4
  15. data/docs/IndexApi.md +5 -3
  16. data/docs/OptionStatsRealtime.md +1 -0
  17. data/docs/OptionsApi.md +15 -13
  18. data/docs/OwnersApi.md +2 -2
  19. data/docs/SecurityApi.md +34 -34
  20. data/docs/TechnicalApi.md +31 -31
  21. data/intrinio-sdk.gemspec +1 -1
  22. data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
  23. data/lib/intrinio-sdk/api/company_api.rb +23 -23
  24. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  25. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  26. data/lib/intrinio-sdk/api/esg_api.rb +209 -0
  27. data/lib/intrinio-sdk/api/et_fs_api.rb +13 -13
  28. data/lib/intrinio-sdk/api/filing_api.rb +19 -23
  29. data/lib/intrinio-sdk/api/forex_api.rb +1 -1
  30. data/lib/intrinio-sdk/api/fundamentals_api.rb +95 -9
  31. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  32. data/lib/intrinio-sdk/api/index_api.rb +11 -11
  33. data/lib/intrinio-sdk/api/insider_transaction_filings_api.rb +1 -1
  34. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  35. data/lib/intrinio-sdk/api/options_api.rb +28 -25
  36. data/lib/intrinio-sdk/api/owners_api.rb +3 -3
  37. data/lib/intrinio-sdk/api/security_api.rb +69 -69
  38. data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
  39. data/lib/intrinio-sdk/api/technical_api.rb +63 -63
  40. data/lib/intrinio-sdk/api/zacks_api.rb +1 -1
  41. data/lib/intrinio-sdk/api_client.rb +1 -1
  42. data/lib/intrinio-sdk/api_error.rb +1 -1
  43. data/lib/intrinio-sdk/configuration.rb +1 -1
  44. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  45. data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
  46. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  47. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  48. data/lib/intrinio-sdk/models/api_response_company_answers.rb +1 -1
  49. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  50. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  51. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  52. data/lib/intrinio-sdk/models/api_response_company_insider_transaction_filings.rb +1 -1
  53. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  54. data/lib/intrinio-sdk/models/api_response_company_recognize.rb +1 -1
  55. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  56. data/lib/intrinio-sdk/models/api_response_company_shares_outstanding.rb +1 -1
  57. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  58. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  59. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  60. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  61. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  62. data/lib/intrinio-sdk/models/api_response_esg_companies.rb +200 -0
  63. data/lib/intrinio-sdk/models/api_response_esg_company_rating_history.rb +209 -0
  64. data/lib/intrinio-sdk/models/api_response_esg_latest.rb +200 -0
  65. data/lib/intrinio-sdk/models/api_response_et_fs.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_filing_answers.rb +1 -1
  68. data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
  69. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  70. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  71. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  72. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  73. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  74. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  75. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  76. data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
  77. data/lib/intrinio-sdk/models/api_response_insider_transaction_filings.rb +1 -1
  78. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  79. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  80. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  81. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  82. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  83. data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
  84. data/lib/intrinio-sdk/models/api_response_options_chain_eod.rb +1 -1
  85. data/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb +1 -1
  86. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  87. data/lib/intrinio-sdk/models/api_response_options_price_realtime.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_options_prices_batch_realtime.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_options_prices_eod.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_options_realtime.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_options_stats_realtime.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_options_tickers.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_options_unusual_activity.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_owner_insider_transaction_filings.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_owner_institutional_holdings.rb +1 -1
  96. data/lib/intrinio-sdk/models/api_response_owners.rb +1 -1
  97. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  98. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  99. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  100. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  101. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  105. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  106. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  108. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  109. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  110. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  112. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  113. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  114. data/lib/intrinio-sdk/models/api_response_security_institutional_ownership.rb +1 -1
  115. data/lib/intrinio-sdk/models/api_response_security_interval_prices.rb +1 -1
  116. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  117. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  118. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  119. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  120. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  121. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  124. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  125. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  127. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  128. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  129. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  130. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  131. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  132. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  133. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  134. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  135. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  143. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  144. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_standardized_financials_dimensions.rb +1 -1
  146. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  147. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  148. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  149. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  150. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  151. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  152. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  153. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  154. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
  155. data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +1 -1
  156. data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +1 -1
  157. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
  158. data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +1 -1
  159. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +1 -1
  160. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +1 -1
  161. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +1 -1
  162. data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +1 -1
  163. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
  164. data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +1 -1
  165. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  166. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  167. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  168. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  169. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  170. data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
  171. data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
  172. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  173. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  174. data/lib/intrinio-sdk/models/company.rb +1 -1
  175. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  176. data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
  177. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  178. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  179. data/lib/intrinio-sdk/models/company_shares_outstanding.rb +1 -1
  180. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  181. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  182. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  183. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  184. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  185. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  186. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  187. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  188. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  189. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  190. data/lib/intrinio-sdk/models/esg_company_summary.rb +233 -0
  191. data/lib/intrinio-sdk/models/esg_rating.rb +224 -0
  192. data/lib/intrinio-sdk/models/esg_rating_with_company.rb +233 -0
  193. data/lib/intrinio-sdk/models/etf.rb +1 -1
  194. data/lib/intrinio-sdk/models/etf_analytics.rb +1 -1
  195. data/lib/intrinio-sdk/models/etf_holding.rb +1 -1
  196. data/lib/intrinio-sdk/models/etf_stats.rb +1 -1
  197. data/lib/intrinio-sdk/models/etf_summary.rb +1 -1
  198. data/lib/intrinio-sdk/models/filing.rb +1 -1
  199. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  200. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  201. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  202. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  203. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  204. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  205. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  206. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  207. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  208. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  209. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  210. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  211. data/lib/intrinio-sdk/models/insider_transaction.rb +1 -1
  212. data/lib/intrinio-sdk/models/insider_transaction_filing.rb +1 -1
  213. data/lib/intrinio-sdk/models/institutional_holding.rb +1 -1
  214. data/lib/intrinio-sdk/models/institutional_ownership.rb +1 -1
  215. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  216. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  217. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  218. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  219. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  220. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  221. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  222. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  223. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  224. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  225. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  226. data/lib/intrinio-sdk/models/option.rb +1 -1
  227. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  228. data/lib/intrinio-sdk/models/option_chain_eod.rb +1 -1
  229. data/lib/intrinio-sdk/models/option_chain_realtime.rb +1 -1
  230. data/lib/intrinio-sdk/models/option_contracts_list.rb +1 -1
  231. data/lib/intrinio-sdk/models/option_eod.rb +1 -1
  232. data/lib/intrinio-sdk/models/option_factors_realtime.rb +1 -1
  233. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  234. data/lib/intrinio-sdk/models/option_price_batch_realtime.rb +1 -1
  235. data/lib/intrinio-sdk/models/option_price_eod.rb +1 -1
  236. data/lib/intrinio-sdk/models/option_price_realtime.rb +1 -1
  237. data/lib/intrinio-sdk/models/option_realtime.rb +1 -1
  238. data/lib/intrinio-sdk/models/option_stats_realtime.rb +15 -5
  239. data/lib/intrinio-sdk/models/option_unusual_trade.rb +1 -1
  240. data/lib/intrinio-sdk/models/owner.rb +1 -1
  241. data/lib/intrinio-sdk/models/owner_summary.rb +1 -1
  242. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  243. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  244. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  245. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  246. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  247. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  248. data/lib/intrinio-sdk/models/security.rb +1 -1
  249. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  250. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  251. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  252. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  253. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  254. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  255. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  256. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  257. data/lib/intrinio-sdk/models/standardized_financials_dimension.rb +1 -1
  258. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  259. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  260. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  261. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  262. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  263. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  264. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  265. data/lib/intrinio-sdk/models/stock_price_interval.rb +1 -1
  266. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  267. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  268. data/lib/intrinio-sdk/models/thea_entity_answer.rb +1 -1
  269. data/lib/intrinio-sdk/models/thea_source_document.rb +1 -1
  270. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  271. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  272. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  273. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  274. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  275. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  276. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  277. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
  278. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
  279. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
  280. data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +1 -1
  281. data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +1 -1
  282. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
  283. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
  284. data/lib/intrinio-sdk/models/zacks_etf_holding.rb +1 -1
  285. data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +1 -1
  286. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +1 -1
  287. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +1 -1
  288. data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +1 -1
  289. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +1 -1
  290. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +1 -1
  291. data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +1 -1
  292. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
  293. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
  294. data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +1 -1
  295. data/lib/intrinio-sdk/version.rb +2 -2
  296. data/lib/intrinio-sdk.rb +8 -1
  297. data/spec/api/bulk_downloads_api_spec.rb +1 -1
  298. data/spec/api/company_api_spec.rb +12 -12
  299. data/spec/api/data_point_api_spec.rb +1 -1
  300. data/spec/api/data_tag_api_spec.rb +1 -1
  301. data/spec/api/esg_api_spec.rb +78 -0
  302. data/spec/api/et_fs_api_spec.rb +7 -7
  303. data/spec/api/filing_api_spec.rb +8 -8
  304. data/spec/api/forex_api_spec.rb +1 -1
  305. data/spec/api/fundamentals_api_spec.rb +26 -5
  306. data/spec/api/historical_data_api_spec.rb +1 -1
  307. data/spec/api/index_api_spec.rb +6 -6
  308. data/spec/api/insider_transaction_filings_api_spec.rb +1 -1
  309. data/spec/api/municipality_api_spec.rb +1 -1
  310. data/spec/api/options_api_spec.rb +14 -13
  311. data/spec/api/owners_api_spec.rb +2 -2
  312. data/spec/api/security_api_spec.rb +35 -35
  313. data/spec/api/stock_exchange_api_spec.rb +1 -1
  314. data/spec/api/technical_api_spec.rb +32 -32
  315. data/spec/api/zacks_api_spec.rb +1 -1
  316. data/spec/api_client_spec.rb +1 -1
  317. data/spec/configuration_spec.rb +1 -1
  318. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  319. data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
  320. data/spec/models/api_response_companies_search_spec.rb +1 -1
  321. data/spec/models/api_response_companies_spec.rb +1 -1
  322. data/spec/models/api_response_company_answers_spec.rb +1 -1
  323. data/spec/models/api_response_company_filings_spec.rb +1 -1
  324. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  325. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  326. data/spec/models/api_response_company_insider_transaction_filings_spec.rb +1 -1
  327. data/spec/models/api_response_company_news_spec.rb +1 -1
  328. data/spec/models/api_response_company_recognize_spec.rb +1 -1
  329. data/spec/models/api_response_company_securities_spec.rb +1 -1
  330. data/spec/models/api_response_company_shares_outstanding_spec.rb +1 -1
  331. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  332. data/spec/models/api_response_data_tags_spec.rb +1 -1
  333. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  334. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  335. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  336. data/spec/models/api_response_esg_companies_spec.rb +48 -0
  337. data/spec/models/api_response_esg_company_rating_history_spec.rb +54 -0
  338. data/spec/models/api_response_esg_latest_spec.rb +48 -0
  339. data/spec/models/api_response_et_fs_spec.rb +1 -1
  340. data/spec/models/api_response_etf_holdings_spec.rb +1 -1
  341. data/spec/models/api_response_filing_answers_spec.rb +1 -1
  342. data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
  343. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  344. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  345. data/spec/models/api_response_filings_spec.rb +1 -1
  346. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  347. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  348. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  349. data/spec/models/api_response_historical_data_spec.rb +1 -1
  350. data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
  351. data/spec/models/api_response_insider_transaction_filings_spec.rb +1 -1
  352. data/spec/models/api_response_municipalities_spec.rb +1 -1
  353. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  354. data/spec/models/api_response_news_spec.rb +1 -1
  355. data/spec/models/api_response_option_prices_spec.rb +1 -1
  356. data/spec/models/api_response_options_chain_eod_spec.rb +1 -1
  357. data/spec/models/api_response_options_chain_realtime_spec.rb +1 -1
  358. data/spec/models/api_response_options_chain_spec.rb +1 -1
  359. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  360. data/spec/models/api_response_options_price_realtime_spec.rb +1 -1
  361. data/spec/models/api_response_options_prices_batch_realtime_spec.rb +1 -1
  362. data/spec/models/api_response_options_prices_eod_spec.rb +1 -1
  363. data/spec/models/api_response_options_realtime_spec.rb +1 -1
  364. data/spec/models/api_response_options_spec.rb +1 -1
  365. data/spec/models/api_response_options_stats_realtime_spec.rb +1 -1
  366. data/spec/models/api_response_options_tickers_spec.rb +1 -1
  367. data/spec/models/api_response_options_unusual_activity_spec.rb +1 -1
  368. data/spec/models/api_response_owner_insider_transaction_filings_spec.rb +1 -1
  369. data/spec/models/api_response_owner_institutional_holdings_spec.rb +1 -1
  370. data/spec/models/api_response_owners_spec.rb +1 -1
  371. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  372. data/spec/models/api_response_securities_search_spec.rb +1 -1
  373. data/spec/models/api_response_securities_spec.rb +1 -1
  374. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  375. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  376. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  377. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  378. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  379. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  380. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  381. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  382. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  383. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  384. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  385. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  386. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  387. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  388. data/spec/models/api_response_security_institutional_ownership_spec.rb +1 -1
  389. data/spec/models/api_response_security_interval_prices_spec.rb +1 -1
  390. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  391. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  392. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  393. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  394. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  395. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  396. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  397. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  398. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  399. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  400. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  401. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  402. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  403. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  404. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  405. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  406. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  407. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  408. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  409. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  410. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  411. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
  412. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
  413. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
  414. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
  415. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  416. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  417. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  418. data/spec/models/api_response_standardized_financials_dimensions_spec.rb +1 -1
  419. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  420. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  421. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  422. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  423. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  424. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  425. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  426. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  427. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  428. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
  429. data/spec/models/api_response_zacks_eps_estimates_spec.rb +1 -1
  430. data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +1 -1
  431. data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
  432. data/spec/models/api_response_zacks_etf_holdings_spec.rb +1 -1
  433. data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +1 -1
  434. data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +1 -1
  435. data/spec/models/api_response_zacks_institutional_holdings_spec.rb +1 -1
  436. data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +1 -1
  437. data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
  438. data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +1 -1
  439. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  440. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  441. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  442. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  443. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  444. data/spec/models/bulk_download_links_spec.rb +1 -1
  445. data/spec/models/bulk_download_summary_spec.rb +1 -1
  446. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  447. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  448. data/spec/models/company_filing_spec.rb +1 -1
  449. data/spec/models/company_initial_public_offering_spec.rb +1 -1
  450. data/spec/models/company_news_spec.rb +1 -1
  451. data/spec/models/company_news_summary_spec.rb +1 -1
  452. data/spec/models/company_shares_outstanding_spec.rb +1 -1
  453. data/spec/models/company_spec.rb +1 -1
  454. data/spec/models/company_summary_spec.rb +1 -1
  455. data/spec/models/data_tag_spec.rb +1 -1
  456. data/spec/models/data_tag_summary_spec.rb +1 -1
  457. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  458. data/spec/models/dividend_record_spec.rb +1 -1
  459. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  460. data/spec/models/earnings_record_spec.rb +1 -1
  461. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  462. data/spec/models/economic_index_spec.rb +1 -1
  463. data/spec/models/economic_index_summary_spec.rb +1 -1
  464. data/spec/models/esg_company_summary_spec.rb +72 -0
  465. data/spec/models/esg_rating_spec.rb +66 -0
  466. data/spec/models/esg_rating_with_company_spec.rb +72 -0
  467. data/spec/models/etf_analytics_spec.rb +1 -1
  468. data/spec/models/etf_holding_spec.rb +1 -1
  469. data/spec/models/etf_spec.rb +1 -1
  470. data/spec/models/etf_stats_spec.rb +1 -1
  471. data/spec/models/etf_summary_spec.rb +1 -1
  472. data/spec/models/filing_note_filing_spec.rb +1 -1
  473. data/spec/models/filing_note_spec.rb +1 -1
  474. data/spec/models/filing_note_summary_spec.rb +1 -1
  475. data/spec/models/filing_spec.rb +1 -1
  476. data/spec/models/filing_summary_spec.rb +1 -1
  477. data/spec/models/force_index_technical_value_spec.rb +1 -1
  478. data/spec/models/forex_currency_spec.rb +1 -1
  479. data/spec/models/forex_pair_spec.rb +1 -1
  480. data/spec/models/forex_price_spec.rb +1 -1
  481. data/spec/models/fundamental_spec.rb +1 -1
  482. data/spec/models/fundamental_summary_spec.rb +1 -1
  483. data/spec/models/historical_data_spec.rb +1 -1
  484. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  485. data/spec/models/insider_transaction_filing_spec.rb +1 -1
  486. data/spec/models/insider_transaction_spec.rb +1 -1
  487. data/spec/models/institutional_holding_spec.rb +1 -1
  488. data/spec/models/institutional_ownership_spec.rb +1 -1
  489. data/spec/models/intraday_stock_price_spec.rb +1 -1
  490. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  491. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  492. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  493. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  494. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  495. data/spec/models/municipality_financial_spec.rb +1 -1
  496. data/spec/models/municipality_spec.rb +1 -1
  497. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  498. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  499. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  500. data/spec/models/option_chain_eod_spec.rb +1 -1
  501. data/spec/models/option_chain_realtime_spec.rb +1 -1
  502. data/spec/models/option_chain_spec.rb +1 -1
  503. data/spec/models/option_contracts_list_spec.rb +1 -1
  504. data/spec/models/option_eod_spec.rb +1 -1
  505. data/spec/models/option_factors_realtime_spec.rb +1 -1
  506. data/spec/models/option_price_batch_realtime_spec.rb +1 -1
  507. data/spec/models/option_price_eod_spec.rb +1 -1
  508. data/spec/models/option_price_realtime_spec.rb +1 -1
  509. data/spec/models/option_price_spec.rb +1 -1
  510. data/spec/models/option_realtime_spec.rb +1 -1
  511. data/spec/models/option_spec.rb +1 -1
  512. data/spec/models/option_stats_realtime_spec.rb +7 -1
  513. data/spec/models/option_unusual_trade_spec.rb +1 -1
  514. data/spec/models/owner_spec.rb +1 -1
  515. data/spec/models/owner_summary_spec.rb +1 -1
  516. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  517. data/spec/models/realtime_stock_price_spec.rb +1 -1
  518. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  519. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  520. data/spec/models/reported_financial_spec.rb +1 -1
  521. data/spec/models/reported_tag_spec.rb +1 -1
  522. data/spec/models/security_screen_clause_spec.rb +1 -1
  523. data/spec/models/security_screen_group_spec.rb +1 -1
  524. data/spec/models/security_screen_result_data_spec.rb +1 -1
  525. data/spec/models/security_screen_result_spec.rb +1 -1
  526. data/spec/models/security_spec.rb +1 -1
  527. data/spec/models/security_summary_spec.rb +1 -1
  528. data/spec/models/sic_index_spec.rb +1 -1
  529. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  530. data/spec/models/standardized_financial_spec.rb +1 -1
  531. data/spec/models/standardized_financials_dimension_spec.rb +1 -1
  532. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  533. data/spec/models/stock_exchange_spec.rb +1 -1
  534. data/spec/models/stock_market_index_spec.rb +1 -1
  535. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  536. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  537. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  538. data/spec/models/stock_price_interval_spec.rb +1 -1
  539. data/spec/models/stock_price_spec.rb +1 -1
  540. data/spec/models/stock_price_summary_spec.rb +1 -1
  541. data/spec/models/technical_indicator_spec.rb +1 -1
  542. data/spec/models/thea_entity_answer_spec.rb +1 -1
  543. data/spec/models/thea_source_document_spec.rb +1 -1
  544. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  545. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  546. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  547. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  548. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  549. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  550. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  551. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
  552. data/spec/models/zacks_analyst_rating_spec.rb +1 -1
  553. data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
  554. data/spec/models/zacks_eps_estimate_spec.rb +1 -1
  555. data/spec/models/zacks_eps_growth_rate_spec.rb +1 -1
  556. data/spec/models/zacks_eps_surprise_spec.rb +1 -1
  557. data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
  558. data/spec/models/zacks_etf_holding_spec.rb +1 -1
  559. data/spec/models/zacks_institutional_holding_company_detail_spec.rb +1 -1
  560. data/spec/models/zacks_institutional_holding_company_summary_spec.rb +1 -1
  561. data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +1 -1
  562. data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +1 -1
  563. data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +1 -1
  564. data/spec/models/zacks_institutional_holding_spec.rb +1 -1
  565. data/spec/models/zacks_long_term_growth_rate_spec.rb +1 -1
  566. data/spec/models/zacks_sales_surprise_spec.rb +1 -1
  567. data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
  568. data/spec/models/zacks_target_price_consensus_spec.rb +1 -1
  569. data/spec/spec_helper.rb +1 -1
  570. metadata +31 -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://docs.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.27.5
6
+ OpenAPI spec version: 2.28.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://docs.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.27.5
6
+ OpenAPI spec version: 2.28.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -21,7 +21,7 @@ module Intrinio
21
21
  end
22
22
 
23
23
  # Accumulation/Distribution Index
24
- # Returns the Accumulation/Distribution Index values of Stock Prices for the Security with the given `identifier`
24
+ # The Accumulation / Distribution Indicator is a volume-based technical indicator which uses the relationship between the stock`s price and volume flow to determine the underlying trend of a stock, up, down, or sideways trend of a stock.
25
25
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -35,7 +35,7 @@ module Intrinio
35
35
  end
36
36
 
37
37
  # Accumulation/Distribution Index
38
- # Returns the Accumulation/Distribution Index values of Stock Prices for the Security with the given `identifier`
38
+ # The Accumulation / Distribution Indicator is a volume-based technical indicator which uses the relationship between the stock`s price and volume flow to determine the underlying trend of a stock, up, down, or sideways trend of a stock.
39
39
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -90,7 +90,7 @@ module Intrinio
90
90
  end
91
91
 
92
92
  # Average Daily Trading Volume
93
- # Returns the Average Daily Trading Volume values of Stock Prices for the Security with the given `identifier`
93
+ # Average Daily Trading Volume is the average number of shares traded over a given period, usually between 20 to 30 trading days.
94
94
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
95
95
  # @param [Hash] opts the optional parameters
96
96
  # @option opts [Integer] :period The number of observations, per period, to calculate Average Daily Trading Volume (default to 22)
@@ -105,7 +105,7 @@ module Intrinio
105
105
  end
106
106
 
107
107
  # Average Daily Trading Volume
108
- # Returns the Average Daily Trading Volume values of Stock Prices for the Security with the given `identifier`
108
+ # Average Daily Trading Volume is the average number of shares traded over a given period, usually between 20 to 30 trading days.
109
109
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
110
110
  # @param [Hash] opts the optional parameters
111
111
  # @option opts [Integer] :period The number of observations, per period, to calculate Average Daily Trading Volume
@@ -166,7 +166,7 @@ module Intrinio
166
166
  end
167
167
 
168
168
  # Average Directional Index
169
- # Returns the Average Directional Index values of Stock Prices for the Security with the given `identifier`
169
+ # The Average Directional Index indicator is often used to identify decreasing or increasing price momentum for an underlying security, it is composed of a total of three indicators, the current trendline (adx), a positive directional indicator (di_pos), and a negative directional indicator (di_neg).
170
170
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
171
171
  # @param [Hash] opts the optional parameters
172
172
  # @option opts [Integer] :period The number of observations, per period, to calculate Average Directional Index (default to 14)
@@ -181,7 +181,7 @@ module Intrinio
181
181
  end
182
182
 
183
183
  # Average Directional Index
184
- # Returns the Average Directional Index values of Stock Prices for the Security with the given `identifier`
184
+ # The Average Directional Index indicator is often used to identify decreasing or increasing price momentum for an underlying security, it is composed of a total of three indicators, the current trendline (adx), a positive directional indicator (di_pos), and a negative directional indicator (di_neg).
185
185
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
186
186
  # @param [Hash] opts the optional parameters
187
187
  # @option opts [Integer] :period The number of observations, per period, to calculate Average Directional Index
@@ -242,7 +242,7 @@ module Intrinio
242
242
  end
243
243
 
244
244
  # Awesome Oscillator
245
- # Returns the Awesome Oscillator values of Stock Prices for the Security with the given `identifier`
245
+ # The Awesome Oscillator (ao) is a momentum indicator and is calculated by taking the difference between the latest 5 period simple moving average and the 34 period simple moving average. Rather than using the closing price like other indicators, the Awesome Oscillator uses the latest period`s midpoint value (period_high - period_low / 2). The Awesome Oscillator is useful in identifying and trading, zero-line crossovers, twin-peaks trading, and bullish/bearish saucers - Awesome Oscillator is often aggregated with additional technical indicators.
246
246
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
247
247
  # @param [Hash] opts the optional parameters
248
248
  # @option opts [Integer] :short_period The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator (default to 5)
@@ -258,7 +258,7 @@ module Intrinio
258
258
  end
259
259
 
260
260
  # Awesome Oscillator
261
- # Returns the Awesome Oscillator values of Stock Prices for the Security with the given `identifier`
261
+ # The Awesome Oscillator (ao) is a momentum indicator and is calculated by taking the difference between the latest 5 period simple moving average and the 34 period simple moving average. Rather than using the closing price like other indicators, the Awesome Oscillator uses the latest period`s midpoint value (period_high - period_low / 2). The Awesome Oscillator is useful in identifying and trading, zero-line crossovers, twin-peaks trading, and bullish/bearish saucers - Awesome Oscillator is often aggregated with additional technical indicators.
262
262
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
263
263
  # @param [Hash] opts the optional parameters
264
264
  # @option opts [Integer] :short_period The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator
@@ -321,7 +321,7 @@ module Intrinio
321
321
  end
322
322
 
323
323
  # Average True Range
324
- # Returns the Average True Range values of Stock Prices for the Security with the given `identifier`
324
+ # The Average True Range (ATR) is a non-directional market volatility indicator often used to generate stop-out or entry indications. An increasing or expanding ATR typically indicates higher volatility, and a decreasing ATR indicates sideways price action and lower volatility.
325
325
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
326
326
  # @param [Hash] opts the optional parameters
327
327
  # @option opts [Integer] :period The number of observations, per period, to calculate Average True Range (default to 14)
@@ -336,7 +336,7 @@ module Intrinio
336
336
  end
337
337
 
338
338
  # Average True Range
339
- # Returns the Average True Range values of Stock Prices for the Security with the given `identifier`
339
+ # The Average True Range (ATR) is a non-directional market volatility indicator often used to generate stop-out or entry indications. An increasing or expanding ATR typically indicates higher volatility, and a decreasing ATR indicates sideways price action and lower volatility.
340
340
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
341
341
  # @param [Hash] opts the optional parameters
342
342
  # @option opts [Integer] :period The number of observations, per period, to calculate Average True Range
@@ -397,7 +397,7 @@ module Intrinio
397
397
  end
398
398
 
399
399
  # Bollinger Bands
400
- # Returns the Bollinger Bands values of Stock Prices for the Security with the given `identifier`
400
+ # Bollinger Bands can be a useful technical analysis tool for generating oversold or overbought indicators. Bollinger Bands are composed of three lines, a simple moving average (middle band) and an upper and lower band – the upper and lower bands are typically 2 standard deviations +/- from a 20-day simple moving average, but can be modified. Traders typically consider an underlying security to be overbought as the underlying`s price moves towards the upper band and oversold as the underlying price moves towards the lower band.
401
401
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
402
402
  # @param [Hash] opts the optional parameters
403
403
  # @option opts [Integer] :period The number of observations, per period, to calculate Bollinger Bands (default to 20)
@@ -414,7 +414,7 @@ module Intrinio
414
414
  end
415
415
 
416
416
  # Bollinger Bands
417
- # Returns the Bollinger Bands values of Stock Prices for the Security with the given `identifier`
417
+ # Bollinger Bands can be a useful technical analysis tool for generating oversold or overbought indicators. Bollinger Bands are composed of three lines, a simple moving average (middle band) and an upper and lower band – the upper and lower bands are typically 2 standard deviations +/- from a 20-day simple moving average, but can be modified. Traders typically consider an underlying security to be overbought as the underlying`s price moves towards the upper band and oversold as the underlying price moves towards the lower band.
418
418
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
419
419
  # @param [Hash] opts the optional parameters
420
420
  # @option opts [Integer] :period The number of observations, per period, to calculate Bollinger Bands
@@ -482,7 +482,7 @@ module Intrinio
482
482
  end
483
483
 
484
484
  # Commodity Channel Index
485
- # Returns the Commodity Channel Index values of Stock Prices for the Security with the given `identifier`
485
+ # The Commodity Channel Index (CCI) is a technical indicator used to generate buy and sell signals by indicating periods of strength and weakness in the market. CCI signals that fall below -100 are often perceived as weakness in the underlying price movement and CCI signals that rise above 100 indicate strength behind the underlying price movement.
486
486
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
487
487
  # @param [Hash] opts the optional parameters
488
488
  # @option opts [Integer] :period The number of observations, per period, to calculate Commodity Channel Index (default to 20)
@@ -498,7 +498,7 @@ module Intrinio
498
498
  end
499
499
 
500
500
  # Commodity Channel Index
501
- # Returns the Commodity Channel Index values of Stock Prices for the Security with the given `identifier`
501
+ # The Commodity Channel Index (CCI) is a technical indicator used to generate buy and sell signals by indicating periods of strength and weakness in the market. CCI signals that fall below -100 are often perceived as weakness in the underlying price movement and CCI signals that rise above 100 indicate strength behind the underlying price movement.
502
502
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
503
503
  # @param [Hash] opts the optional parameters
504
504
  # @option opts [Integer] :period The number of observations, per period, to calculate Commodity Channel Index
@@ -561,7 +561,7 @@ module Intrinio
561
561
  end
562
562
 
563
563
  # Chaikin Money Flow
564
- # Returns the Chaikin Money Flow values of Stock Prices for the Security with the given `identifier`
564
+ # The Chaikin Money Flow (CMF) utilizes exponential moving averages as an indicator to monitor the flow of money and momentum. The CMF indicator oscillates around a midrange 0-line and ranges between 100 and -100.
565
565
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
566
566
  # @param [Hash] opts the optional parameters
567
567
  # @option opts [Integer] :period The number of observations, per period, to calculate Chaikin Money Flow (default to 20)
@@ -576,7 +576,7 @@ module Intrinio
576
576
  end
577
577
 
578
578
  # Chaikin Money Flow
579
- # Returns the Chaikin Money Flow values of Stock Prices for the Security with the given `identifier`
579
+ # The Chaikin Money Flow (CMF) utilizes exponential moving averages as an indicator to monitor the flow of money and momentum. The CMF indicator oscillates around a midrange 0-line and ranges between 100 and -100.
580
580
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
581
581
  # @param [Hash] opts the optional parameters
582
582
  # @option opts [Integer] :period The number of observations, per period, to calculate Chaikin Money Flow
@@ -637,7 +637,7 @@ module Intrinio
637
637
  end
638
638
 
639
639
  # Donchian Channel
640
- # Returns the Donchian Channel values of Stock Prices for the Security with the given `identifier`
640
+ # The Donchian Channel consists of an Upper Bound (upper_bound) and Lower Bound (lower_bound) that track the recent highs and lows and is often used to signal entry and exit points for a position. As the price of the underlying symbol increases the Upper Bound raises, if the price becomes range bound the Upper Bound will remain flat and if the price begins to decrease, the Upper Bound will fall (and vice-versa for the Lower Bound).
641
641
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
642
642
  # @param [Hash] opts the optional parameters
643
643
  # @option opts [Integer] :period The number of observations, per period, to calculate Donchian Channel (default to 20)
@@ -653,7 +653,7 @@ module Intrinio
653
653
  end
654
654
 
655
655
  # Donchian Channel
656
- # Returns the Donchian Channel values of Stock Prices for the Security with the given `identifier`
656
+ # The Donchian Channel consists of an Upper Bound (upper_bound) and Lower Bound (lower_bound) that track the recent highs and lows and is often used to signal entry and exit points for a position. As the price of the underlying symbol increases the Upper Bound raises, if the price becomes range bound the Upper Bound will remain flat and if the price begins to decrease, the Upper Bound will fall (and vice-versa for the Lower Bound).
657
657
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
658
658
  # @param [Hash] opts the optional parameters
659
659
  # @option opts [Integer] :period The number of observations, per period, to calculate Donchian Channel
@@ -719,7 +719,7 @@ module Intrinio
719
719
  end
720
720
 
721
721
  # Detrended Price Oscillator
722
- # Returns the Detrended Price Oscillator values of Stock Prices for the Security with the given `identifier`
722
+ # The Detrended Price Oscillator (DPO) signals the peaks and troughs of the underlying symbol’s price for a set period of time and is often used by traders to estimate future peaks and troughs using this as guidance to enter or exit a position.
723
723
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
724
724
  # @param [Hash] opts the optional parameters
725
725
  # @option opts [Integer] :period The number of observations, per period, to calculate Detrended Price Oscillator (default to 20)
@@ -735,7 +735,7 @@ module Intrinio
735
735
  end
736
736
 
737
737
  # Detrended Price Oscillator
738
- # Returns the Detrended Price Oscillator values of Stock Prices for the Security with the given `identifier`
738
+ # The Detrended Price Oscillator (DPO) signals the peaks and troughs of the underlying symbol’s price for a set period of time and is often used by traders to estimate future peaks and troughs using this as guidance to enter or exit a position.
739
739
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
740
740
  # @param [Hash] opts the optional parameters
741
741
  # @option opts [Integer] :period The number of observations, per period, to calculate Detrended Price Oscillator
@@ -797,7 +797,7 @@ module Intrinio
797
797
  end
798
798
 
799
799
  # Ease of Movement
800
- # Returns the Ease of Movement values of Stock Prices for the Security with the given `identifier`
800
+ # The Ease of Movement (EOM) is a volume based oscillator that fluctuates around a midrange 0-line into positive and negative values. Positive values indicate that the underlying symbol`s price is rising with relative ease and negative value indicates the underlying symbol`s price is failing with relative ease.
801
801
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
802
802
  # @param [Hash] opts the optional parameters
803
803
  # @option opts [Integer] :period The number of observations, per period, to calculate Ease of Movement (default to 20)
@@ -812,7 +812,7 @@ module Intrinio
812
812
  end
813
813
 
814
814
  # Ease of Movement
815
- # Returns the Ease of Movement values of Stock Prices for the Security with the given `identifier`
815
+ # The Ease of Movement (EOM) is a volume based oscillator that fluctuates around a midrange 0-line into positive and negative values. Positive values indicate that the underlying symbol`s price is rising with relative ease and negative value indicates the underlying symbol`s price is failing with relative ease.
816
816
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
817
817
  # @param [Hash] opts the optional parameters
818
818
  # @option opts [Integer] :period The number of observations, per period, to calculate Ease of Movement
@@ -873,7 +873,7 @@ module Intrinio
873
873
  end
874
874
 
875
875
  # Force Index
876
- # Returns the Force Index values of Stock Prices for the Security with the given `identifier`
876
+ # The Force Index (FI) is an oscillator that takes into account the intensity of an underlying symbol`s price movement and its corresponding volume. It is used to confirm price breakouts and signal underlying trends.
877
877
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
878
878
  # @param [Hash] opts the optional parameters
879
879
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -887,7 +887,7 @@ module Intrinio
887
887
  end
888
888
 
889
889
  # Force Index
890
- # Returns the Force Index values of Stock Prices for the Security with the given `identifier`
890
+ # The Force Index (FI) is an oscillator that takes into account the intensity of an underlying symbol`s price movement and its corresponding volume. It is used to confirm price breakouts and signal underlying trends.
891
891
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
892
892
  # @param [Hash] opts the optional parameters
893
893
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -942,7 +942,7 @@ module Intrinio
942
942
  end
943
943
 
944
944
  # Ichimoku Kinko Hyo
945
- # Returns the Ichimoku Kinko Hyo values of Stock Prices for the Security with the given `identifier`
945
+ # The Ichimoku Kinko Hyo was designed to be an all-in-one trading indicator that could help traders determine momentum, support, and resistance.
946
946
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
947
947
  # @param [Hash] opts the optional parameters
948
948
  # @option opts [Integer] :low_period The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo (default to 9)
@@ -959,7 +959,7 @@ module Intrinio
959
959
  end
960
960
 
961
961
  # Ichimoku Kinko Hyo
962
- # Returns the Ichimoku Kinko Hyo values of Stock Prices for the Security with the given `identifier`
962
+ # The Ichimoku Kinko Hyo was designed to be an all-in-one trading indicator that could help traders determine momentum, support, and resistance.
963
963
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
964
964
  # @param [Hash] opts the optional parameters
965
965
  # @option opts [Integer] :low_period The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo
@@ -1028,7 +1028,7 @@ module Intrinio
1028
1028
  end
1029
1029
 
1030
1030
  # Keltner Channel
1031
- # Returns the Keltner Channel values of Stock Prices for the Security with the given `identifier`
1031
+ # The Keltner Channel is a volatility based signal, with upper, middle, and lower bands. It is often used at market open, when the largest moves tend to occur. In general, traders tend to buy if the price breaks up above the upper band or sell short if the price drops below the lower band.
1032
1032
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1033
1033
  # @param [Hash] opts the optional parameters
1034
1034
  # @option opts [Integer] :period The number of observations, per period, to calculate Kelter Channel (default to 10)
@@ -1043,7 +1043,7 @@ module Intrinio
1043
1043
  end
1044
1044
 
1045
1045
  # Keltner Channel
1046
- # Returns the Keltner Channel values of Stock Prices for the Security with the given `identifier`
1046
+ # The Keltner Channel is a volatility based signal, with upper, middle, and lower bands. It is often used at market open, when the largest moves tend to occur. In general, traders tend to buy if the price breaks up above the upper band or sell short if the price drops below the lower band.
1047
1047
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1048
1048
  # @param [Hash] opts the optional parameters
1049
1049
  # @option opts [Integer] :period The number of observations, per period, to calculate Kelter Channel
@@ -1104,7 +1104,7 @@ module Intrinio
1104
1104
  end
1105
1105
 
1106
1106
  # Know Sure Thing
1107
- # Returns the Know Sure Thing values of Stock Prices for the Security with the given `identifier`
1107
+ # The Know Sure Thing indicator (KST) is a momentum based oscillator that is calculated by measuring the momentum of four separate price cycles. KST fluctuates above and below a zero line and is used to identify overbought and oversold conditions, and is often used with additional indicators to boost signal strength.
1108
1108
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1109
1109
  # @param [Hash] opts the optional parameters
1110
1110
  # @option opts [Integer] :roc1 The number of observations, per period, to calculate the rate-of-change for RCMA1 (default to 10)
@@ -1127,7 +1127,7 @@ module Intrinio
1127
1127
  end
1128
1128
 
1129
1129
  # Know Sure Thing
1130
- # Returns the Know Sure Thing values of Stock Prices for the Security with the given `identifier`
1130
+ # The Know Sure Thing indicator (KST) is a momentum based oscillator that is calculated by measuring the momentum of four separate price cycles. KST fluctuates above and below a zero line and is used to identify overbought and oversold conditions, and is often used with additional indicators to boost signal strength.
1131
1131
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1132
1132
  # @param [Hash] opts the optional parameters
1133
1133
  # @option opts [Integer] :roc1 The number of observations, per period, to calculate the rate-of-change for RCMA1
@@ -1211,7 +1211,7 @@ module Intrinio
1211
1211
  end
1212
1212
 
1213
1213
  # Moving Average Convergence Divergence
1214
- # Returns the Moving Average Convergence Divergence values of Stock Prices for the Security with the given `identifier`
1214
+ # Moving average convergence divergence (MACD) is a trend-following momentum oscillator that consists of three indicators: (1) a 12 period short-term exponential moving average (EMA) a 26 period long-term EMA and a 9 period EMA signal line. Traders using MACD often look for signal line crossovers, centerline crossovers, and EMA divergences to indicate the momentum and underlying trend of a security`s price.
1215
1215
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1216
1216
  # @param [Hash] opts the optional parameters
1217
1217
  # @option opts [Integer] :fast_period The number of observations, per period, to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence (default to 12)
@@ -1229,7 +1229,7 @@ module Intrinio
1229
1229
  end
1230
1230
 
1231
1231
  # Moving Average Convergence Divergence
1232
- # Returns the Moving Average Convergence Divergence values of Stock Prices for the Security with the given `identifier`
1232
+ # Moving average convergence divergence (MACD) is a trend-following momentum oscillator that consists of three indicators: (1) a 12 period short-term exponential moving average (EMA) a 26 period long-term EMA and a 9 period EMA signal line. Traders using MACD often look for signal line crossovers, centerline crossovers, and EMA divergences to indicate the momentum and underlying trend of a security`s price.
1233
1233
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1234
1234
  # @param [Hash] opts the optional parameters
1235
1235
  # @option opts [Integer] :fast_period The number of observations, per period, to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence
@@ -1303,7 +1303,7 @@ module Intrinio
1303
1303
  end
1304
1304
 
1305
1305
  # Money Flow Index
1306
- # Returns the Money Flow Index values of Stock Prices for the Security with the given `identifier`
1306
+ # The Money Flow Index (MFI) is a technical oscillator that incorporates both price and volume, moving between 0 and 100. Traders often consider a MFI above 80 as overbought conditions and below 20 as oversold conditions.
1307
1307
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1308
1308
  # @param [Hash] opts the optional parameters
1309
1309
  # @option opts [Integer] :period The number of observations, per period, to calculate Money Flow Index (default to 14)
@@ -1318,7 +1318,7 @@ module Intrinio
1318
1318
  end
1319
1319
 
1320
1320
  # Money Flow Index
1321
- # Returns the Money Flow Index values of Stock Prices for the Security with the given `identifier`
1321
+ # The Money Flow Index (MFI) is a technical oscillator that incorporates both price and volume, moving between 0 and 100. Traders often consider a MFI above 80 as overbought conditions and below 20 as oversold conditions.
1322
1322
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1323
1323
  # @param [Hash] opts the optional parameters
1324
1324
  # @option opts [Integer] :period The number of observations, per period, to calculate Money Flow Index
@@ -1379,7 +1379,7 @@ module Intrinio
1379
1379
  end
1380
1380
 
1381
1381
  # Mass Index
1382
- # Returns the Mass Index values of Stock Prices for the Security with the given `identifier`
1382
+ # The mass index (MI) is a technical indicator used by traders to predict trend reversals. A trend reversal signal is said to occur when the 25-day MI reaches 27.0 and then falls below 26.0.
1383
1383
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1384
1384
  # @param [Hash] opts the optional parameters
1385
1385
  # @option opts [Integer] :ema_period The number of observations, per period, to calculate the single Exponential Moving Average and the Double Exponential Moving Average for Mass Index (default to 9)
@@ -1395,7 +1395,7 @@ module Intrinio
1395
1395
  end
1396
1396
 
1397
1397
  # Mass Index
1398
- # Returns the Mass Index values of Stock Prices for the Security with the given `identifier`
1398
+ # The mass index (MI) is a technical indicator used by traders to predict trend reversals. A trend reversal signal is said to occur when the 25-day MI reaches 27.0 and then falls below 26.0.
1399
1399
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1400
1400
  # @param [Hash] opts the optional parameters
1401
1401
  # @option opts [Integer] :ema_period The number of observations, per period, to calculate the single Exponential Moving Average and the Double Exponential Moving Average for Mass Index
@@ -1462,7 +1462,7 @@ module Intrinio
1462
1462
  end
1463
1463
 
1464
1464
  # Negative Volume Index
1465
- # Returns the Negative Volume Index values of Stock Prices for the Security with the given `identifier`
1465
+ # The negative volume index (NVI) is often referred to as the `smart money indicator.` It works by the assumption that smart money (institutional money) is at work when volume decreases and vice versa when volume increases. NVI starts at 1000 and increases in regard to the percentage price change when volume decreases over a 255-day EMA period. Traders often use this technical indicator when researching broder markets and indices.
1466
1466
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1467
1467
  # @param [Hash] opts the optional parameters
1468
1468
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -1476,7 +1476,7 @@ module Intrinio
1476
1476
  end
1477
1477
 
1478
1478
  # Negative Volume Index
1479
- # Returns the Negative Volume Index values of Stock Prices for the Security with the given `identifier`
1479
+ # The negative volume index (NVI) is often referred to as the `smart money indicator.` It works by the assumption that smart money (institutional money) is at work when volume decreases and vice versa when volume increases. NVI starts at 1000 and increases in regard to the percentage price change when volume decreases over a 255-day EMA period. Traders often use this technical indicator when researching broder markets and indices.
1480
1480
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1481
1481
  # @param [Hash] opts the optional parameters
1482
1482
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -1531,7 +1531,7 @@ module Intrinio
1531
1531
  end
1532
1532
 
1533
1533
  # On-balance Volume
1534
- # Returns the On-balance Volume values of Stock Prices for the Security with the given `identifier`
1534
+ # On-balance volume (OBV) is a leading momentum indicator that uses the increase/decrease flow in volume to predict upcoming stock price changes. When both OBV and a security`s price are making higher highs, it is presumed the upward trend is likely to continue and vice versa.
1535
1535
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1536
1536
  # @param [Hash] opts the optional parameters
1537
1537
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -1545,7 +1545,7 @@ module Intrinio
1545
1545
  end
1546
1546
 
1547
1547
  # On-balance Volume
1548
- # Returns the On-balance Volume values of Stock Prices for the Security with the given `identifier`
1548
+ # On-balance volume (OBV) is a leading momentum indicator that uses the increase/decrease flow in volume to predict upcoming stock price changes. When both OBV and a security`s price are making higher highs, it is presumed the upward trend is likely to continue and vice versa.
1549
1549
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1550
1550
  # @param [Hash] opts the optional parameters
1551
1551
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -1600,7 +1600,7 @@ module Intrinio
1600
1600
  end
1601
1601
 
1602
1602
  # On-balance Volume Mean
1603
- # Returns the On-balance Volume Mean values of Stock Prices for the Security with the given `identifier`
1603
+ # On-balance volume mean (OBVM) is a leading momentum indicator that uses the increase/decrease flow in volume to predict upcoming stock price changes. The difference between OBV and OBVM is that OBVM takes the mean average of a provided period. When both OBVM and a security`s price are making higher highs, it is presumed the upward trend is likely to continue and vice versa.
1604
1604
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1605
1605
  # @param [Hash] opts the optional parameters
1606
1606
  # @option opts [Integer] :period The number of observations, per period, to calculate On-balance Volume Mean (default to 10)
@@ -1615,7 +1615,7 @@ module Intrinio
1615
1615
  end
1616
1616
 
1617
1617
  # On-balance Volume Mean
1618
- # Returns the On-balance Volume Mean values of Stock Prices for the Security with the given `identifier`
1618
+ # On-balance volume mean (OBVM) is a leading momentum indicator that uses the increase/decrease flow in volume to predict upcoming stock price changes. The difference between OBV and OBVM is that OBVM takes the mean average of a provided period. When both OBVM and a security`s price are making higher highs, it is presumed the upward trend is likely to continue and vice versa.
1619
1619
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1620
1620
  # @param [Hash] opts the optional parameters
1621
1621
  # @option opts [Integer] :period The number of observations, per period, to calculate On-balance Volume Mean
@@ -1676,7 +1676,7 @@ module Intrinio
1676
1676
  end
1677
1677
 
1678
1678
  # Relative Strength Index
1679
- # Returns the Relative Strength Index values of Stock Prices for the Security with the given `identifier`
1679
+ # Relative strength index (RSI) is a momentum oscillator that ranges between 0 and 100. Traders believe that an RSI value over 70 indicates that a security is overbought and an RSI under 30 indicates that a security is oversold.
1680
1680
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1681
1681
  # @param [Hash] opts the optional parameters
1682
1682
  # @option opts [Integer] :period The number of observations, per period, to calculate Relative Strength Index (default to 14)
@@ -1692,7 +1692,7 @@ module Intrinio
1692
1692
  end
1693
1693
 
1694
1694
  # Relative Strength Index
1695
- # Returns the Relative Strength Index values of Stock Prices for the Security with the given `identifier`
1695
+ # Relative strength index (RSI) is a momentum oscillator that ranges between 0 and 100. Traders believe that an RSI value over 70 indicates that a security is overbought and an RSI under 30 indicates that a security is oversold.
1696
1696
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1697
1697
  # @param [Hash] opts the optional parameters
1698
1698
  # @option opts [Integer] :period The number of observations, per period, to calculate Relative Strength Index
@@ -1758,7 +1758,7 @@ module Intrinio
1758
1758
  end
1759
1759
 
1760
1760
  # Simple Moving Average
1761
- # Returns the Simple Moving Average values of Stock Prices for the Security with the given `identifier`
1761
+ # A simple moving average (SMA) adds recent prices for a specified period and divides the total by that same number of periods. SMA is typically used to indicate whether a security is in an uptrend or downtrend and can also be combined with a long-term moving average to improve the signal`s abilities.
1762
1762
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1763
1763
  # @param [Hash] opts the optional parameters
1764
1764
  # @option opts [Integer] :period The number of observations, per period, to calculate Simple Moving Average (default to 20)
@@ -1774,7 +1774,7 @@ module Intrinio
1774
1774
  end
1775
1775
 
1776
1776
  # Simple Moving Average
1777
- # Returns the Simple Moving Average values of Stock Prices for the Security with the given `identifier`
1777
+ # A simple moving average (SMA) adds recent prices for a specified period and divides the total by that same number of periods. SMA is typically used to indicate whether a security is in an uptrend or downtrend and can also be combined with a long-term moving average to improve the signal`s abilities.
1778
1778
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1779
1779
  # @param [Hash] opts the optional parameters
1780
1780
  # @option opts [Integer] :period The number of observations, per period, to calculate Simple Moving Average
@@ -1840,7 +1840,7 @@ module Intrinio
1840
1840
  end
1841
1841
 
1842
1842
  # Stochastic Oscillator
1843
- # Returns the Stochastic Oscillator values of Stock Prices for the Security with the given `identifier`
1843
+ # The Stochastic Oscillator (SO) is a range-bound momentum indicator that ranges from 0 to 100 and follows the velocity of the momentum itself, not the underlying price or volume. When SO is above 80 it indicates that a security is trading at the high end of its period`s high-low range and vice versa if the reading is below 20.
1844
1844
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1845
1845
  # @param [Hash] opts the optional parameters
1846
1846
  # @option opts [Integer] :period The number of observations, per period, to calculate %K of Stochastic Oscillator (default to 14)
@@ -1856,7 +1856,7 @@ module Intrinio
1856
1856
  end
1857
1857
 
1858
1858
  # Stochastic Oscillator
1859
- # Returns the Stochastic Oscillator values of Stock Prices for the Security with the given `identifier`
1859
+ # The Stochastic Oscillator (SO) is a range-bound momentum indicator that ranges from 0 to 100 and follows the velocity of the momentum itself, not the underlying price or volume. When SO is above 80 it indicates that a security is trading at the high end of its period`s high-low range and vice versa if the reading is below 20.
1860
1860
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1861
1861
  # @param [Hash] opts the optional parameters
1862
1862
  # @option opts [Integer] :period The number of observations, per period, to calculate %K of Stochastic Oscillator
@@ -1923,7 +1923,7 @@ module Intrinio
1923
1923
  end
1924
1924
 
1925
1925
  # Triple Exponential Average
1926
- # Returns the Simple Moving Average values of Stock Prices for the Security with the given `identifier`
1926
+ # The Triple Exponential Average (TEA) is a momentum indicator used to identify when a security is oversold and overbought. By exponentially smoothing out the underlying security`s moving average, the TEA filters out insignificant price movements. A positive TEA is often believed to indicate momentum is increasing and a negative TEA indicates that momentum is decreasing.
1927
1927
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1928
1928
  # @param [Hash] opts the optional parameters
1929
1929
  # @option opts [Integer] :period The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average (default to 15)
@@ -1938,7 +1938,7 @@ module Intrinio
1938
1938
  end
1939
1939
 
1940
1940
  # Triple Exponential Average
1941
- # Returns the Simple Moving Average values of Stock Prices for the Security with the given `identifier`
1941
+ # The Triple Exponential Average (TEA) is a momentum indicator used to identify when a security is oversold and overbought. By exponentially smoothing out the underlying security`s moving average, the TEA filters out insignificant price movements. A positive TEA is often believed to indicate momentum is increasing and a negative TEA indicates that momentum is decreasing.
1942
1942
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1943
1943
  # @param [Hash] opts the optional parameters
1944
1944
  # @option opts [Integer] :period The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average
@@ -1999,7 +1999,7 @@ module Intrinio
1999
1999
  end
2000
2000
 
2001
2001
  # True Strength Index
2002
- # Returns the True Strength Index values of Stock Prices for the Security with the given `identifier`
2002
+ # The True Strength Index (TSI) is a momentum oscillator used to identify building trends and trend reversals, typically by signalling overbought and oversold conditions. TSI fluctuates between positive and negative values, and traders typically combine its signal with other momentum oscillators to increase its strength. When TSI crosses the signal line into positive territory it is presumed to be an entrance opportunity and vice versa when the TSI crosses into negative territory.
2003
2003
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2004
2004
  # @param [Hash] opts the optional parameters
2005
2005
  # @option opts [Integer] :low_period The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index (default to 13)
@@ -2016,7 +2016,7 @@ module Intrinio
2016
2016
  end
2017
2017
 
2018
2018
  # True Strength Index
2019
- # Returns the True Strength Index values of Stock Prices for the Security with the given `identifier`
2019
+ # The True Strength Index (TSI) is a momentum oscillator used to identify building trends and trend reversals, typically by signalling overbought and oversold conditions. TSI fluctuates between positive and negative values, and traders typically combine its signal with other momentum oscillators to increase its strength. When TSI crosses the signal line into positive territory it is presumed to be an entrance opportunity and vice versa when the TSI crosses into negative territory.
2020
2020
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2021
2021
  # @param [Hash] opts the optional parameters
2022
2022
  # @option opts [Integer] :low_period The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index
@@ -2088,7 +2088,7 @@ module Intrinio
2088
2088
  end
2089
2089
 
2090
2090
  # Ultimate Oscillator
2091
- # Returns the Ultimate Oscillator values of Stock Prices for the Security with the given `identifier`
2091
+ # The Ultimate Oscillator (UO) is a range bound technical indicator that moves between 0 and 100 and is calculated with 3 timeframes, typically 7, 14, and 28 day periods. When UO`s value is above 70 a security is categorized as overbought and when UO`s value is below 30 a security is categorized as oversold.
2092
2092
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2093
2093
  # @param [Hash] opts the optional parameters
2094
2094
  # @option opts [Integer] :short_period The number of observations, per period, to calculate the short period for Ultimate Oscillator (default to 7)
@@ -2108,7 +2108,7 @@ module Intrinio
2108
2108
  end
2109
2109
 
2110
2110
  # Ultimate Oscillator
2111
- # Returns the Ultimate Oscillator values of Stock Prices for the Security with the given `identifier`
2111
+ # The Ultimate Oscillator (UO) is a range bound technical indicator that moves between 0 and 100 and is calculated with 3 timeframes, typically 7, 14, and 28 day periods. When UO`s value is above 70 a security is categorized as overbought and when UO`s value is below 30 a security is categorized as oversold.
2112
2112
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2113
2113
  # @param [Hash] opts the optional parameters
2114
2114
  # @option opts [Integer] :short_period The number of observations, per period, to calculate the short period for Ultimate Oscillator
@@ -2179,7 +2179,7 @@ module Intrinio
2179
2179
  end
2180
2180
 
2181
2181
  # Vortex Indicator
2182
- # Returns the Vortex Indicator values of Stock Prices for the Security with the given `identifier`
2182
+ # The Vortex Indicator (VI) is composed of an uptrend line (VI+) and a downtrend line (VI-). When VI+ crosses VI- from below it typically indicates an entry into a given security. When VI- crosses VI+ from below it typically triggers an exit and that the current trend is reversing course.
2183
2183
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2184
2184
  # @param [Hash] opts the optional parameters
2185
2185
  # @option opts [Integer] :period The number of observations, per period, to calculate Vortex Indicator (default to 14)
@@ -2194,7 +2194,7 @@ module Intrinio
2194
2194
  end
2195
2195
 
2196
2196
  # Vortex Indicator
2197
- # Returns the Vortex Indicator values of Stock Prices for the Security with the given `identifier`
2197
+ # The Vortex Indicator (VI) is composed of an uptrend line (VI+) and a downtrend line (VI-). When VI+ crosses VI- from below it typically indicates an entry into a given security. When VI- crosses VI+ from below it typically triggers an exit and that the current trend is reversing course.
2198
2198
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2199
2199
  # @param [Hash] opts the optional parameters
2200
2200
  # @option opts [Integer] :period The number of observations, per period, to calculate Vortex Indicator
@@ -2255,7 +2255,7 @@ module Intrinio
2255
2255
  end
2256
2256
 
2257
2257
  # Volume-price Trend
2258
- # Returns the Volume-price Trend values of Stock Prices for the Security with the given `identifier`
2258
+ # The volume price trend (VPT) is a technical indicator that uses price & volume to determine whether a trend is established. Typically, when a security is trending upwards, there is more volume on positive days than negative ones, and as a result VPT should be increasing on these days as well. However, if VPT fails to increase past its previous high during an outbreak, this is suggested to indicate the rally is losing strength.
2259
2259
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2260
2260
  # @param [Hash] opts the optional parameters
2261
2261
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -2269,7 +2269,7 @@ module Intrinio
2269
2269
  end
2270
2270
 
2271
2271
  # Volume-price Trend
2272
- # Returns the Volume-price Trend values of Stock Prices for the Security with the given `identifier`
2272
+ # The volume price trend (VPT) is a technical indicator that uses price & volume to determine whether a trend is established. Typically, when a security is trending upwards, there is more volume on positive days than negative ones, and as a result VPT should be increasing on these days as well. However, if VPT fails to increase past its previous high during an outbreak, this is suggested to indicate the rally is losing strength.
2273
2273
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2274
2274
  # @param [Hash] opts the optional parameters
2275
2275
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -2324,7 +2324,7 @@ module Intrinio
2324
2324
  end
2325
2325
 
2326
2326
  # Volume Weighted Average Price
2327
- # Returns the Volume Weighted Average Price values of Stock Prices for the Security with the given `identifier`
2327
+ # Volume Weighted Average Price (VWAP) is a lagging technical indicator that is used in combination with a security`s price. When the underlying price rises above its VWAP, it is often interpreted as a bullish signal, and vice versa in the opposite direction.
2328
2328
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2329
2329
  # @param [Hash] opts the optional parameters
2330
2330
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -2338,7 +2338,7 @@ module Intrinio
2338
2338
  end
2339
2339
 
2340
2340
  # Volume Weighted Average Price
2341
- # Returns the Volume Weighted Average Price values of Stock Prices for the Security with the given `identifier`
2341
+ # Volume Weighted Average Price (VWAP) is a lagging technical indicator that is used in combination with a security`s price. When the underlying price rises above its VWAP, it is often interpreted as a bullish signal, and vice versa in the opposite direction.
2342
2342
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2343
2343
  # @param [Hash] opts the optional parameters
2344
2344
  # @option opts [String] :start_date Return technical indicator values on or after the date
@@ -2393,7 +2393,7 @@ module Intrinio
2393
2393
  end
2394
2394
 
2395
2395
  # Williams %R
2396
- # Returns the Williams %R values of Stock Prices for the Security with the given `identifier`
2396
+ # Williams %R is a momentum indicator used to determine overbought and oversold environments for a security and fluctuates between 0 and -100. When Williams %R is above -20 the security is considered to be overbought and when Williams %R is under -80 the security is considered to be oversold.
2397
2397
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2398
2398
  # @param [Hash] opts the optional parameters
2399
2399
  # @option opts [Integer] :period The number of observations, per period, to look-back when calculating Williams %R (default to 14)
@@ -2408,7 +2408,7 @@ module Intrinio
2408
2408
  end
2409
2409
 
2410
2410
  # Williams %R
2411
- # Returns the Williams %R values of Stock Prices for the Security with the given `identifier`
2411
+ # Williams %R is a momentum indicator used to determine overbought and oversold environments for a security and fluctuates between 0 and -100. When Williams %R is above -20 the security is considered to be overbought and when Williams %R is under -80 the security is considered to be oversold.
2412
2412
  # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2413
2413
  # @param [Hash] opts the optional parameters
2414
2414
  # @option opts [Integer] :period The number of observations, per period, to look-back when calculating Williams %R
@@ -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://docs.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.27.5
6
+ OpenAPI spec version: 2.28.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://docs.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.27.5
6
+ OpenAPI spec version: 2.28.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset