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
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.15.3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.15.3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.15.3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -21,7 +21,7 @@ module Intrinio
|
|
21
21
|
end
|
22
22
|
|
23
23
|
# All Municipalities
|
24
|
-
#
|
24
|
+
# Returns all Municipalities. When parameters are specified, returns matching municipalities.
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
26
|
# @option opts [BOOLEAN] :has_financials Return municipalities with financials
|
27
27
|
# @option opts [String] :government_name Return municipalities with a government name matching the given query
|
@@ -43,7 +43,7 @@ module Intrinio
|
|
43
43
|
end
|
44
44
|
|
45
45
|
# All Municipalities
|
46
|
-
#
|
46
|
+
# Returns all Municipalities. When parameters are specified, returns matching municipalities.
|
47
47
|
# @param [Hash] opts the optional parameters
|
48
48
|
# @option opts [BOOLEAN] :has_financials Return municipalities with financials
|
49
49
|
# @option opts [String] :government_name Return municipalities with a government name matching the given query
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.15.3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.15.3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -392,9 +392,9 @@ module Intrinio
|
|
392
392
|
# @param [Hash] opts the optional parameters
|
393
393
|
# @option opts [String] :source Return intraday prices from the specified data source
|
394
394
|
# @option opts [Date] :start_date Return intraday prices starting at the specified date
|
395
|
-
# @option opts [String] :start_time Return intraday prices starting at the specified time on the `start_date` (
|
395
|
+
# @option opts [String] :start_time Return intraday prices starting at the specified time on the `start_date` (24-hour in 'hh:mm' format, UTC timezone)
|
396
396
|
# @option opts [Date] :end_date Return intraday prices stopping at the specified date
|
397
|
-
# @option opts [String] :end_time Return intraday prices stopping at the specified time on the `end_date` (
|
397
|
+
# @option opts [String] :end_time Return intraday prices stopping at the specified time on the `end_date` (24-hour in 'hh:mm' format, UTC timezone)
|
398
398
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
399
399
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
400
400
|
# @return [ApiResponseSecurityIntradayPrices]
|
@@ -409,9 +409,9 @@ module Intrinio
|
|
409
409
|
# @param [Hash] opts the optional parameters
|
410
410
|
# @option opts [String] :source Return intraday prices from the specified data source
|
411
411
|
# @option opts [Date] :start_date Return intraday prices starting at the specified date
|
412
|
-
# @option opts [String] :start_time Return intraday prices starting at the specified time on the `start_date` (
|
412
|
+
# @option opts [String] :start_time Return intraday prices starting at the specified time on the `start_date` (24-hour in 'hh:mm' format, UTC timezone)
|
413
413
|
# @option opts [Date] :end_date Return intraday prices stopping at the specified date
|
414
|
-
# @option opts [String] :end_time Return intraday prices stopping at the specified time on the `end_date` (
|
414
|
+
# @option opts [String] :end_time Return intraday prices stopping at the specified time on the `end_date` (24-hour in 'hh:mm' format, UTC timezone)
|
415
415
|
# @option opts [Integer] :page_size The number of results to return
|
416
416
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
417
417
|
# @return [Array<(ApiResponseSecurityIntradayPrices, Fixnum, Hash)>] ApiResponseSecurityIntradayPrices data, response status code and response headers
|
@@ -467,7 +467,7 @@ module Intrinio
|
|
467
467
|
return data, status_code, headers
|
468
468
|
end
|
469
469
|
|
470
|
-
#
|
470
|
+
# Latest Dividend Record for Security
|
471
471
|
# Returns the latest available dividend information for the Security with the given `identifier`
|
472
472
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
473
473
|
# @param [Hash] opts the optional parameters
|
@@ -477,7 +477,7 @@ module Intrinio
|
|
477
477
|
return data
|
478
478
|
end
|
479
479
|
|
480
|
-
#
|
480
|
+
# Latest Dividend Record for Security
|
481
481
|
# Returns the latest available dividend information for the Security with the given `identifier`
|
482
482
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
483
483
|
# @param [Hash] opts the optional parameters
|
@@ -520,7 +520,7 @@ module Intrinio
|
|
520
520
|
return data, status_code, headers
|
521
521
|
end
|
522
522
|
|
523
|
-
#
|
523
|
+
# Latest Earnings Record for Security
|
524
524
|
# Returns latest available earnings information for the Security with the given `identifier`
|
525
525
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
526
526
|
# @param [Hash] opts the optional parameters
|
@@ -530,7 +530,7 @@ module Intrinio
|
|
530
530
|
return data
|
531
531
|
end
|
532
532
|
|
533
|
-
#
|
533
|
+
# Latest Earnings Record for Security
|
534
534
|
# Returns latest available earnings information for the Security with the given `identifier`
|
535
535
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
536
536
|
# @param [Hash] opts the optional parameters
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.15.3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.15.3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.15.3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -24,8 +24,8 @@ module Intrinio
|
|
24
24
|
# Returns buy, sell, and hold recommendations from analysts at brokerages for all companies in the Zacks universe. Zack’s storied research team aggregates and validates the ratings from professional analysts.
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
26
|
# @option opts [String] :identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
27
|
-
# @option opts [
|
28
|
-
# @option opts [
|
27
|
+
# @option opts [Date] :start_date Limit ratings to those on or after this date
|
28
|
+
# @option opts [Date] :end_date Limit ratings to those on or before this date
|
29
29
|
# @option opts [Float] :mean_greater Return only records with a mean (average) higher than this value
|
30
30
|
# @option opts [Float] :mean_less Return only records with a mean (average) lower than this value
|
31
31
|
# @option opts [Integer] :strong_buys_greater Return only records with more than this many Strong Buy recommendations
|
@@ -52,8 +52,8 @@ module Intrinio
|
|
52
52
|
# Returns buy, sell, and hold recommendations from analysts at brokerages for all companies in the Zacks universe. Zack’s storied research team aggregates and validates the ratings from professional analysts.
|
53
53
|
# @param [Hash] opts the optional parameters
|
54
54
|
# @option opts [String] :identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
55
|
-
# @option opts [
|
56
|
-
# @option opts [
|
55
|
+
# @option opts [Date] :start_date Limit ratings to those on or after this date
|
56
|
+
# @option opts [Date] :end_date Limit ratings to those on or before this date
|
57
57
|
# @option opts [Float] :mean_greater Return only records with a mean (average) higher than this value
|
58
58
|
# @option opts [Float] :mean_less Return only records with a mean (average) lower than this value
|
59
59
|
# @option opts [Integer] :strong_buys_greater Return only records with more than this many Strong Buy recommendations
|
@@ -192,11 +192,161 @@ module Intrinio
|
|
192
192
|
return data, status_code, headers
|
193
193
|
end
|
194
194
|
|
195
|
+
# Zacks EPS Estimates
|
196
|
+
# Returns Zacks consensus earnings-per-share (EPS) data for all Companies.
|
197
|
+
# @param [Hash] opts the optional parameters
|
198
|
+
# @option opts [String] :identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
199
|
+
# @option opts [Date] :start_date Limit EPS estimates to those on or after this date
|
200
|
+
# @option opts [Date] :end_date Limit EPS estimates to those on or before this date
|
201
|
+
# @option opts [Integer] :fiscal_year Only for the given fiscal year
|
202
|
+
# @option opts [String] :fiscal_period The fiscal period
|
203
|
+
# @option opts [Integer] :calendar_year Only for the given calendar year
|
204
|
+
# @option opts [String] :calendar_period The calendar period
|
205
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
206
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
207
|
+
# @return [ApiResponseZacksEPSEstimates]
|
208
|
+
def get_zacks_eps_estimates(opts = {})
|
209
|
+
data, _status_code, _headers = get_zacks_eps_estimates_with_http_info(opts)
|
210
|
+
return data
|
211
|
+
end
|
212
|
+
|
213
|
+
# Zacks EPS Estimates
|
214
|
+
# Returns Zacks consensus earnings-per-share (EPS) data for all Companies.
|
215
|
+
# @param [Hash] opts the optional parameters
|
216
|
+
# @option opts [String] :identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
217
|
+
# @option opts [Date] :start_date Limit EPS estimates to those on or after this date
|
218
|
+
# @option opts [Date] :end_date Limit EPS estimates to those on or before this date
|
219
|
+
# @option opts [Integer] :fiscal_year Only for the given fiscal year
|
220
|
+
# @option opts [String] :fiscal_period The fiscal period
|
221
|
+
# @option opts [Integer] :calendar_year Only for the given calendar year
|
222
|
+
# @option opts [String] :calendar_period The calendar period
|
223
|
+
# @option opts [Integer] :page_size The number of results to return
|
224
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
225
|
+
# @return [Array<(ApiResponseZacksEPSEstimates, Fixnum, Hash)>] ApiResponseZacksEPSEstimates data, response status code and response headers
|
226
|
+
def get_zacks_eps_estimates_with_http_info(opts = {})
|
227
|
+
if @api_client.config.debugging
|
228
|
+
@api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_eps_estimates ..."
|
229
|
+
end
|
230
|
+
if @api_client.config.client_side_validation && opts[:'fiscal_period'] && !['Q1TTM', 'Q2TTM', 'Q3TTM', 'FY', 'Q1', 'Q2', 'Q3', 'Q4', 'Q2YTD', 'Q3YTD'].include?(opts[:'fiscal_period'])
|
231
|
+
fail ArgumentError, 'invalid value for "fiscal_period", must be one of Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD'
|
232
|
+
end
|
233
|
+
if @api_client.config.client_side_validation && opts[:'calendar_period'] && !['Q1TTM', 'Q2TTM', 'Q3TTM', 'FY', 'Q1', 'Q2', 'Q3', 'Q4', 'Q2YTD', 'Q3YTD'].include?(opts[:'calendar_period'])
|
234
|
+
fail ArgumentError, 'invalid value for "calendar_period", must be one of Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD'
|
235
|
+
end
|
236
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
237
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_eps_estimates, must be smaller than or equal to 10000.'
|
238
|
+
end
|
239
|
+
|
240
|
+
# resource path
|
241
|
+
local_var_path = "/zacks/eps_estimates"
|
242
|
+
|
243
|
+
# query parameters
|
244
|
+
query_params = {}
|
245
|
+
query_params[:'identifier'] = opts[:'identifier'] if !opts[:'identifier'].nil?
|
246
|
+
query_params[:'start_date'] = opts[:'start_date'] if !opts[:'start_date'].nil?
|
247
|
+
query_params[:'end_date'] = opts[:'end_date'] if !opts[:'end_date'].nil?
|
248
|
+
query_params[:'fiscal_year'] = opts[:'fiscal_year'] if !opts[:'fiscal_year'].nil?
|
249
|
+
query_params[:'fiscal_period'] = opts[:'fiscal_period'] if !opts[:'fiscal_period'].nil?
|
250
|
+
query_params[:'calendar_year'] = opts[:'calendar_year'] if !opts[:'calendar_year'].nil?
|
251
|
+
query_params[:'calendar_period'] = opts[:'calendar_period'] if !opts[:'calendar_period'].nil?
|
252
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
253
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
254
|
+
|
255
|
+
# header parameters
|
256
|
+
header_params = {}
|
257
|
+
# HTTP header 'Accept' (if needed)
|
258
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
259
|
+
|
260
|
+
# form parameters
|
261
|
+
form_params = {}
|
262
|
+
|
263
|
+
# http body (model)
|
264
|
+
post_body = nil
|
265
|
+
auth_names = ['ApiKeyAuth']
|
266
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
267
|
+
:header_params => header_params,
|
268
|
+
:query_params => query_params,
|
269
|
+
:form_params => form_params,
|
270
|
+
:body => post_body,
|
271
|
+
:auth_names => auth_names,
|
272
|
+
:return_type => 'ApiResponseZacksEPSEstimates')
|
273
|
+
if @api_client.config.debugging
|
274
|
+
@api_client.config.logger.debug "API called: ZacksApi#get_zacks_eps_estimates\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
275
|
+
end
|
276
|
+
return data, status_code, headers
|
277
|
+
end
|
278
|
+
|
279
|
+
# Zacks EPS Growth Rates
|
280
|
+
# Returns the latest Zacks EPS growth rates
|
281
|
+
# @param [Hash] opts the optional parameters
|
282
|
+
# @option opts [String] :company Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
283
|
+
# @option opts [String] :industry_group_name Return only growth rates for companies in the given Zacks industry group name
|
284
|
+
# @option opts [String] :industry_group_number Return only growth rates for companies in the given Zacks industry group number
|
285
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
286
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
287
|
+
# @return [ApiResponseZacksEPSGrowthRates]
|
288
|
+
def get_zacks_eps_growth_rates(opts = {})
|
289
|
+
data, _status_code, _headers = get_zacks_eps_growth_rates_with_http_info(opts)
|
290
|
+
return data
|
291
|
+
end
|
292
|
+
|
293
|
+
# Zacks EPS Growth Rates
|
294
|
+
# Returns the latest Zacks EPS growth rates
|
295
|
+
# @param [Hash] opts the optional parameters
|
296
|
+
# @option opts [String] :company Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
297
|
+
# @option opts [String] :industry_group_name Return only growth rates for companies in the given Zacks industry group name
|
298
|
+
# @option opts [String] :industry_group_number Return only growth rates for companies in the given Zacks industry group number
|
299
|
+
# @option opts [Integer] :page_size The number of results to return
|
300
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
301
|
+
# @return [Array<(ApiResponseZacksEPSGrowthRates, Fixnum, Hash)>] ApiResponseZacksEPSGrowthRates data, response status code and response headers
|
302
|
+
def get_zacks_eps_growth_rates_with_http_info(opts = {})
|
303
|
+
if @api_client.config.debugging
|
304
|
+
@api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_eps_growth_rates ..."
|
305
|
+
end
|
306
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
307
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_eps_growth_rates, must be smaller than or equal to 10000.'
|
308
|
+
end
|
309
|
+
|
310
|
+
# resource path
|
311
|
+
local_var_path = "/zacks/eps_growth_rates"
|
312
|
+
|
313
|
+
# query parameters
|
314
|
+
query_params = {}
|
315
|
+
query_params[:'company'] = opts[:'company'] if !opts[:'company'].nil?
|
316
|
+
query_params[:'industry_group_name'] = opts[:'industry_group_name'] if !opts[:'industry_group_name'].nil?
|
317
|
+
query_params[:'industry_group_number'] = opts[:'industry_group_number'] if !opts[:'industry_group_number'].nil?
|
318
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
319
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
320
|
+
|
321
|
+
# header parameters
|
322
|
+
header_params = {}
|
323
|
+
# HTTP header 'Accept' (if needed)
|
324
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
325
|
+
|
326
|
+
# form parameters
|
327
|
+
form_params = {}
|
328
|
+
|
329
|
+
# http body (model)
|
330
|
+
post_body = nil
|
331
|
+
auth_names = ['ApiKeyAuth']
|
332
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
333
|
+
:header_params => header_params,
|
334
|
+
:query_params => query_params,
|
335
|
+
:form_params => form_params,
|
336
|
+
:body => post_body,
|
337
|
+
:auth_names => auth_names,
|
338
|
+
:return_type => 'ApiResponseZacksEPSGrowthRates')
|
339
|
+
if @api_client.config.debugging
|
340
|
+
@api_client.config.logger.debug "API called: ZacksApi#get_zacks_eps_growth_rates\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
341
|
+
end
|
342
|
+
return data, status_code, headers
|
343
|
+
end
|
344
|
+
|
195
345
|
# Zacks EPS Surprises
|
196
346
|
# Returns Zacks eps surprise data for all Securities.
|
197
347
|
# @param [Hash] opts the optional parameters
|
198
|
-
# @option opts [
|
199
|
-
# @option opts [
|
348
|
+
# @option opts [Date] :start_date Limit EPS surprises to those on or after this date
|
349
|
+
# @option opts [Date] :end_date Limit EPS surprises to those on or before this date
|
200
350
|
# @option opts [Float] :eps_actual_greater Return only records with an actual EPS higher than this value
|
201
351
|
# @option opts [Float] :eps_actual_less Return only records with an actual EPS lower than this value
|
202
352
|
# @option opts [Float] :eps_mean_estimate_greater Return only records with an EPS mean estimate greater than this value
|
@@ -220,8 +370,8 @@ module Intrinio
|
|
220
370
|
# Zacks EPS Surprises
|
221
371
|
# Returns Zacks eps surprise data for all Securities.
|
222
372
|
# @param [Hash] opts the optional parameters
|
223
|
-
# @option opts [
|
224
|
-
# @option opts [
|
373
|
+
# @option opts [Date] :start_date Limit EPS surprises to those on or after this date
|
374
|
+
# @option opts [Date] :end_date Limit EPS surprises to those on or before this date
|
225
375
|
# @option opts [Float] :eps_actual_greater Return only records with an actual EPS higher than this value
|
226
376
|
# @option opts [Float] :eps_actual_less Return only records with an actual EPS lower than this value
|
227
377
|
# @option opts [Float] :eps_mean_estimate_greater Return only records with an EPS mean estimate greater than this value
|
@@ -291,11 +441,323 @@ module Intrinio
|
|
291
441
|
return data, status_code, headers
|
292
442
|
end
|
293
443
|
|
444
|
+
# Zacks ETF Holdings
|
445
|
+
# Returns Zacks ETF holdings data
|
446
|
+
# @param [Hash] opts the optional parameters
|
447
|
+
# @option opts [String] :etf_ticker Return holdings of the ETF with the given ticker
|
448
|
+
# @option opts [String] :holding_symbol Return holdings where the instrument being held has the given trading symbol
|
449
|
+
# @option opts [Float] :weight_greater Return on the holdings with a weight greater than
|
450
|
+
# @option opts [Float] :weight_less Return on the holdings with a weight less than
|
451
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
452
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
453
|
+
# @return [ApiResponseZacksETFHoldings]
|
454
|
+
def get_zacks_etf_holdings(opts = {})
|
455
|
+
data, _status_code, _headers = get_zacks_etf_holdings_with_http_info(opts)
|
456
|
+
return data
|
457
|
+
end
|
458
|
+
|
459
|
+
# Zacks ETF Holdings
|
460
|
+
# Returns Zacks ETF holdings data
|
461
|
+
# @param [Hash] opts the optional parameters
|
462
|
+
# @option opts [String] :etf_ticker Return holdings of the ETF with the given ticker
|
463
|
+
# @option opts [String] :holding_symbol Return holdings where the instrument being held has the given trading symbol
|
464
|
+
# @option opts [Float] :weight_greater Return on the holdings with a weight greater than
|
465
|
+
# @option opts [Float] :weight_less Return on the holdings with a weight less than
|
466
|
+
# @option opts [Integer] :page_size The number of results to return
|
467
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
468
|
+
# @return [Array<(ApiResponseZacksETFHoldings, Fixnum, Hash)>] ApiResponseZacksETFHoldings data, response status code and response headers
|
469
|
+
def get_zacks_etf_holdings_with_http_info(opts = {})
|
470
|
+
if @api_client.config.debugging
|
471
|
+
@api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_etf_holdings ..."
|
472
|
+
end
|
473
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
474
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_etf_holdings, must be smaller than or equal to 10000.'
|
475
|
+
end
|
476
|
+
|
477
|
+
# resource path
|
478
|
+
local_var_path = "/zacks/etf_holdings"
|
479
|
+
|
480
|
+
# query parameters
|
481
|
+
query_params = {}
|
482
|
+
query_params[:'etf_ticker'] = opts[:'etf_ticker'] if !opts[:'etf_ticker'].nil?
|
483
|
+
query_params[:'holding_symbol'] = opts[:'holding_symbol'] if !opts[:'holding_symbol'].nil?
|
484
|
+
query_params[:'weight_greater'] = opts[:'weight_greater'] if !opts[:'weight_greater'].nil?
|
485
|
+
query_params[:'weight_less'] = opts[:'weight_less'] if !opts[:'weight_less'].nil?
|
486
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
487
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
488
|
+
|
489
|
+
# header parameters
|
490
|
+
header_params = {}
|
491
|
+
# HTTP header 'Accept' (if needed)
|
492
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
493
|
+
|
494
|
+
# form parameters
|
495
|
+
form_params = {}
|
496
|
+
|
497
|
+
# http body (model)
|
498
|
+
post_body = nil
|
499
|
+
auth_names = ['ApiKeyAuth']
|
500
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
501
|
+
:header_params => header_params,
|
502
|
+
:query_params => query_params,
|
503
|
+
:form_params => form_params,
|
504
|
+
:body => post_body,
|
505
|
+
:auth_names => auth_names,
|
506
|
+
:return_type => 'ApiResponseZacksETFHoldings')
|
507
|
+
if @api_client.config.debugging
|
508
|
+
@api_client.config.logger.debug "API called: ZacksApi#get_zacks_etf_holdings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
509
|
+
end
|
510
|
+
return data, status_code, headers
|
511
|
+
end
|
512
|
+
|
513
|
+
# Zacks Institutional Holding Companies
|
514
|
+
# Returns Zacks institutional holding companies data
|
515
|
+
# @param [Hash] opts the optional parameters
|
516
|
+
# @option opts [String] :ticker Return companies with the given ticker
|
517
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
518
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
519
|
+
# @return [ApiResponseZacksInstitutionalHoldingCompanies]
|
520
|
+
def get_zacks_institutional_holding_companies(opts = {})
|
521
|
+
data, _status_code, _headers = get_zacks_institutional_holding_companies_with_http_info(opts)
|
522
|
+
return data
|
523
|
+
end
|
524
|
+
|
525
|
+
# Zacks Institutional Holding Companies
|
526
|
+
# Returns Zacks institutional holding companies data
|
527
|
+
# @param [Hash] opts the optional parameters
|
528
|
+
# @option opts [String] :ticker Return companies with the given ticker
|
529
|
+
# @option opts [Integer] :page_size The number of results to return
|
530
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
531
|
+
# @return [Array<(ApiResponseZacksInstitutionalHoldingCompanies, Fixnum, Hash)>] ApiResponseZacksInstitutionalHoldingCompanies data, response status code and response headers
|
532
|
+
def get_zacks_institutional_holding_companies_with_http_info(opts = {})
|
533
|
+
if @api_client.config.debugging
|
534
|
+
@api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_institutional_holding_companies ..."
|
535
|
+
end
|
536
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
537
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_institutional_holding_companies, must be smaller than or equal to 10000.'
|
538
|
+
end
|
539
|
+
|
540
|
+
# resource path
|
541
|
+
local_var_path = "/zacks/institutional_holdings/companies"
|
542
|
+
|
543
|
+
# query parameters
|
544
|
+
query_params = {}
|
545
|
+
query_params[:'ticker'] = opts[:'ticker'] if !opts[:'ticker'].nil?
|
546
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
547
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
548
|
+
|
549
|
+
# header parameters
|
550
|
+
header_params = {}
|
551
|
+
# HTTP header 'Accept' (if needed)
|
552
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
553
|
+
|
554
|
+
# form parameters
|
555
|
+
form_params = {}
|
556
|
+
|
557
|
+
# http body (model)
|
558
|
+
post_body = nil
|
559
|
+
auth_names = ['ApiKeyAuth']
|
560
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
561
|
+
:header_params => header_params,
|
562
|
+
:query_params => query_params,
|
563
|
+
:form_params => form_params,
|
564
|
+
:body => post_body,
|
565
|
+
:auth_names => auth_names,
|
566
|
+
:return_type => 'ApiResponseZacksInstitutionalHoldingCompanies')
|
567
|
+
if @api_client.config.debugging
|
568
|
+
@api_client.config.logger.debug "API called: ZacksApi#get_zacks_institutional_holding_companies\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
569
|
+
end
|
570
|
+
return data, status_code, headers
|
571
|
+
end
|
572
|
+
|
573
|
+
# Zacks Institutional Holding Owners
|
574
|
+
# Returns Zacks institutional holding owners data
|
575
|
+
# @param [Hash] opts the optional parameters
|
576
|
+
# @option opts [String] :cik Return owners with the given Central Index Key (CIK)
|
577
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
578
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
579
|
+
# @return [ApiResponseZacksInstitutionalHoldingOwners]
|
580
|
+
def get_zacks_institutional_holding_owners(opts = {})
|
581
|
+
data, _status_code, _headers = get_zacks_institutional_holding_owners_with_http_info(opts)
|
582
|
+
return data
|
583
|
+
end
|
584
|
+
|
585
|
+
# Zacks Institutional Holding Owners
|
586
|
+
# Returns Zacks institutional holding owners data
|
587
|
+
# @param [Hash] opts the optional parameters
|
588
|
+
# @option opts [String] :cik Return owners with the given Central Index Key (CIK)
|
589
|
+
# @option opts [Integer] :page_size The number of results to return
|
590
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
591
|
+
# @return [Array<(ApiResponseZacksInstitutionalHoldingOwners, Fixnum, Hash)>] ApiResponseZacksInstitutionalHoldingOwners data, response status code and response headers
|
592
|
+
def get_zacks_institutional_holding_owners_with_http_info(opts = {})
|
593
|
+
if @api_client.config.debugging
|
594
|
+
@api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_institutional_holding_owners ..."
|
595
|
+
end
|
596
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
597
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_institutional_holding_owners, must be smaller than or equal to 10000.'
|
598
|
+
end
|
599
|
+
|
600
|
+
# resource path
|
601
|
+
local_var_path = "/zacks/institutional_holdings/owners"
|
602
|
+
|
603
|
+
# query parameters
|
604
|
+
query_params = {}
|
605
|
+
query_params[:'cik'] = opts[:'cik'] if !opts[:'cik'].nil?
|
606
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
607
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
608
|
+
|
609
|
+
# header parameters
|
610
|
+
header_params = {}
|
611
|
+
# HTTP header 'Accept' (if needed)
|
612
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
613
|
+
|
614
|
+
# form parameters
|
615
|
+
form_params = {}
|
616
|
+
|
617
|
+
# http body (model)
|
618
|
+
post_body = nil
|
619
|
+
auth_names = ['ApiKeyAuth']
|
620
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
621
|
+
:header_params => header_params,
|
622
|
+
:query_params => query_params,
|
623
|
+
:form_params => form_params,
|
624
|
+
:body => post_body,
|
625
|
+
:auth_names => auth_names,
|
626
|
+
:return_type => 'ApiResponseZacksInstitutionalHoldingOwners')
|
627
|
+
if @api_client.config.debugging
|
628
|
+
@api_client.config.logger.debug "API called: ZacksApi#get_zacks_institutional_holding_owners\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
629
|
+
end
|
630
|
+
return data, status_code, headers
|
631
|
+
end
|
632
|
+
|
633
|
+
# Zacks Institutional Holdings
|
634
|
+
# Returns Zacks institutional holdings data
|
635
|
+
# @param [Hash] opts the optional parameters
|
636
|
+
# @option opts [String] :ticker Return holdings where the company being held has the given ticker
|
637
|
+
# @option opts [String] :owner_cik Return holdings where the owner/holder has the given Central Index Key (CIK)
|
638
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
639
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
640
|
+
# @return [ApiResponseZacksInstitutionalHoldings]
|
641
|
+
def get_zacks_institutional_holdings(opts = {})
|
642
|
+
data, _status_code, _headers = get_zacks_institutional_holdings_with_http_info(opts)
|
643
|
+
return data
|
644
|
+
end
|
645
|
+
|
646
|
+
# Zacks Institutional Holdings
|
647
|
+
# Returns Zacks institutional holdings data
|
648
|
+
# @param [Hash] opts the optional parameters
|
649
|
+
# @option opts [String] :ticker Return holdings where the company being held has the given ticker
|
650
|
+
# @option opts [String] :owner_cik Return holdings where the owner/holder has the given Central Index Key (CIK)
|
651
|
+
# @option opts [Integer] :page_size The number of results to return
|
652
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
653
|
+
# @return [Array<(ApiResponseZacksInstitutionalHoldings, Fixnum, Hash)>] ApiResponseZacksInstitutionalHoldings data, response status code and response headers
|
654
|
+
def get_zacks_institutional_holdings_with_http_info(opts = {})
|
655
|
+
if @api_client.config.debugging
|
656
|
+
@api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_institutional_holdings ..."
|
657
|
+
end
|
658
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
659
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_institutional_holdings, must be smaller than or equal to 10000.'
|
660
|
+
end
|
661
|
+
|
662
|
+
# resource path
|
663
|
+
local_var_path = "/zacks/institutional_holdings"
|
664
|
+
|
665
|
+
# query parameters
|
666
|
+
query_params = {}
|
667
|
+
query_params[:'ticker'] = opts[:'ticker'] if !opts[:'ticker'].nil?
|
668
|
+
query_params[:'owner_cik'] = opts[:'owner_cik'] if !opts[:'owner_cik'].nil?
|
669
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
670
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
671
|
+
|
672
|
+
# header parameters
|
673
|
+
header_params = {}
|
674
|
+
# HTTP header 'Accept' (if needed)
|
675
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
676
|
+
|
677
|
+
# form parameters
|
678
|
+
form_params = {}
|
679
|
+
|
680
|
+
# http body (model)
|
681
|
+
post_body = nil
|
682
|
+
auth_names = ['ApiKeyAuth']
|
683
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
684
|
+
:header_params => header_params,
|
685
|
+
:query_params => query_params,
|
686
|
+
:form_params => form_params,
|
687
|
+
:body => post_body,
|
688
|
+
:auth_names => auth_names,
|
689
|
+
:return_type => 'ApiResponseZacksInstitutionalHoldings')
|
690
|
+
if @api_client.config.debugging
|
691
|
+
@api_client.config.logger.debug "API called: ZacksApi#get_zacks_institutional_holdings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
692
|
+
end
|
693
|
+
return data, status_code, headers
|
694
|
+
end
|
695
|
+
|
696
|
+
# Zacks Long Term Growth Rates
|
697
|
+
# Returns the latest Zacks long term growth rates
|
698
|
+
# @param [Hash] opts the optional parameters
|
699
|
+
# @option opts [String] :identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
700
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
701
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
702
|
+
# @return [ApiResponseZacksLongTermGrowthRates]
|
703
|
+
def get_zacks_long_term_growth_rates(opts = {})
|
704
|
+
data, _status_code, _headers = get_zacks_long_term_growth_rates_with_http_info(opts)
|
705
|
+
return data
|
706
|
+
end
|
707
|
+
|
708
|
+
# Zacks Long Term Growth Rates
|
709
|
+
# Returns the latest Zacks long term growth rates
|
710
|
+
# @param [Hash] opts the optional parameters
|
711
|
+
# @option opts [String] :identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
712
|
+
# @option opts [Integer] :page_size The number of results to return
|
713
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
714
|
+
# @return [Array<(ApiResponseZacksLongTermGrowthRates, Fixnum, Hash)>] ApiResponseZacksLongTermGrowthRates data, response status code and response headers
|
715
|
+
def get_zacks_long_term_growth_rates_with_http_info(opts = {})
|
716
|
+
if @api_client.config.debugging
|
717
|
+
@api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_long_term_growth_rates ..."
|
718
|
+
end
|
719
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
720
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_long_term_growth_rates, must be smaller than or equal to 10000.'
|
721
|
+
end
|
722
|
+
|
723
|
+
# resource path
|
724
|
+
local_var_path = "/zacks/long_term_growth_rates"
|
725
|
+
|
726
|
+
# query parameters
|
727
|
+
query_params = {}
|
728
|
+
query_params[:'identifier'] = opts[:'identifier'] if !opts[:'identifier'].nil?
|
729
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
730
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
731
|
+
|
732
|
+
# header parameters
|
733
|
+
header_params = {}
|
734
|
+
# HTTP header 'Accept' (if needed)
|
735
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
736
|
+
|
737
|
+
# form parameters
|
738
|
+
form_params = {}
|
739
|
+
|
740
|
+
# http body (model)
|
741
|
+
post_body = nil
|
742
|
+
auth_names = ['ApiKeyAuth']
|
743
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
744
|
+
:header_params => header_params,
|
745
|
+
:query_params => query_params,
|
746
|
+
:form_params => form_params,
|
747
|
+
:body => post_body,
|
748
|
+
:auth_names => auth_names,
|
749
|
+
:return_type => 'ApiResponseZacksLongTermGrowthRates')
|
750
|
+
if @api_client.config.debugging
|
751
|
+
@api_client.config.logger.debug "API called: ZacksApi#get_zacks_long_term_growth_rates\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
752
|
+
end
|
753
|
+
return data, status_code, headers
|
754
|
+
end
|
755
|
+
|
294
756
|
# Zacks Sales Surprises
|
295
757
|
# Returns Zacks sales surprise data for all Securities.
|
296
758
|
# @param [Hash] opts the optional parameters
|
297
|
-
# @option opts [
|
298
|
-
# @option opts [
|
759
|
+
# @option opts [Date] :start_date Limit sales surprises to those on or after this date
|
760
|
+
# @option opts [Date] :end_date Limit sales surprises to those on or before this date
|
299
761
|
# @option opts [Float] :sales_actual_greater Return only records with an actual sales higher than this value
|
300
762
|
# @option opts [Float] :sales_actual_less Return only records with an actual sales lower than this value
|
301
763
|
# @option opts [Float] :sales_mean_estimate_greater Return only records with a sales mean estimate greater than this value
|
@@ -319,8 +781,8 @@ module Intrinio
|
|
319
781
|
# Zacks Sales Surprises
|
320
782
|
# Returns Zacks sales surprise data for all Securities.
|
321
783
|
# @param [Hash] opts the optional parameters
|
322
|
-
# @option opts [
|
323
|
-
# @option opts [
|
784
|
+
# @option opts [Date] :start_date Limit sales surprises to those on or after this date
|
785
|
+
# @option opts [Date] :end_date Limit sales surprises to those on or before this date
|
324
786
|
# @option opts [Float] :sales_actual_greater Return only records with an actual sales higher than this value
|
325
787
|
# @option opts [Float] :sales_actual_less Return only records with an actual sales lower than this value
|
326
788
|
# @option opts [Float] :sales_mean_estimate_greater Return only records with a sales mean estimate greater than this value
|
@@ -389,5 +851,68 @@ module Intrinio
|
|
389
851
|
end
|
390
852
|
return data, status_code, headers
|
391
853
|
end
|
854
|
+
|
855
|
+
# Zacks Target Price Consensuses
|
856
|
+
# Returns the latest Zacks target price consensus data
|
857
|
+
# @param [Hash] opts the optional parameters
|
858
|
+
# @option opts [String] :identifier Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
859
|
+
# @option opts [String] :industry_group_number Return only growth rates for companies in the given Zacks industry group number
|
860
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
861
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
862
|
+
# @return [ApiResponseZacksTargetPriceConsensuses]
|
863
|
+
def get_zacks_target_price_consensuses(opts = {})
|
864
|
+
data, _status_code, _headers = get_zacks_target_price_consensuses_with_http_info(opts)
|
865
|
+
return data
|
866
|
+
end
|
867
|
+
|
868
|
+
# Zacks Target Price Consensuses
|
869
|
+
# Returns the latest Zacks target price consensus data
|
870
|
+
# @param [Hash] opts the optional parameters
|
871
|
+
# @option opts [String] :identifier Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
872
|
+
# @option opts [String] :industry_group_number Return only growth rates for companies in the given Zacks industry group number
|
873
|
+
# @option opts [Integer] :page_size The number of results to return
|
874
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
875
|
+
# @return [Array<(ApiResponseZacksTargetPriceConsensuses, Fixnum, Hash)>] ApiResponseZacksTargetPriceConsensuses data, response status code and response headers
|
876
|
+
def get_zacks_target_price_consensuses_with_http_info(opts = {})
|
877
|
+
if @api_client.config.debugging
|
878
|
+
@api_client.config.logger.debug "Calling API: ZacksApi.get_zacks_target_price_consensuses ..."
|
879
|
+
end
|
880
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
881
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ZacksApi.get_zacks_target_price_consensuses, must be smaller than or equal to 10000.'
|
882
|
+
end
|
883
|
+
|
884
|
+
# resource path
|
885
|
+
local_var_path = "/zacks/target_price_consensuses"
|
886
|
+
|
887
|
+
# query parameters
|
888
|
+
query_params = {}
|
889
|
+
query_params[:'identifier'] = opts[:'identifier'] if !opts[:'identifier'].nil?
|
890
|
+
query_params[:'industry_group_number'] = opts[:'industry_group_number'] if !opts[:'industry_group_number'].nil?
|
891
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
892
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
893
|
+
|
894
|
+
# header parameters
|
895
|
+
header_params = {}
|
896
|
+
# HTTP header 'Accept' (if needed)
|
897
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
898
|
+
|
899
|
+
# form parameters
|
900
|
+
form_params = {}
|
901
|
+
|
902
|
+
# http body (model)
|
903
|
+
post_body = nil
|
904
|
+
auth_names = ['ApiKeyAuth']
|
905
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
906
|
+
:header_params => header_params,
|
907
|
+
:query_params => query_params,
|
908
|
+
:form_params => form_params,
|
909
|
+
:body => post_body,
|
910
|
+
:auth_names => auth_names,
|
911
|
+
:return_type => 'ApiResponseZacksTargetPriceConsensuses')
|
912
|
+
if @api_client.config.debugging
|
913
|
+
@api_client.config.logger.debug "API called: ZacksApi#get_zacks_target_price_consensuses\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
914
|
+
end
|
915
|
+
return data, status_code, headers
|
916
|
+
end
|
392
917
|
end
|
393
918
|
end
|