intrinio-sdk 5.3.0 → 5.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (492) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile +2 -0
  3. data/README.md +56 -12
  4. data/docs/ApiResponseETFHoldings.md +25 -0
  5. data/docs/ApiResponseETFs.md +21 -0
  6. data/docs/ApiResponseZacksEPSEstimates.md +24 -0
  7. data/docs/ApiResponseZacksEPSGrowthRates.md +24 -0
  8. data/docs/ApiResponseZacksETFHoldings.md +24 -0
  9. data/docs/ApiResponseZacksInstitutionalHoldingCompanies.md +24 -0
  10. data/docs/ApiResponseZacksInstitutionalHoldingOwners.md +24 -0
  11. data/docs/ApiResponseZacksInstitutionalHoldings.md +24 -0
  12. data/docs/ApiResponseZacksLongTermGrowthRates.md +24 -0
  13. data/docs/ApiResponseZacksTargetPriceConsensuses.md +24 -0
  14. data/docs/BulkDownloadsApi.md +3 -7
  15. data/docs/CompanyApi.md +113 -172
  16. data/docs/DataPointApi.md +10 -22
  17. data/docs/DataTagApi.md +21 -33
  18. data/docs/ETF.md +138 -0
  19. data/docs/ETFAnalytics.md +31 -0
  20. data/docs/ETFHolding.md +37 -0
  21. data/docs/ETFStats.md +53 -0
  22. data/docs/ETFSummary.md +27 -0
  23. data/docs/ETFsApi.md +490 -0
  24. data/docs/FilingApi.md +72 -116
  25. data/docs/ForexApi.md +22 -35
  26. data/docs/FundamentalsApi.md +19 -42
  27. data/docs/HistoricalDataApi.md +14 -19
  28. data/docs/IndexApi.md +117 -204
  29. data/docs/MunicipalityApi.md +28 -39
  30. data/docs/OptionsApi.md +45 -62
  31. data/docs/RealtimeStockPrice.md +1 -0
  32. data/docs/SecurityApi.md +534 -719
  33. data/docs/StockExchangeApi.md +43 -67
  34. data/docs/TechnicalApi.md +359 -483
  35. data/docs/ZacksApi.md +798 -101
  36. data/docs/ZacksEPSEstimate.md +39 -0
  37. data/docs/ZacksEPSGrowthRate.md +45 -0
  38. data/docs/ZacksETFHolding.md +26 -0
  39. data/docs/ZacksInstitutionalHolding.md +41 -0
  40. data/docs/ZacksInstitutionalHoldingCompanyDetail.md +32 -0
  41. data/docs/ZacksInstitutionalHoldingCompanySummary.md +22 -0
  42. data/docs/ZacksInstitutionalHoldingHistoricalSummary.md +21 -0
  43. data/docs/ZacksInstitutionalHoldingOwnerDetail.md +40 -0
  44. data/docs/ZacksInstitutionalHoldingOwnerSummary.md +21 -0
  45. data/docs/ZacksLongTermGrowthRate.md +47 -0
  46. data/docs/ZacksTargetPriceConsensus.md +35 -0
  47. data/intrinio-sdk.gemspec +3 -2
  48. data/lib/intrinio-sdk.rb +28 -1
  49. data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
  50. data/lib/intrinio-sdk/api/company_api.rb +1 -1
  51. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  52. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  53. data/lib/intrinio-sdk/api/et_fs_api.rb +359 -0
  54. data/lib/intrinio-sdk/api/filing_api.rb +1 -1
  55. data/lib/intrinio-sdk/api/forex_api.rb +5 -5
  56. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  57. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  58. data/lib/intrinio-sdk/api/index_api.rb +1 -1
  59. data/lib/intrinio-sdk/api/municipality_api.rb +3 -3
  60. data/lib/intrinio-sdk/api/options_api.rb +1 -1
  61. data/lib/intrinio-sdk/api/security_api.rb +9 -9
  62. data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
  63. data/lib/intrinio-sdk/api/technical_api.rb +1 -1
  64. data/lib/intrinio-sdk/api/zacks_api.rb +538 -13
  65. data/lib/intrinio-sdk/api_client.rb +30 -24
  66. data/lib/intrinio-sdk/api_error.rb +1 -1
  67. data/lib/intrinio-sdk/configuration.rb +4 -1
  68. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  69. data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
  70. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  71. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  72. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  73. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  74. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  75. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  76. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  77. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  78. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  79. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  80. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  81. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  82. data/lib/intrinio-sdk/models/api_response_et_fs.rb +198 -0
  83. data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +207 -0
  84. data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
  85. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  86. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  87. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  96. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  97. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  98. data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
  99. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  100. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  101. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  105. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  106. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  108. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  109. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  110. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  112. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  113. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  114. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  115. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  116. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  117. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  118. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  119. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  120. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  121. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  124. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  125. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  127. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  128. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  129. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  130. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  131. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  132. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  133. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  134. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  135. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  143. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  144. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  146. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  147. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  148. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  149. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  150. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  151. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  152. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  153. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  154. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
  155. data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +201 -0
  156. data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +201 -0
  157. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
  158. data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +201 -0
  159. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +201 -0
  160. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +201 -0
  161. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +201 -0
  162. data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +201 -0
  163. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
  164. data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +201 -0
  165. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  166. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  167. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  168. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  169. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  170. data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
  171. data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
  172. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  173. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  174. data/lib/intrinio-sdk/models/company.rb +1 -1
  175. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  176. data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
  177. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  178. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  179. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  180. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  181. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  182. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  183. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  184. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  185. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  186. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  187. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  188. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  189. data/lib/intrinio-sdk/models/etf.rb +1369 -0
  190. data/lib/intrinio-sdk/models/etf_analytics.rb +268 -0
  191. data/lib/intrinio-sdk/models/etf_holding.rb +359 -0
  192. data/lib/intrinio-sdk/models/etf_stats.rb +487 -0
  193. data/lib/intrinio-sdk/models/etf_summary.rb +259 -0
  194. data/lib/intrinio-sdk/models/filing.rb +1 -1
  195. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  196. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  197. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  198. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  199. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  200. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  201. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  202. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  203. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  204. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  205. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  206. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  207. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  208. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  209. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  210. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  211. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  212. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  213. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  214. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  215. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  216. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  217. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  218. data/lib/intrinio-sdk/models/option.rb +1 -1
  219. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  220. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  221. data/lib/intrinio-sdk/models/realtime_stock_price.rb +12 -2
  222. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  223. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  224. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  225. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  226. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  227. data/lib/intrinio-sdk/models/security.rb +1 -1
  228. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  229. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  230. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  231. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  232. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  233. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  234. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  235. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  236. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  237. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  238. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  239. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  240. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  241. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  242. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  243. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  244. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  245. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  246. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  247. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  248. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  249. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  250. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  251. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  252. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
  253. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
  254. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
  255. data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +348 -0
  256. data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +408 -0
  257. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
  258. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
  259. data/lib/intrinio-sdk/models/zacks_etf_holding.rb +249 -0
  260. data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +308 -0
  261. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +309 -0
  262. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +209 -0
  263. data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +199 -0
  264. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +389 -0
  265. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +199 -0
  266. data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +429 -0
  267. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
  268. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
  269. data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +308 -0
  270. data/lib/intrinio-sdk/version.rb +2 -2
  271. data/spec/api/bulk_downloads_api_spec.rb +1 -1
  272. data/spec/api/company_api_spec.rb +1 -1
  273. data/spec/api/data_point_api_spec.rb +1 -1
  274. data/spec/api/data_tag_api_spec.rb +1 -1
  275. data/spec/api/et_fs_api_spec.rb +111 -0
  276. data/spec/api/filing_api_spec.rb +1 -1
  277. data/spec/api/forex_api_spec.rb +3 -3
  278. data/spec/api/fundamentals_api_spec.rb +1 -1
  279. data/spec/api/historical_data_api_spec.rb +1 -1
  280. data/spec/api/index_api_spec.rb +1 -1
  281. data/spec/api/municipality_api_spec.rb +2 -2
  282. data/spec/api/options_api_spec.rb +1 -1
  283. data/spec/api/security_api_spec.rb +5 -5
  284. data/spec/api/stock_exchange_api_spec.rb +1 -1
  285. data/spec/api/technical_api_spec.rb +1 -1
  286. data/spec/api/zacks_api_spec.rb +132 -7
  287. data/spec/api_client_spec.rb +1 -1
  288. data/spec/configuration_spec.rb +1 -1
  289. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  290. data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
  291. data/spec/models/api_response_companies_search_spec.rb +1 -1
  292. data/spec/models/api_response_companies_spec.rb +1 -1
  293. data/spec/models/api_response_company_filings_spec.rb +1 -1
  294. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  295. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  296. data/spec/models/api_response_company_news_spec.rb +1 -1
  297. data/spec/models/api_response_company_securities_spec.rb +1 -1
  298. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  299. data/spec/models/api_response_data_tags_spec.rb +1 -1
  300. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  301. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  302. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  303. data/spec/models/api_response_et_fs_spec.rb +48 -0
  304. data/spec/models/api_response_etf_holdings_spec.rb +54 -0
  305. data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
  306. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  307. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  308. data/spec/models/api_response_filings_spec.rb +1 -1
  309. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  310. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  311. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  312. data/spec/models/api_response_historical_data_spec.rb +1 -1
  313. data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
  314. data/spec/models/api_response_municipalities_spec.rb +1 -1
  315. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  316. data/spec/models/api_response_news_spec.rb +1 -1
  317. data/spec/models/api_response_option_prices_spec.rb +1 -1
  318. data/spec/models/api_response_options_chain_spec.rb +1 -1
  319. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  320. data/spec/models/api_response_options_spec.rb +1 -1
  321. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  322. data/spec/models/api_response_securities_search_spec.rb +1 -1
  323. data/spec/models/api_response_securities_spec.rb +1 -1
  324. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  325. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  326. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  327. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  328. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  329. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  330. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  331. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  332. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  333. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  334. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  335. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  336. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  337. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  338. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  339. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  340. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  341. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  342. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  343. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  344. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  345. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  346. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  347. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  348. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  349. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  350. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  351. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  352. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  353. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  354. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  355. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  356. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  357. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  358. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  359. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
  360. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
  361. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
  362. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
  363. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  364. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  365. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  366. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  367. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  368. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  369. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  370. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  371. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  372. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  373. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  374. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  375. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
  376. data/spec/models/api_response_zacks_eps_estimates_spec.rb +48 -0
  377. data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +48 -0
  378. data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
  379. data/spec/models/api_response_zacks_etf_holdings_spec.rb +48 -0
  380. data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +48 -0
  381. data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +48 -0
  382. data/spec/models/api_response_zacks_institutional_holdings_spec.rb +48 -0
  383. data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +48 -0
  384. data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
  385. data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +48 -0
  386. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  387. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  388. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  389. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  390. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  391. data/spec/models/bulk_download_links_spec.rb +1 -1
  392. data/spec/models/bulk_download_summary_spec.rb +1 -1
  393. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  394. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  395. data/spec/models/company_filing_spec.rb +1 -1
  396. data/spec/models/company_initial_public_offering_spec.rb +1 -1
  397. data/spec/models/company_news_spec.rb +1 -1
  398. data/spec/models/company_news_summary_spec.rb +1 -1
  399. data/spec/models/company_spec.rb +1 -1
  400. data/spec/models/company_summary_spec.rb +1 -1
  401. data/spec/models/data_tag_spec.rb +1 -1
  402. data/spec/models/data_tag_summary_spec.rb +1 -1
  403. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  404. data/spec/models/dividend_record_spec.rb +1 -1
  405. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  406. data/spec/models/earnings_record_spec.rb +1 -1
  407. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  408. data/spec/models/economic_index_spec.rb +1 -1
  409. data/spec/models/economic_index_summary_spec.rb +1 -1
  410. data/spec/models/etf_analytics_spec.rb +90 -0
  411. data/spec/models/etf_holding_spec.rb +144 -0
  412. data/spec/models/etf_spec.rb +750 -0
  413. data/spec/models/etf_stats_spec.rb +222 -0
  414. data/spec/models/etf_summary_spec.rb +84 -0
  415. data/spec/models/filing_note_filing_spec.rb +1 -1
  416. data/spec/models/filing_note_spec.rb +1 -1
  417. data/spec/models/filing_note_summary_spec.rb +1 -1
  418. data/spec/models/filing_spec.rb +1 -1
  419. data/spec/models/filing_summary_spec.rb +1 -1
  420. data/spec/models/force_index_technical_value_spec.rb +1 -1
  421. data/spec/models/forex_currency_spec.rb +1 -1
  422. data/spec/models/forex_pair_spec.rb +1 -1
  423. data/spec/models/forex_price_spec.rb +1 -1
  424. data/spec/models/fundamental_spec.rb +1 -1
  425. data/spec/models/fundamental_summary_spec.rb +1 -1
  426. data/spec/models/historical_data_spec.rb +1 -1
  427. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  428. data/spec/models/intraday_stock_price_spec.rb +1 -1
  429. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  430. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  431. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  432. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  433. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  434. data/spec/models/municipality_financial_spec.rb +1 -1
  435. data/spec/models/municipality_spec.rb +1 -1
  436. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  437. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  438. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  439. data/spec/models/option_chain_spec.rb +1 -1
  440. data/spec/models/option_price_spec.rb +1 -1
  441. data/spec/models/option_spec.rb +1 -1
  442. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  443. data/spec/models/realtime_stock_price_spec.rb +7 -1
  444. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  445. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  446. data/spec/models/reported_financial_spec.rb +1 -1
  447. data/spec/models/reported_tag_spec.rb +1 -1
  448. data/spec/models/security_screen_clause_spec.rb +1 -1
  449. data/spec/models/security_screen_group_spec.rb +1 -1
  450. data/spec/models/security_screen_result_data_spec.rb +1 -1
  451. data/spec/models/security_screen_result_spec.rb +1 -1
  452. data/spec/models/security_spec.rb +1 -1
  453. data/spec/models/security_summary_spec.rb +1 -1
  454. data/spec/models/sic_index_spec.rb +1 -1
  455. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  456. data/spec/models/standardized_financial_spec.rb +1 -1
  457. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  458. data/spec/models/stock_exchange_spec.rb +1 -1
  459. data/spec/models/stock_market_index_spec.rb +1 -1
  460. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  461. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  462. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  463. data/spec/models/stock_price_spec.rb +1 -1
  464. data/spec/models/stock_price_summary_spec.rb +1 -1
  465. data/spec/models/technical_indicator_spec.rb +1 -1
  466. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  467. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  468. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  469. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  470. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  471. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  472. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  473. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
  474. data/spec/models/zacks_analyst_rating_spec.rb +1 -1
  475. data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
  476. data/spec/models/zacks_eps_estimate_spec.rb +138 -0
  477. data/spec/models/zacks_eps_growth_rate_spec.rb +174 -0
  478. data/spec/models/zacks_eps_surprise_spec.rb +1 -1
  479. data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
  480. data/spec/models/zacks_etf_holding_spec.rb +78 -0
  481. data/spec/models/zacks_institutional_holding_company_detail_spec.rb +114 -0
  482. data/spec/models/zacks_institutional_holding_company_summary_spec.rb +54 -0
  483. data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +48 -0
  484. data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +162 -0
  485. data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +48 -0
  486. data/spec/models/zacks_institutional_holding_spec.rb +114 -0
  487. data/spec/models/zacks_long_term_growth_rate_spec.rb +186 -0
  488. data/spec/models/zacks_sales_surprise_spec.rb +1 -1
  489. data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
  490. data/spec/models/zacks_target_price_consensus_spec.rb +114 -0
  491. data/spec/spec_helper.rb +1 -1
  492. metadata +134 -7
