intrinio-sdk 5.20.0 → 6.21.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (596) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +24 -2
  3. data/docs/ApiResponseESGCompanies.md +24 -0
  4. data/docs/ApiResponseESGCompanyComprehensiveRatingHistory.md +28 -0
  5. data/docs/ApiResponseESGCompanyRatingHistory.md +28 -0
  6. data/docs/ApiResponseESGLatest.md +24 -0
  7. data/docs/ApiResponseESGLatestComprehensive.md +24 -0
  8. data/docs/CompanyApi.md +11 -11
  9. data/docs/ESGApi.md +432 -0
  10. data/docs/ESGCompanySummary.md +25 -0
  11. data/docs/ESGComprehensiveRating.md +58 -0
  12. data/docs/ESGComprehensiveRatingWithCompany.md +62 -0
  13. data/docs/ESGRating.md +24 -0
  14. data/docs/ESGRatingWithCompany.md +28 -0
  15. data/docs/ETFHolding.md +2 -1
  16. data/docs/ETFsApi.md +6 -6
  17. data/docs/FilingApi.md +10 -8
  18. data/docs/FundamentalsApi.md +103 -4
  19. data/docs/IndexApi.md +5 -3
  20. data/docs/OptionSnapshotGroup.md +21 -0
  21. data/docs/OptionSnapshotsResult.md +23 -0
  22. data/docs/OptionStatsRealtime.md +1 -0
  23. data/docs/OptionsApi.md +98 -13
  24. data/docs/OwnersApi.md +2 -2
  25. data/docs/SecurityApi.md +115 -34
  26. data/docs/SecuritySnapshotGroup.md +21 -0
  27. data/docs/SecuritySnapshotsResult.md +23 -0
  28. data/docs/StockExchangeApi.md +2 -0
  29. data/docs/TechnicalApi.md +31 -31
  30. data/git_push.sh +0 -0
  31. data/intrinio-sdk.gemspec +1 -1
  32. data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
  33. data/lib/intrinio-sdk/api/company_api.rb +23 -23
  34. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  35. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  36. data/lib/intrinio-sdk/api/esg_api.rb +335 -0
  37. data/lib/intrinio-sdk/api/et_fs_api.rb +13 -13
  38. data/lib/intrinio-sdk/api/filing_api.rb +19 -23
  39. data/lib/intrinio-sdk/api/forex_api.rb +1 -1
  40. data/lib/intrinio-sdk/api/fundamentals_api.rb +95 -9
  41. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  42. data/lib/intrinio-sdk/api/index_api.rb +11 -11
  43. data/lib/intrinio-sdk/api/insider_transaction_filings_api.rb +1 -1
  44. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  45. data/lib/intrinio-sdk/api/options_api.rb +84 -25
  46. data/lib/intrinio-sdk/api/owners_api.rb +3 -3
  47. data/lib/intrinio-sdk/api/security_api.rb +119 -69
  48. data/lib/intrinio-sdk/api/stock_exchange_api.rb +4 -1
  49. data/lib/intrinio-sdk/api/technical_api.rb +63 -63
  50. data/lib/intrinio-sdk/api/zacks_api.rb +1 -1
  51. data/lib/intrinio-sdk/api_client.rb +1 -1
  52. data/lib/intrinio-sdk/api_error.rb +1 -1
  53. data/lib/intrinio-sdk/configuration.rb +1 -1
  54. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  55. data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
  56. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  57. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  58. data/lib/intrinio-sdk/models/api_response_company_answers.rb +1 -1
  59. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  60. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  61. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  62. data/lib/intrinio-sdk/models/api_response_company_insider_transaction_filings.rb +1 -1
  63. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  64. data/lib/intrinio-sdk/models/api_response_company_recognize.rb +1 -1
  65. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_company_shares_outstanding.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  68. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  69. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  70. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  71. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  72. data/lib/intrinio-sdk/models/api_response_esg_companies.rb +200 -0
  73. data/lib/intrinio-sdk/models/api_response_esg_company_comprehensive_rating_history.rb +209 -0
  74. data/lib/intrinio-sdk/models/api_response_esg_company_rating_history.rb +209 -0
  75. data/lib/intrinio-sdk/models/api_response_esg_latest.rb +200 -0
  76. data/lib/intrinio-sdk/models/api_response_esg_latest_comprehensive.rb +200 -0
  77. data/lib/intrinio-sdk/models/api_response_et_fs.rb +1 -1
  78. data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +1 -1
  79. data/lib/intrinio-sdk/models/api_response_filing_answers.rb +1 -1
  80. data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
  81. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  82. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  83. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  84. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  85. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  86. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  87. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_insider_transaction_filings.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
  96. data/lib/intrinio-sdk/models/api_response_options_chain_eod.rb +1 -1
  97. data/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb +1 -1
  98. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  99. data/lib/intrinio-sdk/models/api_response_options_price_realtime.rb +1 -1
  100. data/lib/intrinio-sdk/models/api_response_options_prices_batch_realtime.rb +1 -1
  101. data/lib/intrinio-sdk/models/api_response_options_prices_eod.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_options_realtime.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_options_stats_realtime.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_options_tickers.rb +1 -1
  105. data/lib/intrinio-sdk/models/api_response_options_unusual_activity.rb +1 -1
  106. data/lib/intrinio-sdk/models/api_response_owner_insider_transaction_filings.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_owner_institutional_holdings.rb +1 -1
  108. data/lib/intrinio-sdk/models/api_response_owners.rb +1 -1
  109. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  110. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  112. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  113. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  114. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  115. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  116. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  117. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  118. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  119. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  120. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  121. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  124. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  125. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_security_institutional_ownership.rb +1 -1
  127. data/lib/intrinio-sdk/models/api_response_security_interval_prices.rb +1 -1
  128. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  129. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  130. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  131. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  132. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  133. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  134. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  135. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  143. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  144. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  146. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  147. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  148. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  149. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
  150. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
  151. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
  152. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
  153. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  154. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  155. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  156. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  157. data/lib/intrinio-sdk/models/api_response_standardized_financials_dimensions.rb +1 -1
  158. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  159. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  160. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  161. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  162. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  163. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  164. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  165. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  166. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
  167. data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +1 -1
  168. data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +1 -1
  169. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
  170. data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +1 -1
  171. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +1 -1
  172. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +1 -1
  173. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +1 -1
  174. data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +1 -1
  175. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
  176. data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +1 -1
  177. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  178. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  179. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  180. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  181. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  182. data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
  183. data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
  184. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  185. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  186. data/lib/intrinio-sdk/models/company.rb +1 -1
  187. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  188. data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
  189. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  190. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  191. data/lib/intrinio-sdk/models/company_shares_outstanding.rb +1 -1
  192. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  193. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  194. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  195. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  196. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  197. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  198. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  199. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  200. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  201. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  202. data/lib/intrinio-sdk/models/esg_company_summary.rb +239 -0
  203. data/lib/intrinio-sdk/models/esg_comprehensive_rating.rb +569 -0
  204. data/lib/intrinio-sdk/models/esg_comprehensive_rating_with_company.rb +578 -0
  205. data/lib/intrinio-sdk/models/esg_rating.rb +229 -0
  206. data/lib/intrinio-sdk/models/esg_rating_with_company.rb +238 -0
  207. data/lib/intrinio-sdk/models/etf.rb +1 -1
  208. data/lib/intrinio-sdk/models/etf_analytics.rb +1 -1
  209. data/lib/intrinio-sdk/models/etf_holding.rb +13 -3
  210. data/lib/intrinio-sdk/models/etf_stats.rb +1 -1
  211. data/lib/intrinio-sdk/models/etf_summary.rb +1 -1
  212. data/lib/intrinio-sdk/models/filing.rb +1 -1
  213. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  214. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  215. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  216. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  217. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  218. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  219. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  220. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  221. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  222. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  223. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  224. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  225. data/lib/intrinio-sdk/models/insider_transaction.rb +1 -1
  226. data/lib/intrinio-sdk/models/insider_transaction_filing.rb +1 -1
  227. data/lib/intrinio-sdk/models/institutional_holding.rb +1 -1
  228. data/lib/intrinio-sdk/models/institutional_ownership.rb +1 -1
  229. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  230. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  231. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  232. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  233. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  234. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  235. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  236. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  237. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  238. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  239. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  240. data/lib/intrinio-sdk/models/option.rb +1 -1
  241. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  242. data/lib/intrinio-sdk/models/option_chain_eod.rb +1 -1
  243. data/lib/intrinio-sdk/models/option_chain_realtime.rb +1 -1
  244. data/lib/intrinio-sdk/models/option_contracts_list.rb +1 -1
  245. data/lib/intrinio-sdk/models/option_eod.rb +1 -1
  246. data/lib/intrinio-sdk/models/option_factors_realtime.rb +1 -1
  247. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  248. data/lib/intrinio-sdk/models/option_price_batch_realtime.rb +1 -1
  249. data/lib/intrinio-sdk/models/option_price_eod.rb +1 -1
  250. data/lib/intrinio-sdk/models/option_price_realtime.rb +1 -1
  251. data/lib/intrinio-sdk/models/option_realtime.rb +1 -1
  252. data/lib/intrinio-sdk/models/option_snapshot_group.rb +201 -0
  253. data/lib/intrinio-sdk/models/option_snapshots_result.rb +191 -0
  254. data/lib/intrinio-sdk/models/option_stats_realtime.rb +15 -5
  255. data/lib/intrinio-sdk/models/option_unusual_trade.rb +1 -1
  256. data/lib/intrinio-sdk/models/owner.rb +1 -1
  257. data/lib/intrinio-sdk/models/owner_summary.rb +1 -1
  258. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  259. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  260. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  261. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  262. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  263. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  264. data/lib/intrinio-sdk/models/security.rb +1 -1
  265. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  266. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  267. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  268. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  269. data/lib/intrinio-sdk/models/security_snapshot_group.rb +201 -0
  270. data/lib/intrinio-sdk/models/security_snapshots_result.rb +191 -0
  271. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  272. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  273. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  274. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  275. data/lib/intrinio-sdk/models/standardized_financials_dimension.rb +1 -1
  276. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  277. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  278. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  279. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  280. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  281. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  282. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  283. data/lib/intrinio-sdk/models/stock_price_interval.rb +1 -1
  284. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  285. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  286. data/lib/intrinio-sdk/models/thea_entity_answer.rb +1 -1
  287. data/lib/intrinio-sdk/models/thea_source_document.rb +1 -1
  288. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  289. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  290. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  291. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  292. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  293. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  294. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  295. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
  296. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
  297. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
  298. data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +1 -1
  299. data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +1 -1
  300. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
  301. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
  302. data/lib/intrinio-sdk/models/zacks_etf_holding.rb +1 -1
  303. data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +1 -1
  304. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +1 -1
  305. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +1 -1
  306. data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +1 -1
  307. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +1 -1
  308. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +1 -1
  309. data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +1 -1
  310. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
  311. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
  312. data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +1 -1
  313. data/lib/intrinio-sdk/version.rb +2 -2
  314. data/lib/intrinio-sdk.rb +16 -1
  315. data/spec/api/bulk_downloads_api_spec.rb +1 -1
  316. data/spec/api/company_api_spec.rb +12 -12
  317. data/spec/api/data_point_api_spec.rb +1 -1
  318. data/spec/api/data_tag_api_spec.rb +1 -1
  319. data/spec/api/esg_api_spec.rb +107 -0
  320. data/spec/api/et_fs_api_spec.rb +7 -7
  321. data/spec/api/filing_api_spec.rb +8 -8
  322. data/spec/api/forex_api_spec.rb +1 -1
  323. data/spec/api/fundamentals_api_spec.rb +26 -5
  324. data/spec/api/historical_data_api_spec.rb +1 -1
  325. data/spec/api/index_api_spec.rb +6 -6
  326. data/spec/api/insider_transaction_filings_api_spec.rb +1 -1
  327. data/spec/api/municipality_api_spec.rb +1 -1
  328. data/spec/api/options_api_spec.rb +27 -13
  329. data/spec/api/owners_api_spec.rb +2 -2
  330. data/spec/api/security_api_spec.rb +47 -35
  331. data/spec/api/stock_exchange_api_spec.rb +2 -1
  332. data/spec/api/technical_api_spec.rb +32 -32
  333. data/spec/api/zacks_api_spec.rb +1 -1
  334. data/spec/api_client_spec.rb +1 -1
  335. data/spec/configuration_spec.rb +1 -1
  336. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  337. data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
  338. data/spec/models/api_response_companies_search_spec.rb +1 -1
  339. data/spec/models/api_response_companies_spec.rb +1 -1
  340. data/spec/models/api_response_company_answers_spec.rb +1 -1
  341. data/spec/models/api_response_company_filings_spec.rb +1 -1
  342. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  343. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  344. data/spec/models/api_response_company_insider_transaction_filings_spec.rb +1 -1
  345. data/spec/models/api_response_company_news_spec.rb +1 -1
  346. data/spec/models/api_response_company_recognize_spec.rb +1 -1
  347. data/spec/models/api_response_company_securities_spec.rb +1 -1
  348. data/spec/models/api_response_company_shares_outstanding_spec.rb +1 -1
  349. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  350. data/spec/models/api_response_data_tags_spec.rb +1 -1
  351. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  352. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  353. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  354. data/spec/models/api_response_esg_companies_spec.rb +48 -0
  355. data/spec/models/api_response_esg_company_comprehensive_rating_history_spec.rb +54 -0
  356. data/spec/models/api_response_esg_company_rating_history_spec.rb +54 -0
  357. data/spec/models/api_response_esg_latest_comprehensive_spec.rb +48 -0
  358. data/spec/models/api_response_esg_latest_spec.rb +48 -0
  359. data/spec/models/api_response_et_fs_spec.rb +1 -1
  360. data/spec/models/api_response_etf_holdings_spec.rb +1 -1
  361. data/spec/models/api_response_filing_answers_spec.rb +1 -1
  362. data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
  363. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  364. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  365. data/spec/models/api_response_filings_spec.rb +1 -1
  366. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  367. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  368. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  369. data/spec/models/api_response_historical_data_spec.rb +1 -1
  370. data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
  371. data/spec/models/api_response_insider_transaction_filings_spec.rb +1 -1
  372. data/spec/models/api_response_municipalities_spec.rb +1 -1
  373. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  374. data/spec/models/api_response_news_spec.rb +1 -1
  375. data/spec/models/api_response_option_prices_spec.rb +1 -1
  376. data/spec/models/api_response_options_chain_eod_spec.rb +1 -1
  377. data/spec/models/api_response_options_chain_realtime_spec.rb +1 -1
  378. data/spec/models/api_response_options_chain_spec.rb +1 -1
  379. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  380. data/spec/models/api_response_options_price_realtime_spec.rb +1 -1
  381. data/spec/models/api_response_options_prices_batch_realtime_spec.rb +1 -1
  382. data/spec/models/api_response_options_prices_eod_spec.rb +1 -1
  383. data/spec/models/api_response_options_realtime_spec.rb +1 -1
  384. data/spec/models/api_response_options_spec.rb +1 -1
  385. data/spec/models/api_response_options_stats_realtime_spec.rb +1 -1
  386. data/spec/models/api_response_options_tickers_spec.rb +1 -1
  387. data/spec/models/api_response_options_unusual_activity_spec.rb +1 -1
  388. data/spec/models/api_response_owner_insider_transaction_filings_spec.rb +1 -1
  389. data/spec/models/api_response_owner_institutional_holdings_spec.rb +1 -1
  390. data/spec/models/api_response_owners_spec.rb +1 -1
  391. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  392. data/spec/models/api_response_securities_search_spec.rb +1 -1
  393. data/spec/models/api_response_securities_spec.rb +1 -1
  394. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  395. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  396. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  397. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  398. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  399. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  400. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  401. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  402. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  403. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  404. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  405. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  406. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  407. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  408. data/spec/models/api_response_security_institutional_ownership_spec.rb +1 -1
  409. data/spec/models/api_response_security_interval_prices_spec.rb +1 -1
  410. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  411. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  412. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  413. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  414. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  415. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  416. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  417. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  418. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  419. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  420. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  421. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  422. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  423. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  424. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  425. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  426. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  427. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  428. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  429. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  430. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  431. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
  432. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
  433. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
  434. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
  435. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  436. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  437. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  438. data/spec/models/api_response_standardized_financials_dimensions_spec.rb +1 -1
  439. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  440. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  441. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  442. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  443. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  444. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  445. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  446. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  447. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  448. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
  449. data/spec/models/api_response_zacks_eps_estimates_spec.rb +1 -1
  450. data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +1 -1
  451. data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
  452. data/spec/models/api_response_zacks_etf_holdings_spec.rb +1 -1
  453. data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +1 -1
  454. data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +1 -1
  455. data/spec/models/api_response_zacks_institutional_holdings_spec.rb +1 -1
  456. data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +1 -1
  457. data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
  458. data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +1 -1
  459. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  460. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  461. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  462. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  463. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  464. data/spec/models/bulk_download_links_spec.rb +1 -1
  465. data/spec/models/bulk_download_summary_spec.rb +1 -1
  466. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  467. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  468. data/spec/models/company_filing_spec.rb +1 -1
  469. data/spec/models/company_initial_public_offering_spec.rb +1 -1
  470. data/spec/models/company_news_spec.rb +1 -1
  471. data/spec/models/company_news_summary_spec.rb +1 -1
  472. data/spec/models/company_shares_outstanding_spec.rb +1 -1
  473. data/spec/models/company_spec.rb +1 -1
  474. data/spec/models/company_summary_spec.rb +1 -1
  475. data/spec/models/data_tag_spec.rb +1 -1
  476. data/spec/models/data_tag_summary_spec.rb +1 -1
  477. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  478. data/spec/models/dividend_record_spec.rb +1 -1
  479. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  480. data/spec/models/earnings_record_spec.rb +1 -1
  481. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  482. data/spec/models/economic_index_spec.rb +1 -1
  483. data/spec/models/economic_index_summary_spec.rb +1 -1
  484. data/spec/models/esg_company_summary_spec.rb +72 -0
  485. data/spec/models/esg_comprehensive_rating_spec.rb +270 -0
  486. data/spec/models/esg_comprehensive_rating_with_company_spec.rb +276 -0
  487. data/spec/models/esg_rating_spec.rb +66 -0
  488. data/spec/models/esg_rating_with_company_spec.rb +72 -0
  489. data/spec/models/etf_analytics_spec.rb +1 -1
  490. data/spec/models/etf_holding_spec.rb +7 -1
  491. data/spec/models/etf_spec.rb +1 -1
  492. data/spec/models/etf_stats_spec.rb +1 -1
  493. data/spec/models/etf_summary_spec.rb +1 -1
  494. data/spec/models/filing_note_filing_spec.rb +1 -1
  495. data/spec/models/filing_note_spec.rb +1 -1
  496. data/spec/models/filing_note_summary_spec.rb +1 -1
  497. data/spec/models/filing_spec.rb +1 -1
  498. data/spec/models/filing_summary_spec.rb +1 -1
  499. data/spec/models/force_index_technical_value_spec.rb +1 -1
  500. data/spec/models/forex_currency_spec.rb +1 -1
  501. data/spec/models/forex_pair_spec.rb +1 -1
  502. data/spec/models/forex_price_spec.rb +1 -1
  503. data/spec/models/fundamental_spec.rb +1 -1
  504. data/spec/models/fundamental_summary_spec.rb +1 -1
  505. data/spec/models/historical_data_spec.rb +1 -1
  506. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  507. data/spec/models/insider_transaction_filing_spec.rb +1 -1
  508. data/spec/models/insider_transaction_spec.rb +1 -1
  509. data/spec/models/institutional_holding_spec.rb +1 -1
  510. data/spec/models/institutional_ownership_spec.rb +1 -1
  511. data/spec/models/intraday_stock_price_spec.rb +1 -1
  512. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  513. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  514. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  515. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  516. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  517. data/spec/models/municipality_financial_spec.rb +1 -1
  518. data/spec/models/municipality_spec.rb +1 -1
  519. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  520. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  521. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  522. data/spec/models/option_chain_eod_spec.rb +1 -1
  523. data/spec/models/option_chain_realtime_spec.rb +1 -1
  524. data/spec/models/option_chain_spec.rb +1 -1
  525. data/spec/models/option_contracts_list_spec.rb +1 -1
  526. data/spec/models/option_eod_spec.rb +1 -1
  527. data/spec/models/option_factors_realtime_spec.rb +1 -1
  528. data/spec/models/option_price_batch_realtime_spec.rb +1 -1
  529. data/spec/models/option_price_eod_spec.rb +1 -1
  530. data/spec/models/option_price_realtime_spec.rb +1 -1
  531. data/spec/models/option_price_spec.rb +1 -1
  532. data/spec/models/option_realtime_spec.rb +1 -1
  533. data/spec/models/option_snapshot_group_spec.rb +48 -0
  534. data/spec/models/option_snapshots_result_spec.rb +42 -0
  535. data/spec/models/option_spec.rb +1 -1
  536. data/spec/models/option_stats_realtime_spec.rb +7 -1
  537. data/spec/models/option_unusual_trade_spec.rb +1 -1
  538. data/spec/models/owner_spec.rb +1 -1
  539. data/spec/models/owner_summary_spec.rb +1 -1
  540. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  541. data/spec/models/realtime_stock_price_spec.rb +1 -1
  542. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  543. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  544. data/spec/models/reported_financial_spec.rb +1 -1
  545. data/spec/models/reported_tag_spec.rb +1 -1
  546. data/spec/models/security_screen_clause_spec.rb +1 -1
  547. data/spec/models/security_screen_group_spec.rb +1 -1
  548. data/spec/models/security_screen_result_data_spec.rb +1 -1
  549. data/spec/models/security_screen_result_spec.rb +1 -1
  550. data/spec/models/security_snapshot_group_spec.rb +48 -0
  551. data/spec/models/security_snapshots_result_spec.rb +42 -0
  552. data/spec/models/security_spec.rb +1 -1
  553. data/spec/models/security_summary_spec.rb +1 -1
  554. data/spec/models/sic_index_spec.rb +1 -1
  555. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  556. data/spec/models/standardized_financial_spec.rb +1 -1
  557. data/spec/models/standardized_financials_dimension_spec.rb +1 -1
  558. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  559. data/spec/models/stock_exchange_spec.rb +1 -1
  560. data/spec/models/stock_market_index_spec.rb +1 -1
  561. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  562. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  563. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  564. data/spec/models/stock_price_interval_spec.rb +1 -1
  565. data/spec/models/stock_price_spec.rb +1 -1
  566. data/spec/models/stock_price_summary_spec.rb +1 -1
  567. data/spec/models/technical_indicator_spec.rb +1 -1
  568. data/spec/models/thea_entity_answer_spec.rb +1 -1
  569. data/spec/models/thea_source_document_spec.rb +1 -1
  570. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  571. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  572. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  573. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  574. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  575. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  576. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  577. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
  578. data/spec/models/zacks_analyst_rating_spec.rb +1 -1
  579. data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
  580. data/spec/models/zacks_eps_estimate_spec.rb +1 -1
  581. data/spec/models/zacks_eps_growth_rate_spec.rb +1 -1
  582. data/spec/models/zacks_eps_surprise_spec.rb +1 -1
  583. data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
  584. data/spec/models/zacks_etf_holding_spec.rb +1 -1
  585. data/spec/models/zacks_institutional_holding_company_detail_spec.rb +1 -1
  586. data/spec/models/zacks_institutional_holding_company_summary_spec.rb +1 -1
  587. data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +1 -1
  588. data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +1 -1
  589. data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +1 -1
  590. data/spec/models/zacks_institutional_holding_spec.rb +1 -1
  591. data/spec/models/zacks_long_term_growth_rate_spec.rb +1 -1
  592. data/spec/models/zacks_sales_surprise_spec.rb +1 -1
  593. data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
  594. data/spec/models/zacks_target_price_consensus_spec.rb +1 -1
  595. data/spec/spec_helper.rb +1 -1
  596. metadata +62 -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.29.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -20,8 +20,94 @@ module Intrinio
