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.
- checksums.yaml +5 -5
- data/Gemfile +2 -0
- data/README.md +56 -12
- data/docs/ApiResponseETFHoldings.md +25 -0
- data/docs/ApiResponseETFs.md +21 -0
- data/docs/ApiResponseZacksEPSEstimates.md +24 -0
- data/docs/ApiResponseZacksEPSGrowthRates.md +24 -0
- data/docs/ApiResponseZacksETFHoldings.md +24 -0
- data/docs/ApiResponseZacksInstitutionalHoldingCompanies.md +24 -0
- data/docs/ApiResponseZacksInstitutionalHoldingOwners.md +24 -0
- data/docs/ApiResponseZacksInstitutionalHoldings.md +24 -0
- data/docs/ApiResponseZacksLongTermGrowthRates.md +24 -0
- data/docs/ApiResponseZacksTargetPriceConsensuses.md +24 -0
- data/docs/BulkDownloadsApi.md +3 -7
- data/docs/CompanyApi.md +113 -172
- data/docs/DataPointApi.md +10 -22
- data/docs/DataTagApi.md +21 -33
- data/docs/ETF.md +138 -0
- data/docs/ETFAnalytics.md +31 -0
- data/docs/ETFHolding.md +37 -0
- data/docs/ETFStats.md +53 -0
- data/docs/ETFSummary.md +27 -0
- data/docs/ETFsApi.md +490 -0
- data/docs/FilingApi.md +72 -116
- data/docs/ForexApi.md +22 -35
- data/docs/FundamentalsApi.md +19 -42
- data/docs/HistoricalDataApi.md +14 -19
- data/docs/IndexApi.md +117 -204
- data/docs/MunicipalityApi.md +28 -39
- data/docs/OptionsApi.md +45 -62
- data/docs/RealtimeStockPrice.md +1 -0
- data/docs/SecurityApi.md +534 -719
- data/docs/StockExchangeApi.md +43 -67
- data/docs/TechnicalApi.md +359 -483
- data/docs/ZacksApi.md +798 -101
- data/docs/ZacksEPSEstimate.md +39 -0
- data/docs/ZacksEPSGrowthRate.md +45 -0
- data/docs/ZacksETFHolding.md +26 -0
- data/docs/ZacksInstitutionalHolding.md +41 -0
- data/docs/ZacksInstitutionalHoldingCompanyDetail.md +32 -0
- data/docs/ZacksInstitutionalHoldingCompanySummary.md +22 -0
- data/docs/ZacksInstitutionalHoldingHistoricalSummary.md +21 -0
- data/docs/ZacksInstitutionalHoldingOwnerDetail.md +40 -0
- data/docs/ZacksInstitutionalHoldingOwnerSummary.md +21 -0
- data/docs/ZacksLongTermGrowthRate.md +47 -0
- data/docs/ZacksTargetPriceConsensus.md +35 -0
- data/intrinio-sdk.gemspec +3 -2
- data/lib/intrinio-sdk.rb +28 -1
- data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
- data/lib/intrinio-sdk/api/company_api.rb +1 -1
- data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
- data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
- data/lib/intrinio-sdk/api/et_fs_api.rb +359 -0
- data/lib/intrinio-sdk/api/filing_api.rb +1 -1
- data/lib/intrinio-sdk/api/forex_api.rb +5 -5
- data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
- data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
- data/lib/intrinio-sdk/api/index_api.rb +1 -1
- data/lib/intrinio-sdk/api/municipality_api.rb +3 -3
- data/lib/intrinio-sdk/api/options_api.rb +1 -1
- data/lib/intrinio-sdk/api/security_api.rb +9 -9
- data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
- data/lib/intrinio-sdk/api/technical_api.rb +1 -1
- data/lib/intrinio-sdk/api/zacks_api.rb +538 -13
- data/lib/intrinio-sdk/api_client.rb +30 -24
- data/lib/intrinio-sdk/api_error.rb +1 -1
- data/lib/intrinio-sdk/configuration.rb +4 -1
- data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_et_fs.rb +198 -0
- data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +207 -0
- data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +201 -0
- data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
- data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
- data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/company.rb +1 -1
- data/lib/intrinio-sdk/models/company_filing.rb +1 -1
- data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
- data/lib/intrinio-sdk/models/company_news.rb +1 -1
- data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
- data/lib/intrinio-sdk/models/company_summary.rb +1 -1
- data/lib/intrinio-sdk/models/data_tag.rb +1 -1
- data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
- data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
- data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
- data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/economic_index.rb +1 -1
- data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
- data/lib/intrinio-sdk/models/etf.rb +1369 -0
- data/lib/intrinio-sdk/models/etf_analytics.rb +268 -0
- data/lib/intrinio-sdk/models/etf_holding.rb +359 -0
- data/lib/intrinio-sdk/models/etf_stats.rb +487 -0
- data/lib/intrinio-sdk/models/etf_summary.rb +259 -0
- data/lib/intrinio-sdk/models/filing.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
- data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
- data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
- data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
- data/lib/intrinio-sdk/models/forex_price.rb +1 -1
- data/lib/intrinio-sdk/models/fundamental.rb +1 -1
- data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
- data/lib/intrinio-sdk/models/historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
- data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/municipality.rb +1 -1
- data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
- data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/option.rb +1 -1
- data/lib/intrinio-sdk/models/option_chain.rb +1 -1
- data/lib/intrinio-sdk/models/option_price.rb +1 -1
- data/lib/intrinio-sdk/models/realtime_stock_price.rb +12 -2
- data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
- data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
- data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
- data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
- data/lib/intrinio-sdk/models/security.rb +1 -1
- data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
- data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
- data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
- data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
- data/lib/intrinio-sdk/models/security_summary.rb +1 -1
- data/lib/intrinio-sdk/models/sic_index.rb +1 -1
- data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
- data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
- data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
- data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
- data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
- data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
- data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +348 -0
- data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +408 -0
- data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_etf_holding.rb +249 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +308 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +309 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +209 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +199 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +389 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +199 -0
- data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +429 -0
- data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +308 -0
- data/lib/intrinio-sdk/version.rb +2 -2
- data/spec/api/bulk_downloads_api_spec.rb +1 -1
- data/spec/api/company_api_spec.rb +1 -1
- data/spec/api/data_point_api_spec.rb +1 -1
- data/spec/api/data_tag_api_spec.rb +1 -1
- data/spec/api/et_fs_api_spec.rb +111 -0
- data/spec/api/filing_api_spec.rb +1 -1
- data/spec/api/forex_api_spec.rb +3 -3
- data/spec/api/fundamentals_api_spec.rb +1 -1
- data/spec/api/historical_data_api_spec.rb +1 -1
- data/spec/api/index_api_spec.rb +1 -1
- data/spec/api/municipality_api_spec.rb +2 -2
- data/spec/api/options_api_spec.rb +1 -1
- data/spec/api/security_api_spec.rb +5 -5
- data/spec/api/stock_exchange_api_spec.rb +1 -1
- data/spec/api/technical_api_spec.rb +1 -1
- data/spec/api/zacks_api_spec.rb +132 -7
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
- data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
- data/spec/models/api_response_companies_search_spec.rb +1 -1
- data/spec/models/api_response_companies_spec.rb +1 -1
- data/spec/models/api_response_company_filings_spec.rb +1 -1
- data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
- data/spec/models/api_response_company_historical_data_spec.rb +1 -1
- data/spec/models/api_response_company_news_spec.rb +1 -1
- data/spec/models/api_response_company_securities_spec.rb +1 -1
- data/spec/models/api_response_data_tags_search_spec.rb +1 -1
- data/spec/models/api_response_data_tags_spec.rb +1 -1
- data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
- data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
- data/spec/models/api_response_economic_indices_spec.rb +1 -1
- data/spec/models/api_response_et_fs_spec.rb +48 -0
- data/spec/models/api_response_etf_holdings_spec.rb +54 -0
- data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
- data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
- data/spec/models/api_response_filing_notes_spec.rb +1 -1
- data/spec/models/api_response_filings_spec.rb +1 -1
- data/spec/models/api_response_forex_currencies_spec.rb +1 -1
- data/spec/models/api_response_forex_pairs_spec.rb +1 -1
- data/spec/models/api_response_forex_prices_spec.rb +1 -1
- data/spec/models/api_response_historical_data_spec.rb +1 -1
- data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
- data/spec/models/api_response_municipalities_spec.rb +1 -1
- data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
- data/spec/models/api_response_news_spec.rb +1 -1
- data/spec/models/api_response_option_prices_spec.rb +1 -1
- data/spec/models/api_response_options_chain_spec.rb +1 -1
- data/spec/models/api_response_options_expirations_spec.rb +1 -1
- data/spec/models/api_response_options_spec.rb +1 -1
- data/spec/models/api_response_reported_financials_spec.rb +1 -1
- data/spec/models/api_response_securities_search_spec.rb +1 -1
- data/spec/models/api_response_securities_spec.rb +1 -1
- data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
- data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
- data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
- data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
- data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
- data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
- data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
- data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
- data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
- data/spec/models/api_response_security_force_index_spec.rb +1 -1
- data/spec/models/api_response_security_historical_data_spec.rb +1 -1
- data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
- data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
- data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
- data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
- data/spec/models/api_response_security_mass_index_spec.rb +1 -1
- data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
- data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
- data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
- data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
- data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
- data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
- data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
- data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
- data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
- data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
- data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
- data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
- data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
- data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
- data/spec/models/api_response_security_williams_r_spec.rb +1 -1
- data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
- data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
- data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
- data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
- data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
- data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
- data/spec/models/api_response_sic_indices_spec.rb +1 -1
- data/spec/models/api_response_standardized_financials_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
- data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
- data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
- data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
- data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
- data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
- data/spec/models/api_response_zacks_eps_estimates_spec.rb +48 -0
- data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +48 -0
- data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
- data/spec/models/api_response_zacks_etf_holdings_spec.rb +48 -0
- data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +48 -0
- data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +48 -0
- data/spec/models/api_response_zacks_institutional_holdings_spec.rb +48 -0
- data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +48 -0
- data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
- data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +48 -0
- data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
- data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
- data/spec/models/average_true_range_technical_value_spec.rb +1 -1
- data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
- data/spec/models/bulk_download_links_spec.rb +1 -1
- data/spec/models/bulk_download_summary_spec.rb +1 -1
- data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
- data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
- data/spec/models/company_filing_spec.rb +1 -1
- data/spec/models/company_initial_public_offering_spec.rb +1 -1
- data/spec/models/company_news_spec.rb +1 -1
- data/spec/models/company_news_summary_spec.rb +1 -1
- data/spec/models/company_spec.rb +1 -1
- data/spec/models/company_summary_spec.rb +1 -1
- data/spec/models/data_tag_spec.rb +1 -1
- data/spec/models/data_tag_summary_spec.rb +1 -1
- data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/dividend_record_spec.rb +1 -1
- data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
- data/spec/models/earnings_record_spec.rb +1 -1
- data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
- data/spec/models/economic_index_spec.rb +1 -1
- data/spec/models/economic_index_summary_spec.rb +1 -1
- data/spec/models/etf_analytics_spec.rb +90 -0
- data/spec/models/etf_holding_spec.rb +144 -0
- data/spec/models/etf_spec.rb +750 -0
- data/spec/models/etf_stats_spec.rb +222 -0
- data/spec/models/etf_summary_spec.rb +84 -0
- data/spec/models/filing_note_filing_spec.rb +1 -1
- data/spec/models/filing_note_spec.rb +1 -1
- data/spec/models/filing_note_summary_spec.rb +1 -1
- data/spec/models/filing_spec.rb +1 -1
- data/spec/models/filing_summary_spec.rb +1 -1
- data/spec/models/force_index_technical_value_spec.rb +1 -1
- data/spec/models/forex_currency_spec.rb +1 -1
- data/spec/models/forex_pair_spec.rb +1 -1
- data/spec/models/forex_price_spec.rb +1 -1
- data/spec/models/fundamental_spec.rb +1 -1
- data/spec/models/fundamental_summary_spec.rb +1 -1
- data/spec/models/historical_data_spec.rb +1 -1
- data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
- data/spec/models/intraday_stock_price_spec.rb +1 -1
- data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
- data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
- data/spec/models/mass_index_technical_value_spec.rb +1 -1
- data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
- data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
- data/spec/models/municipality_financial_spec.rb +1 -1
- data/spec/models/municipality_spec.rb +1 -1
- data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
- data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
- data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
- data/spec/models/option_chain_spec.rb +1 -1
- data/spec/models/option_price_spec.rb +1 -1
- data/spec/models/option_spec.rb +1 -1
- data/spec/models/realtime_stock_price_security_spec.rb +1 -1
- data/spec/models/realtime_stock_price_spec.rb +7 -1
- data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
- data/spec/models/reported_financial_dimension_spec.rb +1 -1
- data/spec/models/reported_financial_spec.rb +1 -1
- data/spec/models/reported_tag_spec.rb +1 -1
- data/spec/models/security_screen_clause_spec.rb +1 -1
- data/spec/models/security_screen_group_spec.rb +1 -1
- data/spec/models/security_screen_result_data_spec.rb +1 -1
- data/spec/models/security_screen_result_spec.rb +1 -1
- data/spec/models/security_spec.rb +1 -1
- data/spec/models/security_summary_spec.rb +1 -1
- data/spec/models/sic_index_spec.rb +1 -1
- data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
- data/spec/models/standardized_financial_spec.rb +1 -1
- data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/stock_exchange_spec.rb +1 -1
- data/spec/models/stock_market_index_spec.rb +1 -1
- data/spec/models/stock_market_index_summary_spec.rb +1 -1
- data/spec/models/stock_price_adjustment_spec.rb +1 -1
- data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
- data/spec/models/stock_price_spec.rb +1 -1
- data/spec/models/stock_price_summary_spec.rb +1 -1
- data/spec/models/technical_indicator_spec.rb +1 -1
- data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
- data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
- data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
- data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
- data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
- data/spec/models/williams_r_technical_value_spec.rb +1 -1
- data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
- data/spec/models/zacks_analyst_rating_spec.rb +1 -1
- data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
- data/spec/models/zacks_eps_estimate_spec.rb +138 -0
- data/spec/models/zacks_eps_growth_rate_spec.rb +174 -0
- data/spec/models/zacks_eps_surprise_spec.rb +1 -1
- data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
- data/spec/models/zacks_etf_holding_spec.rb +78 -0
- data/spec/models/zacks_institutional_holding_company_detail_spec.rb +114 -0
- data/spec/models/zacks_institutional_holding_company_summary_spec.rb +54 -0
- data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +48 -0
- data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +162 -0
- data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +48 -0
- data/spec/models/zacks_institutional_holding_spec.rb +114 -0
- data/spec/models/zacks_long_term_growth_rate_spec.rb +186 -0
- data/spec/models/zacks_sales_surprise_spec.rb +1 -1
- data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
- data/spec/models/zacks_target_price_consensus_spec.rb +114 -0
- data/spec/spec_helper.rb +1 -1
- metadata +134 -7
data/docs/DataPointApi.md
CHANGED
@@ -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
|
-
|
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
|
-
|
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)
|
data/docs/DataTagApi.md
CHANGED
@@ -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,
|
64
|
-
type: nil,
|
65
|
-
parent: nil,
|
66
|
-
statement_code: "income_statement",
|
67
|
-
fs_template: "industrial",
|
68
|
-
page_size: 100,
|
69
|
-
next_page: nil
|
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
|
-
|
73
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
246
|
-
|
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)
|
data/docs/ETF.md
ADDED
@@ -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
|
16
|
+
**name** | String | The common name of the ETF
|
17
|
+
**ticker** | String | The common ticker symbol for the ETF
|
18
|
+
**figi_ticker** | String | The OpenFIGI ticker for the ETF
|
19
|
+
**ric** | String | Reuters Instrument Code (RIC) for the ETF
|
20
|
+
**isin** | String | International Securities Identification Number (ISIN) for the ETF
|
21
|
+
**sedol** | String | Stock Exchange Daily Official List (SEDOL) for the ETF
|
22
|
+
**exchange_mic** | String | The exchange Market Identifier Code (MIC) from the International Standards Organization (ISO)
|
23
|
+
**sponsor** | String | The fund manager (ETF) or issuing bank (ETN)
|
24
|
+
**type** | String | High-level classification for the ETF based on its intended investment objective
|
25
|
+
**description** | String | The ETF description as published by the ETF sponsor
|
26
|
+
**inception_date** | Date | Inception Date for the ETF as published by the ETF sponsor
|
27
|
+
**data_change_date** | Date | The last date on which there was a change in a classifications data field for this ETF
|
28
|
+
**close_date** | Date | The date on which this ETF was de-listed if it is no longer listed
|
29
|
+
**is_live_listed** | BOOLEAN | If true, the ETF is still listed on an exchange; if false, the ETF is no longer listed
|
30
|
+
**legal_structure** | String | The legal structure as defined in the prospectus
|
31
|
+
**intraday_nav_ticker** | String | Intra-day NAV ticker for the Exchange Traded Fund (ETF)
|
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
|
33
|
+
**primary_ticker_country_code** | String | 2 letter ISO country code for the country of the primary listing
|
34
|
+
**primary_listing_region** | String | Geographic region in the country of the primary listing falls
|
35
|
+
**net_expense_ratio** | Float | Gross expense net of Fee Waivers, as a percentage of net assets as published by the ETF Sponsor
|
36
|
+
**asset_class** | String | Captures the underlying nature of the securities in the Exchanged Traded Product (ETP)
|
37
|
+
**other_asset_types** | String | If 'asset_class' field is classified as 'Other Asset Types' this field captures the specific category of the underlying assets
|
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 ('Mega Cap', 'Large Cap', 'Mid Cap', etc.)
|
39
|
+
**holds_only_nyse_stocks** | BOOLEAN | If true, the ETF is an equity ETF and holds only stocks listed on NYSE
|
40
|
+
**holds_only_nasdaq_stocks** | BOOLEAN | If false, the ETF is an equity ETF and holds only stocks listed on Nasdaq
|
41
|
+
**growth_value_tilt** | String | Classifies equity ETFs as either 'Growth' or Value' based on the stated style tilt in the ETF prospectus. Equity ETFs that do not have a stated style tilt are classified as 'Core / Blend'
|
42
|
+
**growth_type** | String | For ETFs that are classified as 'Growth' in 'growth_value_tilt', this field further identifies those where the stocks in the ETF are both selected and weighted based on their growth (style factor) scores
|
43
|
+
**value_type** | String | For ETFs that are classified as 'Value' in 'growth_value_tilt', this field further identifies those where the stocks in the ETF are both selected and weighted based on their value (style factor) scores
|
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
|
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.
|
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
|
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 ('Agri-business', 'Natural Resources', 'Green Investing', etc.)
|
48
|
+
**natural_resources_type** | String | For ETFs that are classified as 'Natural Resources' in the 'cross_sector_theme' field, this field provides further detail on the type of Natural Resources exposure.
|
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
|
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
|
51
|
+
**us_or_excludes_us** | String | Takes the value of 'Domestic' for US exposure, 'International' for non-US exposure and 'Global' for exposure that includes all regions including the US
|
52
|
+
**developed_emerging** | String | This field identifies the stage of development of the markets that the ETF provides exposure to
|
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 ('BRIC', 'Chindia', etc.)
|
54
|
+
**continent** | String | This field is populated if the ETF provides targeted exposure to a specific continent or country within that Continent
|
55
|
+
**latin_america_sub_group** | String | For ETFs that are classified as 'Latin America' in the 'continent' field, this field provides further detail on the type of regional exposure
|
56
|
+
**europe_sub_group** | String | For ETFs that are classified as 'Europe' in the 'continent' field, this field provides further detail on the type of regional exposure
|
57
|
+
**asia_sub_group** | String | For ETFs that are classified as 'Asia' in the 'continent' field, this field provides further detail on the type of regional exposure
|
58
|
+
**specific_country** | String | This field is populated if the ETF provides targeted exposure to a specific country
|
59
|
+
**china_listing_location** | String | For ETFs that are classified as 'China' in the 'country' field, this field provides further detail on the type of exposure in the underlying securities
|
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
|
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
|
62
|
+
**index_weighting_scheme** | String | For ETFs that track an underlying index, this field provides detail on the index weighting type
|
63
|
+
**market_cap_weighting_type** | String | For ETFs that take the value 'Market Cap Weighted' in the 'index_weighting_scheme' field, this field provides detail on the market cap weighting type
|
64
|
+
**fundamental_weighting_type** | String | For ETFs that take the value ‘Fundamental Weighted’ in the 'index_weighting_scheme' field, this field provides detail on the fundamental weighting methodology
|
65
|
+
**dividend_weighting_type** | String | For ETFs that take the value 'Dividend Weighted' in the 'index_weighting_scheme' field, this field provides detail on the dividend weighting methodology
|
66
|
+
**bond_type** | String | For ETFs where 'asset_class_type' is 'Bonds', this field provides detail on the type of bonds held in the ETF
|
67
|
+
**government_bond_types** | String | For bond ETFs that take the value 'Treasury & Government' in 'bond_type', this field provides detail on the exposure
|
68
|
+
**municipal_bond_region** | String | For bond ETFs that take the value 'Municipal' in 'bond_type', this field provides additional detail on the geographic exposure
|
69
|
+
**municipal_vrdo** | BOOLEAN | For bond ETFs that take the value 'Municipal' in 'bond_type', this field identifies those ETFs that specifically provide exposure to Variable Rate Demand Obligations
|
70
|
+
**mortgage_bond_types** | String | For bond ETFs that take the value 'Mortgage' in 'bond_type', this field provides additional detail on the type of underlying securities
|
71
|
+
**bond_tax_status** | String | For all US bond ETFs, this field provides additional detail on the tax treatment of the underlying securities
|
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
|
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
|
74
|
+
**specific_maturity_year** | Integer | For all bond ETFs that take the value 'Specific Maturity Year' in the 'average_maturity' field, this field specifies the calendar year
|
75
|
+
**bond_currency_denomination** | String | For all bond ETFs, this field provides additional detail on the currency denomination of the underlying securities
|
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
|
77
|
+
**zero_coupon** | BOOLEAN | For bond ETFs, this field identifies those ETFs that specifically hold zero coupon Treasury Bills
|
78
|
+
**floating_rate** | BOOLEAN | For bond ETFs, this field identifies those ETFs that specifically hold floating rate bonds
|
79
|
+
**build_america_bonds** | BOOLEAN | For municipal bond ETFs, this field identifies those ETFs that specifically hold Build America Bonds
|
80
|
+
**commodity_types** | String | For ETFs where 'asset_class_type' is 'Commodities', this field provides detail on the type of commodities held in the ETF
|
81
|
+
**energy_type** | String | For ETFs where 'commodity_type' is 'Energy', this field provides detail on the type of energy exposure provided by the ETF
|
82
|
+
**agricultural_type** | String | For ETFs where 'commodity_type' is 'Agricultural', this field provides detail on the type of agricultural exposure provided by the ETF
|
83
|
+
**metal_type** | String | For ETFs where 'commodity_type' is 'Gold & Metals', this field provides detail on the type of exposure provided by the ETF
|
84
|
+
**inverse_leveraged** | String | This field is populated if the ETF provides inverse or leveraged exposure
|
85
|
+
**target_date_multi_asset_type** | String | For ETFs where 'asset_class_type' is 'Target Date / MultiAsset', this field provides detail on the type of commodities held in the ETF
|
86
|
+
**currency_hedged** | BOOLEAN | This field is populated if the ETF’s strategy involves hedging currency exposure
|
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
|
88
|
+
**social_environmental_type** | String | This field is populated if the ETF’s strategy involves providing exposure to a specific social or environmental theme
|
89
|
+
**clean_energy_type** | String | This field is populated if the ETF has a value of 'Clean Energy' in the 'social_environmental_type' field.
|
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
|
91
|
+
**regular_dividend_payor_type** | String | This field is populated if the ETF has a value of 'Dividend – Regular Payors' in the 'dividend_type' field
|
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
|
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
|
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
|
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
|
96
|
+
**other_quant_models** | String | For ETFs where 'quant_strategies_type' is 'Other Quant Model', this field provides the name of the specific proprietary quant model used as the underlying strategy for the ETF
|
97
|
+
**hedge_fund_type** | String | For ETFs where 'other_asset_types' is 'Hedge Fund Replication', this field provides detail on the type of hedge fund replication strategy
|
98
|
+
**derivatives_based** | String | This field is populated if the ETF holds either listed or over-the-counter derivatives in its portfolio
|
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
|
100
|
+
**index_linked** | String | This field identifies whether an ETF is index linked or active
|
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
|
102
|
+
**index_name** | String | This field identifies the name of the underlying index tracked by the ETF, if applicable
|
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
|
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
|
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
|
106
|
+
**index_provider** | String | This field identifies the Index provider for the index underlying the ETF, if applicable
|
107
|
+
**fund_family** | String | This field identifies the fund family to which the ETF belongs, as categorized by the ETF Sponsor
|
108
|
+
**index_ticker** | String | This field identifies the OpenFIGI ticker for the Index underlying the ETF
|
109
|
+
**etn_issuing_bank** | String | If the product is an Exchange Traded Note (ETN), this field identifies the issuing bank
|
110
|
+
**etn_maturity_date** | Date | If the product is an ETN, this field identifies the maturity date for the ETN
|
111
|
+
**livestock** | String | For ETFs where 'commodity_type' is 'Livestock', this field provides detail on the type of livestock exposure provided by the ETF
|
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
|
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
|
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
|
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
|
116
|
+
**issuing_entity_country_code** | String | The name of the legal entity that issued the Exchange Traded Product (ETP)
|
117
|
+
**ucits** | BOOLEAN | If true, the Exchange Traded Product (ETP) is Undertakings for the Collective Investment in Transferable Securities (UCITS) compliant
|
118
|
+
**replication_structure** | String | The replication structure of the Exchange Traded Product (ETP)
|
119
|
+
**domicile** | String | 2 letter ISO country code for the country where the ETP is domiciled
|
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
|
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
|
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
|
123
|
+
**listing_country_code** | String | 2 letter ISO country code for the country where the Exchange Traded Product (ETP) is listed
|
124
|
+
**listing_region** | String | The region in which this specific ETF is listed
|
125
|
+
**smartvs_traditional_beta** | String | This field identifies whether an ETF provides 'Traditional' beta exposure or 'Smart' 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
|
126
|
+
**smartvs_traditional_beta_level2** | String | This field provides further detail within the traditional and smart beta categories
|
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
|
128
|
+
**etp_structure_type** | String | Classifies Exchange Traded Products (ETPs) into very broad categories based on its legal structure
|
129
|
+
**month_end_assets** | Float | Net assets in millions of dollars as of the most recent month end
|
130
|
+
**etf_portfolio_turnover** | Float | The percentage of positions turned over in the last 12 months
|
131
|
+
**firstbridge_id** | String | The FirstBridge unique identifier for the Exchange Traded Fund (ETF)
|
132
|
+
**firstbridge_parent_id** | String | The FirstBridge unique identifier of the parent Exchange Traded Fund (ETF), if applicable
|
133
|
+
**number_of_holdings** | Integer | The number of holdings for this Exchange Traded Fund (ETF)
|
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
|
16
|
+
**fifty_two_week_low** | Float | Lowest trading price for the security in the preceding 52 weeks
|
17
|
+
**volume_traded** | Float | The total quantity of shares traded on the latest trading day
|
18
|
+
**average_daily_volume_one_month** | Float | The average quantity of shares traded per day for the last month
|
19
|
+
**average_daily_volume_three_month** | Float | The average quantity of shares traded per day for the last three months
|
20
|
+
**average_daily_volume_six_month** | Float | The average quantity of shares traded per day for the last six months
|
21
|
+
**market_cap** | Float | The market capitalization for the Exchange Traded Fund (ETF)
|
22
|
+
**shares_outstanding** | Float | The number of shares outstanding for the Exchange Traded Fund (ETF)
|
23
|
+
**etf** | [**ETFSummary**](ETFSummary.md) |
|
24
|
+
|
25
|
+
[//]: # (END_DEFINITION)
|
26
|
+
|
27
|
+
|
28
|
+
[//]: # (CONTAINED_CLASS:Intrinio::ETFSummary)
|
29
|
+
|
30
|
+
|
31
|
+
|
data/docs/ETFHolding.md
ADDED
@@ -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
|
16
|
+
**name** | String | The common name for the holding
|
17
|
+
**ticker** | String | The common exchange ticker for the holding
|
18
|
+
**type** | String | The type of instrument for this holding. Examples (Bond = 'BOND', Equity = 'EQUI', Options = 'OPTN')
|
19
|
+
**composite_figi** | String | The OpenFIGI ticker for the holding
|
20
|
+
**isin** | String | International Securities Identification Number (ISIN) for the holding
|
21
|
+
**ric** | String | Reuters Instrument Code (RIC) for the holding
|
22
|
+
**sedol** | String | Stock Exchange Daily Official List (SEDOL) for the holding
|
23
|
+
**face** | Float | Face value of the debt security, if available
|
24
|
+
**coupon** | Float | Coupon rate of the debt security, if available
|
25
|
+
**market_value_held** | Float | The market value of this holding in the ETF as of the `as_of_date`
|
26
|
+
**notional_value** | Float | Notional value of derivatives contracts held in the Exchange Traded Fund (ETF) or Exchange Traded Note (ETN)
|
27
|
+
**maturity** | Date | Maturity date for the debt security, if available
|
28
|
+
**quantity_held** | Float | Number of units of the security held if available
|
29
|
+
**weighting** | Float | Fraction of the funds market value held
|
30
|
+
**quantity_units** | Float | The unit of the `quanity_held` field. Examples ('oz', 'shares', 'contracts')
|
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
|
32
|
+
**contract_expiry_date** | Date | Expiry date for the futures contract held in the Exchange Traded Fund (ETF) or Exchange Traded Note (ETN)
|
33
|
+
|
34
|
+
[//]: # (END_DEFINITION)
|
35
|
+
|
36
|
+
|
37
|
+
|
data/docs/ETFStats.md
ADDED
@@ -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 |
|
16
|
+
**net_asset_value** | Float | The net asset value (NAV = Total Assets - Total Liabilities)
|
17
|
+
**beta_vs_spy** | Float | Volatility this ETF is versus the SPY ETF
|
18
|
+
**trailing_one_month_return_split_and_dividend** | Float | Trailing one month return including dividends
|
19
|
+
**trailing_one_month_return_split_only** | Float | Trailing one month return excluding dividends
|
20
|
+
**trailing_one_year_return_split_and_dividend** | Float | Trailing one year return including dividends
|
21
|
+
**trailing_one_year_return_split_only** | Float | Trailing one year return excluding dividends
|
22
|
+
**trailing_one_year_volatility_annualized** | Float | Annualized standard deviation of daily price returns over trailing 252 trading days
|
23
|
+
**trailing_three_year_annualized_return_split_and_dividend** | Float | Trailing three year return including dividends
|
24
|
+
**trailing_three_year_annualized_return_split_only** | Float | Trailing three year return excluding dividends
|
25
|
+
**trailing_three_year_volatility_annualized** | Float | Annualized standard deviation of daily price returns over trailing 756 trading days
|
26
|
+
**trailing_five_year_annualized_return_split_and_dividend** | Float | Trailing five year return including dividends
|
27
|
+
**trailing_five_year_annualized_return_split_only** | Float | Trailing five year return excluding dividends
|
28
|
+
**trailing_five_year_volatility_annualized** | Float | Annualized standard deviation of daily price returns over trailing 1260 trading days
|
29
|
+
**trailing_ten_year_annualized_return_split_and_dividend** | Float | Trailing ten year return including dividends
|
30
|
+
**trailing_ten_year_annualized_return_split_only** | Float | Trailing ten year return excluding dividends
|
31
|
+
**inception_annualized_return_split_and_dividend** | Float | Annualized return including dividends since inception
|
32
|
+
**inception_annualized_return_split_only** | Float | Annualized return excluding dividends since inception
|
33
|
+
**calendar_year_5_return_split_and_dividend** | Float | Five years ago calendar year return including dividends
|
34
|
+
**calendar_year_5_return_split_only** | Float | Five years ago calendar year return excluding dividends
|
35
|
+
**calendar_year_4_return_split_and_dividend** | Float | Four years ago calendar year return including dividends
|
36
|
+
**calendar_year_4_return_split_only** | Float | Four years ago calendar year return excluding dividends
|
37
|
+
**calendar_year_3_return_split_and_dividend** | Float | Three years ago calendar year return including dividends
|
38
|
+
**calendar_year_3_return_split_only** | Float | Three years ago calendar year return excluding dividends
|
39
|
+
**calendar_year_2_return_split_and_dividend** | Float | Two years ago calendar year return including dividends
|
40
|
+
**calendar_year_2_return_split_only** | Float | Two years ago calendar year return excluding dividends
|
41
|
+
**calendar_year_1_return_split_and_dividend** | Float | One year ago calendar year return including dividends
|
42
|
+
**calendar_year_1_return_split_only** | Float | One year ago calendar year return excluding dividends
|
43
|
+
**calendar_year_to_date_return_split_and_dividend** | Float | Calendar year to date (YTD) return including dividends
|
44
|
+
**calendar_year_to_date_return_split_only** | Float | Calendar year to date (YTD) return excluding dividends
|
45
|
+
**etf** | [**ETFSummary**](ETFSummary.md) |
|
46
|
+
|
47
|
+
[//]: # (END_DEFINITION)
|
48
|
+
|
49
|
+
|
50
|
+
[//]: # (CONTAINED_CLASS:Intrinio::ETFSummary)
|
51
|
+
|
52
|
+
|
53
|
+
|
data/docs/ETFSummary.md
ADDED
@@ -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
|
16
|
+
**name** | String | The common name of the ETF
|
17
|
+
**ticker** | String | The common ticker symbol for the ETF
|
18
|
+
**figi_ticker** | String | The OpenFIGI ticker for the ETF
|
19
|
+
**ric** | String | Reuters Instrument Code (RIC) for the ETF
|
20
|
+
**isin** | String | International Securities Identification Number (ISIN) for the ETF
|
21
|
+
**sedol** | String | Stock Exchange Daily Official List (SEDOL) for the ETF
|
22
|
+
**exchange_mic** | String | The exchange Market Identifier Code (MIC) from the International Standards Organization (ISO)
|
23
|
+
|
24
|
+
[//]: # (END_DEFINITION)
|
25
|
+
|
26
|
+
|
27
|
+
|
data/docs/ETFsApi.md
ADDED
@@ -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]
|
88
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
89
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
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) |
|
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) |
|
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) |
|
326
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
327
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
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) |
|
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| |
|
482
|
+
|
483
|
+
[//]: # (END_PARAMETERS)
|
484
|
+
|
485
|
+
### Return type
|
486
|
+
|
487
|
+
[**ApiResponseETFs**](ApiResponseETFs.md)
|
488
|
+
|
489
|
+
[//]: # (END_OPERATION)
|
490
|
+
|