intrinio-sdk 6.27.3 → 6.28.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -2
- data/docs/ApiResponseCompanyNewsBody.md +20 -0
- data/docs/ApiResponseOptionsPricesByTickerRealtime.md +28 -0
- data/docs/CompanyApi.md +90 -3
- data/docs/CompanyNews.md +0 -1
- data/docs/CompanyNewsSummary.md +0 -1
- data/docs/OptionFactorsRealtime.md +1 -1
- data/docs/OptionsAggregate.md +7 -2
- data/docs/OptionsApi.md +95 -0
- data/docs/SecurityApi.md +5 -3
- data/docs/StockExchangeApi.md +4 -2
- data/intrinio-sdk.gemspec +1 -1
- data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
- data/lib/intrinio-sdk/api/company_api.rb +77 -7
- 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/esg_api.rb +1 -1
- data/lib/intrinio-sdk/api/et_fs_api.rb +1 -1
- data/lib/intrinio-sdk/api/filing_api.rb +1 -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/insider_transaction_filings_api.rb +1 -1
- data/lib/intrinio-sdk/api/market_api.rb +1 -1
- data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
- data/lib/intrinio-sdk/api/options_api.rb +99 -9
- data/lib/intrinio-sdk/api/owners_api.rb +1 -1
- data/lib/intrinio-sdk/api/security_api.rb +15 -12
- data/lib/intrinio-sdk/api/stock_exchange_api.rb +9 -6
- data/lib/intrinio-sdk/api/technical_api.rb +1 -1
- data/lib/intrinio-sdk/api/zacks_api.rb +1 -1
- 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_answers.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_daily_metrics.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_insider_transaction_filings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_news_body.rb +189 -0
- data/lib/intrinio-sdk/models/api_response_company_public_float_result.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_recognize.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_shares_outstanding.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_eod_index_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_eod_index_prices_all.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_esg_companies.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_esg_company_comprehensive_rating_history.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_esg_company_rating_history.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_esg_latest.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_esg_latest_comprehensive.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_et_fs.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filing_answers.rb +1 -1
- 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_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_insider_transaction_filings.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_aggregates.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_chain_eod.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_price_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_prices_batch_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_prices_by_ticker_realtime.rb +211 -0
- data/lib/intrinio-sdk/models/api_response_options_prices_eod.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_stats_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_tickers.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_unusual_activity.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_owner_insider_transaction_filings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_owner_institutional_holdings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_owners.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_realtime_index_prices.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_institutional_ownership.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_interval_prices.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_standardized_financials_dimensions.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_ebitda_consensus.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_forward_p_es.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_sales_estimates.rb +1 -1
- 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 +1 -1
- 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_daily_metric.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 +5 -15
- data/lib/intrinio-sdk/models/company_news_summary.rb +5 -15
- data/lib/intrinio-sdk/models/company_public_float.rb +1 -1
- data/lib/intrinio-sdk/models/company_shares_outstanding.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/eod_index_price.rb +1 -1
- data/lib/intrinio-sdk/models/eod_index_price_summary.rb +1 -1
- data/lib/intrinio-sdk/models/esg_company_summary.rb +1 -1
- data/lib/intrinio-sdk/models/esg_comprehensive_rating.rb +1 -1
- data/lib/intrinio-sdk/models/esg_comprehensive_rating_with_company.rb +1 -1
- data/lib/intrinio-sdk/models/esg_rating.rb +1 -1
- data/lib/intrinio-sdk/models/esg_rating_with_company.rb +1 -1
- data/lib/intrinio-sdk/models/etf.rb +1 -1
- data/lib/intrinio-sdk/models/etf_analytics.rb +1 -1
- data/lib/intrinio-sdk/models/etf_holding.rb +1 -1
- data/lib/intrinio-sdk/models/etf_stats.rb +1 -1
- data/lib/intrinio-sdk/models/etf_summary.rb +1 -1
- 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/insider_transaction.rb +1 -1
- data/lib/intrinio-sdk/models/insider_transaction_filing.rb +1 -1
- data/lib/intrinio-sdk/models/institutional_holding.rb +1 -1
- data/lib/intrinio-sdk/models/institutional_ownership.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/market_status_result.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/news_topic.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_chain_eod.rb +1 -1
- data/lib/intrinio-sdk/models/option_chain_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_contracts_list.rb +1 -1
- data/lib/intrinio-sdk/models/option_eod.rb +1 -1
- data/lib/intrinio-sdk/models/option_factors_realtime.rb +2 -2
- data/lib/intrinio-sdk/models/option_interval.rb +1 -1
- data/lib/intrinio-sdk/models/option_interval_mover.rb +1 -1
- data/lib/intrinio-sdk/models/option_intervals_movers_result.rb +1 -1
- data/lib/intrinio-sdk/models/option_intervals_result.rb +1 -1
- data/lib/intrinio-sdk/models/option_price.rb +1 -1
- data/lib/intrinio-sdk/models/option_price_batch_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_price_eod.rb +1 -1
- data/lib/intrinio-sdk/models/option_price_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_price_realtime_extended.rb +1 -1
- data/lib/intrinio-sdk/models/option_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_snapshot_group.rb +1 -1
- data/lib/intrinio-sdk/models/option_snapshots_result.rb +1 -1
- data/lib/intrinio-sdk/models/option_stats_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_unusual_trade.rb +1 -1
- data/lib/intrinio-sdk/models/options_aggregate.rb +56 -6
- data/lib/intrinio-sdk/models/owner.rb +1 -1
- data/lib/intrinio-sdk/models/owner_summary.rb +1 -1
- data/lib/intrinio-sdk/models/realtime_index_price.rb +1 -1
- data/lib/intrinio-sdk/models/realtime_index_price_index.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_history.rb +1 -1
- data/lib/intrinio-sdk/models/security_history_list_result.rb +1 -1
- data/lib/intrinio-sdk/models/security_interval_mover.rb +1 -1
- data/lib/intrinio-sdk/models/security_intervals_movers_result.rb +1 -1
- data/lib/intrinio-sdk/models/security_replay_file_result.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_snapshot_group.rb +1 -1
- data/lib/intrinio-sdk/models/security_snapshots_result.rb +1 -1
- data/lib/intrinio-sdk/models/security_summary.rb +1 -1
- data/lib/intrinio-sdk/models/security_trades.rb +1 -1
- data/lib/intrinio-sdk/models/security_trades_result.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/standardized_financials_dimension.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_interval.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/thea_entity_answer.rb +1 -1
- data/lib/intrinio-sdk/models/thea_source_document.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_ebitda_consensus.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/models/zacks_forward_pe.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_sales_estimate.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/version.rb +2 -2
- data/lib/intrinio-sdk.rb +3 -1
- data/spec/api/bulk_downloads_api_spec.rb +1 -1
- data/spec/api/company_api_spec.rb +19 -4
- data/spec/api/data_point_api_spec.rb +1 -1
- data/spec/api/data_tag_api_spec.rb +1 -1
- data/spec/api/esg_api_spec.rb +1 -1
- data/spec/api/et_fs_api_spec.rb +1 -1
- data/spec/api/filing_api_spec.rb +1 -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/insider_transaction_filings_api_spec.rb +1 -1
- data/spec/api/market_api_spec.rb +1 -1
- data/spec/api/municipality_api_spec.rb +1 -1
- data/spec/api/options_api_spec.rb +20 -1
- data/spec/api/owners_api_spec.rb +1 -1
- data/spec/api/security_api_spec.rb +4 -3
- data/spec/api/stock_exchange_api_spec.rb +3 -2
- data/spec/api/technical_api_spec.rb +1 -1
- data/spec/api/zacks_api_spec.rb +1 -1
- 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_answers_spec.rb +1 -1
- data/spec/models/api_response_company_daily_metrics_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_insider_transaction_filings_spec.rb +1 -1
- data/spec/models/api_response_company_news_body_spec.rb +42 -0
- data/spec/models/api_response_company_news_spec.rb +1 -1
- data/spec/models/api_response_company_public_float_result_spec.rb +1 -1
- data/spec/models/api_response_company_recognize_spec.rb +1 -1
- data/spec/models/api_response_company_securities_spec.rb +1 -1
- data/spec/models/api_response_company_shares_outstanding_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_eod_index_prices_all_spec.rb +1 -1
- data/spec/models/api_response_eod_index_prices_spec.rb +1 -1
- data/spec/models/api_response_esg_companies_spec.rb +1 -1
- data/spec/models/api_response_esg_company_comprehensive_rating_history_spec.rb +1 -1
- data/spec/models/api_response_esg_company_rating_history_spec.rb +1 -1
- data/spec/models/api_response_esg_latest_comprehensive_spec.rb +1 -1
- data/spec/models/api_response_esg_latest_spec.rb +1 -1
- data/spec/models/api_response_et_fs_spec.rb +1 -1
- data/spec/models/api_response_etf_holdings_spec.rb +1 -1
- data/spec/models/api_response_filing_answers_spec.rb +1 -1
- 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_index_spec.rb +1 -1
- data/spec/models/api_response_indices_spec.rb +1 -1
- data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
- data/spec/models/api_response_insider_transaction_filings_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_aggregates_spec.rb +1 -1
- data/spec/models/api_response_options_chain_eod_spec.rb +1 -1
- data/spec/models/api_response_options_chain_realtime_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_price_realtime_spec.rb +1 -1
- data/spec/models/api_response_options_prices_batch_realtime_spec.rb +1 -1
- data/spec/models/api_response_options_prices_by_ticker_realtime_spec.rb +54 -0
- data/spec/models/api_response_options_prices_eod_spec.rb +1 -1
- data/spec/models/api_response_options_realtime_spec.rb +1 -1
- data/spec/models/api_response_options_spec.rb +1 -1
- data/spec/models/api_response_options_stats_realtime_spec.rb +1 -1
- data/spec/models/api_response_options_tickers_spec.rb +1 -1
- data/spec/models/api_response_options_unusual_activity_spec.rb +1 -1
- data/spec/models/api_response_owner_insider_transaction_filings_spec.rb +1 -1
- data/spec/models/api_response_owner_institutional_holdings_spec.rb +1 -1
- data/spec/models/api_response_owners_spec.rb +1 -1
- data/spec/models/api_response_realtime_index_prices_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_institutional_ownership_spec.rb +1 -1
- data/spec/models/api_response_security_interval_prices_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_dimensions_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_ebitda_consensus_spec.rb +1 -1
- data/spec/models/api_response_zacks_eps_estimates_spec.rb +1 -1
- data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +1 -1
- data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
- data/spec/models/api_response_zacks_etf_holdings_spec.rb +1 -1
- data/spec/models/api_response_zacks_forward_p_es_spec.rb +1 -1
- data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +1 -1
- data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +1 -1
- data/spec/models/api_response_zacks_institutional_holdings_spec.rb +1 -1
- data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +1 -1
- data/spec/models/api_response_zacks_sales_estimates_spec.rb +1 -1
- data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
- data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +1 -1
- 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_daily_metric_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 -7
- data/spec/models/company_news_summary_spec.rb +1 -7
- data/spec/models/company_public_float_spec.rb +1 -1
- data/spec/models/company_shares_outstanding_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/eod_index_price_spec.rb +1 -1
- data/spec/models/eod_index_price_summary_spec.rb +1 -1
- data/spec/models/esg_company_summary_spec.rb +1 -1
- data/spec/models/esg_comprehensive_rating_spec.rb +1 -1
- data/spec/models/esg_comprehensive_rating_with_company_spec.rb +1 -1
- data/spec/models/esg_rating_spec.rb +1 -1
- data/spec/models/esg_rating_with_company_spec.rb +1 -1
- data/spec/models/etf_analytics_spec.rb +1 -1
- data/spec/models/etf_holding_spec.rb +1 -1
- data/spec/models/etf_spec.rb +1 -1
- data/spec/models/etf_stats_spec.rb +1 -1
- data/spec/models/etf_summary_spec.rb +1 -1
- 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/insider_transaction_filing_spec.rb +1 -1
- data/spec/models/insider_transaction_spec.rb +1 -1
- data/spec/models/institutional_holding_spec.rb +1 -1
- data/spec/models/institutional_ownership_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/market_status_result_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/news_topic_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_eod_spec.rb +1 -1
- data/spec/models/option_chain_realtime_spec.rb +1 -1
- data/spec/models/option_chain_spec.rb +1 -1
- data/spec/models/option_contracts_list_spec.rb +1 -1
- data/spec/models/option_eod_spec.rb +1 -1
- data/spec/models/option_factors_realtime_spec.rb +1 -1
- data/spec/models/option_interval_mover_spec.rb +1 -1
- data/spec/models/option_interval_spec.rb +1 -1
- data/spec/models/option_intervals_movers_result_spec.rb +1 -1
- data/spec/models/option_intervals_result_spec.rb +1 -1
- data/spec/models/option_price_batch_realtime_spec.rb +1 -1
- data/spec/models/option_price_eod_spec.rb +1 -1
- data/spec/models/option_price_realtime_extended_spec.rb +1 -1
- data/spec/models/option_price_realtime_spec.rb +1 -1
- data/spec/models/option_price_spec.rb +1 -1
- data/spec/models/option_realtime_spec.rb +1 -1
- data/spec/models/option_snapshot_group_spec.rb +1 -1
- data/spec/models/option_snapshots_result_spec.rb +1 -1
- data/spec/models/option_spec.rb +1 -1
- data/spec/models/option_stats_realtime_spec.rb +1 -1
- data/spec/models/option_unusual_trade_spec.rb +1 -1
- data/spec/models/options_aggregate_spec.rb +31 -1
- data/spec/models/owner_spec.rb +1 -1
- data/spec/models/owner_summary_spec.rb +1 -1
- data/spec/models/realtime_index_price_index_spec.rb +1 -1
- data/spec/models/realtime_index_price_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_history_list_result_spec.rb +1 -1
- data/spec/models/security_history_spec.rb +1 -1
- data/spec/models/security_interval_mover_spec.rb +1 -1
- data/spec/models/security_intervals_movers_result_spec.rb +1 -1
- data/spec/models/security_replay_file_result_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_snapshot_group_spec.rb +1 -1
- data/spec/models/security_snapshots_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/security_trades_result_spec.rb +1 -1
- data/spec/models/security_trades_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/standardized_financials_dimension_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_interval_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/thea_entity_answer_spec.rb +1 -1
- data/spec/models/thea_source_document_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_ebitda_consensus_spec.rb +1 -1
- data/spec/models/zacks_eps_estimate_spec.rb +1 -1
- data/spec/models/zacks_eps_growth_rate_spec.rb +1 -1
- 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 +1 -1
- data/spec/models/zacks_forward_pe_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_company_detail_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_company_summary_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_spec.rb +1 -1
- data/spec/models/zacks_long_term_growth_rate_spec.rb +1 -1
- data/spec/models/zacks_sales_estimate_spec.rb +1 -1
- 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 +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +290 -282
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46a9020fd29520a27dbbdaca895d2483025d19c114c8d4231612cd88199169bd
|
4
|
+
data.tar.gz: 105916372231be1bac1b36444af20ca9047a1cfff7ba1958ffbd7dabfc8199e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea88da74259dd5f9636448ceb71a4a9abd3fffc49abd74d87ae557a89880af0d7b1f9d9a61f78efa69e5577f0ae012c1782a3d1e4e619916ce0788feb1a8191c
|
7
|
+
data.tar.gz: a1d34835d764884fecfaf58ccf398ee5f720ac1b680fafa32fe2a99d10b80524055685f5e8b14e06ebdade288c4e73fd835a7d1ae38c3f3c9b690198db00f755
|
data/README.md
CHANGED
@@ -8,8 +8,8 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a
|
|
8
8
|
|
9
9
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
10
10
|
|
11
|
-
- API version: 2.
|
12
|
-
- Package version: 6.
|
11
|
+
- API version: 2.63.1
|
12
|
+
- Package version: 6.28.0
|
13
13
|
|
14
14
|
|
15
15
|
## Installation
|
@@ -75,6 +75,7 @@ Class | Method | HTTP request | Description
|
|
75
75
|
*Intrinio::CompanyApi* | [**get_company_historical_data**](docs/CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
|
76
76
|
*Intrinio::CompanyApi* | [**get_company_ipos**](docs/CompanyApi.md#get_company_ipos) | **GET** /companies/ipos | IPOs
|
77
77
|
*Intrinio::CompanyApi* | [**get_company_news**](docs/CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company
|
78
|
+
*Intrinio::CompanyApi* | [**get_company_news_body**](docs/CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | The body of a news article
|
78
79
|
*Intrinio::CompanyApi* | [**get_company_public_float**](docs/CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float
|
79
80
|
*Intrinio::CompanyApi* | [**get_company_securities**](docs/CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company
|
80
81
|
*Intrinio::CompanyApi* | [**insider_transaction_filings_by_company**](docs/CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
|
@@ -168,6 +169,7 @@ Class | Method | HTTP request | Description
|
|
168
169
|
*Intrinio::OptionsApi* | [**get_options_prices_batch_realtime**](docs/OptionsApi.md#get_options_prices_batch_realtime) | **POST** /options/prices/realtime/batch | Option Prices Batch Realtime
|
169
170
|
*Intrinio::OptionsApi* | [**get_options_prices_eod**](docs/OptionsApi.md#get_options_prices_eod) | **GET** /options/prices/{identifier}/eod | Option Prices EOD
|
170
171
|
*Intrinio::OptionsApi* | [**get_options_prices_realtime**](docs/OptionsApi.md#get_options_prices_realtime) | **GET** /options/prices/{identifier}/realtime | Option Prices Realtime
|
172
|
+
*Intrinio::OptionsApi* | [**get_options_prices_realtime_by_ticker**](docs/OptionsApi.md#get_options_prices_realtime_by_ticker) | **GET** /options/prices/by_ticker/{symbol}/realtime | Option Prices Realtime By Ticker
|
171
173
|
*Intrinio::OptionsApi* | [**get_options_snapshots**](docs/OptionsApi.md#get_options_snapshots) | **GET** /options/snapshots | Option Prices Realtime Snapshot
|
172
174
|
*Intrinio::OptionsApi* | [**get_options_stats_realtime**](docs/OptionsApi.md#get_options_stats_realtime) | **GET** /options/prices/{identifier}/realtime/stats | Option Stats Realtime
|
173
175
|
*Intrinio::OptionsApi* | [**get_unusual_activity**](docs/OptionsApi.md#get_unusual_activity) | **GET** /options/unusual_activity/{symbol} | Options Unusual Activity
|
@@ -305,6 +307,7 @@ Class | Method | HTTP request | Description
|
|
305
307
|
- [Intrinio::ApiResponseCompanyHistoricalData](docs/ApiResponseCompanyHistoricalData.md)
|
306
308
|
- [Intrinio::ApiResponseCompanyInsiderTransactionFilings](docs/ApiResponseCompanyInsiderTransactionFilings.md)
|
307
309
|
- [Intrinio::ApiResponseCompanyNews](docs/ApiResponseCompanyNews.md)
|
310
|
+
- [Intrinio::ApiResponseCompanyNewsBody](docs/ApiResponseCompanyNewsBody.md)
|
308
311
|
- [Intrinio::ApiResponseCompanyPublicFloatResult](docs/ApiResponseCompanyPublicFloatResult.md)
|
309
312
|
- [Intrinio::ApiResponseCompanyRecognize](docs/ApiResponseCompanyRecognize.md)
|
310
313
|
- [Intrinio::ApiResponseCompanySecurities](docs/ApiResponseCompanySecurities.md)
|
@@ -348,6 +351,7 @@ Class | Method | HTTP request | Description
|
|
348
351
|
- [Intrinio::ApiResponseOptionsExpirations](docs/ApiResponseOptionsExpirations.md)
|
349
352
|
- [Intrinio::ApiResponseOptionsPriceRealtime](docs/ApiResponseOptionsPriceRealtime.md)
|
350
353
|
- [Intrinio::ApiResponseOptionsPricesBatchRealtime](docs/ApiResponseOptionsPricesBatchRealtime.md)
|
354
|
+
- [Intrinio::ApiResponseOptionsPricesByTickerRealtime](docs/ApiResponseOptionsPricesByTickerRealtime.md)
|
351
355
|
- [Intrinio::ApiResponseOptionsPricesEod](docs/ApiResponseOptionsPricesEod.md)
|
352
356
|
- [Intrinio::ApiResponseOptionsRealtime](docs/ApiResponseOptionsRealtime.md)
|
353
357
|
- [Intrinio::ApiResponseOptionsStatsRealtime](docs/ApiResponseOptionsStatsRealtime.md)
|
@@ -0,0 +1,20 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
[//]: # (CLASS:Intrinio::ApiResponseCompanyNewsBody)
|
4
|
+
|
5
|
+
[//]: # (KIND:object)
|
6
|
+
|
7
|
+
### Intrinio::ApiResponseCompanyNewsBody
|
8
|
+
|
9
|
+
#### Properties
|
10
|
+
|
11
|
+
[//]: # (START_DEFINITION)
|
12
|
+
|
13
|
+
Name | Type | Description
|
14
|
+
------------ | ------------- | -------------
|
15
|
+
**body** | String | The article body. Requires additional access.
|
16
|
+
|
17
|
+
[//]: # (END_DEFINITION)
|
18
|
+
|
19
|
+
|
20
|
+
|
@@ -0,0 +1,28 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
[//]: # (CLASS:Intrinio::ApiResponseOptionsPricesByTickerRealtime)
|
4
|
+
|
5
|
+
[//]: # (KIND:object)
|
6
|
+
|
7
|
+
### Intrinio::ApiResponseOptionsPricesByTickerRealtime
|
8
|
+
|
9
|
+
#### Properties
|
10
|
+
|
11
|
+
[//]: # (START_DEFINITION)
|
12
|
+
|
13
|
+
Name | Type | Description
|
14
|
+
------------ | ------------- | -------------
|
15
|
+
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security resolved from the given identifier
|
16
|
+
**next_page** | String | The token required to request the next page of the data. If null, no further results are available.
|
17
|
+
**contracts** | [**Array<ApiResponseOptionsPriceRealtime>**](ApiResponseOptionsPriceRealtime.md) | The contracts pricing for this security.
|
18
|
+
|
19
|
+
[//]: # (END_DEFINITION)
|
20
|
+
|
21
|
+
|
22
|
+
[//]: # (CONTAINED_CLASS:Intrinio::SecuritySummary)
|
23
|
+
|
24
|
+
|
25
|
+
[//]: # (CONTAINED_CLASS:Intrinio::ApiResponseOptionsPriceRealtime)
|
26
|
+
|
27
|
+
|
28
|
+
|
data/docs/CompanyApi.md
CHANGED
@@ -17,6 +17,7 @@ Method | HTTP request | Description
|
|
17
17
|
[**get_company_historical_data**](CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
|
18
18
|
[**get_company_ipos**](CompanyApi.md#get_company_ipos) | **GET** /companies/ipos | IPOs
|
19
19
|
[**get_company_news**](CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company
|
20
|
+
[**get_company_news_body**](CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | The body of a news article
|
20
21
|
[**get_company_public_float**](CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float
|
21
22
|
[**get_company_securities**](CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company
|
22
23
|
[**insider_transaction_filings_by_company**](CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
|
@@ -303,9 +304,9 @@ Name | Type | Description | Notes
|
|
303
304
|
**topic** | String| Filter by topic. Unsupported for yahoo source. | [optional]
|
304
305
|
**company** | String| Filter by `company` identifier (ticker, CIK, LEI, Intrinio ID) | [optional]
|
305
306
|
**security** | String| Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source. | [optional]
|
306
|
-
**start_date** | Date| Limit news stories to those on or after this date. | [optional]
|
307
|
+
**start_date** | Date| Limit news stories to those on or after this date. Defaults to yesterday if unspecified. | [optional]
|
307
308
|
**end_date** | Date| Limit news stories to those on or before this date. | [optional]
|
308
|
-
**language** | String| Filter by language. Unsupported for yahoo source.
|
309
|
+
**language** | String| Filter by language. Unsupported for yahoo source. | [optional]
|
309
310
|
**word_count_greater_than** | Integer| News stories will have a word count greater than this value. Unsupported for yahoo source. | [optional]
|
310
311
|
**word_count_less_than** | Integer| News stories will have a word count less than this value. Unsupported for yahoo source. | [optional]
|
311
312
|
**is_spam** | BOOLEAN| Filter whether it is marked as spam or not. Unsupported for yahoo source. | [optional]
|
@@ -1199,7 +1200,7 @@ Name | Type | Description | Notes
|
|
1199
1200
|
**sentiment** | String| Filter by sentiment. Unsupported for yahoo source. | [optional]
|
1200
1201
|
**topic** | String| Filter by topic. Unsupported for yahoo source. | [optional]
|
1201
1202
|
**security** | String| Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source. | [optional]
|
1202
|
-
**start_date** | Date| Limit news stories to those on or after this date | [optional]
|
1203
|
+
**start_date** | Date| Limit news stories to those on or after this date. Defaults to yesterday if unspecified. | [optional]
|
1203
1204
|
**end_date** | Date| Limit news stories to those on or before this date | [optional]
|
1204
1205
|
**language** | String| Filter by language. Unsupported for yahoo source. | [optional]
|
1205
1206
|
**word_count_greater_than** | Integer| News stories will have a word count greater than this value. Unsupported for yahoo source. | [optional]
|
@@ -1218,6 +1219,92 @@ Name | Type | Description | Notes
|
|
1218
1219
|
[//]: # (END_OPERATION)
|
1219
1220
|
|
1220
1221
|
|
1222
|
+
[//]: # (START_OPERATION)
|
1223
|
+
|
1224
|
+
[//]: # (CLASS:Intrinio::CompanyApi)
|
1225
|
+
|
1226
|
+
[//]: # (METHOD:get_company_news_body)
|
1227
|
+
|
1228
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseCompanyNewsBody)
|
1229
|
+
|
1230
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
1231
|
+
|
1232
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseCompanyNewsBody.md)
|
1233
|
+
|
1234
|
+
[//]: # (OPERATION:get_company_news_body_v2)
|
1235
|
+
|
1236
|
+
[//]: # (ENDPOINT:/companies/news/body)
|
1237
|
+
|
1238
|
+
[//]: # (DOCUMENT_LINK:CompanyApi.md#get_company_news_body)
|
1239
|
+
|
1240
|
+
## **get_company_news_body**
|
1241
|
+
|
1242
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_company_news_body_v2)
|
1243
|
+
|
1244
|
+
[//]: # (START_OVERVIEW)
|
1245
|
+
|
1246
|
+
> ApiResponseCompanyNewsBody get_company_news_body(news_story_id, publication_date, opts)
|
1247
|
+
|
1248
|
+
#### The body of a news article
|
1249
|
+
|
1250
|
+
|
1251
|
+
Returns the news article body.
|
1252
|
+
|
1253
|
+
[//]: # (END_OVERVIEW)
|
1254
|
+
|
1255
|
+
### Example
|
1256
|
+
|
1257
|
+
[//]: # (START_CODE_EXAMPLE)
|
1258
|
+
|
1259
|
+
```ruby
|
1260
|
+
# Load the gem
|
1261
|
+
require 'intrinio-sdk'
|
1262
|
+
require 'pp'
|
1263
|
+
|
1264
|
+
# Setup authorization
|
1265
|
+
Intrinio.configure do |config|
|
1266
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
1267
|
+
config.allow_retries = true
|
1268
|
+
end
|
1269
|
+
|
1270
|
+
company_api = Intrinio::CompanyApi.new
|
1271
|
+
news_story_id = "new_aBcDef"
|
1272
|
+
publication_date = DateTime.parse(nil)
|
1273
|
+
|
1274
|
+
opts = {
|
1275
|
+
specific_source: nil,
|
1276
|
+
next_page: nil
|
1277
|
+
}
|
1278
|
+
|
1279
|
+
result = company_api.get_company_news_body(news_story_id, publication_date, opts)
|
1280
|
+
pp result
|
1281
|
+
```
|
1282
|
+
|
1283
|
+
[//]: # (END_CODE_EXAMPLE)
|
1284
|
+
|
1285
|
+
[//]: # (START_DEFINITION)
|
1286
|
+
|
1287
|
+
### Parameters
|
1288
|
+
|
1289
|
+
[//]: # (START_PARAMETERS)
|
1290
|
+
|
1291
|
+
|
1292
|
+
Name | Type | Description | Notes
|
1293
|
+
------------- | ------------- | ------------- | -------------
|
1294
|
+
**news_story_id** | String| The identifier of the news story. |
|
1295
|
+
**publication_date** | DateTime| The DateTime of the story. |
|
1296
|
+
**specific_source** | String| Only news from this source. Defaults to highest available if not present. | [optional]
|
1297
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
1298
|
+
|
1299
|
+
[//]: # (END_PARAMETERS)
|
1300
|
+
|
1301
|
+
### Return type
|
1302
|
+
|
1303
|
+
[**ApiResponseCompanyNewsBody**](ApiResponseCompanyNewsBody.md)
|
1304
|
+
|
1305
|
+
[//]: # (END_OPERATION)
|
1306
|
+
|
1307
|
+
|
1221
1308
|
[//]: # (START_OPERATION)
|
1222
1309
|
|
1223
1310
|
[//]: # (CLASS:Intrinio::CompanyApi)
|
data/docs/CompanyNews.md
CHANGED
@@ -27,7 +27,6 @@ Name | Type | Description
|
|
27
27
|
**business_relevance** | Float | How strongly correlated the news article is to the business
|
28
28
|
**article_sentiment** | String | The news sentiment.
|
29
29
|
**article_sentiment_confidence** | Float | The confidence score of the sentiment rating
|
30
|
-
**body** | String | The article body. Requires additional access.
|
31
30
|
|
32
31
|
[//]: # (END_DEFINITION)
|
33
32
|
|
data/docs/CompanyNewsSummary.md
CHANGED
@@ -26,7 +26,6 @@ Name | Type | Description
|
|
26
26
|
**business_relevance** | Float | How strongly correlated the news article is to the business
|
27
27
|
**article_sentiment** | String | The news sentiment.
|
28
28
|
**article_sentiment_confidence** | Float | The confidence score of the sentiment rating
|
29
|
-
**body** | String | The article body. Requires additional access.
|
30
29
|
|
31
30
|
[//]: # (END_DEFINITION)
|
32
31
|
|
@@ -17,7 +17,7 @@ Name | Type | Description
|
|
17
17
|
**strike_price** | Float | The strike price of the options contract
|
18
18
|
**days_to_expiration** | Float | The number of days to expiration
|
19
19
|
**risk_free_interest_rate** | Float | The current risk-free interest rate, as measured by the 3-month Treasury Bill rate
|
20
|
-
**dividend_yield** | Float | The
|
20
|
+
**dividend_yield** | Float | The dividend yield of the underlying asset (if applicable)
|
21
21
|
|
22
22
|
[//]: # (END_DEFINITION)
|
23
23
|
|
data/docs/OptionsAggregate.md
CHANGED
@@ -13,8 +13,13 @@
|
|
13
13
|
Name | Type | Description
|
14
14
|
------------ | ------------- | -------------
|
15
15
|
**ticker** | String | The ticker symbol of the Security for the Option.
|
16
|
-
**
|
17
|
-
**
|
16
|
+
**date** | String | The date of the data.
|
17
|
+
**total_open_interest** | Integer | Total open interest for the ticker
|
18
|
+
**total_volume** | Integer | Total volume for the ticker
|
19
|
+
**total_put_volume** | Integer | Total put volume for the ticker
|
20
|
+
**total_call_volume** | Integer | Total call volume for the ticker
|
21
|
+
**put_call_volume_ratio** | Float | Total put volume to total call volume ratio for the ticker
|
22
|
+
**contract_count** | Integer | Total number of active contracts for the ticker
|
18
23
|
|
19
24
|
[//]: # (END_DEFINITION)
|
20
25
|
|
data/docs/OptionsApi.md
CHANGED
@@ -23,6 +23,7 @@ Method | HTTP request | Description
|
|
23
23
|
[**get_options_prices_batch_realtime**](OptionsApi.md#get_options_prices_batch_realtime) | **POST** /options/prices/realtime/batch | Option Prices Batch Realtime
|
24
24
|
[**get_options_prices_eod**](OptionsApi.md#get_options_prices_eod) | **GET** /options/prices/{identifier}/eod | Option Prices EOD
|
25
25
|
[**get_options_prices_realtime**](OptionsApi.md#get_options_prices_realtime) | **GET** /options/prices/{identifier}/realtime | Option Prices Realtime
|
26
|
+
[**get_options_prices_realtime_by_ticker**](OptionsApi.md#get_options_prices_realtime_by_ticker) | **GET** /options/prices/by_ticker/{symbol}/realtime | Option Prices Realtime By Ticker
|
26
27
|
[**get_options_snapshots**](OptionsApi.md#get_options_snapshots) | **GET** /options/snapshots | Option Prices Realtime Snapshot
|
27
28
|
[**get_options_stats_realtime**](OptionsApi.md#get_options_stats_realtime) | **GET** /options/prices/{identifier}/realtime/stats | Option Stats Realtime
|
28
29
|
[**get_unusual_activity**](OptionsApi.md#get_unusual_activity) | **GET** /options/unusual_activity/{symbol} | Options Unusual Activity
|
@@ -1722,6 +1723,100 @@ Name | Type | Description | Notes
|
|
1722
1723
|
[//]: # (END_OPERATION)
|
1723
1724
|
|
1724
1725
|
|
1726
|
+
[//]: # (START_OPERATION)
|
1727
|
+
|
1728
|
+
[//]: # (CLASS:Intrinio::OptionsApi)
|
1729
|
+
|
1730
|
+
[//]: # (METHOD:get_options_prices_realtime_by_ticker)
|
1731
|
+
|
1732
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseOptionsPricesByTickerRealtime)
|
1733
|
+
|
1734
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
1735
|
+
|
1736
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseOptionsPricesByTickerRealtime.md)
|
1737
|
+
|
1738
|
+
[//]: # (OPERATION:get_options_prices_realtime_by_ticker_v2)
|
1739
|
+
|
1740
|
+
[//]: # (ENDPOINT:/options/prices/by_ticker/{symbol}/realtime)
|
1741
|
+
|
1742
|
+
[//]: # (DOCUMENT_LINK:OptionsApi.md#get_options_prices_realtime_by_ticker)
|
1743
|
+
|
1744
|
+
## **get_options_prices_realtime_by_ticker**
|
1745
|
+
|
1746
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_options_prices_realtime_by_ticker_v2)
|
1747
|
+
|
1748
|
+
[//]: # (START_OVERVIEW)
|
1749
|
+
|
1750
|
+
> ApiResponseOptionsPricesByTickerRealtime get_options_prices_realtime_by_ticker(symbol, opts)
|
1751
|
+
|
1752
|
+
#### Option Prices Realtime By Ticker
|
1753
|
+
|
1754
|
+
|
1755
|
+
Returns a list of the latest National Best Bid & Offer (NBBO) top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all option contracts currently associated with the ticker.
|
1756
|
+
|
1757
|
+
[//]: # (END_OVERVIEW)
|
1758
|
+
|
1759
|
+
### Example
|
1760
|
+
|
1761
|
+
[//]: # (START_CODE_EXAMPLE)
|
1762
|
+
|
1763
|
+
```ruby
|
1764
|
+
# Load the gem
|
1765
|
+
require 'intrinio-sdk'
|
1766
|
+
require 'pp'
|
1767
|
+
|
1768
|
+
# Setup authorization
|
1769
|
+
Intrinio.configure do |config|
|
1770
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
1771
|
+
config.allow_retries = true
|
1772
|
+
end
|
1773
|
+
|
1774
|
+
options_api = Intrinio::OptionsApi.new
|
1775
|
+
symbol = "MSFT"
|
1776
|
+
|
1777
|
+
opts = {
|
1778
|
+
source: nil,
|
1779
|
+
iv_mode: nil,
|
1780
|
+
next_page: nil,
|
1781
|
+
page_size: 250,
|
1782
|
+
stock_price_source: nil,
|
1783
|
+
model: nil,
|
1784
|
+
show_extended_price: nil
|
1785
|
+
}
|
1786
|
+
|
1787
|
+
result = options_api.get_options_prices_realtime_by_ticker(symbol, opts)
|
1788
|
+
pp result
|
1789
|
+
```
|
1790
|
+
|
1791
|
+
[//]: # (END_CODE_EXAMPLE)
|
1792
|
+
|
1793
|
+
[//]: # (START_DEFINITION)
|
1794
|
+
|
1795
|
+
### Parameters
|
1796
|
+
|
1797
|
+
[//]: # (START_PARAMETERS)
|
1798
|
+
|
1799
|
+
|
1800
|
+
Name | Type | Description | Notes
|
1801
|
+
------------- | ------------- | ------------- | -------------
|
1802
|
+
**symbol** | String| The equities ticker symbol, corresponding to the underlying security. |
|
1803
|
+
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
1804
|
+
**iv_mode** | String| Change the mode for the implied volatility calculation to out of the money. | [optional]
|
1805
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
1806
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 250]
|
1807
|
+
**stock_price_source** | String| Source for underlying price for calculating Greeks. | [optional]
|
1808
|
+
**model** | String| Model for calculating Greek values. Default is black_scholes. | [optional]
|
1809
|
+
**show_extended_price** | BOOLEAN| Whether to include open close high low type fields. | [optional]
|
1810
|
+
|
1811
|
+
[//]: # (END_PARAMETERS)
|
1812
|
+
|
1813
|
+
### Return type
|
1814
|
+
|
1815
|
+
[**ApiResponseOptionsPricesByTickerRealtime**](ApiResponseOptionsPricesByTickerRealtime.md)
|
1816
|
+
|
1817
|
+
[//]: # (END_OPERATION)
|
1818
|
+
|
1819
|
+
|
1725
1820
|
[//]: # (START_OPERATION)
|
1726
1821
|
|
1727
1822
|
[//]: # (CLASS:Intrinio::OptionsApi)
|
data/docs/SecurityApi.md
CHANGED
@@ -1055,6 +1055,7 @@ opts = {
|
|
1055
1055
|
end_time: nil,
|
1056
1056
|
timezone: "UTC",
|
1057
1057
|
page_size: 100,
|
1058
|
+
split_adjusted: false,
|
1058
1059
|
next_page: nil
|
1059
1060
|
}
|
1060
1061
|
|
@@ -1082,6 +1083,7 @@ Name | Type | Description | Notes
|
|
1082
1083
|
**end_time** | String| Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format) | [optional]
|
1083
1084
|
**timezone** | String| Returns trading times in this timezone | [optional] [default to UTC]
|
1084
1085
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
1086
|
+
**split_adjusted** | BOOLEAN| Whether to return the values adjusted for splits or not. Default is false. | [optional] [default to false]
|
1085
1087
|
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
1086
1088
|
|
1087
1089
|
[//]: # (END_PARAMETERS)
|
@@ -4231,7 +4233,7 @@ security_api = Intrinio::SecurityApi.new
|
|
4231
4233
|
identifier = "AAPL"
|
4232
4234
|
|
4233
4235
|
opts = {
|
4234
|
-
source: "
|
4236
|
+
source: ["iex"]
|
4235
4237
|
}
|
4236
4238
|
|
4237
4239
|
result = security_api.get_security_realtime_price(identifier, opts)
|
@@ -4250,7 +4252,7 @@ pp result
|
|
4250
4252
|
Name | Type | Description | Notes
|
4251
4253
|
------------- | ------------- | ------------- | -------------
|
4252
4254
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
4253
|
-
**source** | String| Return the realtime price from the specified data source. If no source is specified, the best source available is used. | [optional]
|
4255
|
+
**source** | [**Array<String>**](String.md)| Return the realtime price from the specified data source. If no source is specified, the best source available is used. | [optional]
|
4254
4256
|
|
4255
4257
|
[//]: # (END_PARAMETERS)
|
4256
4258
|
|
@@ -4776,7 +4778,7 @@ pp result
|
|
4776
4778
|
Name | Type | Description | Notes
|
4777
4779
|
------------- | ------------- | ------------- | -------------
|
4778
4780
|
**identifier** | String| The ticker symbol for which trades are being requested. |
|
4779
|
-
**source** | String| The specific source of the data being requested. Specifying delayed sip will result in the system automatically determining which delayed sip source (cta_delayed, cta_b_delayed, utp_delayed) to use. |
|
4781
|
+
**source** | String| The specific source of the data being requested. Specifying delayed sip will result in the system automatically determining which delayed sip source (cta_delayed, cta_b_delayed, utp_delayed, otc_delayed) to use. |
|
4780
4782
|
**start_date** | Date| The start date for the data being requested. | [optional]
|
4781
4783
|
**start_time** | String| The start time for the data being requested. | [optional]
|
4782
4784
|
**end_date** | Date| The end date for the data being requested. | [optional]
|
data/docs/StockExchangeApi.md
CHANGED
@@ -400,9 +400,10 @@ stockExchange_api = Intrinio::StockExchangeApi.new
|
|
400
400
|
identifier = "USCOMP"
|
401
401
|
|
402
402
|
opts = {
|
403
|
-
source: nil,
|
403
|
+
source: [nil],
|
404
404
|
active_only: nil,
|
405
405
|
page_size: 100,
|
406
|
+
tickers: [nil],
|
406
407
|
next_page: nil
|
407
408
|
}
|
408
409
|
|
@@ -422,9 +423,10 @@ pp result
|
|
422
423
|
Name | Type | Description | Notes
|
423
424
|
------------- | ------------- | ------------- | -------------
|
424
425
|
**identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) |
|
425
|
-
**source** | String| Return realtime prices from the specified data source. If no source is specified, all sources are used. | [optional]
|
426
|
+
**source** | [**Array<String>**](String.md)| Return realtime prices from the specified data source. If no source is specified, all sources are used. | [optional]
|
426
427
|
**active_only** | BOOLEAN| Returns prices only from the most recent trading day. | [optional]
|
427
428
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
429
|
+
**tickers** | [**Array<String>**](String.md)| The list of ticker symbols to filter to. | [optional]
|
428
430
|
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
429
431
|
|
430
432
|
[//]: # (END_PARAMETERS)
|
data/intrinio-sdk.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
7
7
|
|
8
|
-
OpenAPI spec version: 2.
|
8
|
+
OpenAPI spec version: 2.63.1
|
9
9
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
11
11
|
Swagger Codegen version: unset
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.63.1
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.63.1
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -179,9 +179,9 @@ module Intrinio
|
|
179
179
|
# @option opts [String] :topic Filter by topic. Unsupported for yahoo source.
|
180
180
|
# @option opts [String] :company Filter by `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
181
181
|
# @option opts [String] :security Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source.
|
182
|
-
# @option opts [Date] :start_date Limit news stories to those on or after this date.
|
182
|
+
# @option opts [Date] :start_date Limit news stories to those on or after this date. Defaults to yesterday if unspecified.
|
183
183
|
# @option opts [Date] :end_date Limit news stories to those on or before this date.
|
184
|
-
# @option opts [String] :language Filter by language. Unsupported for yahoo source.
|
184
|
+
# @option opts [String] :language Filter by language. Unsupported for yahoo source.
|
185
185
|
# @option opts [Integer] :word_count_greater_than News stories will have a word count greater than this value. Unsupported for yahoo source.
|
186
186
|
# @option opts [Integer] :word_count_less_than News stories will have a word count less than this value. Unsupported for yahoo source.
|
187
187
|
# @option opts [BOOLEAN] :is_spam Filter whether it is marked as spam or not. Unsupported for yahoo source.
|
@@ -203,9 +203,9 @@ module Intrinio
|
|
203
203
|
# @option opts [String] :topic Filter by topic. Unsupported for yahoo source.
|
204
204
|
# @option opts [String] :company Filter by `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
205
205
|
# @option opts [String] :security Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source.
|
206
|
-
# @option opts [Date] :start_date Limit news stories to those on or after this date.
|
206
|
+
# @option opts [Date] :start_date Limit news stories to those on or after this date. Defaults to yesterday if unspecified.
|
207
207
|
# @option opts [Date] :end_date Limit news stories to those on or before this date.
|
208
|
-
# @option opts [String] :language Filter by language. Unsupported for yahoo source.
|
208
|
+
# @option opts [String] :language Filter by language. Unsupported for yahoo source.
|
209
209
|
# @option opts [Integer] :word_count_greater_than News stories will have a word count greater than this value. Unsupported for yahoo source.
|
210
210
|
# @option opts [Integer] :word_count_less_than News stories will have a word count less than this value. Unsupported for yahoo source.
|
211
211
|
# @option opts [BOOLEAN] :is_spam Filter whether it is marked as spam or not. Unsupported for yahoo source.
|
@@ -926,7 +926,7 @@ module Intrinio
|
|
926
926
|
# @option opts [String] :sentiment Filter by sentiment. Unsupported for yahoo source.
|
927
927
|
# @option opts [String] :topic Filter by topic. Unsupported for yahoo source.
|
928
928
|
# @option opts [String] :security Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source.
|
929
|
-
# @option opts [Date] :start_date Limit news stories to those on or after this date
|
929
|
+
# @option opts [Date] :start_date Limit news stories to those on or after this date. Defaults to yesterday if unspecified.
|
930
930
|
# @option opts [Date] :end_date Limit news stories to those on or before this date
|
931
931
|
# @option opts [String] :language Filter by language. Unsupported for yahoo source.
|
932
932
|
# @option opts [Integer] :word_count_greater_than News stories will have a word count greater than this value. Unsupported for yahoo source.
|
@@ -950,7 +950,7 @@ module Intrinio
|
|
950
950
|
# @option opts [String] :sentiment Filter by sentiment. Unsupported for yahoo source.
|
951
951
|
# @option opts [String] :topic Filter by topic. Unsupported for yahoo source.
|
952
952
|
# @option opts [String] :security Filter by `security` identifier (ticker, figi, isin, cusip, Intrinio ID). Unsupported for yahoo source.
|
953
|
-
# @option opts [Date] :start_date Limit news stories to those on or after this date
|
953
|
+
# @option opts [Date] :start_date Limit news stories to those on or after this date. Defaults to yesterday if unspecified.
|
954
954
|
# @option opts [Date] :end_date Limit news stories to those on or before this date
|
955
955
|
# @option opts [String] :language Filter by language. Unsupported for yahoo source.
|
956
956
|
# @option opts [Integer] :word_count_greater_than News stories will have a word count greater than this value. Unsupported for yahoo source.
|
@@ -1022,6 +1022,76 @@ module Intrinio
|
|
1022
1022
|
return data, status_code, headers
|
1023
1023
|
end
|
1024
1024
|
|
1025
|
+
# The body of a news article
|
1026
|
+
# Returns the news article body.
|
1027
|
+
# @param news_story_id The identifier of the news story.
|
1028
|
+
# @param publication_date The DateTime of the story.
|
1029
|
+
# @param [Hash] opts the optional parameters
|
1030
|
+
# @option opts [String] :specific_source Only news from this source. Defaults to highest available if not present.
|
1031
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
1032
|
+
# @return [ApiResponseCompanyNewsBody]
|
1033
|
+
def get_company_news_body(news_story_id, publication_date, opts = {})
|
1034
|
+
data, _status_code, _headers = get_company_news_body_with_http_info(news_story_id, publication_date, opts)
|
1035
|
+
return data
|
1036
|
+
end
|
1037
|
+
|
1038
|
+
# The body of a news article
|
1039
|
+
# Returns the news article body.
|
1040
|
+
# @param news_story_id The identifier of the news story.
|
1041
|
+
# @param publication_date The DateTime of the story.
|
1042
|
+
# @param [Hash] opts the optional parameters
|
1043
|
+
# @option opts [String] :specific_source Only news from this source. Defaults to highest available if not present.
|
1044
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
1045
|
+
# @return [Array<(ApiResponseCompanyNewsBody, Fixnum, Hash)>] ApiResponseCompanyNewsBody data, response status code and response headers
|
1046
|
+
def get_company_news_body_with_http_info(news_story_id, publication_date, opts = {})
|
1047
|
+
if @api_client.config.debugging
|
1048
|
+
@api_client.config.logger.debug "Calling API: CompanyApi.get_company_news_body ..."
|
1049
|
+
end
|
1050
|
+
# verify the required parameter 'news_story_id' is set
|
1051
|
+
if @api_client.config.client_side_validation && news_story_id.nil?
|
1052
|
+
fail ArgumentError, "Missing the required parameter 'news_story_id' when calling CompanyApi.get_company_news_body"
|
1053
|
+
end
|
1054
|
+
# verify the required parameter 'publication_date' is set
|
1055
|
+
if @api_client.config.client_side_validation && publication_date.nil?
|
1056
|
+
fail ArgumentError, "Missing the required parameter 'publication_date' when calling CompanyApi.get_company_news_body"
|
1057
|
+
end
|
1058
|
+
if @api_client.config.client_side_validation && opts[:'specific_source'] && !['yahoo', 'moody', 'moody_us_news', 'moody_us_press_releases'].include?(opts[:'specific_source'])
|
1059
|
+
fail ArgumentError, 'invalid value for "specific_source", must be one of yahoo, moody, moody_us_news, moody_us_press_releases'
|
1060
|
+
end
|
1061
|
+
# resource path
|
1062
|
+
local_var_path = "/companies/news/body"
|
1063
|
+
|
1064
|
+
# query parameters
|
1065
|
+
query_params = {}
|
1066
|
+
query_params[:'news_story_id'] = news_story_id
|
1067
|
+
query_params[:'publication_date'] = publication_date
|
1068
|
+
query_params[:'specific_source'] = opts[:'specific_source'] if !opts[:'specific_source'].nil?
|
1069
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
1070
|
+
|
1071
|
+
# header parameters
|
1072
|
+
header_params = {}
|
1073
|
+
# HTTP header 'Accept' (if needed)
|
1074
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1075
|
+
|
1076
|
+
# form parameters
|
1077
|
+
form_params = {}
|
1078
|
+
|
1079
|
+
# http body (model)
|
1080
|
+
post_body = nil
|
1081
|
+
auth_names = ['ApiKeyAuth']
|
1082
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1083
|
+
:header_params => header_params,
|
1084
|
+
:query_params => query_params,
|
1085
|
+
:form_params => form_params,
|
1086
|
+
:body => post_body,
|
1087
|
+
:auth_names => auth_names,
|
1088
|
+
:return_type => 'ApiResponseCompanyNewsBody')
|
1089
|
+
if @api_client.config.debugging
|
1090
|
+
@api_client.config.logger.debug "API called: CompanyApi#get_company_news_body\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1091
|
+
end
|
1092
|
+
return data, status_code, headers
|
1093
|
+
end
|
1094
|
+
|
1025
1095
|
# Get Company's public float
|
1026
1096
|
# Returns a list of public float data tied to a given company identifier.
|
1027
1097
|
# @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.63.1
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.63.1
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.63.1
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.63.1
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|