20
20
  @api_client = api_client
21
21
  end
22
22
 
23
+ # Filter Fundamental
24
+ # Returns fundamentals that meet the set of filters specified in parameters.
25
+ # @param [Hash] opts the optional parameters
26
+ # @option opts [Date] :filed_after Only include fundamentals that were filed on or after this date.
27
+ # @option opts [Date] :filed_before Only include fundamentals that were filed on or before this date.
28
+ # @option opts [BOOLEAN] :reported_only Only as-reported fundamentals
29
+ # @option opts [Integer] :fiscal_year Only for the given fiscal year
30
+ # @option opts [String] :statement_code Only of the given statement code
31
+ # @option opts [String] :type Only of the given type
32
+ # @option opts [String] :fiscal_period The fiscal period
33
+ # @option opts [Date] :start_date Only include fundamentals where covered period is on or after this date.
34
+ # @option opts [Date] :end_date Only include fundamentals where covered period is on or before this date.
35
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
36
+ # @return [Fundamental]
37
+ def filter_fundamental(opts = {})
38
+ data, _status_code, _headers = filter_fundamental_with_http_info(opts)
39
+ return data
40
+ end
41
+
42
+ # Filter Fundamental
43
+ # Returns fundamentals that meet the set of filters specified in parameters.
44
+ # @param [Hash] opts the optional parameters
45
+ # @option opts [Date] :filed_after Only include fundamentals that were filed on or after this date.
46
+ # @option opts [Date] :filed_before Only include fundamentals that were filed on or before this date.
47
+ # @option opts [BOOLEAN] :reported_only Only as-reported fundamentals
48
+ # @option opts [Integer] :fiscal_year Only for the given fiscal year
49
+ # @option opts [String] :statement_code Only of the given statement code
50
+ # @option opts [String] :type Only of the given type
51
+ # @option opts [String] :fiscal_period The fiscal period
52
+ # @option opts [Date] :start_date Only include fundamentals where covered period is on or after this date.
53
+ # @option opts [Date] :end_date Only include fundamentals where covered period is on or before this date.
54
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
55
+ # @return [Array<(Fundamental, Fixnum, Hash)>] Fundamental data, response status code and response headers
56
+ def filter_fundamental_with_http_info(opts = {})
57
+ if @api_client.config.debugging
58
+ @api_client.config.logger.debug "Calling API: FundamentalsApi.filter_fundamental ..."
59
+ end
60
+ if @api_client.config.client_side_validation && opts[:'statement_code'] && !['income_statement', 'balance_sheet_statement', 'cash_flow_statement', 'calculations'].include?(opts[:'statement_code'])
61
+ fail ArgumentError, 'invalid value for "statement_code", must be one of income_statement, balance_sheet_statement, cash_flow_statement, calculations'
62
+ end
63
+ if @api_client.config.client_side_validation && opts[:'type'] && !['QTR', 'YTD', 'FY', 'TTM'].include?(opts[:'type'])
64
+ fail ArgumentError, 'invalid value for "type", must be one of QTR, YTD, FY, TTM'
65
+ end
66
+ if @api_client.config.client_side_validation && opts[:'fiscal_period'] && !['Q1TTM', 'Q2TTM', 'Q3TTM', 'FY', 'Q1', 'Q2', 'Q3', 'Q4', 'Q2YTD', 'Q3YTD'].include?(opts[:'fiscal_period'])
67
+ fail ArgumentError, 'invalid value for "fiscal_period", must be one of Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD'
68
+ end
69
+ # resource path
70
+ local_var_path = "/fundamentals"
71
+
72
+ # query parameters
73
+ query_params = {}
74
+ query_params[:'filed_after'] = opts[:'filed_after'] if !opts[:'filed_after'].nil?
75
+ query_params[:'filed_before'] = opts[:'filed_before'] if !opts[:'filed_before'].nil?
76
+ query_params[:'reported_only'] = opts[:'reported_only'] if !opts[:'reported_only'].nil?
77
+ query_params[:'fiscal_year'] = opts[:'fiscal_year'] if !opts[:'fiscal_year'].nil?
78
+ query_params[:'statement_code'] = opts[:'statement_code'] if !opts[:'statement_code'].nil?
79
+ query_params[:'type'] = opts[:'type'] if !opts[:'type'].nil?
80
+ query_params[:'fiscal_period'] = opts[:'fiscal_period'] if !opts[:'fiscal_period'].nil?
81
+ query_params[:'start_date'] = opts[:'start_date'] if !opts[:'start_date'].nil?
82
+ query_params[:'end_date'] = opts[:'end_date'] if !opts[:'end_date'].nil?
83
+ query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
84
+
85
+ # header parameters
86
+ header_params = {}
87
+ # HTTP header 'Accept' (if needed)
88
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
89
+
90
+ # form parameters
91
+ form_params = {}
92
+
93
+ # http body (model)
94
+ post_body = nil
95
+ auth_names = ['ApiKeyAuth']
96
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
97
+ :header_params => header_params,
98
+ :query_params => query_params,
99
+ :form_params => form_params,
100
+ :body => post_body,
101
+ :auth_names => auth_names,
102
+ :return_type => 'Fundamental')
103
+ if @api_client.config.debugging
104
+ @api_client.config.logger.debug "API called: FundamentalsApi#filter_fundamental\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
105
+ end
106
+ return data, status_code, headers
107
+ end
108
+
23
109
  # Fundamental by ID