@@ -54,21 +54,15 @@ require 'pp'
54
54
  # Setup authorization
55
55
  Intrinio.configure do |config|
56
56
  config.api_key['api_key'] = 'YOUR_API_KEY'
57
+ config.allow_retries = true
57
58
  end
58
59
 
59
60
  dataPoint_api = Intrinio::DataPointApi.new
61
+ identifier = "AAPL"
62
+ tag = "marketcap"
60
63
 
61
- identifier = "AAPL" # String | An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
62
-
63
- tag = "marketcap" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
64
-
65
-
66
- begin
67
- result = dataPoint_api.get_data_point_number(identifier, tag)
68
- pp result
69
- rescue Intrinio::ApiError => e
70
- puts "Exception when calling DataPointApi->get_data_point_number: #{e}"
71
- end
64
+ result = dataPoint_api.get_data_point_number(identifier, tag)
65
+ pp result
72
66
  ```
73
67
 
74
68
  [//]: # (END_CODE_EXAMPLE)
@@ -139,21 +133,15 @@ require 'pp'
139
133
  # Setup authorization
140
134
  Intrinio.configure do |config|
141
135
  config.api_key['api_key'] = 'YOUR_API_KEY'
136
+ config.allow_retries = true
142
137
  end
143
138
 
144
139
  dataPoint_api = Intrinio::DataPointApi.new
140
+ identifier = "AAPL"
141
+ tag = "ceo"
145
142
 
146
- identifier = "AAPL" # String | An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
147
-
148
- tag = "ceo" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
149
-
150
-
151
- begin
152
- result = dataPoint_api.get_data_point_text(identifier, tag)
153
- pp result
154
- rescue Intrinio::ApiError => e
155
- puts "Exception when calling DataPointApi->get_data_point_text: #{e}"
156
- end
143
+ result = dataPoint_api.get_data_point_text(identifier, tag)
144
+ pp result
157
145
  ```
