intrinio-sdk 5.2.0 → 5.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +45 -3
- 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 +2 -2
- 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 +517 -0
- data/docs/Filing.md +3 -0
- data/docs/FilingApi.md +168 -0
- data/docs/ZacksApi.md +779 -49
- 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 +1 -1
- data/lib/intrinio-sdk.rb +28 -1
- data/lib/intrinio-sdk/api/bulk_downloads_api.rb +3 -3
- 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 +113 -1
- data/lib/intrinio-sdk/api/forex_api.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/api/options_api.rb +1 -1
- data/lib/intrinio-sdk/api/security_api.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/api_error.rb +1 -1
- data/lib/intrinio-sdk/configuration.rb +1 -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 +32 -2
- 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 +1 -1
- 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 +2 -2
- 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 +27 -1
- data/spec/api/forex_api_spec.rb +1 -1
- 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 +1 -1
- data/spec/api/options_api_spec.rb +1 -1
- data/spec/api/security_api_spec.rb +1 -1
- 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 +19 -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 +1 -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 +110 -2
data/docs/Filing.md
CHANGED
@@ -21,6 +21,9 @@ Name | Type | Description
|
|
21
21
|
**filing_url** | String | The URL to the filing page on the SEC site
|
22
22
|
**report_url** | String | The URL to the actual report on the SEC site
|
23
23
|
**instance_url** | String | The URL for the XBRL filing for the report
|
24
|
+
**industry_category** | String | The company's operating industry category
|
25
|
+
**industry_group** | String | The company's operating industry group
|
26
|
+
**word_count** | Integer | The number of words in the filing
|
24
27
|
**company** | [**CompanySummary**](CompanySummary.md) |
|
25
28
|
|
26
29
|
[//]: # (END_DEFINITION)
|
data/docs/FilingApi.md
CHANGED
@@ -8,6 +8,8 @@ Method | HTTP request | Description
|
|
8
8
|
[**get_all_notes**](FilingApi.md#get_all_notes) | **GET** /filings/notes | All Filing Notes
|
9
9
|
[**get_filing_by_id**](FilingApi.md#get_filing_by_id) | **GET** /filings/{id} | Lookup Filing
|
10
10
|
[**get_filing_fundamentals**](FilingApi.md#get_filing_fundamentals) | **GET** /filings/{identifier}/fundamentals | All Fundamentals by Filing
|
11
|
+
[**get_filing_html**](FilingApi.md#get_filing_html) | **GET** /filings/{identifier}/html | Filing Html
|
12
|
+
[**get_filing_text**](FilingApi.md#get_filing_text) | **GET** /filings/{identifier}/text | Filing Text
|
11
13
|
[**get_note**](FilingApi.md#get_note) | **GET** /filings/notes/{identifier} | Filing Note by ID
|
12
14
|
[**get_note_html**](FilingApi.md#get_note_html) | **GET** /filings/notes/{identifier}/html | Filing Note HTML
|
13
15
|
[**get_note_text**](FilingApi.md#get_note_text) | **GET** /filings/notes/{identifier}/text | Filing Note Text
|
@@ -70,6 +72,8 @@ opts = {
|
|
70
72
|
report_type: nil, # String | Filter by report type. Separate values with commas to return multiple The filing <a href=\"https://docs.intrinio.com/documentation/sec_filing_report_types\" target=\"_blank\">report types</a>.
|
71
73
|
start_date: Date.parse("2015-01-01"), # Date | Filed on or after the given date
|
72
74
|
end_date: nil, # Date | Filed before or after the given date
|
75
|
+
industry_category: nil, # String | Return companies in the given industry category
|
76
|
+
industry_group: nil, # String | Return companies in the given industry group
|
73
77
|
page_size: 100, # Integer | The number of results to return
|
74
78
|
next_page: nil # String | Gets the next page of data from a previous API call
|
75
79
|
}
|
@@ -97,6 +101,8 @@ Name | Type | Description | Notes
|
|
97
101
|
**report_type** | String| Filter by report type. Separate values with commas to return multiple The filing <a href=\"https://docs.intrinio.com/documentation/sec_filing_report_types\" target=\"_blank\">report types</a>. | [optional]
|
98
102
|
**start_date** | Date| Filed on or after the given date | [optional]
|
99
103
|
**end_date** | Date| Filed before or after the given date | [optional]
|
104
|
+
**industry_category** | String| Return companies in the given industry category | [optional]
|
105
|
+
**industry_group** | String| Return companies in the given industry group | [optional]
|
100
106
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
101
107
|
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
102
108
|
|
@@ -386,6 +392,168 @@ Name | Type | Description | Notes
|
|
386
392
|
[//]: # (END_OPERATION)
|
387
393
|
|
388
394
|
|
395
|
+
[//]: # (START_OPERATION)
|
396
|
+
|
397
|
+
[//]: # (CLASS:Intrinio::FilingApi)
|
398
|
+
|
399
|
+
[//]: # (METHOD:get_filing_html)
|
400
|
+
|
401
|
+
[//]: # (RETURN_TYPE:String)
|
402
|
+
|
403
|
+
[//]: # (RETURN_TYPE_KIND:primitive)
|
404
|
+
|
405
|
+
[//]: # (RETURN_TYPE_DOC:)
|
406
|
+
|
407
|
+
[//]: # (OPERATION:get_filing_html_v2)
|
408
|
+
|
409
|
+
[//]: # (ENDPOINT:/filings/{identifier}/html)
|
410
|
+
|
411
|
+
[//]: # (DOCUMENT_LINK:FilingApi.md#get_filing_html)
|
412
|
+
|
413
|
+
## **get_filing_html**
|
414
|
+
|
415
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_filing_html_v2)
|
416
|
+
|
417
|
+
[//]: # (START_OVERVIEW)
|
418
|
+
|
419
|
+
> String get_filing_html(identifier)
|
420
|
+
|
421
|
+
#### Filing Html
|
422
|
+
|
423
|
+
|
424
|
+
|
425
|
+
[//]: # (END_OVERVIEW)
|
426
|
+
|
427
|
+
### Example
|
428
|
+
|
429
|
+
[//]: # (START_CODE_EXAMPLE)
|
430
|
+
|
431
|
+
```ruby
|
432
|
+
# Load the gem
|
433
|
+
require 'intrinio-sdk'
|
434
|
+
require 'pp'
|
435
|
+
|
436
|
+
# Setup authorization
|
437
|
+
Intrinio.configure do |config|
|
438
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
439
|
+
end
|
440
|
+
|
441
|
+
filing_api = Intrinio::FilingApi.new
|
442
|
+
|
443
|
+
identifier = "fil_B73xBG" # String | A Filing identifier
|
444
|
+
|
445
|
+
|
446
|
+
begin
|
447
|
+
result = filing_api.get_filing_html(identifier)
|
448
|
+
pp result
|
449
|
+
rescue Intrinio::ApiError => e
|
450
|
+
puts "Exception when calling FilingApi->get_filing_html: #{e}"
|
451
|
+
end
|
452
|
+
```
|
453
|
+
|
454
|
+
[//]: # (END_CODE_EXAMPLE)
|
455
|
+
|
456
|
+
[//]: # (START_DEFINITION)
|
457
|
+
|
458
|
+
### Parameters
|
459
|
+
|
460
|
+
[//]: # (START_PARAMETERS)
|
461
|
+
|
462
|
+
|
463
|
+
Name | Type | Description | Notes
|
464
|
+
------------- | ------------- | ------------- | -------------
|
465
|
+
**identifier** | String| A Filing identifier |
|
466
|
+
|
467
|
+
[//]: # (END_PARAMETERS)
|
468
|
+
|
469
|
+
### Return type
|
470
|
+
|
471
|
+
**String**
|
472
|
+
|
473
|
+
[//]: # (END_OPERATION)
|
474
|
+
|
475
|
+
|
476
|
+
[//]: # (START_OPERATION)
|
477
|
+
|
478
|
+
[//]: # (CLASS:Intrinio::FilingApi)
|
479
|
+
|
480
|
+
[//]: # (METHOD:get_filing_text)
|
481
|
+
|
482
|
+
[//]: # (RETURN_TYPE:String)
|
483
|
+
|
484
|
+
[//]: # (RETURN_TYPE_KIND:primitive)
|
485
|
+
|
486
|
+
[//]: # (RETURN_TYPE_DOC:)
|
487
|
+
|
488
|
+
[//]: # (OPERATION:get_filing_text_v2)
|
489
|
+
|
490
|
+
[//]: # (ENDPOINT:/filings/{identifier}/text)
|
491
|
+
|
492
|
+
[//]: # (DOCUMENT_LINK:FilingApi.md#get_filing_text)
|
493
|
+
|
494
|
+
## **get_filing_text**
|
495
|
+
|
496
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_filing_text_v2)
|
497
|
+
|
498
|
+
[//]: # (START_OVERVIEW)
|
499
|
+
|
500
|
+
> String get_filing_text(identifier)
|
501
|
+
|
502
|
+
#### Filing Text
|
503
|
+
|
504
|
+
|
505
|
+
|
506
|
+
[//]: # (END_OVERVIEW)
|
507
|
+
|
508
|
+
### Example
|
509
|
+
|
510
|
+
[//]: # (START_CODE_EXAMPLE)
|
511
|
+
|
512
|
+
```ruby
|
513
|
+
# Load the gem
|
514
|
+
require 'intrinio-sdk'
|
515
|
+
require 'pp'
|
516
|
+
|
517
|
+
# Setup authorization
|
518
|
+
Intrinio.configure do |config|
|
519
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
520
|
+
end
|
521
|
+
|
522
|
+
filing_api = Intrinio::FilingApi.new
|
523
|
+
|
524
|
+
identifier = "fil_B73xBG" # String | A Filing identifier
|
525
|
+
|
526
|
+
|
527
|
+
begin
|
528
|
+
result = filing_api.get_filing_text(identifier)
|
529
|
+
pp result
|
530
|
+
rescue Intrinio::ApiError => e
|
531
|
+
puts "Exception when calling FilingApi->get_filing_text: #{e}"
|
532
|
+
end
|
533
|
+
```
|
534
|
+
|
535
|
+
[//]: # (END_CODE_EXAMPLE)
|
536
|
+
|
537
|
+
[//]: # (START_DEFINITION)
|
538
|
+
|
539
|
+
### Parameters
|
540
|
+
|
541
|
+
[//]: # (START_PARAMETERS)
|
542
|
+
|
543
|
+
|
544
|
+
Name | Type | Description | Notes
|
545
|
+
------------- | ------------- | ------------- | -------------
|
546
|
+
**identifier** | String| A Filing identifier |
|
547
|
+
|
548
|
+
[//]: # (END_PARAMETERS)
|
549
|
+
|
550
|
+
### Return type
|
551
|
+
|
552
|
+
**String**
|
553
|
+
|
554
|
+
[//]: # (END_OPERATION)
|
555
|
+
|
556
|
+
|
389
557
|
[//]: # (START_OPERATION)
|
390
558
|
|
391
559
|
[//]: # (CLASS:Intrinio::FilingApi)
|
data/docs/ZacksApi.md
CHANGED
@@ -5,8 +5,16 @@ All URIs are relative to *https://api-v2.intrinio.com*
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
7
|
[**get_zacks_analyst_ratings**](ZacksApi.md#get_zacks_analyst_ratings) | **GET** /zacks/analyst_ratings | Zacks Analyst Ratings
|
8
|
+
[**get_zacks_eps_estimates**](ZacksApi.md#get_zacks_eps_estimates) | **GET** /zacks/eps_estimates | Zacks EPS Estimates
|
9
|
+
[**get_zacks_eps_growth_rates**](ZacksApi.md#get_zacks_eps_growth_rates) | **GET** /zacks/eps_growth_rates | Zacks EPS Growth Rates
|
8
10
|
[**get_zacks_eps_surprises**](ZacksApi.md#get_zacks_eps_surprises) | **GET** /zacks/eps_surprises | Zacks EPS Surprises
|
11
|
+
[**get_zacks_etf_holdings**](ZacksApi.md#get_zacks_etf_holdings) | **GET** /zacks/etf_holdings | Zacks ETF Holdings
|
12
|
+
[**get_zacks_institutional_holding_companies**](ZacksApi.md#get_zacks_institutional_holding_companies) | **GET** /zacks/institutional_holdings/companies | Zacks Institutional Holding Companies
|
13
|
+
[**get_zacks_institutional_holding_owners**](ZacksApi.md#get_zacks_institutional_holding_owners) | **GET** /zacks/institutional_holdings/owners | Zacks Institutional Holding Owners
|
14
|
+
[**get_zacks_institutional_holdings**](ZacksApi.md#get_zacks_institutional_holdings) | **GET** /zacks/institutional_holdings | Zacks Institutional Holdings
|
15
|
+
[**get_zacks_long_term_growth_rates**](ZacksApi.md#get_zacks_long_term_growth_rates) | **GET** /zacks/long_term_growth_rates | Zacks Long Term Growth Rates
|
9
16
|
[**get_zacks_sales_surprises**](ZacksApi.md#get_zacks_sales_surprises) | **GET** /zacks/sales_surprises | Zacks Sales Surprises
|
17
|
+
[**get_zacks_target_price_consensuses**](ZacksApi.md#get_zacks_target_price_consensuses) | **GET** /zacks/target_price_consensuses | Zacks Target Price Consensuses
|
10
18
|
|
11
19
|
|
12
20
|
|
@@ -61,8 +69,8 @@ zacks_api = Intrinio::ZacksApi.new
|
|
61
69
|
|
62
70
|
opts = {
|
63
71
|
identifier: "AAPL", # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
64
|
-
start_date: nil, #
|
65
|
-
end_date: nil, #
|
72
|
+
start_date: nil, # Date | Limit ratings to those on or after this date
|
73
|
+
end_date: nil, # Date | Limit ratings to those on or before this date
|
66
74
|
mean_greater: nil, # Float | Return only records with a mean (average) higher than this value
|
67
75
|
mean_less: nil, # Float | Return only records with a mean (average) lower than this value
|
68
76
|
strong_buys_greater: nil, # Integer | Return only records with more than this many Strong Buy recommendations
|
@@ -101,8 +109,8 @@ end
|
|
101
109
|
Name | Type | Description | Notes
|
102
110
|
------------- | ------------- | ------------- | -------------
|
103
111
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | [optional]
|
104
|
-
**start_date** |
|
105
|
-
**end_date** |
|
112
|
+
**start_date** | Date| Limit ratings to those on or after this date | [optional]
|
113
|
+
**end_date** | Date| Limit ratings to those on or before this date | [optional]
|
106
114
|
**mean_greater** | Float| Return only records with a mean (average) higher than this value | [optional]
|
107
115
|
**mean_less** | Float| Return only records with a mean (average) lower than this value | [optional]
|
108
116
|
**strong_buys_greater** | Integer| Return only records with more than this many Strong Buy recommendations | [optional]
|
@@ -129,36 +137,519 @@ Name | Type | Description | Notes
|
|
129
137
|
[//]: # (END_OPERATION)
|
130
138
|
|
131
139
|
|
140
|
+
[//]: # (START_OPERATION)
|
141
|
+
|
142
|
+
[//]: # (CLASS:Intrinio::ZacksApi)
|
143
|
+
|
144
|
+
[//]: # (METHOD:get_zacks_eps_estimates)
|
145
|
+
|
146
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksEPSEstimates)
|
147
|
+
|
148
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
149
|
+
|
150
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseZacksEPSEstimates.md)
|
151
|
+
|
152
|
+
[//]: # (OPERATION:get_zacks_eps_estimates_v2)
|
153
|
+
|
154
|
+
[//]: # (ENDPOINT:/zacks/eps_estimates)
|
155
|
+
|
156
|
+
[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_eps_estimates)
|
157
|
+
|
158
|
+
## **get_zacks_eps_estimates**
|
159
|
+
|
160
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_eps_estimates_v2)
|
161
|
+
|
162
|
+
[//]: # (START_OVERVIEW)
|
163
|
+
|
164
|
+
> ApiResponseZacksEPSEstimates get_zacks_eps_estimates(opts)
|
165
|
+
|
166
|
+
#### Zacks EPS Estimates
|
167
|
+
|
168
|
+
|
169
|
+
Returns Zacks consensus earnings-per-share (EPS) data for all Companies.
|
170
|
+
|
171
|
+
[//]: # (END_OVERVIEW)
|
172
|
+
|
173
|
+
### Example
|
174
|
+
|
175
|
+
[//]: # (START_CODE_EXAMPLE)
|
176
|
+
|
177
|
+
```ruby
|
178
|
+
# Load the gem
|
179
|
+
require 'intrinio-sdk'
|
180
|
+
require 'pp'
|
181
|
+
|
182
|
+
# Setup authorization
|
183
|
+
Intrinio.configure do |config|
|
184
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
185
|
+
end
|
186
|
+
|
187
|
+
zacks_api = Intrinio::ZacksApi.new
|
188
|
+
|
189
|
+
opts = {
|
190
|
+
identifier: "AAPL", # String | A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
191
|
+
start_date: nil, # Date | Limit EPS estimates to those on or after this date
|
192
|
+
end_date: nil, # Date | Limit EPS estimates to those on or before this date
|
193
|
+
fiscal_year: nil, # Integer | Only for the given fiscal year
|
194
|
+
fiscal_period: nil, # String | The fiscal period
|
195
|
+
calendar_year: nil, # Integer | Only for the given calendar year
|
196
|
+
calendar_period: nil, # String | The calendar period
|
197
|
+
page_size: 100, # Integer | The number of results to return
|
198
|
+
next_page: nil # String | Gets the next page of data from a previous API call
|
199
|
+
}
|
200
|
+
|
201
|
+
begin
|
202
|
+
result = zacks_api.get_zacks_eps_estimates(opts)
|
203
|
+
pp result
|
204
|
+
rescue Intrinio::ApiError => e
|
205
|
+
puts "Exception when calling ZacksApi->get_zacks_eps_estimates: #{e}"
|
206
|
+
end
|
207
|
+
```
|
208
|
+
|
209
|
+
[//]: # (END_CODE_EXAMPLE)
|
210
|
+
|
211
|
+
[//]: # (START_DEFINITION)
|
212
|
+
|
213
|
+
### Parameters
|
214
|
+
|
215
|
+
[//]: # (START_PARAMETERS)
|
216
|
+
|
217
|
+
|
218
|
+
Name | Type | Description | Notes
|
219
|
+
------------- | ------------- | ------------- | -------------
|
220
|
+
**identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) | [optional]
|
221
|
+
**start_date** | Date| Limit EPS estimates to those on or after this date | [optional]
|
222
|
+
**end_date** | Date| Limit EPS estimates to those on or before this date | [optional]
|
223
|
+
**fiscal_year** | Integer| Only for the given fiscal year | [optional]
|
224
|
+
**fiscal_period** | String| The fiscal period | [optional]
|
225
|
+
**calendar_year** | Integer| Only for the given calendar year | [optional]
|
226
|
+
**calendar_period** | String| The calendar period | [optional]
|
227
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
228
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
229
|
+
|
230
|
+
[//]: # (END_PARAMETERS)
|
231
|
+
|
232
|
+
### Return type
|
233
|
+
|
234
|
+
[**ApiResponseZacksEPSEstimates**](ApiResponseZacksEPSEstimates.md)
|
235
|
+
|
236
|
+
[//]: # (END_OPERATION)
|
237
|
+
|
238
|
+
|
239
|
+
[//]: # (START_OPERATION)
|
240
|
+
|
241
|
+
[//]: # (CLASS:Intrinio::ZacksApi)
|
242
|
+
|
243
|
+
[//]: # (METHOD:get_zacks_eps_growth_rates)
|
244
|
+
|
245
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksEPSGrowthRates)
|
246
|
+
|
247
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
248
|
+
|
249
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseZacksEPSGrowthRates.md)
|
250
|
+
|
251
|
+
[//]: # (OPERATION:get_zacks_eps_growth_rates_v2)
|
252
|
+
|
253
|
+
[//]: # (ENDPOINT:/zacks/eps_growth_rates)
|
254
|
+
|
255
|
+
[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_eps_growth_rates)
|
256
|
+
|
257
|
+
## **get_zacks_eps_growth_rates**
|
258
|
+
|
259
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_eps_growth_rates_v2)
|
260
|
+
|
261
|
+
[//]: # (START_OVERVIEW)
|
262
|
+
|
263
|
+
> ApiResponseZacksEPSGrowthRates get_zacks_eps_growth_rates(opts)
|
264
|
+
|
265
|
+
#### Zacks EPS Growth Rates
|
266
|
+
|
267
|
+
|
268
|
+
Returns the latest Zacks EPS growth rates
|
269
|
+
|
270
|
+
[//]: # (END_OVERVIEW)
|
271
|
+
|
272
|
+
### Example
|
273
|
+
|
274
|
+
[//]: # (START_CODE_EXAMPLE)
|
275
|
+
|
276
|
+
```ruby
|
277
|
+
# Load the gem
|
278
|
+
require 'intrinio-sdk'
|
279
|
+
require 'pp'
|
280
|
+
|
281
|
+
# Setup authorization
|
282
|
+
Intrinio.configure do |config|
|
283
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
284
|
+
end
|
285
|
+
|
286
|
+
zacks_api = Intrinio::ZacksApi.new
|
287
|
+
|
288
|
+
opts = {
|
289
|
+
company: "AAPL", # String | Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
290
|
+
industry_group_name: nil, # String | Return only growth rates for companies in the given Zacks industry group name
|
291
|
+
industry_group_number: nil, # String | Return only growth rates for companies in the given Zacks industry group number
|
292
|
+
page_size: 100, # Integer | The number of results to return
|
293
|
+
next_page: nil # String | Gets the next page of data from a previous API call
|
294
|
+
}
|
295
|
+
|
296
|
+
begin
|
297
|
+
result = zacks_api.get_zacks_eps_growth_rates(opts)
|
298
|
+
pp result
|
299
|
+
rescue Intrinio::ApiError => e
|
300
|
+
puts "Exception when calling ZacksApi->get_zacks_eps_growth_rates: #{e}"
|
301
|
+
end
|
302
|
+
```
|
303
|
+
|
304
|
+
[//]: # (END_CODE_EXAMPLE)
|
305
|
+
|
306
|
+
[//]: # (START_DEFINITION)
|
307
|
+
|
308
|
+
### Parameters
|
309
|
+
|
310
|
+
[//]: # (START_PARAMETERS)
|
311
|
+
|
312
|
+
|
313
|
+
Name | Type | Description | Notes
|
314
|
+
------------- | ------------- | ------------- | -------------
|
315
|
+
**company** | String| Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID) | [optional]
|
316
|
+
**industry_group_name** | String| Return only growth rates for companies in the given Zacks industry group name | [optional]
|
317
|
+
**industry_group_number** | String| Return only growth rates for companies in the given Zacks industry group number | [optional]
|
318
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
319
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
320
|
+
|
321
|
+
[//]: # (END_PARAMETERS)
|
322
|
+
|
323
|
+
### Return type
|
324
|
+
|
325
|
+
[**ApiResponseZacksEPSGrowthRates**](ApiResponseZacksEPSGrowthRates.md)
|
326
|
+
|
327
|
+
[//]: # (END_OPERATION)
|
328
|
+
|
329
|
+
|
132
330
|
[//]: # (START_OPERATION)
|
133
331
|
|
134
332
|
[//]: # (CLASS:Intrinio::ZacksApi)
|
135
333
|
|
136
334
|
[//]: # (METHOD:get_zacks_eps_surprises)
|
137
335
|
|
138
|
-
[//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksEPSSurprises)
|
336
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksEPSSurprises)
|
337
|
+
|
338
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
339
|
+
|
340
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseZacksEPSSurprises.md)
|
341
|
+
|
342
|
+
[//]: # (OPERATION:get_zacks_eps_surprises_v2)
|
343
|
+
|
344
|
+
[//]: # (ENDPOINT:/zacks/eps_surprises)
|
345
|
+
|
346
|
+
[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_eps_surprises)
|
347
|
+
|
348
|
+
## **get_zacks_eps_surprises**
|
349
|
+
|
350
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_eps_surprises_v2)
|
351
|
+
|
352
|
+
[//]: # (START_OVERVIEW)
|
353
|
+
|
354
|
+
> ApiResponseZacksEPSSurprises get_zacks_eps_surprises(opts)
|
355
|
+
|
356
|
+
#### Zacks EPS Surprises
|
357
|
+
|
358
|
+
|
359
|
+
Returns Zacks eps surprise data for all Securities.
|
360
|
+
|
361
|
+
[//]: # (END_OVERVIEW)
|
362
|
+
|
363
|
+
### Example
|
364
|
+
|
365
|
+
[//]: # (START_CODE_EXAMPLE)
|
366
|
+
|
367
|
+
```ruby
|
368
|
+
# Load the gem
|
369
|
+
require 'intrinio-sdk'
|
370
|
+
require 'pp'
|
371
|
+
|
372
|
+
# Setup authorization
|
373
|
+
Intrinio.configure do |config|
|
374
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
375
|
+
end
|
376
|
+
|
377
|
+
zacks_api = Intrinio::ZacksApi.new
|
378
|
+
|
379
|
+
opts = {
|
380
|
+
start_date: nil, # Date | Limit EPS surprises to those on or after this date
|
381
|
+
end_date: nil, # Date | Limit EPS surprises to those on or before this date
|
382
|
+
eps_actual_greater: nil, # Float | Return only records with an actual EPS higher than this value
|
383
|
+
eps_actual_less: nil, # Float | Return only records with an actual EPS lower than this value
|
384
|
+
eps_mean_estimate_greater: nil, # Float | Return only records with an EPS mean estimate greater than this value
|
385
|
+
eps_mean_estimate_less: nil, # Float | Return only records with an EPS mean estimate lower than this value
|
386
|
+
eps_amount_diff_greater: nil, # Float | Return only records with an EPS amount difference greater than this value
|
387
|
+
eps_amount_diff_less: nil, # Float | Return only records with an EPS amount difference less than this value
|
388
|
+
eps_percent_diff_greater: nil, # Float | Return only records with an EPS percent difference greater than this value
|
389
|
+
eps_percent_diff_less: nil, # Float | Return only records with an EPS percent difference less than this value
|
390
|
+
eps_count_estimate_greater: nil, # Float | Return only records with an EPS count estimate greater than this value
|
391
|
+
eps_count_estimate_less: nil, # Float | Return only records with an EPS count estimate less than this value
|
392
|
+
eps_std_dev_estimate_greater: nil, # Float | Return only records with an EPS standard deviation greater than this value
|
393
|
+
eps_std_dev_estimate_less: nil, # Float | Return only records with an EPS standard deviation less than this value
|
394
|
+
page_size: 100, # Integer | The number of results to return
|
395
|
+
next_page: nil # String | Gets the next page of data from a previous API call
|
396
|
+
}
|
397
|
+
|
398
|
+
begin
|
399
|
+
result = zacks_api.get_zacks_eps_surprises(opts)
|
400
|
+
pp result
|
401
|
+
rescue Intrinio::ApiError => e
|
402
|
+
puts "Exception when calling ZacksApi->get_zacks_eps_surprises: #{e}"
|
403
|
+
end
|
404
|
+
```
|
405
|
+
|
406
|
+
[//]: # (END_CODE_EXAMPLE)
|
407
|
+
|
408
|
+
[//]: # (START_DEFINITION)
|
409
|
+
|
410
|
+
### Parameters
|
411
|
+
|
412
|
+
[//]: # (START_PARAMETERS)
|
413
|
+
|
414
|
+
|
415
|
+
Name | Type | Description | Notes
|
416
|
+
------------- | ------------- | ------------- | -------------
|
417
|
+
**start_date** | Date| Limit EPS surprises to those on or after this date | [optional]
|
418
|
+
**end_date** | Date| Limit EPS surprises to those on or before this date | [optional]
|
419
|
+
**eps_actual_greater** | Float| Return only records with an actual EPS higher than this value | [optional]
|
420
|
+
**eps_actual_less** | Float| Return only records with an actual EPS lower than this value | [optional]
|
421
|
+
**eps_mean_estimate_greater** | Float| Return only records with an EPS mean estimate greater than this value | [optional]
|
422
|
+
**eps_mean_estimate_less** | Float| Return only records with an EPS mean estimate lower than this value | [optional]
|
423
|
+
**eps_amount_diff_greater** | Float| Return only records with an EPS amount difference greater than this value | [optional]
|
424
|
+
**eps_amount_diff_less** | Float| Return only records with an EPS amount difference less than this value | [optional]
|
425
|
+
**eps_percent_diff_greater** | Float| Return only records with an EPS percent difference greater than this value | [optional]
|
426
|
+
**eps_percent_diff_less** | Float| Return only records with an EPS percent difference less than this value | [optional]
|
427
|
+
**eps_count_estimate_greater** | Float| Return only records with an EPS count estimate greater than this value | [optional]
|
428
|
+
**eps_count_estimate_less** | Float| Return only records with an EPS count estimate less than this value | [optional]
|
429
|
+
**eps_std_dev_estimate_greater** | Float| Return only records with an EPS standard deviation greater than this value | [optional]
|
430
|
+
**eps_std_dev_estimate_less** | Float| Return only records with an EPS standard deviation less than this value | [optional]
|
431
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
432
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
433
|
+
|
434
|
+
[//]: # (END_PARAMETERS)
|
435
|
+
|
436
|
+
### Return type
|
437
|
+
|
438
|
+
[**ApiResponseZacksEPSSurprises**](ApiResponseZacksEPSSurprises.md)
|
439
|
+
|
440
|
+
[//]: # (END_OPERATION)
|
441
|
+
|
442
|
+
|
443
|
+
[//]: # (START_OPERATION)
|
444
|
+
|
445
|
+
[//]: # (CLASS:Intrinio::ZacksApi)
|
446
|
+
|
447
|
+
[//]: # (METHOD:get_zacks_etf_holdings)
|
448
|
+
|
449
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksETFHoldings)
|
450
|
+
|
451
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
452
|
+
|
453
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseZacksETFHoldings.md)
|
454
|
+
|
455
|
+
[//]: # (OPERATION:get_zacks_etf_holdings_v2)
|
456
|
+
|
457
|
+
[//]: # (ENDPOINT:/zacks/etf_holdings)
|
458
|
+
|
459
|
+
[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_etf_holdings)
|
460
|
+
|
461
|
+
## **get_zacks_etf_holdings**
|
462
|
+
|
463
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_etf_holdings_v2)
|
464
|
+
|
465
|
+
[//]: # (START_OVERVIEW)
|
466
|
+
|
467
|
+
> ApiResponseZacksETFHoldings get_zacks_etf_holdings(opts)
|
468
|
+
|
469
|
+
#### Zacks ETF Holdings
|
470
|
+
|
471
|
+
|
472
|
+
Returns Zacks ETF holdings data
|
473
|
+
|
474
|
+
[//]: # (END_OVERVIEW)
|
475
|
+
|
476
|
+
### Example
|
477
|
+
|
478
|
+
[//]: # (START_CODE_EXAMPLE)
|
479
|
+
|
480
|
+
```ruby
|
481
|
+
# Load the gem
|
482
|
+
require 'intrinio-sdk'
|
483
|
+
require 'pp'
|
484
|
+
|
485
|
+
# Setup authorization
|
486
|
+
Intrinio.configure do |config|
|
487
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
488
|
+
end
|
489
|
+
|
490
|
+
zacks_api = Intrinio::ZacksApi.new
|
491
|
+
|
492
|
+
opts = {
|
493
|
+
etf_ticker: nil, # String | Return holdings of the ETF with the given ticker
|
494
|
+
holding_symbol: nil, # String | Return holdings where the instrument being held has the given trading symbol
|
495
|
+
weight_greater: nil, # Float | Return on the holdings with a weight greater than
|
496
|
+
weight_less: nil, # Float | Return on the holdings with a weight less than
|
497
|
+
page_size: 100, # Integer | The number of results to return
|
498
|
+
next_page: nil # String | Gets the next page of data from a previous API call
|
499
|
+
}
|
500
|
+
|
501
|
+
begin
|
502
|
+
result = zacks_api.get_zacks_etf_holdings(opts)
|
503
|
+
pp result
|
504
|
+
rescue Intrinio::ApiError => e
|
505
|
+
puts "Exception when calling ZacksApi->get_zacks_etf_holdings: #{e}"
|
506
|
+
end
|
507
|
+
```
|
508
|
+
|
509
|
+
[//]: # (END_CODE_EXAMPLE)
|
510
|
+
|
511
|
+
[//]: # (START_DEFINITION)
|
512
|
+
|
513
|
+
### Parameters
|
514
|
+
|
515
|
+
[//]: # (START_PARAMETERS)
|
516
|
+
|
517
|
+
|
518
|
+
Name | Type | Description | Notes
|
519
|
+
------------- | ------------- | ------------- | -------------
|
520
|
+
**etf_ticker** | String| Return holdings of the ETF with the given ticker | [optional]
|
521
|
+
**holding_symbol** | String| Return holdings where the instrument being held has the given trading symbol | [optional]
|
522
|
+
**weight_greater** | Float| Return on the holdings with a weight greater than | [optional]
|
523
|
+
**weight_less** | Float| Return on the holdings with a weight less than | [optional]
|
524
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
525
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
526
|
+
|
527
|
+
[//]: # (END_PARAMETERS)
|
528
|
+
|
529
|
+
### Return type
|
530
|
+
|
531
|
+
[**ApiResponseZacksETFHoldings**](ApiResponseZacksETFHoldings.md)
|
532
|
+
|
533
|
+
[//]: # (END_OPERATION)
|
534
|
+
|
535
|
+
|
536
|
+
[//]: # (START_OPERATION)
|
537
|
+
|
538
|
+
[//]: # (CLASS:Intrinio::ZacksApi)
|
539
|
+
|
540
|
+
[//]: # (METHOD:get_zacks_institutional_holding_companies)
|
541
|
+
|
542
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksInstitutionalHoldingCompanies)
|
543
|
+
|
544
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
545
|
+
|
546
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseZacksInstitutionalHoldingCompanies.md)
|
547
|
+
|
548
|
+
[//]: # (OPERATION:get_zacks_institutional_holding_companies_v2)
|
549
|
+
|
550
|
+
[//]: # (ENDPOINT:/zacks/institutional_holdings/companies)
|
551
|
+
|
552
|
+
[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_institutional_holding_companies)
|
553
|
+
|
554
|
+
## **get_zacks_institutional_holding_companies**
|
555
|
+
|
556
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_institutional_holding_companies_v2)
|
557
|
+
|
558
|
+
[//]: # (START_OVERVIEW)
|
559
|
+
|
560
|
+
> ApiResponseZacksInstitutionalHoldingCompanies get_zacks_institutional_holding_companies(opts)
|
561
|
+
|
562
|
+
#### Zacks Institutional Holding Companies
|
563
|
+
|
564
|
+
|
565
|
+
Returns Zacks institutional holding companies data
|
566
|
+
|
567
|
+
[//]: # (END_OVERVIEW)
|
568
|
+
|
569
|
+
### Example
|
570
|
+
|
571
|
+
[//]: # (START_CODE_EXAMPLE)
|
572
|
+
|
573
|
+
```ruby
|
574
|
+
# Load the gem
|
575
|
+
require 'intrinio-sdk'
|
576
|
+
require 'pp'
|
577
|
+
|
578
|
+
# Setup authorization
|
579
|
+
Intrinio.configure do |config|
|
580
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
581
|
+
end
|
582
|
+
|
583
|
+
zacks_api = Intrinio::ZacksApi.new
|
584
|
+
|
585
|
+
opts = {
|
586
|
+
ticker: nil, # String | Return companies with the given ticker
|
587
|
+
page_size: 100, # Integer | The number of results to return
|
588
|
+
next_page: nil # String | Gets the next page of data from a previous API call
|
589
|
+
}
|
590
|
+
|
591
|
+
begin
|
592
|
+
result = zacks_api.get_zacks_institutional_holding_companies(opts)
|
593
|
+
pp result
|
594
|
+
rescue Intrinio::ApiError => e
|
595
|
+
puts "Exception when calling ZacksApi->get_zacks_institutional_holding_companies: #{e}"
|
596
|
+
end
|
597
|
+
```
|
598
|
+
|
599
|
+
[//]: # (END_CODE_EXAMPLE)
|
600
|
+
|
601
|
+
[//]: # (START_DEFINITION)
|
602
|
+
|
603
|
+
### Parameters
|
604
|
+
|
605
|
+
[//]: # (START_PARAMETERS)
|
606
|
+
|
607
|
+
|
608
|
+
Name | Type | Description | Notes
|
609
|
+
------------- | ------------- | ------------- | -------------
|
610
|
+
**ticker** | String| Return companies with the given ticker | [optional]
|
611
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
612
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
613
|
+
|
614
|
+
[//]: # (END_PARAMETERS)
|
615
|
+
|
616
|
+
### Return type
|
617
|
+
|
618
|
+
[**ApiResponseZacksInstitutionalHoldingCompanies**](ApiResponseZacksInstitutionalHoldingCompanies.md)
|
619
|
+
|
620
|
+
[//]: # (END_OPERATION)
|
621
|
+
|
622
|
+
|
623
|
+
[//]: # (START_OPERATION)
|
624
|
+
|
625
|
+
[//]: # (CLASS:Intrinio::ZacksApi)
|
626
|
+
|
627
|
+
[//]: # (METHOD:get_zacks_institutional_holding_owners)
|
628
|
+
|
629
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksInstitutionalHoldingOwners)
|
139
630
|
|
140
631
|
[//]: # (RETURN_TYPE_KIND:object)
|
141
632
|
|
142
|
-
[//]: # (RETURN_TYPE_DOC:
|
633
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseZacksInstitutionalHoldingOwners.md)
|
143
634
|
|
144
|
-
[//]: # (OPERATION:
|
635
|
+
[//]: # (OPERATION:get_zacks_institutional_holding_owners_v2)
|
145
636
|
|
146
|
-
[//]: # (ENDPOINT:/zacks/
|
637
|
+
[//]: # (ENDPOINT:/zacks/institutional_holdings/owners)
|
147
638
|
|
148
|
-
[//]: # (DOCUMENT_LINK:ZacksApi.md#
|
639
|
+
[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_institutional_holding_owners)
|
149
640
|
|
150
|
-
## **
|
641
|
+
## **get_zacks_institutional_holding_owners**
|
151
642
|
|
152
|
-
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/
|
643
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_institutional_holding_owners_v2)
|
153
644
|
|
154
645
|
[//]: # (START_OVERVIEW)
|
155
646
|
|
156
|
-
>
|
647
|
+
> ApiResponseZacksInstitutionalHoldingOwners get_zacks_institutional_holding_owners(opts)
|
157
648
|
|
158
|
-
#### Zacks
|
649
|
+
#### Zacks Institutional Holding Owners
|
159
650
|
|
160
651
|
|
161
|
-
Returns Zacks
|
652
|
+
Returns Zacks institutional holding owners data
|
162
653
|
|
163
654
|
[//]: # (END_OVERVIEW)
|
164
655
|
|
@@ -179,29 +670,16 @@ end
|
|
179
670
|
zacks_api = Intrinio::ZacksApi.new
|
180
671
|
|
181
672
|
opts = {
|
182
|
-
|
183
|
-
end_date: nil, # String | Limit EPS surprises to those on or before this date
|
184
|
-
eps_actual_greater: nil, # Float | Return only records with an actual EPS higher than this value
|
185
|
-
eps_actual_less: nil, # Float | Return only records with an actual EPS lower than this value
|
186
|
-
eps_mean_estimate_greater: nil, # Float | Return only records with an EPS mean estimate greater than this value
|
187
|
-
eps_mean_estimate_less: nil, # Float | Return only records with an EPS mean estimate lower than this value
|
188
|
-
eps_amount_diff_greater: nil, # Float | Return only records with an EPS amount difference greater than this value
|
189
|
-
eps_amount_diff_less: nil, # Float | Return only records with an EPS amount difference less than this value
|
190
|
-
eps_percent_diff_greater: nil, # Float | Return only records with an EPS percent difference greater than this value
|
191
|
-
eps_percent_diff_less: nil, # Float | Return only records with an EPS percent difference less than this value
|
192
|
-
eps_count_estimate_greater: nil, # Float | Return only records with an EPS count estimate greater than this value
|
193
|
-
eps_count_estimate_less: nil, # Float | Return only records with an EPS count estimate less than this value
|
194
|
-
eps_std_dev_estimate_greater: nil, # Float | Return only records with an EPS standard deviation greater than this value
|
195
|
-
eps_std_dev_estimate_less: nil, # Float | Return only records with an EPS standard deviation less than this value
|
673
|
+
cik: nil, # String | Return owners with the given Central Index Key (CIK)
|
196
674
|
page_size: 100, # Integer | The number of results to return
|
197
675
|
next_page: nil # String | Gets the next page of data from a previous API call
|
198
676
|
}
|
199
677
|
|
200
678
|
begin
|
201
|
-
result = zacks_api.
|
679
|
+
result = zacks_api.get_zacks_institutional_holding_owners(opts)
|
202
680
|
pp result
|
203
681
|
rescue Intrinio::ApiError => e
|
204
|
-
puts "Exception when calling ZacksApi->
|
682
|
+
puts "Exception when calling ZacksApi->get_zacks_institutional_holding_owners: #{e}"
|
205
683
|
end
|
206
684
|
```
|
207
685
|
|
@@ -216,20 +694,7 @@ end
|
|
216
694
|
|
217
695
|
Name | Type | Description | Notes
|
218
696
|
------------- | ------------- | ------------- | -------------
|
219
|
-
**
|
220
|
-
**end_date** | String| Limit EPS surprises to those on or before this date | [optional]
|
221
|
-
**eps_actual_greater** | Float| Return only records with an actual EPS higher than this value | [optional]
|
222
|
-
**eps_actual_less** | Float| Return only records with an actual EPS lower than this value | [optional]
|
223
|
-
**eps_mean_estimate_greater** | Float| Return only records with an EPS mean estimate greater than this value | [optional]
|
224
|
-
**eps_mean_estimate_less** | Float| Return only records with an EPS mean estimate lower than this value | [optional]
|
225
|
-
**eps_amount_diff_greater** | Float| Return only records with an EPS amount difference greater than this value | [optional]
|
226
|
-
**eps_amount_diff_less** | Float| Return only records with an EPS amount difference less than this value | [optional]
|
227
|
-
**eps_percent_diff_greater** | Float| Return only records with an EPS percent difference greater than this value | [optional]
|
228
|
-
**eps_percent_diff_less** | Float| Return only records with an EPS percent difference less than this value | [optional]
|
229
|
-
**eps_count_estimate_greater** | Float| Return only records with an EPS count estimate greater than this value | [optional]
|
230
|
-
**eps_count_estimate_less** | Float| Return only records with an EPS count estimate less than this value | [optional]
|
231
|
-
**eps_std_dev_estimate_greater** | Float| Return only records with an EPS standard deviation greater than this value | [optional]
|
232
|
-
**eps_std_dev_estimate_less** | Float| Return only records with an EPS standard deviation less than this value | [optional]
|
697
|
+
**cik** | String| Return owners with the given Central Index Key (CIK) | [optional]
|
233
698
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
234
699
|
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
235
700
|
|
@@ -237,7 +702,183 @@ Name | Type | Description | Notes
|
|
237
702
|
|
238
703
|
### Return type
|
239
704
|
|
240
|
-
[**
|
705
|
+
[**ApiResponseZacksInstitutionalHoldingOwners**](ApiResponseZacksInstitutionalHoldingOwners.md)
|
706
|
+
|
707
|
+
[//]: # (END_OPERATION)
|
708
|
+
|
709
|
+
|
710
|
+
[//]: # (START_OPERATION)
|
711
|
+
|
712
|
+
[//]: # (CLASS:Intrinio::ZacksApi)
|
713
|
+
|
714
|
+
[//]: # (METHOD:get_zacks_institutional_holdings)
|
715
|
+
|
716
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksInstitutionalHoldings)
|
717
|
+
|
718
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
719
|
+
|
720
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseZacksInstitutionalHoldings.md)
|
721
|
+
|
722
|
+
[//]: # (OPERATION:get_zacks_institutional_holdings_v2)
|
723
|
+
|
724
|
+
[//]: # (ENDPOINT:/zacks/institutional_holdings)
|
725
|
+
|
726
|
+
[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_institutional_holdings)
|
727
|
+
|
728
|
+
## **get_zacks_institutional_holdings**
|
729
|
+
|
730
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_institutional_holdings_v2)
|
731
|
+
|
732
|
+
[//]: # (START_OVERVIEW)
|
733
|
+
|
734
|
+
> ApiResponseZacksInstitutionalHoldings get_zacks_institutional_holdings(opts)
|
735
|
+
|
736
|
+
#### Zacks Institutional Holdings
|
737
|
+
|
738
|
+
|
739
|
+
Returns Zacks institutional holdings data
|
740
|
+
|
741
|
+
[//]: # (END_OVERVIEW)
|
742
|
+
|
743
|
+
### Example
|
744
|
+
|
745
|
+
[//]: # (START_CODE_EXAMPLE)
|
746
|
+
|
747
|
+
```ruby
|
748
|
+
# Load the gem
|
749
|
+
require 'intrinio-sdk'
|
750
|
+
require 'pp'
|
751
|
+
|
752
|
+
# Setup authorization
|
753
|
+
Intrinio.configure do |config|
|
754
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
755
|
+
end
|
756
|
+
|
757
|
+
zacks_api = Intrinio::ZacksApi.new
|
758
|
+
|
759
|
+
opts = {
|
760
|
+
ticker: nil, # String | Return holdings where the company being held has the given ticker
|
761
|
+
owner_cik: nil, # String | Return holdings where the owner/holder has the given Central Index Key (CIK)
|
762
|
+
page_size: 100, # Integer | The number of results to return
|
763
|
+
next_page: nil # String | Gets the next page of data from a previous API call
|
764
|
+
}
|
765
|
+
|
766
|
+
begin
|
767
|
+
result = zacks_api.get_zacks_institutional_holdings(opts)
|
768
|
+
pp result
|
769
|
+
rescue Intrinio::ApiError => e
|
770
|
+
puts "Exception when calling ZacksApi->get_zacks_institutional_holdings: #{e}"
|
771
|
+
end
|
772
|
+
```
|
773
|
+
|
774
|
+
[//]: # (END_CODE_EXAMPLE)
|
775
|
+
|
776
|
+
[//]: # (START_DEFINITION)
|
777
|
+
|
778
|
+
### Parameters
|
779
|
+
|
780
|
+
[//]: # (START_PARAMETERS)
|
781
|
+
|
782
|
+
|
783
|
+
Name | Type | Description | Notes
|
784
|
+
------------- | ------------- | ------------- | -------------
|
785
|
+
**ticker** | String| Return holdings where the company being held has the given ticker | [optional]
|
786
|
+
**owner_cik** | String| Return holdings where the owner/holder has the given Central Index Key (CIK) | [optional]
|
787
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
788
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
789
|
+
|
790
|
+
[//]: # (END_PARAMETERS)
|
791
|
+
|
792
|
+
### Return type
|
793
|
+
|
794
|
+
[**ApiResponseZacksInstitutionalHoldings**](ApiResponseZacksInstitutionalHoldings.md)
|
795
|
+
|
796
|
+
[//]: # (END_OPERATION)
|
797
|
+
|
798
|
+
|
799
|
+
[//]: # (START_OPERATION)
|
800
|
+
|
801
|
+
[//]: # (CLASS:Intrinio::ZacksApi)
|
802
|
+
|
803
|
+
[//]: # (METHOD:get_zacks_long_term_growth_rates)
|
804
|
+
|
805
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksLongTermGrowthRates)
|
806
|
+
|
807
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
808
|
+
|
809
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseZacksLongTermGrowthRates.md)
|
810
|
+
|
811
|
+
[//]: # (OPERATION:get_zacks_long_term_growth_rates_v2)
|
812
|
+
|
813
|
+
[//]: # (ENDPOINT:/zacks/long_term_growth_rates)
|
814
|
+
|
815
|
+
[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_long_term_growth_rates)
|
816
|
+
|
817
|
+
## **get_zacks_long_term_growth_rates**
|
818
|
+
|
819
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_long_term_growth_rates_v2)
|
820
|
+
|
821
|
+
[//]: # (START_OVERVIEW)
|
822
|
+
|
823
|
+
> ApiResponseZacksLongTermGrowthRates get_zacks_long_term_growth_rates(opts)
|
824
|
+
|
825
|
+
#### Zacks Long Term Growth Rates
|
826
|
+
|
827
|
+
|
828
|
+
Returns the latest Zacks long term growth rates
|
829
|
+
|
830
|
+
[//]: # (END_OVERVIEW)
|
831
|
+
|
832
|
+
### Example
|
833
|
+
|
834
|
+
[//]: # (START_CODE_EXAMPLE)
|
835
|
+
|
836
|
+
```ruby
|
837
|
+
# Load the gem
|
838
|
+
require 'intrinio-sdk'
|
839
|
+
require 'pp'
|
840
|
+
|
841
|
+
# Setup authorization
|
842
|
+
Intrinio.configure do |config|
|
843
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
844
|
+
end
|
845
|
+
|
846
|
+
zacks_api = Intrinio::ZacksApi.new
|
847
|
+
|
848
|
+
opts = {
|
849
|
+
identifier: "AAPL", # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
850
|
+
page_size: 100, # Integer | The number of results to return
|
851
|
+
next_page: nil # String | Gets the next page of data from a previous API call
|
852
|
+
}
|
853
|
+
|
854
|
+
begin
|
855
|
+
result = zacks_api.get_zacks_long_term_growth_rates(opts)
|
856
|
+
pp result
|
857
|
+
rescue Intrinio::ApiError => e
|
858
|
+
puts "Exception when calling ZacksApi->get_zacks_long_term_growth_rates: #{e}"
|
859
|
+
end
|
860
|
+
```
|
861
|
+
|
862
|
+
[//]: # (END_CODE_EXAMPLE)
|
863
|
+
|
864
|
+
[//]: # (START_DEFINITION)
|
865
|
+
|
866
|
+
### Parameters
|
867
|
+
|
868
|
+
[//]: # (START_PARAMETERS)
|
869
|
+
|
870
|
+
|
871
|
+
Name | Type | Description | Notes
|
872
|
+
------------- | ------------- | ------------- | -------------
|
873
|
+
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | [optional]
|
874
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
875
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
876
|
+
|
877
|
+
[//]: # (END_PARAMETERS)
|
878
|
+
|
879
|
+
### Return type
|
880
|
+
|
881
|
+
[**ApiResponseZacksLongTermGrowthRates**](ApiResponseZacksLongTermGrowthRates.md)
|
241
882
|
|
242
883
|
[//]: # (END_OPERATION)
|
243
884
|
|
@@ -292,8 +933,8 @@ end
|
|
292
933
|
zacks_api = Intrinio::ZacksApi.new
|
293
934
|
|
294
935
|
opts = {
|
295
|
-
start_date: nil, #
|
296
|
-
end_date: nil, #
|
936
|
+
start_date: nil, # Date | Limit sales surprises to those on or after this date
|
937
|
+
end_date: nil, # Date | Limit sales surprises to those on or before this date
|
297
938
|
sales_actual_greater: nil, # Float | Return only records with an actual sales higher than this value
|
298
939
|
sales_actual_less: nil, # Float | Return only records with an actual sales lower than this value
|
299
940
|
sales_mean_estimate_greater: nil, # Float | Return only records with a sales mean estimate greater than this value
|
@@ -329,8 +970,8 @@ end
|
|
329
970
|
|
330
971
|
Name | Type | Description | Notes
|
331
972
|
------------- | ------------- | ------------- | -------------
|
332
|
-
**start_date** |
|
333
|
-
**end_date** |
|
973
|
+
**start_date** | Date| Limit sales surprises to those on or after this date | [optional]
|
974
|
+
**end_date** | Date| Limit sales surprises to those on or before this date | [optional]
|
334
975
|
**sales_actual_greater** | Float| Return only records with an actual sales higher than this value | [optional]
|
335
976
|
**sales_actual_less** | Float| Return only records with an actual sales lower than this value | [optional]
|
336
977
|
**sales_mean_estimate_greater** | Float| Return only records with a sales mean estimate greater than this value | [optional]
|
@@ -354,3 +995,92 @@ Name | Type | Description | Notes
|
|
354
995
|
|
355
996
|
[//]: # (END_OPERATION)
|
356
997
|
|
998
|
+
|
999
|
+
[//]: # (START_OPERATION)
|
1000
|
+
|
1001
|
+
[//]: # (CLASS:Intrinio::ZacksApi)
|
1002
|
+
|
1003
|
+
[//]: # (METHOD:get_zacks_target_price_consensuses)
|
1004
|
+
|
1005
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseZacksTargetPriceConsensuses)
|
1006
|
+
|
1007
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
1008
|
+
|
1009
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseZacksTargetPriceConsensuses.md)
|
1010
|
+
|
1011
|
+
[//]: # (OPERATION:get_zacks_target_price_consensuses_v2)
|
1012
|
+
|
1013
|
+
[//]: # (ENDPOINT:/zacks/target_price_consensuses)
|
1014
|
+
|
1015
|
+
[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_target_price_consensuses)
|
1016
|
+
|
1017
|
+
## **get_zacks_target_price_consensuses**
|
1018
|
+
|
1019
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_zacks_target_price_consensuses_v2)
|
1020
|
+
|
1021
|
+
[//]: # (START_OVERVIEW)
|
1022
|
+
|
1023
|
+
> ApiResponseZacksTargetPriceConsensuses get_zacks_target_price_consensuses(opts)
|
1024
|
+
|
1025
|
+
#### Zacks Target Price Consensuses
|
1026
|
+
|
1027
|
+
|
1028
|
+
Returns the latest Zacks target price consensus data
|
1029
|
+
|
1030
|
+
[//]: # (END_OVERVIEW)
|
1031
|
+
|
1032
|
+
### Example
|
1033
|
+
|
1034
|
+
[//]: # (START_CODE_EXAMPLE)
|
1035
|
+
|
1036
|
+
```ruby
|
1037
|
+
# Load the gem
|
1038
|
+
require 'intrinio-sdk'
|
1039
|
+
require 'pp'
|
1040
|
+
|
1041
|
+
# Setup authorization
|
1042
|
+
Intrinio.configure do |config|
|
1043
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
1044
|
+
end
|
1045
|
+
|
1046
|
+
zacks_api = Intrinio::ZacksApi.new
|
1047
|
+
|
1048
|
+
opts = {
|
1049
|
+
identifier: "AAPL", # String | Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
1050
|
+
industry_group_number: nil, # String | Return only growth rates for companies in the given Zacks industry group number
|
1051
|
+
page_size: 100, # Integer | The number of results to return
|
1052
|
+
next_page: nil # String | Gets the next page of data from a previous API call
|
1053
|
+
}
|
1054
|
+
|
1055
|
+
begin
|
1056
|
+
result = zacks_api.get_zacks_target_price_consensuses(opts)
|
1057
|
+
pp result
|
1058
|
+
rescue Intrinio::ApiError => e
|
1059
|
+
puts "Exception when calling ZacksApi->get_zacks_target_price_consensuses: #{e}"
|
1060
|
+
end
|
1061
|
+
```
|
1062
|
+
|
1063
|
+
[//]: # (END_CODE_EXAMPLE)
|
1064
|
+
|
1065
|
+
[//]: # (START_DEFINITION)
|
1066
|
+
|
1067
|
+
### Parameters
|
1068
|
+
|
1069
|
+
[//]: # (START_PARAMETERS)
|
1070
|
+
|
1071
|
+
|
1072
|
+
Name | Type | Description | Notes
|
1073
|
+
------------- | ------------- | ------------- | -------------
|
1074
|
+
**identifier** | String| Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID) | [optional]
|
1075
|
+
**industry_group_number** | String| Return only growth rates for companies in the given Zacks industry group number | [optional]
|
1076
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
1077
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
1078
|
+
|
1079
|
+
[//]: # (END_PARAMETERS)
|
1080
|
+
|
1081
|
+
### Return type
|
1082
|
+
|
1083
|
+
[**ApiResponseZacksTargetPriceConsensuses**](ApiResponseZacksTargetPriceConsensuses.md)
|
1084
|
+
|
1085
|
+
[//]: # (END_OPERATION)
|
1086
|
+
|