24
- # Returns detailed fundamental data for the given `id`.
110
+ # Returns a specific fundamental associated with a particular unique fundamental ID. Useful for pulling reference data for a specific fundamental.
25
111
  # @param id The Intrinio ID for the Fundamental
26
112
  # @param [Hash] opts the optional parameters
27
113
  # @return [Fundamental]
@@ -31,7 +117,7 @@ module Intrinio
31
117
  end
32
118
 
33
119
  # Fundamental by ID
34
- # Returns detailed fundamental data for the given &#x60;id&#x60;.
120
+ # Returns a specific fundamental associated with a particular unique fundamental ID. Useful for pulling reference data for a specific fundamental.
35
121
  # @param id The Intrinio ID for the Fundamental
36
122
  # @param [Hash] opts the optional parameters
37
123
  # @return [Array<(Fundamental, Fixnum, Hash)>] Fundamental data, response status code and response headers
@@ -74,7 +160,7 @@ module Intrinio
74
160
  end
75
161
 
76
162
  # Reported Financials
77
- # Returns the As-Reported Financials directly from the financial statements of the XBRL filings from the company
163
+ # Returns as-reported financial statement data for income statement, balance sheet, and cash flow statement. Data for income statement and cash flow statement is available on a FY, QTR (Q1, Q2, Q3, Q4), TTM (Q1TTM, Q2TTM, Q3TTM), and YTD (Q2YTD, Q3YTD) basis. Data for the balance sheet is available on a FY or QTR (Q1, Q2, Q3, Q4) basis only due its point-in-time nature.
78
164
  # @param id The Intrinio ID or lookup code (ticker-statement-year-period) for the Fundamental