158
146
 
159
147
  [//]: # (END_CODE_EXAMPLE)
@@ -55,26 +55,23 @@ require 'pp'
55
55
  # Setup authorization
56
56
  Intrinio.configure do |config|
57
57
  config.api_key['api_key'] = 'YOUR_API_KEY'
58
+ config.allow_retries = true
58
59
  end
59
60
 
60
61
  dataTag_api = Intrinio::DataTagApi.new
61
62
 
62
- opts = {
63
- tag: nil, # String | Tag
64
- type: nil, # String | Type
65
- parent: nil, # String | ID of tag parent
66
- statement_code: "income_statement", # String | Statement Code
67
- fs_template: "industrial", # String | Template
68
- page_size: 100, # Integer | The number of results to return
69
- next_page: nil # String | Gets the next page of data from a previous API call
63
+ opts = {
64
+ tag: nil,
65
+ type: nil,
66
+ parent: nil,
67
+ statement_code: "income_statement",
68
+ fs_template: "industrial",
69
+ page_size: 100,
70
+ next_page: nil
70
71
  }
71
72
 
72
- begin
73
- result = dataTag_api.get_all_data_tags(opts)
74
- pp result
75
- rescue Intrinio::ApiError => e
76
- puts "Exception when calling DataTagApi->get_all_data_tags: #{e}"
77
- end
73
+ result = dataTag_api.get_all_data_tags(opts)
74
+ pp result
78
75
  ```
79
76
 
80
77
  [//]: # (END_CODE_EXAMPLE)
@@ -150,19 +147,14 @@ require 'pp'
150
147
  # Setup authorization
151
148
  Intrinio.configure do |config|
152
149
  config.api_key['api_key'] = 'YOUR_API_KEY'
150
+ config.allow_retries = true
153
151
  end
154
152
 
155
153
  dataTag_api = Intrinio::DataTagApi.new
154
+ identifier = "marketcap"
156
155
 
157
- identifier = "marketcap" # String | The Intrinio ID or the code-name of the Data Tag
158
-
159
-
160
- begin
161
- result = dataTag_api.get_data_tag_by_id(identifier)
162
- pp result
163
- rescue Intrinio::ApiError => e
164
- puts "Exception when calling DataTagApi->get_data_tag_by_id: #{e}"
165
- end
156
+ result = dataTag_api.get_data_tag_by_id(identifier)
157
+ pp result
166
158
  ```
167
159
 
168
160
  [//]: # (END_CODE_EXAMPLE)
@@ -232,22 +224,18 @@ require 'pp'
232
224
  # Setup authorization
233
225
  Intrinio.configure do |config|
234
226
  config.api_key['api_key'] = 'YOUR_API_KEY'
227
+ config.allow_retries = true
235
228
  end
236
229
 
237
230
  dataTag_api = Intrinio::DataTagApi.new
231
+ query = "revenue"
238
232
 
239
- query = "revenue" # String |
240
-
241
- opts = {
242
- page_size: 100 # Integer | The number of results to return
233
+ opts = {
234
+ page_size: 100
243
235
  }
244
236
 
245
- begin
246
- result = dataTag_api.search_data_tags(query, opts)
247
- pp result
248
- rescue Intrinio::ApiError => e
249
- puts "Exception when calling DataTagApi->search_data_tags: #{e}"
250
- end
237
+ result = dataTag_api.search_data_tags(query, opts)
238
+ pp result
251
239
  ```
252
240
 
253
241
  [//]: # (END_CODE_EXAMPLE)
@@ -0,0 +1,138 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ETF)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ETF
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **id** | String | The Intrinio ID of the ETF &nbsp;
16
+ **name** | String | The common name of the ETF &nbsp;
17
+ **ticker** | String | The common ticker symbol for the ETF &nbsp;
18
+ **figi_ticker** | String | The OpenFIGI ticker for the ETF &nbsp;
19
+ **ric** | String | Reuters Instrument Code (RIC) for the ETF &nbsp;
20
+ **isin** | String | International Securities Identification Number (ISIN) for the ETF &nbsp;
21
+ **sedol** | String | Stock Exchange Daily Official List (SEDOL) for the ETF &nbsp;
22
+ **exchange_mic** | String | The exchange Market Identifier Code (MIC) from the International Standards Organization (ISO) &nbsp;
23
+ **sponsor** | String | The fund manager (ETF) or issuing bank (ETN) &nbsp;
24
+ **type** | String | High-level classification for the ETF based on its intended investment objective &nbsp;
25
+ **description** | String | The ETF description as published by the ETF sponsor &nbsp;
26
+ **inception_date** | Date | Inception Date for the ETF as published by the ETF sponsor &nbsp;
27
+ **data_change_date** | Date | The last date on which there was a change in a classifications data field for this ETF &nbsp;
28
+ **close_date** | Date | The date on which this ETF was de-listed if it is no longer listed &nbsp;
29
+ **is_live_listed** | BOOLEAN | If true, the ETF is still listed on an exchange; if false, the ETF is no longer listed &nbsp;
30
+ **legal_structure** | String | The legal structure as defined in the prospectus &nbsp;
31
+ **intraday_nav_ticker** | String | Intra-day NAV ticker for the Exchange Traded Fund (ETF) &nbsp;
32
+ **primary_ticker** | String | The primary ticker field is used for Exchange Traded Products (ETPs) that have multiple listings and share classes. If an ETP has multiple listings or share classes, the same primary ticker is assigned to all the listings and share classes &nbsp;
33
+ **primary_ticker_country_code** | String | 2 letter ISO country code for the country of the primary listing &nbsp;
34
+ **primary_listing_region** | String | Geographic region in the country of the primary listing falls &nbsp;
35
+ **net_expense_ratio** | Float | Gross expense net of Fee Waivers, as a percentage of net assets as published by the ETF Sponsor &nbsp;
36
+ **asset_class** | String | Captures the underlying nature of the securities in the Exchanged Traded Product (ETP) &nbsp;
37
+ **other_asset_types** | String | If &#39;asset_class&#39; field is classified as &#39;Other Asset Types&#39; this field captures the specific category of the underlying assets &nbsp;
38
+ **market_cap_range** | String | Equity ETFs are classified as falling into categories based on the description of their investment strategy in the prospectus. Examples (&#39;Mega Cap&#39;, &#39;Large Cap&#39;, &#39;Mid Cap&#39;, etc.) &nbsp;
39
+ **holds_only_nyse_stocks** | BOOLEAN | If true, the ETF is an equity ETF and holds only stocks listed on NYSE &nbsp;
40
+ **holds_only_nasdaq_stocks** | BOOLEAN | If false, the ETF is an equity ETF and holds only stocks listed on Nasdaq &nbsp;
41
+ **growth_value_tilt** | String | Classifies equity ETFs as either &#39;Growth&#39; or Value&#39; based on the stated style tilt in the ETF prospectus. Equity ETFs that do not have a stated style tilt are classified as &#39;Core / Blend&#39; &nbsp;
42
+ **growth_type** | String | For ETFs that are classified as &#39;Growth&#39; in &#39;growth_value_tilt&#39;, this field further identifies those where the stocks in the ETF are both selected and weighted based on their growth (style factor) scores &nbsp;
43
+ **value_type** | String | For ETFs that are classified as &#39;Value&#39; in &#39;growth_value_tilt&#39;, this field further identifies those where the stocks in the ETF are both selected and weighted based on their value (style factor) scores &nbsp;
44
+ **sector** | String | For equity ETFs that aim to provide targeted exposure to a sector or industry, this field identifies the Sector that it provides the exposure to &nbsp;
45
+ **industry** | String | For equity ETFs that aim to provide targeted exposure to an industry, this field identifies the Industry that it provides the exposure to. &nbsp;
46
+ **sub_industry** | String | For equity ETFs that aim to provide targeted exposure to a sub-industry, this field identifies the sub-industry that it provides the exposure to &nbsp;
47
+ **cross_sector_theme** | String | For equity ETFs that aim to provide targeted exposure to a specific investment theme that cuts across GICS sectors, this field identifies the specific cross-sector theme. Examples (&#39;Agri-business&#39;, &#39;Natural Resources&#39;, &#39;Green Investing&#39;, etc.) &nbsp;
48
+ **natural_resources_type** | String | For ETFs that are classified as &#39;Natural Resources&#39; in the &#39;cross_sector_theme&#39; field, this field provides further detail on the type of Natural Resources exposure. &nbsp;
49
+ **excludes_financials** | BOOLEAN | For equity ETFs, identifies those ETFs where the underlying fund holdings will not hold financials stocks, based on the funds intended objective &nbsp;
50
+ **excludes_technology** | BOOLEAN | For equity ETFs, identifies those ETFs where the underlying fund holdings will not hold technology stocks, based on the funds intended objective &nbsp;
51
+ **us_or_excludes_us** | String | Takes the value of &#39;Domestic&#39; for US exposure, &#39;International&#39; for non-US exposure and &#39;Global&#39; for exposure that includes all regions including the US &nbsp;
52
+ **developed_emerging** | String | This field identifies the stage of development of the markets that the ETF provides exposure to &nbsp;
53
+ **specialized_region** | String | This field is populated if the ETF provides targeted exposure to a specific type of geography-based grouping that does not fall into a specific country or continent grouping. Examples (&#39;BRIC&#39;, &#39;Chindia&#39;, etc.) &nbsp;
54
+ **continent** | String | This field is populated if the ETF provides targeted exposure to a specific continent or country within that Continent &nbsp;
55
+ **latin_america_sub_group** | String | For ETFs that are classified as &#39;Latin America&#39; in the &#39;continent&#39; field, this field provides further detail on the type of regional exposure &nbsp;
56
+ **europe_sub_group** | String | For ETFs that are classified as &#39;Europe&#39; in the &#39;continent&#39; field, this field provides further detail on the type of regional exposure &nbsp;
57
+ **asia_sub_group** | String | For ETFs that are classified as &#39;Asia&#39; in the &#39;continent&#39; field, this field provides further detail on the type of regional exposure &nbsp;
58
+ **specific_country** | String | This field is populated if the ETF provides targeted exposure to a specific country &nbsp;
59
+ **china_listing_location** | String | For ETFs that are classified as &#39;China&#39; in the &#39;country&#39; field, this field provides further detail on the type of exposure in the underlying securities &nbsp;
60
+ **us_state** | String | Takes the value of a US state if the ETF provides targeted exposure to the municipal bonds or equities of companies operating in a specific state in the US &nbsp;
61
+ **real_estate** | String | For ETFs that provide targeted real estate exposure, this field is populated if the ETF provides targeted exposure to a specific segment of the real estate market &nbsp;
62
+ **index_weighting_scheme** | String | For ETFs that track an underlying index, this field provides detail on the index weighting type &nbsp;
63
+ **market_cap_weighting_type** | String | For ETFs that take the value &#39;Market Cap Weighted&#39; in the &#39;index_weighting_scheme&#39; field, this field provides detail on the market cap weighting type &nbsp;
64
+ **fundamental_weighting_type** | String | For ETFs that take the value ‘Fundamental Weighted’ in the &#39;index_weighting_scheme&#39; field, this field provides detail on the fundamental weighting methodology &nbsp;
65
+ **dividend_weighting_type** | String | For ETFs that take the value &#39;Dividend Weighted&#39; in the &#39;index_weighting_scheme&#39; field, this field provides detail on the dividend weighting methodology &nbsp;
66
+ **bond_type** | String | For ETFs where &#39;asset_class_type&#39; is &#39;Bonds&#39;, this field provides detail on the type of bonds held in the ETF &nbsp;
67
+ **government_bond_types** | String | For bond ETFs that take the value &#39;Treasury &amp; Government&#39; in &#39;bond_type&#39;, this field provides detail on the exposure &nbsp;
68
+ **municipal_bond_region** | String | For bond ETFs that take the value &#39;Municipal&#39; in &#39;bond_type&#39;, this field provides additional detail on the geographic exposure &nbsp;
69
+ **municipal_vrdo** | BOOLEAN | For bond ETFs that take the value &#39;Municipal&#39; in &#39;bond_type&#39;, this field identifies those ETFs that specifically provide exposure to Variable Rate Demand Obligations &nbsp;
70
+ **mortgage_bond_types** | String | For bond ETFs that take the value &#39;Mortgage&#39; in &#39;bond_type&#39;, this field provides additional detail on the type of underlying securities &nbsp;
71
+ **bond_tax_status** | String | For all US bond ETFs, this field provides additional detail on the tax treatment of the underlying securities &nbsp;
72
+ **credit_quality** | String | For all bond ETFs, this field helps to identify if the ETF provides targeted exposure to securities of a specific credit quality range &nbsp;
73
+ **average_maturity** | String | For all bond ETFs, this field helps to identify if the ETF provides targeted exposure to securities of a specific maturity range &nbsp;
74
+ **specific_maturity_year** | Integer | For all bond ETFs that take the value &#39;Specific Maturity Year&#39; in the &#39;average_maturity&#39; field, this field specifies the calendar year &nbsp;
75
+ **bond_currency_denomination** | String | For all bond ETFs, this field provides additional detail on the currency denomination of the underlying securities &nbsp;
76
+ **laddered** | BOOLEAN | For bond ETFs, this field identifies those ETFs that specifically hold bonds in a laddered structure, where the bonds are scheduled to mature in an annual, sequential structure &nbsp;
77
+ **zero_coupon** | BOOLEAN | For bond ETFs, this field identifies those ETFs that specifically hold zero coupon Treasury Bills &nbsp;
78
+ **floating_rate** | BOOLEAN | For bond ETFs, this field identifies those ETFs that specifically hold floating rate bonds &nbsp;
79
+ **build_america_bonds** | BOOLEAN | For municipal bond ETFs, this field identifies those ETFs that specifically hold Build America Bonds &nbsp;
80
+ **commodity_types** | String | For ETFs where &#39;asset_class_type&#39; is &#39;Commodities&#39;, this field provides detail on the type of commodities held in the ETF &nbsp;
81
+ **energy_type** | String | For ETFs where &#39;commodity_type&#39; is &#39;Energy&#39;, this field provides detail on the type of energy exposure provided by the ETF &nbsp;
82
+ **agricultural_type** | String | For ETFs where &#39;commodity_type&#39; is &#39;Agricultural&#39;, this field provides detail on the type of agricultural exposure provided by the ETF &nbsp;
83
+ **metal_type** | String | For ETFs where &#39;commodity_type&#39; is &#39;Gold &amp; Metals&#39;, this field provides detail on the type of exposure provided by the ETF &nbsp;
84
+ **inverse_leveraged** | String | This field is populated if the ETF provides inverse or leveraged exposure &nbsp;
85
+ **target_date_multi_asset_type** | String | For ETFs where &#39;asset_class_type&#39; is &#39;Target Date / MultiAsset&#39;, this field provides detail on the type of commodities held in the ETF &nbsp;
86
+ **currency_hedged** | BOOLEAN | This field is populated if the ETF’s strategy involves hedging currency exposure &nbsp;
87
+ **currency_pair** | String | This field is populated if the ETF’s strategy involves providing exposure to the movements of a currency or involves hedging currency exposure &nbsp;
88
+ **social_environmental_type** | String | This field is populated if the ETF’s strategy involves providing exposure to a specific social or environmental theme &nbsp;
89
+ **clean_energy_type** | String | This field is populated if the ETF has a value of &#39;Clean Energy&#39; in the &#39;social_environmental_type&#39; field. &nbsp;
90
+ **dividend_type** | String | This field is populated if the ETF has an intended investment objective of holding dividend-oriented stocks as stated in the prospectus &nbsp;
91
+ **regular_dividend_payor_type** | String | This field is populated if the ETF has a value of &#39;Dividend – Regular Payors&#39; in the &#39;dividend_type&#39; field &nbsp;
92
+ **holds_ml_ps** | BOOLEAN | If true, the ETF’s investment objective explicitly specifies that it holds MLPs as an intended part of its investment strategy &nbsp;
93
+ **holds_preferred_stock** | BOOLEAN | If true, the ETF’s investment objective explicitly specifies that it holds preferred stock as an intended part of its investment strategy &nbsp;
94
+ **holds_closed_end_funds** | BOOLEAN | IF true, if the ETF’s investment objective explicitly specifies that it holds closed end funds as an intended part of its investment strategy &nbsp;
95
+ **quant_strategies_type** | String | This field is populated if the ETF has either an index-linked or active strategy that is based on a proprietary quantitative strategy &nbsp;
96
+ **other_quant_models** | String | For ETFs where &#39;quant_strategies_type&#39; is &#39;Other Quant Model&#39;, this field provides the name of the specific proprietary quant model used as the underlying strategy for the ETF &nbsp;
97
+ **hedge_fund_type** | String | For ETFs where &#39;other_asset_types&#39; is &#39;Hedge Fund Replication&#39;, this field provides detail on the type of hedge fund replication strategy &nbsp;
98
+ **derivatives_based** | String | This field is populated if the ETF holds either listed or over-the-counter derivatives in its portfolio &nbsp;
99
+ **holds_ad_rs** | BOOLEAN | If true, he ETF’s investment objective explicitly specifies that it holds American Depositary Receipts (ADRs) as an intended part of its investment strategy &nbsp;
100
+ **index_linked** | String | This field identifies whether an ETF is index linked or active &nbsp;
101
+ **includes_short_exposure** | BOOLEAN | This field is populated if the ETF has short exposure in any of its holdings e.g. in a long/short or inverse ETF &nbsp;
102
+ **index_name** | String | This field identifies the name of the underlying index tracked by the ETF, if applicable &nbsp;
103
+ **parent_index** | String | This field identifies the name of the parent index, which represents the broader universe from which the index underlying the ETF is created, if applicable &nbsp;
104
+ **index_family** | String | This field identifies the index family to which the index underlying the ETF belongs. The index family is represented as categorized by the index provider &nbsp;
105
+ **broader_index_family** | String | This field identifies the broader index family to which the index underlying the ETF belongs. The broader index family is represented as categorized by the index provider &nbsp;
106
+ **index_provider** | String | This field identifies the Index provider for the index underlying the ETF, if applicable &nbsp;
107
+ **fund_family** | String | This field identifies the fund family to which the ETF belongs, as categorized by the ETF Sponsor &nbsp;
108
+ **index_ticker** | String | This field identifies the OpenFIGI ticker for the Index underlying the ETF &nbsp;
109
+ **etn_issuing_bank** | String | If the product is an Exchange Traded Note (ETN), this field identifies the issuing bank &nbsp;
110
+ **etn_maturity_date** | Date | If the product is an ETN, this field identifies the maturity date for the ETN &nbsp;
111
+ **livestock** | String | For ETFs where &#39;commodity_type&#39; is &#39;Livestock&#39;, this field provides detail on the type of livestock exposure provided by the ETF &nbsp;
112
+ **dynamic_futures_roll** | BOOLEAN | If the product holds futures contracts, this field identifies those products where the roll strategy is dynamic (rather than entirely rules based), so as to minimize roll costs &nbsp;
113
+ **index_provider_code** | String | This field provides the First Bridge code for each Index provider, corresponding to the index underlying the ETF if applicable &nbsp;
114
+ **single_category_designation** | String | This categorization is created for those users who want every ETF to be ‘forced’ into a single bucket, so that the assets for all categories will always sum to the total market &nbsp;
115
+ **registered_countries** | String | The list of countries where the ETF is legally registered for sale. This may differ from where the ETF is domiciled or traded, particularly in Europe &nbsp;
116
+ **issuing_entity_country_code** | String | The name of the legal entity that issued the Exchange Traded Product (ETP) &nbsp;
117
+ **ucits** | BOOLEAN | If true, the Exchange Traded Product (ETP) is Undertakings for the Collective Investment in Transferable Securities (UCITS) compliant &nbsp;
118
+ **replication_structure** | String | The replication structure of the Exchange Traded Product (ETP) &nbsp;
119
+ **domicile** | String | 2 letter ISO country code for the country where the ETP is domiciled &nbsp;
120
+ **base_currency** | String | Base currency of the Exchange Traded Product (ETP) in which the net asset value (NAV) is calculated. Reported using the 3-digit ISO currency code &nbsp;
121
+ **listing_currency** | String | Listing currency of the Exchange Traded Product (ETP) in which it is traded. Reported using the 3-digit ISO currency code &nbsp;
122
+ **fund_listing_date** | Date | The date on which the Exchange Traded Product (ETP) or share class of the ETP is listed on a specific exchange &nbsp;
123
+ **listing_country_code** | String | 2 letter ISO country code for the country where the Exchange Traded Product (ETP) is listed &nbsp;
124
+ **listing_region** | String | The region in which this specific ETF is listed &nbsp;
125
+ **smartvs_traditional_beta** | String | This field identifies whether an ETF provides &#39;Traditional&#39; beta exposure or &#39;Smart&#39; beta exposure. ETFs that are active (i.e. non-indexed), leveraged / inverse or have a proprietary quant model (i.e. that don’t provide indexed exposure to a targeted factor) are classified separately &nbsp;
126
+ **smartvs_traditional_beta_level2** | String | This field provides further detail within the traditional and smart beta categories &nbsp;
127
+ **income_category** | String | Identifies if an Exchange Traded Fund (ETF) falls into a category that is specifically designed to provide a high yield or income &nbsp;
128
+ **etp_structure_type** | String | Classifies Exchange Traded Products (ETPs) into very broad categories based on its legal structure &nbsp;
129
+ **month_end_assets** | Float | Net assets in millions of dollars as of the most recent month end &nbsp;
130
+ **etf_portfolio_turnover** | Float | The percentage of positions turned over in the last 12 months &nbsp;
131
+ **firstbridge_id** | String | The FirstBridge unique identifier for the Exchange Traded Fund (ETF) &nbsp;
132
+ **firstbridge_parent_id** | String | The FirstBridge unique identifier of the parent Exchange Traded Fund (ETF), if applicable &nbsp;
133
+ **number_of_holdings** | Integer | The number of holdings for this Exchange Traded Fund (ETF) &nbsp;
134
+
135
+ [//]: # (END_DEFINITION)
136
+
137
+
138
+
@@ -0,0 +1,31 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ETFAnalytics)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ETFAnalytics
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **fifty_two_week_high** | Float | Highest trading price for the security in the preceding 52 weeks &nbsp;
16
+ **fifty_two_week_low** | Float | Lowest trading price for the security in the preceding 52 weeks &nbsp;
17
+ **volume_traded** | Float | The total quantity of shares traded on the latest trading day &nbsp;
18
+ **average_daily_volume_one_month** | Float | The average quantity of shares traded per day for the last month &nbsp;
19
+ **average_daily_volume_three_month** | Float | The average quantity of shares traded per day for the last three months &nbsp;
20
+ **average_daily_volume_six_month** | Float | The average quantity of shares traded per day for the last six months &nbsp;
21
+ **market_cap** | Float | The market capitalization for the Exchange Traded Fund (ETF) &nbsp;
22
+ **shares_outstanding** | Float | The number of shares outstanding for the Exchange Traded Fund (ETF) &nbsp;
23
+ **etf** | [**ETFSummary**](ETFSummary.md) | &nbsp;
24
+
25
+ [//]: # (END_DEFINITION)
26
+
27
+
28
+ [//]: # (CONTAINED_CLASS:Intrinio::ETFSummary)
29
+
30
+
31
+
@@ -0,0 +1,37 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ETFHolding)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ETFHolding
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **as_of_date** | Date | The date on which the holding and their weights correspond &nbsp;
16
+ **name** | String | The common name for the holding &nbsp;
17
+ **ticker** | String | The common exchange ticker for the holding &nbsp;
18
+ **type** | String | The type of instrument for this holding. Examples (Bond &#x3D; &#39;BOND&#39;, Equity &#x3D; &#39;EQUI&#39;, Options &#x3D; &#39;OPTN&#39;) &nbsp;
19
+ **composite_figi** | String | The OpenFIGI ticker for the holding &nbsp;
20
+ **isin** | String | International Securities Identification Number (ISIN) for the holding &nbsp;
21
+ **ric** | String | Reuters Instrument Code (RIC) for the holding &nbsp;
22
+ **sedol** | String | Stock Exchange Daily Official List (SEDOL) for the holding &nbsp;
23
+ **face** | Float | Face value of the debt security, if available &nbsp;
24
+ **coupon** | Float | Coupon rate of the debt security, if available &nbsp;
25
+ **market_value_held** | Float | The market value of this holding in the ETF as of the &#x60;as_of_date&#x60; &nbsp;
26
+ **notional_value** | Float | Notional value of derivatives contracts held in the Exchange Traded Fund (ETF) or Exchange Traded Note (ETN) &nbsp;
27
+ **maturity** | Date | Maturity date for the debt security, if available &nbsp;
28
+ **quantity_held** | Float | Number of units of the security held if available &nbsp;
29
+ **weighting** | Float | Fraction of the funds market value held &nbsp;
30
+ **quantity_units** | Float | The unit of the &#x60;quanity_held&#x60; field. Examples (&#39;oz&#39;, &#39;shares&#39;, &#39;contracts&#39;) &nbsp;
31
+ **quantity_per_share** | Float | Number of units of the security held per units of shares outstanding of the Exchange Traded Fund (ETF), if available &nbsp;
32
+ **contract_expiry_date** | Date | Expiry date for the futures contract held in the Exchange Traded Fund (ETF) or Exchange Traded Note (ETN) &nbsp;
33
+
34
+ [//]: # (END_DEFINITION)
35
+
36
+
37
+
@@ -0,0 +1,53 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ETFStats)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ETFStats
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **date** | Date | &nbsp;
16
+ **net_asset_value** | Float | The net asset value (NAV &#x3D; Total Assets - Total Liabilities) &nbsp;
17
+ **beta_vs_spy** | Float | Volatility this ETF is versus the SPY ETF &nbsp;
18
+ **trailing_one_month_return_split_and_dividend** | Float | Trailing one month return including dividends &nbsp;
19
+ **trailing_one_month_return_split_only** | Float | Trailing one month return excluding dividends &nbsp;
20
+ **trailing_one_year_return_split_and_dividend** | Float | Trailing one year return including dividends &nbsp;
21
+ **trailing_one_year_return_split_only** | Float | Trailing one year return excluding dividends &nbsp;
22
+ **trailing_one_year_volatility_annualized** | Float | Annualized standard deviation of daily price returns over trailing 252 trading days &nbsp;
23
+ **trailing_three_year_annualized_return_split_and_dividend** | Float | Trailing three year return including dividends &nbsp;
24
+ **trailing_three_year_annualized_return_split_only** | Float | Trailing three year return excluding dividends &nbsp;
25
+ **trailing_three_year_volatility_annualized** | Float | Annualized standard deviation of daily price returns over trailing 756 trading days &nbsp;
26
+ **trailing_five_year_annualized_return_split_and_dividend** | Float | Trailing five year return including dividends &nbsp;
27
+ **trailing_five_year_annualized_return_split_only** | Float | Trailing five year return excluding dividends &nbsp;
28
+ **trailing_five_year_volatility_annualized** | Float | Annualized standard deviation of daily price returns over trailing 1260 trading days &nbsp;
29
+ **trailing_ten_year_annualized_return_split_and_dividend** | Float | Trailing ten year return including dividends &nbsp;
30
+ **trailing_ten_year_annualized_return_split_only** | Float | Trailing ten year return excluding dividends &nbsp;
31
+ **inception_annualized_return_split_and_dividend** | Float | Annualized return including dividends since inception &nbsp;
32
+ **inception_annualized_return_split_only** | Float | Annualized return excluding dividends since inception &nbsp;
33
+ **calendar_year_5_return_split_and_dividend** | Float | Five years ago calendar year return including dividends &nbsp;
34
+ **calendar_year_5_return_split_only** | Float | Five years ago calendar year return excluding dividends &nbsp;
35
+ **calendar_year_4_return_split_and_dividend** | Float | Four years ago calendar year return including dividends &nbsp;
36
+ **calendar_year_4_return_split_only** | Float | Four years ago calendar year return excluding dividends &nbsp;
37
+ **calendar_year_3_return_split_and_dividend** | Float | Three years ago calendar year return including dividends &nbsp;
38
+ **calendar_year_3_return_split_only** | Float | Three years ago calendar year return excluding dividends &nbsp;
39
+ **calendar_year_2_return_split_and_dividend** | Float | Two years ago calendar year return including dividends &nbsp;
40
+ **calendar_year_2_return_split_only** | Float | Two years ago calendar year return excluding dividends &nbsp;
41
+ **calendar_year_1_return_split_and_dividend** | Float | One year ago calendar year return including dividends &nbsp;
42
+ **calendar_year_1_return_split_only** | Float | One year ago calendar year return excluding dividends &nbsp;
43
+ **calendar_year_to_date_return_split_and_dividend** | Float | Calendar year to date (YTD) return including dividends &nbsp;
44
+ **calendar_year_to_date_return_split_only** | Float | Calendar year to date (YTD) return excluding dividends &nbsp;
45
+ **etf** | [**ETFSummary**](ETFSummary.md) | &nbsp;
46
+
47
+ [//]: # (END_DEFINITION)
48
+
49
+
50
+ [//]: # (CONTAINED_CLASS:Intrinio::ETFSummary)
51
+
52
+
53
+
@@ -0,0 +1,27 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ETFSummary)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ETFSummary
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **id** | String | The Intrinio ID of the ETF &nbsp;
16
+ **name** | String | The common name of the ETF &nbsp;
17
+ **ticker** | String | The common ticker symbol for the ETF &nbsp;
18
+ **figi_ticker** | String | The OpenFIGI ticker for the ETF &nbsp;
19
+ **ric** | String | Reuters Instrument Code (RIC) for the ETF &nbsp;
20
+ **isin** | String | International Securities Identification Number (ISIN) for the ETF &nbsp;
21
+ **sedol** | String | Stock Exchange Daily Official List (SEDOL) for the ETF &nbsp;
22
+ **exchange_mic** | String | The exchange Market Identifier Code (MIC) from the International Standards Organization (ISO) &nbsp;
23
+
24
+ [//]: # (END_DEFINITION)
25
+
26
+
27
+
@@ -0,0 +1,490 @@
1
+ # Intrinio::ETFsApi
2
+
3
+ All URIs are relative to *https://api-v2.intrinio.com*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**get_all_etfs**](ETFsApi.md#get_all_etfs) | **GET** /etfs | All ETFs
8
+ [**get_etf**](ETFsApi.md#get_etf) | **GET** /etfs/{identifier} | Lookup ETF
9
+ [**get_etf_analytics**](ETFsApi.md#get_etf_analytics) | **GET** /etfs/{identifier}/analytics | ETF Analytics
10
+ [**get_etf_holdings**](ETFsApi.md#get_etf_holdings) | **GET** /etfs/{identifier}/holdings | ETF Holdings
11
+ [**get_etf_stats**](ETFsApi.md#get_etf_stats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) stats
12
+ [**search_etfs**](ETFsApi.md#search_etfs) | **GET** /etfs/search | Search ETFs
13
+
14
+
15
+
16
+ [//]: # (START_OPERATION)
17
+
18
+ [//]: # (CLASS:Intrinio::ETFsApi)
19
+
20
+ [//]: # (METHOD:get_all_etfs)
21
+
22
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseETFs)
23
+
24
+ [//]: # (RETURN_TYPE_KIND:object)
25
+
26
+ [//]: # (RETURN_TYPE_DOC:ApiResponseETFs.md)
27
+
28
+ [//]: # (OPERATION:get_all_etfs_v2)
29
+
30
+ [//]: # (ENDPOINT:/etfs)
31
+
32
+ [//]: # (DOCUMENT_LINK:ETFsApi.md#get_all_etfs)
33
+
34
+ ## **get_all_etfs**
35
+
36
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_all_etfs_v2)
37
+
38
+ [//]: # (START_OVERVIEW)
39
+
40
+ > ApiResponseETFs get_all_etfs(opts)
41
+
42
+ #### All ETFs
43
+
44
+
45
+ Returns a list of Exchange Traded Funds (ETFs) sourced from FirstBridge
46
+
47
+ [//]: # (END_OVERVIEW)
48
+
49
+ ### Example
50
+
51
+ [//]: # (START_CODE_EXAMPLE)
52
+
53
+ ```ruby
54
+ # Load the gem
55
+ require 'intrinio-sdk'
56
+ require 'pp'
57
+
58
+ # Setup authorization
59
+ Intrinio.configure do |config|
60
+ config.api_key['api_key'] = 'YOUR_API_KEY'
61
+ config.allow_retries = true
62
+ end
63
+
64
+ eTFs_api = Intrinio::ETFsApi.new
65
+
66
+ opts = {
67
+ exchange: "XNAS",
68
+ page_size: 100,
69
+ next_page: nil
70
+ }
71
+
72
+ result = eTFs_api.get_all_etfs(opts)
73
+ pp result
74
+ ```
75
+
76
+ [//]: # (END_CODE_EXAMPLE)
77
+
78
+ [//]: # (START_DEFINITION)
79
+
80
+ ### Parameters
81
+
82
+ [//]: # (START_PARAMETERS)
83
+
84
+
85
+ Name | Type | Description | Notes
86
+ ------------- | ------------- | ------------- | -------------
87
+ **exchange** | String| | [optional] &nbsp;
88
+ **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
89
+ **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
90
+
91
+ [//]: # (END_PARAMETERS)
92
+
93
+ ### Return type
94
+
95
+ [**ApiResponseETFs**](ApiResponseETFs.md)
96
+
97
+ [//]: # (END_OPERATION)
98
+
99
+
100
+ [//]: # (START_OPERATION)
101
+
102
+ [//]: # (CLASS:Intrinio::ETFsApi)
103
+
104
+ [//]: # (METHOD:get_etf)
105
+
106
+ [//]: # (RETURN_TYPE:Intrinio::ETF)
107
+
108
+ [//]: # (RETURN_TYPE_KIND:object)
109
+
110
+ [//]: # (RETURN_TYPE_DOC:ETF.md)
111
+
112
+ [//]: # (OPERATION:get_etf_v2)
113
+
114
+ [//]: # (ENDPOINT:/etfs/{identifier})
115
+
116
+ [//]: # (DOCUMENT_LINK:ETFsApi.md#get_etf)
117
+
118
+ ## **get_etf**
119
+
120
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_etf_v2)
121
+
122
+ [//]: # (START_OVERVIEW)
123
+
124
+ > ETF get_etf(identifier)
125
+
126
+ #### Lookup ETF
127
+
128
+
129
+ Returns the Exchange Traded Fund (ETF) with the given identifier
130
+
131
+ [//]: # (END_OVERVIEW)
132
+
133
+ ### Example
134
+
135
+ [//]: # (START_CODE_EXAMPLE)
136
+
137
+ ```ruby
138
+ # Load the gem
139
+ require 'intrinio-sdk'
140
+ require 'pp'
141
+
142
+ # Setup authorization
143
+ Intrinio.configure do |config|
144
+ config.api_key['api_key'] = 'YOUR_API_KEY'
145
+ config.allow_retries = true
146
+ end
147
+
148
+ eTFs_api = Intrinio::ETFsApi.new
149
+ identifier = "SPY"
150
+
151
+ result = eTFs_api.get_etf(identifier)
152
+ pp result
153
+ ```
154
+
155
+ [//]: # (END_CODE_EXAMPLE)
156
+
157
+ [//]: # (START_DEFINITION)
158
+
159
+ ### Parameters
160
+
161
+ [//]: # (START_PARAMETERS)
162
+
163
+
164
+ Name | Type | Description | Notes
165
+ ------------- | ------------- | ------------- | -------------
166
+ **identifier** | String| An ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID) | &nbsp;
167
+
168
+ [//]: # (END_PARAMETERS)
169
+
170
+ ### Return type
171
+
172
+ [**ETF**](ETF.md)
173
+
174
+ [//]: # (END_OPERATION)
175
+
176
+
177
+ [//]: # (START_OPERATION)
178
+
179
+ [//]: # (CLASS:Intrinio::ETFsApi)
180
+
181
+ [//]: # (METHOD:get_etf_analytics)
182
+
183
+ [//]: # (RETURN_TYPE:Intrinio::ETFAnalytics)
184
+
185
+ [//]: # (RETURN_TYPE_KIND:object)
186
+
187
+ [//]: # (RETURN_TYPE_DOC:ETFAnalytics.md)
188
+
189
+ [//]: # (OPERATION:get_etf_analytics_v2)
190
+
191
+ [//]: # (ENDPOINT:/etfs/{identifier}/analytics)
192
+
193
+ [//]: # (DOCUMENT_LINK:ETFsApi.md#get_etf_analytics)
194
+
195
+ ## **get_etf_analytics**
196
+
197
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_etf_analytics_v2)
198
+
199
+ [//]: # (START_OVERVIEW)
200
+
201
+ > ETFAnalytics get_etf_analytics(identifier)
202
+
203
+ #### ETF Analytics
204
+
205
+
206
+ Returns analytics for the Exchange Traded Fund (ETF) including volume, market cap, 52 week high, and 52 week low
207
+
208
+ [//]: # (END_OVERVIEW)
209
+
210
+ ### Example
211
+
212
+ [//]: # (START_CODE_EXAMPLE)
213
+
214
+ ```ruby
215
+ # Load the gem
216
+ require 'intrinio-sdk'
217
+ require 'pp'
218
+
219
+ # Setup authorization
220
+ Intrinio.configure do |config|
221
+ config.api_key['api_key'] = 'YOUR_API_KEY'
222
+ config.allow_retries = true
223
+ end
224
+
225
+ eTFs_api = Intrinio::ETFsApi.new
226
+ identifier = "SPY"
227
+
228
+ result = eTFs_api.get_etf_analytics(identifier)
229
+ pp result
230
+ ```
231
+
232
+ [//]: # (END_CODE_EXAMPLE)
233
+
234
+ [//]: # (START_DEFINITION)
235
+
236
+ ### Parameters
237
+
238
+ [//]: # (START_PARAMETERS)
239
+
240
+
241
+ Name | Type | Description | Notes
242
+ ------------- | ------------- | ------------- | -------------
243
+ **identifier** | String| An ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID) | &nbsp;
244
+
245
+ [//]: # (END_PARAMETERS)
246
+
247
+ ### Return type
248
+
249
+ [**ETFAnalytics**](ETFAnalytics.md)
250
+
251
+ [//]: # (END_OPERATION)
252
+
253
+
254
+ [//]: # (START_OPERATION)
255
+
256
+ [//]: # (CLASS:Intrinio::ETFsApi)
257
+
258
+ [//]: # (METHOD:get_etf_holdings)
259
+
260
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseETFHoldings)
261
+
262
+ [//]: # (RETURN_TYPE_KIND:object)
263
+
264
+ [//]: # (RETURN_TYPE_DOC:ApiResponseETFHoldings.md)
265
+
266
+ [//]: # (OPERATION:get_etf_holdings_v2)
267
+
268
+ [//]: # (ENDPOINT:/etfs/{identifier}/holdings)
269
+
270
+ [//]: # (DOCUMENT_LINK:ETFsApi.md#get_etf_holdings)
271
+
272
+ ## **get_etf_holdings**
273
+
274
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_etf_holdings_v2)
275
+
276
+ [//]: # (START_OVERVIEW)
277
+
278
+ > ApiResponseETFHoldings get_etf_holdings(identifier, opts)
279
+
280
+ #### ETF Holdings
281
+
282
+
283
+ Returns the holdings sorted by weight descending and the Exchange Traded Fund (ETF) summary
284
+
285
+ [//]: # (END_OVERVIEW)
286
+
287
+ ### Example
288
+
289
+ [//]: # (START_CODE_EXAMPLE)
290
+
291
+ ```ruby
292
+ # Load the gem
293
+ require 'intrinio-sdk'
294
+ require 'pp'
295
+
296
+ # Setup authorization
297
+ Intrinio.configure do |config|
298
+ config.api_key['api_key'] = 'YOUR_API_KEY'
299
+ config.allow_retries = true
300
+ end
301
+
302
+ eTFs_api = Intrinio::ETFsApi.new
303
+ identifier = "SPY"
304
+
305
+ opts = {
306
+ page_size: 100,
307
+ next_page: nil
308
+ }
309
+
310
+ result = eTFs_api.get_etf_holdings(identifier, opts)
311
+ pp result
312
+ ```
313
+
314
+ [//]: # (END_CODE_EXAMPLE)
315
+
316
+ [//]: # (START_DEFINITION)
317
+
318
+ ### Parameters
319
+
320
+ [//]: # (START_PARAMETERS)
321
+
322
+
323
+ Name | Type | Description | Notes
324
+ ------------- | ------------- | ------------- | -------------
325
+ **identifier** | String| An ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID) | &nbsp;
326
+ **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
327
+ **next_page** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
328
+
329
+ [//]: # (END_PARAMETERS)
330
+
331
+ ### Return type
332
+
333
+ [**ApiResponseETFHoldings**](ApiResponseETFHoldings.md)
334
+
335
+ [//]: # (END_OPERATION)
336
+
337
+
338
+ [//]: # (START_OPERATION)
339
+
340
+ [//]: # (CLASS:Intrinio::ETFsApi)
341
+
342
+ [//]: # (METHOD:get_etf_stats)
343
+
344
+ [//]: # (RETURN_TYPE:Intrinio::ETFStats)
345
+
346
+ [//]: # (RETURN_TYPE_KIND:object)
347
+
348
+ [//]: # (RETURN_TYPE_DOC:ETFStats.md)
349
+
350
+ [//]: # (OPERATION:get_etf_stats_v2)
351
+
352
+ [//]: # (ENDPOINT:/etfs/{identifier}/stats)
353
+
354
+ [//]: # (DOCUMENT_LINK:ETFsApi.md#get_etf_stats)
355
+
356
+ ## **get_etf_stats**
357
+
358
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_etf_stats_v2)
359
+
360
+ [//]: # (START_OVERVIEW)
361
+
362
+ > ETFStats get_etf_stats(identifier)
363
+
364
+ #### Exchange Traded Fund (ETF) stats
365
+
366
+
367
+ Returns daily stats for the Exchange Traded Fund (ETF) including net asset value, beta vs spy, returns, and volatility
368
+
369
+ [//]: # (END_OVERVIEW)
370
+
371
+ ### Example
372
+
373
+ [//]: # (START_CODE_EXAMPLE)
374
+
375
+ ```ruby
376
+ # Load the gem
377
+ require 'intrinio-sdk'
378
+ require 'pp'
379
+
380
+ # Setup authorization
381
+ Intrinio.configure do |config|
382
+ config.api_key['api_key'] = 'YOUR_API_KEY'
383
+ config.allow_retries = true
384
+ end
385
+
386
+ eTFs_api = Intrinio::ETFsApi.new
387
+ identifier = "SPY"
388
+
389
+ result = eTFs_api.get_etf_stats(identifier)
390
+ pp result
391
+ ```
392
+
393
+ [//]: # (END_CODE_EXAMPLE)
394
+
395
+ [//]: # (START_DEFINITION)
396
+
397
+ ### Parameters
398
+
399
+ [//]: # (START_PARAMETERS)
400
+
401
+
402
+ Name | Type | Description | Notes
403
+ ------------- | ------------- | ------------- | -------------
404
+ **identifier** | String| An ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID) | &nbsp;
405
+
406
+ [//]: # (END_PARAMETERS)
407
+
408
+ ### Return type
409
+
410
+ [**ETFStats**](ETFStats.md)
411
+
412
+ [//]: # (END_OPERATION)
413
+
414
+
415
+ [//]: # (START_OPERATION)
416
+
417
+ [//]: # (CLASS:Intrinio::ETFsApi)
418
+
419
+ [//]: # (METHOD:search_etfs)
420
+
421
+ [//]: # (RETURN_TYPE:Intrinio::ApiResponseETFs)
422
+
423
+ [//]: # (RETURN_TYPE_KIND:object)
424
+
425
+ [//]: # (RETURN_TYPE_DOC:ApiResponseETFs.md)
426
+
427
+ [//]: # (OPERATION:search_etfs_v2)
428
+
429
+ [//]: # (ENDPOINT:/etfs/search)
430
+
431
+ [//]: # (DOCUMENT_LINK:ETFsApi.md#search_etfs)
432
+
433
+ ## **search_etfs**
434
+
435
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/search_etfs_v2)
436
+
437
+ [//]: # (START_OVERVIEW)
438
+
439
+ > ApiResponseETFs search_etfs(query)
440
+
441
+ #### Search ETFs
442
+
443
+
444
+ Searches for Exchange Traded Funds (ETFs) matching the text `query`
445
+
446
+ [//]: # (END_OVERVIEW)
447
+
448
+ ### Example
449
+
450
+ [//]: # (START_CODE_EXAMPLE)
451
+
452
+ ```ruby
453
+ # Load the gem
454
+ require 'intrinio-sdk'
455
+ require 'pp'
456
+
457
+ # Setup authorization
458
+ Intrinio.configure do |config|
459
+ config.api_key['api_key'] = 'YOUR_API_KEY'
460
+ config.allow_retries = true
461
+ end
462
+
463
+ eTFs_api = Intrinio::ETFsApi.new
464
+ query = "iShares"
465
+
466
+ result = eTFs_api.search_etfs(query)
467
+ pp result
468
+ ```
469
+
470
+ [//]: # (END_CODE_EXAMPLE)
471
+
472
+ [//]: # (START_DEFINITION)
473
+
474
+ ### Parameters
475
+
476
+ [//]: # (START_PARAMETERS)
477
+
478
+
479
+ Name | Type | Description | Notes
480
+ ------------- | ------------- | ------------- | -------------
481
+ **query** | String| | &nbsp;
482
+
483
+ [//]: # (END_PARAMETERS)
484
+
485
+ ### Return type
486
+
487
+ [**ApiResponseETFs**](ApiResponseETFs.md)
488
+
489
+ [//]: # (END_OPERATION)
490
+