79
165
  # @param [Hash] opts the optional parameters
80
166
  # @return [ApiResponseReportedFinancials]
@@ -84,7 +170,7 @@ module Intrinio
84
170
  end
85
171
 
86
172
  # Reported Financials
87
- # Returns the As-Reported Financials directly from the financial statements of the XBRL filings from the company
173
+ # Returns as-reported financial statement data for income statement, balance sheet, and cash flow statement. Data for income statement and cash flow statement is available on a FY, QTR (Q1, Q2, Q3, Q4), TTM (Q1TTM, Q2TTM, Q3TTM), and YTD (Q2YTD, Q3YTD) basis. Data for the balance sheet is available on a FY or QTR (Q1, Q2, Q3, Q4) basis only due its point-in-time nature.
88
174
  # @param id The Intrinio ID or lookup code (ticker-statement-year-period) for the Fundamental
89
175
  # @param [Hash] opts the optional parameters
90
176
  # @return [Array<(ApiResponseReportedFinancials, Fixnum, Hash)>] ApiResponseReportedFinancials data, response status code and response headers
@@ -127,7 +213,7 @@ module Intrinio
127
213
  end
128
214
 
129
215
  # Standardized Financials
130
- # Returns professional-grade historical financial data. This data is standardized, cleansed and verified to ensure the highest quality data sourced directly from the XBRL financial statements. The primary purpose of standardized financials are to facilitate comparability across a single company’s fundamentals and across all companies' fundamentals.
216
+ # Returns standardized financial statement data for income statement, balance sheet, cash flow statement and over 100 associated calculations for a given company. Data for income statement, cash flow statement, and calculations is available on a FY, QTR (Q1, Q2, Q3, Q4), TTM (Q1TTM, Q2TTM, Q3TTM), and YTD (Q2YTD, Q3YTD) basis. Data for the balance sheet is available on a FY or QTR (Q1, Q2, Q3, Q4) basis only due its point-in-time nature.
131
217
  # @param id The Intrinio ID or lookup code (ticker-statement-year-period) for the Fundamental
132
218
  # @param [Hash] opts the optional parameters
133
219
  # @return [ApiResponseStandardizedFinancials]
@@ -137,7 +223,7 @@ module Intrinio
137
223
  end
138
224
 
139
225
  # Standardized Financials
140
- # Returns professional-grade historical financial data. This data is standardized, cleansed and verified to ensure the highest quality data sourced directly from the XBRL financial statements. The primary purpose of standardized financials are to facilitate comparability across a single company’s fundamentals and across all companies&#39; fundamentals.
226
+ # Returns standardized financial statement data for income statement, balance sheet, cash flow statement and over 100 associated calculations for a given company. Data for income statement, cash flow statement, and calculations is available on a FY, QTR (Q1, Q2, Q3, Q4), TTM (Q1TTM, Q2TTM, Q3TTM), and YTD (Q2YTD, Q3YTD) basis. Data for the balance sheet is available on a FY or QTR (Q1, Q2, Q3, Q4) basis only due its point-in-time nature.
141
227
  # @param id The Intrinio ID or lookup code (ticker-statement-year-period) for the Fundamental
142
228
  # @param [Hash] opts the optional parameters
143
229
  # @return [Array<(ApiResponseStandardizedFinancials, Fixnum, Hash)>] ApiResponseStandardizedFinancials data, response status code and response headers
@@ -239,7 +325,7 @@ module Intrinio
239
325
  end
240
326
 
241
327
  # Lookup Fundamental
242
- # Returns the Fundamental for the Company with the given `identifier` and with the given parameters
328
+ # Returns a specific fundamental with unique fundamental ID associated with a particular company, year, period and statement. Useful for pulling the unique fundamental ID and reference data for a specific fundamental.
243
329
  # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
244
330
  # @param statement_code The statement code
245
331
  # @param fiscal_year The fiscal year
@@ -252,7 +338,7 @@ module Intrinio
252
338
  end
253
339
 
254
340
  # Lookup Fundamental
255
- # Returns the Fundamental for the Company with the given &#x60;identifier&#x60; and with the given parameters
341
+ # Returns a specific fundamental with unique fundamental ID associated with a particular company, year, period and statement. Useful for pulling the unique fundamental ID and reference data for a specific fundamental.
256
342
  # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
257
343
  # @param statement_code The statement code
258
344
  # @param fiscal_year The fiscal year
@@ -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.29.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.29.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
  # All Economic Indices
24
- #
24
+ # Returns a list of reference data on more than 200,000 economic indices from the Federal Reserve Economic Data (FRED) database.
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [Integer] :page_size The number of results to return (default to 100)
27
27
  # @option opts [String] :next_page Gets the next page of data from a previous API call
@@ -32,7 +32,7 @@ module Intrinio
32
32
  end
33
33
 
34
34
  # All Economic Indices
35
- #
35
+ # Returns a list of reference data on more than 200,000 economic indices from the Federal Reserve Economic Data (FRED) database.
36
36
  # @param [Hash] opts the optional parameters
37
37
  # @option opts [Integer] :page_size The number of results to return
38
38
  # @option opts [String] :next_page Gets the next page of data from a previous API call
@@ -192,7 +192,7 @@ module Intrinio
192
192
  end
193
193
 
194
194
  # Lookup Economic Index
195
- #
195
+ # Returns reference data for a specified Federal Reserve Economic Data (FRED) series ID.
196
196
  # @param identifier An Index Identifier (symbol, Intrinio ID)
197
197
  # @param [Hash] opts the optional parameters
198
198
  # @return [EconomicIndex]
@@ -202,7 +202,7 @@ module Intrinio
202
202
  end
203
203
 
204
204
  # Lookup Economic Index
205
- #
205
+ # Returns reference data for a specified Federal Reserve Economic Data (FRED) series ID.
206
206
  # @param identifier An Index Identifier (symbol, Intrinio ID)
207
207
  # @param [Hash] opts the optional parameters
208
208
  # @return [Array<(EconomicIndex, Fixnum, Hash)>] EconomicIndex data, response status code and response headers
@@ -245,7 +245,7 @@ module Intrinio
245
245
  end
246
246
 
247
247
  # Data Point (Number) for an Economic Index
248
- # Returns a numeric value for the given `tag` for the Economic Index with the given `identifier`
248
+ # Returns latest data for a specified Federal Reserve Economic Data (FRED) ID.
249
249
  # @param identifier An Index Identifier (symbol, Intrinio ID)
250
250
  # @param tag An Intrinio data tag &lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags/economic&#39;&gt;reference&lt;/a&gt;
251
251
  # @param [Hash] opts the optional parameters
@@ -256,7 +256,7 @@ module Intrinio
256
256
  end
257
257
 
258
258
  # Data Point (Number) for an Economic Index
259
- # Returns a numeric value for the given &#x60;tag&#x60; for the Economic Index with the given &#x60;identifier&#x60;
259
+ # Returns latest data for a specified Federal Reserve Economic Data (FRED) ID.
260
260
  # @param identifier An Index Identifier (symbol, Intrinio ID)
261
261
  # @param tag An Intrinio data tag &lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags/economic&#39;&gt;reference&lt;/a&gt;
262
262
  # @param [Hash] opts the optional parameters
@@ -363,7 +363,7 @@ module Intrinio
363
363
  end
364
364
 
365
365
  # Historical Data for an Economic Index
366
- # Returns historical values for the given `tag` and the Economic Index with the given `identifier`
366
+ # Returns historical data for a specified Federal Reserve Economic Data (FRED) ID over a period of time.
367
367
  # @param identifier An Index Identifier (symbol, Intrinio ID)
368
368
  # @param tag An Intrinio data tag &lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags/economic&#39;&gt;reference&lt;/a&gt;
369
369
  # @param [Hash] opts the optional parameters
@@ -380,7 +380,7 @@ module Intrinio
380
380
  end
381
381
 
382
382
  # Historical Data for an Economic Index
383
- # Returns historical values for the given &#x60;tag&#x60; and the Economic Index with the given &#x60;identifier&#x60;
383
+ # Returns historical data for a specified Federal Reserve Economic Data (FRED) ID over a period of time.
384
384
  # @param identifier An Index Identifier (symbol, Intrinio ID)
385
385
  # @param tag An Intrinio data tag &lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags/economic&#39;&gt;reference&lt;/a&gt;
386
386
  # @param [Hash] opts the optional parameters
@@ -957,7 +957,7 @@ module Intrinio
957
957
  end
958
958
 
959
959
  # Search Economic Indices
960
- # Searches for indices using the text in `query`
960
+ # Search the Federal Reserve Economic Data (FRED) database and return a list of economic indices matching the text query parameter passed through.
961
961
  # @param query Search query
962
962
  # @param [Hash] opts the optional parameters
963
963
  # @option opts [Integer] :page_size The number of results to return (default to 100)
@@ -968,7 +968,7 @@ module Intrinio
968
968
  end
969
969
 
970
970
  # Search Economic Indices
971
- # Searches for indices using the text in &#x60;query&#x60;
971
+ # Search the Federal Reserve Economic Data (FRED) database and return a list of economic indices matching the text query parameter passed through.
972
972
  # @param query Search query
973
973
  # @param [Hash] opts the optional parameters
974
974
  # @option opts [Integer] :page_size The number of results to return
@@ -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.29.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.29.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.29.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -68,7 +68,7 @@ module Intrinio
68
68
  end
69
69
 
70
70
  # Option Expirations Realtime
71
- # Returns all realtime option contract expiration dates for a given symbol.
71
+ # Returns a list of all current and upcoming expiration dates for a particular symbol.
72
72
  # @param symbol The option symbol, corresponding to the underlying security.
73
73
  # @param [Hash] opts the optional parameters
74
74
  # @option opts [String] :after Return option contract expiration dates after this date.
@@ -81,7 +81,7 @@ module Intrinio
81
81
  end
82
82
 
83
83
  # Option Expirations Realtime
84
- # Returns all realtime option contract expiration dates for a given symbol.
84
+ # Returns a list of all current and upcoming expiration dates for a particular symbol.
85
85
  # @param symbol The option symbol, corresponding to the underlying security.
86
86
  # @param [Hash] opts the optional parameters
87
87
  # @option opts [String] :after Return option contract expiration dates after this date.
@@ -133,7 +133,7 @@ module Intrinio
133
133
  end
134
134
 
135
135
  # Option Strikes Realtime
136
- # Returns all realtime options contracts and their prices for the given symbol and strike.
136
+ # Returns a list of the latest top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all call/put contracts that match the strike and symbol specified.
137
137
  # @param symbol The option symbol, corresponding to the underlying security.
138
138
  # @param strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
139
139
  # @param [Hash] opts the optional parameters
@@ -144,7 +144,7 @@ module Intrinio
144
144
  end
145
145
 
146
146
  # Option Strikes Realtime
147
- # Returns all realtime options contracts and their prices for the given symbol and strike.
147
+ # Returns a list of the latest top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all call/put contracts that match the strike and symbol specified.
148
148
  # @param symbol The option symbol, corresponding to the underlying security.
149
149
  # @param strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
150
150
  # @param [Hash] opts the optional parameters
@@ -192,7 +192,7 @@ module Intrinio
192
192
  end
193
193
 
194
194
  # Options
195
- # Returns the master list of option contracts for a given symbol.
195
+ # Returns a list of all securities that have options listed and are tradable on a US market exchange. Useful to retrieve the entire universe.
196
196
  # @param symbol The option symbol, corresponding to the underlying security.
197
197
  # @param [Hash] opts the optional parameters
198
198
  # @option opts [String] :type The option contract type.
@@ -211,7 +211,7 @@ module Intrinio
211
211
  end
212
212
 
213
213
  # Options
214
- # Returns the master list of option contracts for a given symbol.
214
+ # Returns a list of all securities that have options listed and are tradable on a US market exchange. Useful to retrieve the entire universe.
215
215
  # @param symbol The option symbol, corresponding to the underlying security.
216
216
  # @param [Hash] opts the optional parameters
217
217
  # @option opts [String] :type The option contract type.
@@ -279,7 +279,7 @@ module Intrinio
279
279
  end
280
280
 
281
281
  # Options by Symbol Realtime
282
- # Returns the master list of realtime option contracts for a given symbol.
282
+ # Returns a list of all securities that have options listed and are tradable on a US market exchange. Useful to retrieve the entire universe.
283
283
  # @param symbol The option symbol, corresponding to the underlying security.
284
284
  # @param [Hash] opts the optional parameters
285
285
  # @option opts [String] :type The option contract type.
@@ -297,7 +297,7 @@ module Intrinio
297
297
  end
298
298
 
299
299
  # Options by Symbol Realtime
300
- # Returns the master list of realtime option contracts for a given symbol.
300
+ # Returns a list of all securities that have options listed and are tradable on a US market exchange. Useful to retrieve the entire universe.
301
301
  # @param symbol The option symbol, corresponding to the underlying security.
302
302
  # @param [Hash] opts the optional parameters
303
303
  # @option opts [String] :type The option contract type.
@@ -362,7 +362,7 @@ module Intrinio
362
362
  end
363
363
 
364
364
  # Options Chain
365
- # Returns all options contracts and their prices for the given symbol and expiration date.
365
+ # Returns a list of the historical end-of-day top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all option contracts currently associated with the option chain.
366
366
  # @param symbol The option symbol, corresponding to the underlying security.
367
367
  # @param expiration The expiration date of the options contract
368
368
  # @param [Hash] opts the optional parameters
@@ -380,7 +380,7 @@ module Intrinio
380
380
  end
381
381
 
382
382
  # Options Chain
383
- # Returns all options contracts and their prices for the given symbol and expiration date.
383
+ # Returns a list of the historical end-of-day top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all option contracts currently associated with the option chain.
384
384
  # @param symbol The option symbol, corresponding to the underlying security.
385
385
  # @param expiration The expiration date of the options contract
386
386
  # @param [Hash] opts the optional parameters
@@ -460,6 +460,7 @@ module Intrinio
460
460
  # @option opts [Float] :strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
461
461
  # @option opts [Float] :strike_greater_than The strike price of the option contract. This will return options contracts with strike prices greater than this price.
462
462
  # @option opts [Float] :strike_less_than The strike price of the option contract. This will return options contracts with strike prices less than this price.
463
+ # @option opts [Date] :date The the date to retrieve prices for
463
464
  # @return [ApiResponseOptionsChainEod]
464
465
  def get_options_chain_eod(symbol, expiration, opts = {})
465
466
  data, _status_code, _headers = get_options_chain_eod_with_http_info(symbol, expiration, opts)
@@ -475,6 +476,7 @@ module Intrinio
475
476
  # @option opts [Float] :strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
476
477
  # @option opts [Float] :strike_greater_than The strike price of the option contract. This will return options contracts with strike prices greater than this price.
477
478
  # @option opts [Float] :strike_less_than The strike price of the option contract. This will return options contracts with strike prices less than this price.
479
+ # @option opts [Date] :date The the date to retrieve prices for
478
480
  # @return [Array<(ApiResponseOptionsChainEod, Fixnum, Hash)>] ApiResponseOptionsChainEod data, response status code and response headers
479
481
  def get_options_chain_eod_with_http_info(symbol, expiration, opts = {})
480
482
  if @api_client.config.debugging
@@ -500,6 +502,7 @@ module Intrinio
500
502
  query_params[:'strike'] = opts[:'strike'] if !opts[:'strike'].nil?
501
503
  query_params[:'strike_greater_than'] = opts[:'strike_greater_than'] if !opts[:'strike_greater_than'].nil?
502
504
  query_params[:'strike_less_than'] = opts[:'strike_less_than'] if !opts[:'strike_less_than'].nil?
505
+ query_params[:'date'] = opts[:'date'] if !opts[:'date'].nil?
503
506
 
504
507
  # header parameters
505
508
  header_params = {}
@@ -526,7 +529,7 @@ module Intrinio
526
529
  end
527
530
 
528
531
  # Options Chain Realtime
529
- # Returns all realtime options contracts and their prices for the given symbol and expiration date.
532
+ # Returns a list of the latest National Best Bid & Offer (NBBO) top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all option contracts currently associated with the option chain.
530
533
  # @param symbol The option symbol, corresponding to the underlying security.
531
534
  # @param expiration The expiration date of the options contract
532
535
  # @param [Hash] opts the optional parameters
@@ -547,7 +550,7 @@ module Intrinio
547
550
  end
548
551
 
549
552
  # Options Chain Realtime
550
- # Returns all realtime options contracts and their prices for the given symbol and expiration date.
553
+ # Returns a list of the latest National Best Bid &amp; Offer (NBBO) top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all option contracts currently associated with the option chain.
551
554
  # @param symbol The option symbol, corresponding to the underlying security.
552
555
  # @param expiration The expiration date of the options contract
553
556
  # @param [Hash] opts the optional parameters
@@ -624,7 +627,7 @@ module Intrinio
624
627
  end
625
628
 
626
629
  # Options Expirations
627
- # Returns all option contract expiration dates for a given symbol.
630
+ # Returns a list of all current and upcoming option contract expiration dates for a particular symbol.
628
631
  # @param symbol The option symbol, corresponding to the underlying security.
629
632
  # @param [Hash] opts the optional parameters
630
633
  # @option opts [String] :after Return option contract expiration dates after this date.
@@ -636,7 +639,7 @@ module Intrinio
636
639
  end
637
640
 
638
641
  # Options Expirations
639
- # Returns all option contract expiration dates for a given symbol.
642
+ # Returns a list of all current and upcoming option contract expiration dates for a particular symbol.
640
643
  # @param symbol The option symbol, corresponding to the underlying security.
641
644
  # @param [Hash] opts the optional parameters
642
645
  # @option opts [String] :after Return option contract expiration dates after this date.
@@ -683,7 +686,7 @@ module Intrinio
683
686
  end
684
687
 
685
688
  # Option Prices
686
- # Returns all option prices for a given option contract identifier.
689
+ # Returns all price data from inception to expiration for a particular contract.
687
690
  # @param identifier The Intrinio ID or code of the options contract to request prices for.
688
691
  # @param [Hash] opts the optional parameters
689
692
  # @option opts [String] :start_date Return option contract prices on or after this date.
@@ -697,7 +700,7 @@ module Intrinio
697
700
  end
698
701
 
699
702
  # Option Prices
700
- # Returns all option prices for a given option contract identifier.
703
+ # Returns all price data from inception to expiration for a particular contract.
701
704
  # @param identifier The Intrinio ID or code of the options contract to request prices for.
702
705
  # @param [Hash] opts the optional parameters
703
706
  # @option opts [String] :start_date Return option contract prices on or after this date.
@@ -752,7 +755,7 @@ module Intrinio
752
755
  end
753
756
 
754
757
  # Option Prices Batch Realtime
755
- # Returns options prices for a supplied list of option symbols.
758
+ # Returns a list of latest price data for up to 250 option contracts per request.
756
759
  # @param body The contract symbols for which to return options prices for.
757
760
  # @param [Hash] opts the optional parameters
758
761
  # @option opts [String] :source Realtime or 15-minute delayed contracts.
@@ -763,7 +766,7 @@ module Intrinio
763
766
  end
764
767
 
765
768
  # Option Prices Batch Realtime
766
- # Returns options prices for a supplied list of option symbols.
769
+ # Returns a list of latest price data for up to 250 option contracts per request.
767
770
  # @param body The contract symbols for which to return options prices for.
768
771
  # @param [Hash] opts the optional parameters
769
772
  # @option opts [String] :source Realtime or 15-minute delayed contracts.
@@ -924,8 +927,64 @@ module Intrinio
924
927
  return data, status_code, headers
925
928
  end
926
929
 
930
+ # Option Prices Realtime Snapshot
931
+ # Returns all options snapshots for the queried interval with links to download.
932
+ # @param [Hash] opts the optional parameters
933
+ # @option opts [String] :source Realtime or 15-minute delayed contracts.
934
+ # @option opts [DateTime] :at_datetime The UTC date and time (with url-encoded spaces) the snapshot will cover.
935
+ # @return [OptionSnapshotsResult]
936
+ def get_options_snapshots(opts = {})
937
+ data, _status_code, _headers = get_options_snapshots_with_http_info(opts)
938
+ return data
939
+ end
940
+
941
+ # Option Prices Realtime Snapshot
942
+ # Returns all options snapshots for the queried interval with links to download.
943
+ # @param [Hash] opts the optional parameters
944
+ # @option opts [String] :source Realtime or 15-minute delayed contracts.
945
+ # @option opts [DateTime] :at_datetime The UTC date and time (with url-encoded spaces) the snapshot will cover.
946
+ # @return [Array<(OptionSnapshotsResult, Fixnum, Hash)>] OptionSnapshotsResult data, response status code and response headers
947
+ def get_options_snapshots_with_http_info(opts = {})
948
+ if @api_client.config.debugging
949
+ @api_client.config.logger.debug "Calling API: OptionsApi.get_options_snapshots ..."
950
+ end
951
+ if @api_client.config.client_side_validation && opts[:'source'] && !['realtime', 'delayed'].include?(opts[:'source'])
952
+ fail ArgumentError, 'invalid value for "source", must be one of realtime, delayed'
953
+ end
954
+ # resource path
955
+ local_var_path = "/options/snapshots"
956
+
957
+ # query parameters
958
+ query_params = {}
959
+ query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
960
+ query_params[:'at_datetime'] = opts[:'at_datetime'] if !opts[:'at_datetime'].nil?
961
+
962
+ # header parameters
963
+ header_params = {}
964
+ # HTTP header 'Accept' (if needed)
965
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
966
+
967
+ # form parameters
968
+ form_params = {}
969
+
970
+ # http body (model)
971
+ post_body = nil
972
+ auth_names = ['ApiKeyAuth']
973
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
974
+ :header_params => header_params,
975
+ :query_params => query_params,
976
+ :form_params => form_params,
977
+ :body => post_body,
978
+ :auth_names => auth_names,
979
+ :return_type => 'OptionSnapshotsResult')
980
+ if @api_client.config.debugging
981
+ @api_client.config.logger.debug "API called: OptionsApi#get_options_snapshots\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
982
+ end
983
+ return data, status_code, headers
984
+ end
985
+
927
986
  # Option Stats Realtime
928
- # Returns all option stats (greeks and implied volatility) and factors used to calculate them, for a given option contract identifier.
987
+ # Returns all option stats (greeks and implied volatility) as well as the underlying factors used to calculate them, for a particular option contract.
929
988
  # @param identifier The Intrinio ID or code of the options contract to request prices for.
930
989
  # @param [Hash] opts the optional parameters
931
990
  # @option opts [String] :source Realtime or 15-minute delayed contracts.
@@ -936,7 +995,7 @@ module Intrinio
936
995
  end
937
996
 
938
997
  # Option Stats Realtime
939
- # Returns all option stats (greeks and implied volatility) and factors used to calculate them, for a given option contract identifier.
998
+ # Returns all option stats (greeks and implied volatility) as well as the underlying factors used to calculate them, for a particular option contract.
940
999
  # @param identifier The Intrinio ID or code of the options contract to request prices for.
941
1000
  # @param [Hash] opts the optional parameters
942
1001
  # @option opts [String] :source Realtime or 15-minute delayed contracts.
@@ -984,7 +1043,7 @@ module Intrinio
984
1043
  end
985
1044
 
986
1045
  # Options Unusual Activity
987
- # Returns unusual trades for a given identifier.
1046
+ # Returns unusual options activity for a particular company across all option chains. Unusual options activity includes large trades, sweeps, and block trades.
988
1047
  # @param symbol The option symbol, corresponding to the underlying security.
989
1048
  # @param [Hash] opts the optional parameters
990
1049
  # @option opts [String] :source Realtime or 15-minute delayed contracts.
@@ -995,7 +1054,7 @@ module Intrinio
995
1054
  end
996
1055
 
997
1056
  # Options Unusual Activity
998
- # Returns unusual trades for a given identifier.
1057
+ # Returns unusual options activity for a particular company across all option chains. Unusual options activity includes large trades, sweeps, and block trades.
999
1058
  # @param symbol The option symbol, corresponding to the underlying security.
1000
1059
  # @param [Hash] opts the optional parameters
1001
1060
  # @option opts [String] :source Realtime or 15-minute delayed contracts.
@@ -1130,7 +1189,7 @@ module Intrinio
1130
1189
  end
1131
1190
 
1132
1191
  # Options Unusual Activity Universal
1133
- # Returns nusual trades for all underlying security symbols.
1192
+ # Returns the latest unusual options activity across all US companies with across all option chains. Unusual options activity includes large trades, sweeps, and block trades.
1134
1193
  # @param [Hash] opts the optional parameters
1135
1194
  # @option opts [String] :source Realtime or 15-minute delayed contracts.
1136
1195
  # @return [ApiResponseOptionsUnusualActivity]
@@ -1140,7 +1199,7 @@ module Intrinio
1140
1199
  end
1141
1200
 
1142
1201
  # Options Unusual Activity Universal
1143
- # Returns nusual trades for all underlying security symbols.
1202
+ # Returns the latest unusual options activity across all US companies with across all option chains. Unusual options activity includes large trades, sweeps, and block trades.
1144
1203
  # @param [Hash] opts the optional parameters
1145
1204
  # @option opts [String] :source Realtime or 15-minute delayed contracts.
1146
1205
  # @return [Array<(ApiResponseOptionsUnusualActivity, Fixnum, Hash)>] ApiResponseOptionsUnusualActivity data, response status code and response headers
@@ -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.29.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -207,7 +207,7 @@ module Intrinio
207
207
  # @param identifier The Central Index Key issued by the SEC, which is the unique identifier all owner filings are issued under.
208
208
  # @param [Hash] opts the optional parameters
209
209
  # @option opts [Integer] :page_size The number of results to return (default to 100)
210
- # @option opts [Object] :as_of_date Return only holdings filed before this date.
210
+ # @option opts [Date] :as_of_date Return only holdings filed before this date.
211
211
  # @option opts [String] :next_page Gets the next page of data from a previous API call
212
212
  # @return [ApiResponseOwnerInstitutionalHoldings]
213
213
  def institutional_holdings_by_owner(identifier, opts = {})
@@ -220,7 +220,7 @@ module Intrinio
220
220
  # @param identifier The Central Index Key issued by the SEC, which is the unique identifier all owner filings are issued under.
221
221
  # @param [Hash] opts the optional parameters
222
222
  # @option opts [Integer] :page_size The number of results to return
223
- # @option opts [Object] :as_of_date Return only holdings filed before this date.
223
+ # @option opts [Date] :as_of_date Return only holdings filed before this date.
224
224
  # @option opts [String] :next_page Gets the next page of data from a previous API call
225
225
  # @return [Array<(ApiResponseOwnerInstitutionalHoldings, Fixnum, Hash)>] ApiResponseOwnerInstitutionalHoldings data, response status code and response headers
226
226
  def institutional_holdings_by_owner_with_http_info(identifier, opts = {})