intrinio-sdk 6.35.0 → 6.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +13 -5
- data/docs/ApiResponseIndexIntervals.md +24 -0
- data/docs/ApiResponseOptionsGreekContractRealtime.md +28 -0
- data/docs/{ApiResponseSecurityIntradayPrices.md → ApiResponseOptionsGreeksByTickerRealtime.md} +6 -6
- data/docs/ApiResponseOptionsImpliedMove.md +29 -0
- data/docs/Fundamental.md +1 -0
- data/docs/FundamentalSummary.md +2 -0
- data/docs/IndexApi.md +96 -0
- data/docs/IndexInterval.md +28 -0
- data/docs/OptionImpliedMoveData.md +21 -0
- data/docs/OptionSyntheticGreeksRealtime.md +25 -0
- data/docs/OptionsApi.md +282 -3
- data/docs/SecurityApi.md +46 -141
- data/docs/TechnicalApi.md +43 -43
- 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 +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/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 +88 -3
- 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 +248 -5
- data/lib/intrinio-sdk/api/owners_api.rb +1 -1
- data/lib/intrinio-sdk/api/security_api.rb +91 -172
- data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
- data/lib/intrinio-sdk/api/technical_api.rb +87 -87
- 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 +1 -1
- 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_index_constituents.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_index_intervals.rb +201 -0
- 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_greek_contract_realtime.rb +209 -0
- data/lib/intrinio-sdk/models/{api_response_security_intraday_prices.rb → api_response_options_greeks_by_ticker_realtime.rb} +29 -60
- data/lib/intrinio-sdk/models/api_response_options_implied_move.rb +251 -0
- 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_eod.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_prices_by_ticker_realtime.rb +1 -1
- 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_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_quote.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_betas.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_movers.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_quote.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/beta.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 +1 -1
- data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
- 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 +12 -2
- data/lib/intrinio-sdk/models/fundamental_summary.rb +25 -5
- 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/index_interval.rb +302 -0
- 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/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 +1 -1
- data/lib/intrinio-sdk/models/option_implied_move_data.rb +199 -0
- 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/{intraday_stock_price.rb → option_synthetic_greeks_realtime.rb} +46 -66
- data/lib/intrinio-sdk/models/option_trades.rb +1 -1
- data/lib/intrinio-sdk/models/option_trades_result.rb +1 -1
- data/lib/intrinio-sdk/models/option_unusual_trade.rb +1 -1
- data/lib/intrinio-sdk/models/options_aggregate.rb +1 -1
- data/lib/intrinio-sdk/models/options_price_eod.rb +1 -1
- 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_exchange_mover.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 +8 -3
- 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/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 +21 -2
- 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 +57 -3
- data/spec/api/owners_api_spec.rb +1 -1
- data/spec/api/security_api_spec.rb +46 -65
- data/spec/api/stock_exchange_api_spec.rb +1 -1
- data/spec/api/technical_api_spec.rb +44 -44
- 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 +1 -1
- 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_constituents_spec.rb +1 -1
- data/spec/models/api_response_index_intervals_spec.rb +48 -0
- 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_greek_contract_realtime_spec.rb +54 -0
- data/spec/models/{api_response_security_intraday_prices_spec.rb → api_response_options_greeks_by_ticker_realtime_spec.rb} +11 -15
- data/spec/models/{intraday_stock_price_spec.rb → api_response_options_implied_move_spec.rb} +14 -20
- 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_eod_spec.rb +1 -1
- data/spec/models/api_response_options_prices_by_ticker_realtime_spec.rb +1 -1
- 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_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_quote_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_betas_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_movers_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_quote_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/beta_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 -1
- data/spec/models/company_news_summary_spec.rb +1 -1
- 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 +7 -1
- data/spec/models/fundamental_summary_spec.rb +13 -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/index_interval_spec.rb +94 -0
- 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/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_implied_move_data_spec.rb +48 -0
- 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_synthetic_greeks_realtime_spec.rb +72 -0
- data/spec/models/option_trades_result_spec.rb +1 -1
- data/spec/models/option_trades_spec.rb +1 -1
- data/spec/models/option_unusual_trade_spec.rb +1 -1
- data/spec/models/options_aggregate_spec.rb +1 -1
- data/spec/models/options_price_eod_spec.rb +1 -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_mover_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 +30 -10
- data/docs/IntradayStockPrice.md +0 -27
@@ -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.100.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -722,7 +722,7 @@ module Intrinio
|
|
722
722
|
# Interval Stock Prices for Security
|
723
723
|
# Return open, close, high, low, volume, average price, and change ratio for a particular interval for the Security with the given `identifier`
|
724
724
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
725
|
-
# @param interval_size The interval
|
725
|
+
# @param interval_size The interval size to return in minutes (m) or hour (h).
|
726
726
|
# @param [Hash] opts the optional parameters
|
727
727
|
# @option opts [String] :source Return intervals from the specified data source
|
728
728
|
# @option opts [Date] :start_date Return intervals starting at the specified date
|
@@ -730,7 +730,7 @@ module Intrinio
|
|
730
730
|
# @option opts [Date] :end_date Return intervals stopping at the specified date
|
731
731
|
# @option opts [String] :end_time Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format)
|
732
732
|
# @option opts [String] :timezone Interprets the input times in this time zone, as well as returns times in this timezone. (default to UTC)
|
733
|
-
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
733
|
+
# @option opts [Integer] :page_size The number of results to return per page. (default to 100)
|
734
734
|
# @option opts [BOOLEAN] :split_adjusted Whether to return the values adjusted for splits or not. Default is false. (default to false)
|
735
735
|
# @option opts [BOOLEAN] :include_quote_only_bars If true, also include bars where no trades occurred but quotes did. (default to false)
|
736
736
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
@@ -743,7 +743,7 @@ module Intrinio
|
|
743
743
|
# Interval Stock Prices for Security
|
744
744
|
# Return open, close, high, low, volume, average price, and change ratio for a particular interval for the Security with the given `identifier`
|
745
745
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
746
|
-
# @param interval_size The interval
|
746
|
+
# @param interval_size The interval size to return in minutes (m) or hour (h).
|
747
747
|
# @param [Hash] opts the optional parameters
|
748
748
|
# @option opts [String] :source Return intervals from the specified data source
|
749
749
|
# @option opts [Date] :start_date Return intervals starting at the specified date
|
@@ -751,7 +751,7 @@ module Intrinio
|
|
751
751
|
# @option opts [Date] :end_date Return intervals stopping at the specified date
|
752
752
|
# @option opts [String] :end_time Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format)
|
753
753
|
# @option opts [String] :timezone Interprets the input times in this time zone, as well as returns times in this timezone.
|
754
|
-
# @option opts [Integer] :page_size The number of results to return
|
754
|
+
# @option opts [Integer] :page_size The number of results to return per page.
|
755
755
|
# @option opts [BOOLEAN] :split_adjusted Whether to return the values adjusted for splits or not. Default is false.
|
756
756
|
# @option opts [BOOLEAN] :include_quote_only_bars If true, also include bars where no trades occurred but quotes did.
|
757
757
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
@@ -819,87 +819,6 @@ module Intrinio
|
|
819
819
|
return data, status_code, headers
|
820
820
|
end
|
821
821
|
|
822
|
-
# Intraday Stock Prices for Security
|
823
|
-
# Deprecated. Return intraday stock prices for the Security with the given `identifier`
|
824
|
-
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
825
|
-
# @param [Hash] opts the optional parameters
|
826
|
-
# @option opts [String] :source Return intraday prices from the specified data source
|
827
|
-
# @option opts [Date] :start_date Return intraday prices starting at the specified date
|
828
|
-
# @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)
|
829
|
-
# @option opts [Date] :end_date Return intraday prices stopping at the specified date
|
830
|
-
# @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)
|
831
|
-
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
832
|
-
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
833
|
-
# @return [ApiResponseSecurityIntradayPrices]
|
834
|
-
def get_security_intraday_prices(identifier, opts = {})
|
835
|
-
data, _status_code, _headers = get_security_intraday_prices_with_http_info(identifier, opts)
|
836
|
-
return data
|
837
|
-
end
|
838
|
-
|
839
|
-
# Intraday Stock Prices for Security
|
840
|
-
# Deprecated. Return intraday stock prices for the Security with the given `identifier`
|
841
|
-
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
842
|
-
# @param [Hash] opts the optional parameters
|
843
|
-
# @option opts [String] :source Return intraday prices from the specified data source
|
844
|
-
# @option opts [Date] :start_date Return intraday prices starting at the specified date
|
845
|
-
# @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)
|
846
|
-
# @option opts [Date] :end_date Return intraday prices stopping at the specified date
|
847
|
-
# @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)
|
848
|
-
# @option opts [Integer] :page_size The number of results to return
|
849
|
-
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
850
|
-
# @return [Array<(ApiResponseSecurityIntradayPrices, Fixnum, Hash)>] ApiResponseSecurityIntradayPrices data, response status code and response headers
|
851
|
-
def get_security_intraday_prices_with_http_info(identifier, opts = {})
|
852
|
-
if @api_client.config.debugging
|
853
|
-
@api_client.config.logger.debug "Calling API: SecurityApi.get_security_intraday_prices ..."
|
854
|
-
end
|
855
|
-
# verify the required parameter 'identifier' is set
|
856
|
-
if @api_client.config.client_side_validation && identifier.nil?
|
857
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling SecurityApi.get_security_intraday_prices"
|
858
|
-
end
|
859
|
-
if @api_client.config.client_side_validation && opts[:'source'] && !['iex', 'bats'].include?(opts[:'source'])
|
860
|
-
fail ArgumentError, 'invalid value for "source", must be one of iex, bats'
|
861
|
-
end
|
862
|
-
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
863
|
-
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling SecurityApi.get_security_intraday_prices, must be smaller than or equal to 10000.'
|
864
|
-
end
|
865
|
-
|
866
|
-
# resource path
|
867
|
-
local_var_path = "/securities/{identifier}/prices/intraday".sub('{' + 'identifier' + '}', identifier.to_s)
|
868
|
-
|
869
|
-
# query parameters
|
870
|
-
query_params = {}
|
871
|
-
query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
|
872
|
-
query_params[:'start_date'] = opts[:'start_date'] if !opts[:'start_date'].nil?
|
873
|
-
query_params[:'start_time'] = opts[:'start_time'] if !opts[:'start_time'].nil?
|
874
|
-
query_params[:'end_date'] = opts[:'end_date'] if !opts[:'end_date'].nil?
|
875
|
-
query_params[:'end_time'] = opts[:'end_time'] if !opts[:'end_time'].nil?
|
876
|
-
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
877
|
-
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
878
|
-
|
879
|
-
# header parameters
|
880
|
-
header_params = {}
|
881
|
-
# HTTP header 'Accept' (if needed)
|
882
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
883
|
-
|
884
|
-
# form parameters
|
885
|
-
form_params = {}
|
886
|
-
|
887
|
-
# http body (model)
|
888
|
-
post_body = nil
|
889
|
-
auth_names = ['ApiKeyAuth']
|
890
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
891
|
-
:header_params => header_params,
|
892
|
-
:query_params => query_params,
|
893
|
-
:form_params => form_params,
|
894
|
-
:body => post_body,
|
895
|
-
:auth_names => auth_names,
|
896
|
-
:return_type => 'ApiResponseSecurityIntradayPrices')
|
897
|
-
if @api_client.config.debugging
|
898
|
-
@api_client.config.logger.debug "API called: SecurityApi#get_security_intraday_prices\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
899
|
-
end
|
900
|
-
return data, status_code, headers
|
901
|
-
end
|
902
|
-
|
903
822
|
# Latest Dividend Record for Security
|
904
823
|
# Returns the latest available dividend information for the Security with the given `identifier`
|
905
824
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
@@ -1079,7 +998,7 @@ module Intrinio
|
|
1079
998
|
# Average Daily Trading Volume is the average number of shares traded over a given period, usually between 20 to 30 trading days.
|
1080
999
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1081
1000
|
# @param [Hash] opts the optional parameters
|
1082
|
-
# @option opts [Integer] :period The number of observations
|
1001
|
+
# @option opts [Integer] :period The number of observations to calculate Average Daily Trading Volume (default to 22)
|
1083
1002
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1084
1003
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1085
1004
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1094,7 +1013,7 @@ module Intrinio
|
|
1094
1013
|
# Average Daily Trading Volume is the average number of shares traded over a given period, usually between 20 to 30 trading days.
|
1095
1014
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1096
1015
|
# @param [Hash] opts the optional parameters
|
1097
|
-
# @option opts [Integer] :period The number of observations
|
1016
|
+
# @option opts [Integer] :period The number of observations to calculate Average Daily Trading Volume
|
1098
1017
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1099
1018
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1100
1019
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1155,7 +1074,7 @@ module Intrinio
|
|
1155
1074
|
# The Average Directional Index indicator is often used to identify decreasing or increasing price momentum for an underlying security, it is composed of a total of three indicators, the current trendline (adx), a positive directional indicator (di_pos), and a negative directional indicator (di_neg).
|
1156
1075
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1157
1076
|
# @param [Hash] opts the optional parameters
|
1158
|
-
# @option opts [Integer] :period The number of observations
|
1077
|
+
# @option opts [Integer] :period The number of observations to calculate Average Directional Index (default to 14)
|
1159
1078
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1160
1079
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1161
1080
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1170,7 +1089,7 @@ module Intrinio
|
|
1170
1089
|
# The Average Directional Index indicator is often used to identify decreasing or increasing price momentum for an underlying security, it is composed of a total of three indicators, the current trendline (adx), a positive directional indicator (di_pos), and a negative directional indicator (di_neg).
|
1171
1090
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1172
1091
|
# @param [Hash] opts the optional parameters
|
1173
|
-
# @option opts [Integer] :period The number of observations
|
1092
|
+
# @option opts [Integer] :period The number of observations to calculate Average Directional Index
|
1174
1093
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1175
1094
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1176
1095
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1231,8 +1150,8 @@ module Intrinio
|
|
1231
1150
|
# The Awesome Oscillator (ao) is a momentum indicator and is calculated by taking the difference between the latest 5 period simple moving average and the 34 period simple moving average. Rather than using the closing price like other indicators, the Awesome Oscillator uses the latest period`s midpoint value (period_high - period_low / 2). The Awesome Oscillator is useful in identifying and trading, zero-line crossovers, twin-peaks trading, and bullish/bearish saucers - Awesome Oscillator is often aggregated with additional technical indicators.
|
1232
1151
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1233
1152
|
# @param [Hash] opts the optional parameters
|
1234
|
-
# @option opts [Integer] :short_period The number of observations
|
1235
|
-
# @option opts [Integer] :long_period The number of observations
|
1153
|
+
# @option opts [Integer] :short_period The number of observations to calculate short period Simple Moving Average of the Awesome Oscillator (default to 5)
|
1154
|
+
# @option opts [Integer] :long_period The number of observations to calculate long period Simple Moving Average of the Awesome Oscillator (default to 34)
|
1236
1155
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1237
1156
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1238
1157
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1247,8 +1166,8 @@ module Intrinio
|
|
1247
1166
|
# The Awesome Oscillator (ao) is a momentum indicator and is calculated by taking the difference between the latest 5 period simple moving average and the 34 period simple moving average. Rather than using the closing price like other indicators, the Awesome Oscillator uses the latest period`s midpoint value (period_high - period_low / 2). The Awesome Oscillator is useful in identifying and trading, zero-line crossovers, twin-peaks trading, and bullish/bearish saucers - Awesome Oscillator is often aggregated with additional technical indicators.
|
1248
1167
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1249
1168
|
# @param [Hash] opts the optional parameters
|
1250
|
-
# @option opts [Integer] :short_period The number of observations
|
1251
|
-
# @option opts [Integer] :long_period The number of observations
|
1169
|
+
# @option opts [Integer] :short_period The number of observations to calculate short period Simple Moving Average of the Awesome Oscillator
|
1170
|
+
# @option opts [Integer] :long_period The number of observations to calculate long period Simple Moving Average of the Awesome Oscillator
|
1252
1171
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1253
1172
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1254
1173
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1310,7 +1229,7 @@ module Intrinio
|
|
1310
1229
|
# The Average True Range (ATR) is a non-directional market volatility indicator often used to generate stop-out or entry indications. An increasing or expanding ATR typically indicates higher volatility, and a decreasing ATR indicates sideways price action and lower volatility.
|
1311
1230
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1312
1231
|
# @param [Hash] opts the optional parameters
|
1313
|
-
# @option opts [Integer] :period The number of observations
|
1232
|
+
# @option opts [Integer] :period The number of observations to calculate Average True Range (default to 14)
|
1314
1233
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1315
1234
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1316
1235
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1325,7 +1244,7 @@ module Intrinio
|
|
1325
1244
|
# The Average True Range (ATR) is a non-directional market volatility indicator often used to generate stop-out or entry indications. An increasing or expanding ATR typically indicates higher volatility, and a decreasing ATR indicates sideways price action and lower volatility.
|
1326
1245
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1327
1246
|
# @param [Hash] opts the optional parameters
|
1328
|
-
# @option opts [Integer] :period The number of observations
|
1247
|
+
# @option opts [Integer] :period The number of observations to calculate Average True Range
|
1329
1248
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1330
1249
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1331
1250
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1386,7 +1305,7 @@ module Intrinio
|
|
1386
1305
|
# Bollinger Bands can be a useful technical analysis tool for generating oversold or overbought indicators. Bollinger Bands are composed of three lines, a simple moving average (middle band) and an upper and lower band – the upper and lower bands are typically 2 standard deviations +/- from a 20-day simple moving average, but can be modified. Traders typically consider an underlying security to be overbought as the underlying`s price moves towards the upper band and oversold as the underlying price moves towards the lower band.
|
1387
1306
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1388
1307
|
# @param [Hash] opts the optional parameters
|
1389
|
-
# @option opts [Integer] :period The number of observations
|
1308
|
+
# @option opts [Integer] :period The number of observations to calculate Bollinger Bands (default to 20)
|
1390
1309
|
# @option opts [Float] :standard_deviations The number of standard deviations to calculate the upper and lower bands of the Bollinger Bands (default to 2.0)
|
1391
1310
|
# @option opts [String] :price_key The Stock Price field to use when calculating Bollinger Bands (default to close)
|
1392
1311
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
@@ -1403,7 +1322,7 @@ module Intrinio
|
|
1403
1322
|
# Bollinger Bands can be a useful technical analysis tool for generating oversold or overbought indicators. Bollinger Bands are composed of three lines, a simple moving average (middle band) and an upper and lower band – the upper and lower bands are typically 2 standard deviations +/- from a 20-day simple moving average, but can be modified. Traders typically consider an underlying security to be overbought as the underlying`s price moves towards the upper band and oversold as the underlying price moves towards the lower band.
|
1404
1323
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1405
1324
|
# @param [Hash] opts the optional parameters
|
1406
|
-
# @option opts [Integer] :period The number of observations
|
1325
|
+
# @option opts [Integer] :period The number of observations to calculate Bollinger Bands
|
1407
1326
|
# @option opts [Float] :standard_deviations The number of standard deviations to calculate the upper and lower bands of the Bollinger Bands
|
1408
1327
|
# @option opts [String] :price_key The Stock Price field to use when calculating Bollinger Bands
|
1409
1328
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
@@ -1471,8 +1390,8 @@ module Intrinio
|
|
1471
1390
|
# The Commodity Channel Index (CCI) is a technical indicator used to generate buy and sell signals by indicating periods of strength and weakness in the market. CCI signals that fall below -100 are often perceived as weakness in the underlying price movement and CCI signals that rise above 100 indicate strength behind the underlying price movement.
|
1472
1391
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1473
1392
|
# @param [Hash] opts the optional parameters
|
1474
|
-
# @option opts [Integer] :period The number of observations
|
1475
|
-
# @option opts [Float] :constant The number of observations
|
1393
|
+
# @option opts [Integer] :period The number of observations to calculate Commodity Channel Index (default to 20)
|
1394
|
+
# @option opts [Float] :constant The number of observations to calculate Commodity Channel Index (default to 0.015)
|
1476
1395
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1477
1396
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1478
1397
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1487,8 +1406,8 @@ module Intrinio
|
|
1487
1406
|
# The Commodity Channel Index (CCI) is a technical indicator used to generate buy and sell signals by indicating periods of strength and weakness in the market. CCI signals that fall below -100 are often perceived as weakness in the underlying price movement and CCI signals that rise above 100 indicate strength behind the underlying price movement.
|
1488
1407
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1489
1408
|
# @param [Hash] opts the optional parameters
|
1490
|
-
# @option opts [Integer] :period The number of observations
|
1491
|
-
# @option opts [Float] :constant The number of observations
|
1409
|
+
# @option opts [Integer] :period The number of observations to calculate Commodity Channel Index
|
1410
|
+
# @option opts [Float] :constant The number of observations to calculate Commodity Channel Index
|
1492
1411
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1493
1412
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1494
1413
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1550,7 +1469,7 @@ module Intrinio
|
|
1550
1469
|
# The Chaikin Money Flow (CMF) utilizes exponential moving averages as an indicator to monitor the flow of money and momentum. The CMF indicator oscillates around a midrange 0-line and ranges between 100 and -100.
|
1551
1470
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1552
1471
|
# @param [Hash] opts the optional parameters
|
1553
|
-
# @option opts [Integer] :period The number of observations
|
1472
|
+
# @option opts [Integer] :period The number of observations to calculate Chaikin Money Flow (default to 20)
|
1554
1473
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1555
1474
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1556
1475
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1565,7 +1484,7 @@ module Intrinio
|
|
1565
1484
|
# The Chaikin Money Flow (CMF) utilizes exponential moving averages as an indicator to monitor the flow of money and momentum. The CMF indicator oscillates around a midrange 0-line and ranges between 100 and -100.
|
1566
1485
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1567
1486
|
# @param [Hash] opts the optional parameters
|
1568
|
-
# @option opts [Integer] :period The number of observations
|
1487
|
+
# @option opts [Integer] :period The number of observations to calculate Chaikin Money Flow
|
1569
1488
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1570
1489
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1571
1490
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1626,7 +1545,7 @@ module Intrinio
|
|
1626
1545
|
# The Donchian Channel consists of an Upper Bound (upper_bound) and Lower Bound (lower_bound) that track the recent highs and lows and is often used to signal entry and exit points for a position. As the price of the underlying symbol increases the Upper Bound raises, if the price becomes range bound the Upper Bound will remain flat and if the price begins to decrease, the Upper Bound will fall (and vice-versa for the Lower Bound).
|
1627
1546
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1628
1547
|
# @param [Hash] opts the optional parameters
|
1629
|
-
# @option opts [Integer] :period The number of observations
|
1548
|
+
# @option opts [Integer] :period The number of observations to calculate Donchian Channel (default to 20)
|
1630
1549
|
# @option opts [String] :price_key The Stock Price field to use when calculating Donchian Channel (default to close)
|
1631
1550
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1632
1551
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1642,7 +1561,7 @@ module Intrinio
|
|
1642
1561
|
# The Donchian Channel consists of an Upper Bound (upper_bound) and Lower Bound (lower_bound) that track the recent highs and lows and is often used to signal entry and exit points for a position. As the price of the underlying symbol increases the Upper Bound raises, if the price becomes range bound the Upper Bound will remain flat and if the price begins to decrease, the Upper Bound will fall (and vice-versa for the Lower Bound).
|
1643
1562
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1644
1563
|
# @param [Hash] opts the optional parameters
|
1645
|
-
# @option opts [Integer] :period The number of observations
|
1564
|
+
# @option opts [Integer] :period The number of observations to calculate Donchian Channel
|
1646
1565
|
# @option opts [String] :price_key The Stock Price field to use when calculating Donchian Channel
|
1647
1566
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1648
1567
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1708,7 +1627,7 @@ module Intrinio
|
|
1708
1627
|
# The Detrended Price Oscillator (DPO) signals the peaks and troughs of the underlying symbol’s price for a set period of time and is often used by traders to estimate future peaks and troughs using this as guidance to enter or exit a position.
|
1709
1628
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1710
1629
|
# @param [Hash] opts the optional parameters
|
1711
|
-
# @option opts [Integer] :period The number of observations
|
1630
|
+
# @option opts [Integer] :period The number of observations to calculate Detrended Price Oscillator (default to 20)
|
1712
1631
|
# @option opts [String] :price_key The Stock Price field to use when calculating Detrended Price Oscillator (default to close)
|
1713
1632
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1714
1633
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1724,7 +1643,7 @@ module Intrinio
|
|
1724
1643
|
# The Detrended Price Oscillator (DPO) signals the peaks and troughs of the underlying symbol’s price for a set period of time and is often used by traders to estimate future peaks and troughs using this as guidance to enter or exit a position.
|
1725
1644
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1726
1645
|
# @param [Hash] opts the optional parameters
|
1727
|
-
# @option opts [Integer] :period The number of observations
|
1646
|
+
# @option opts [Integer] :period The number of observations to calculate Detrended Price Oscillator
|
1728
1647
|
# @option opts [String] :price_key The Stock Price field to use when calculating Detrended Price Oscillator
|
1729
1648
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1730
1649
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1786,7 +1705,7 @@ module Intrinio
|
|
1786
1705
|
# The Ease of Movement (EOM) is a volume based oscillator that fluctuates around a midrange 0-line into positive and negative values. Positive values indicate that the underlying symbol`s price is rising with relative ease and negative value indicates the underlying symbol`s price is failing with relative ease.
|
1787
1706
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1788
1707
|
# @param [Hash] opts the optional parameters
|
1789
|
-
# @option opts [Integer] :period The number of observations
|
1708
|
+
# @option opts [Integer] :period The number of observations to calculate Ease of Movement (default to 20)
|
1790
1709
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1791
1710
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1792
1711
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1801,7 +1720,7 @@ module Intrinio
|
|
1801
1720
|
# The Ease of Movement (EOM) is a volume based oscillator that fluctuates around a midrange 0-line into positive and negative values. Positive values indicate that the underlying symbol`s price is rising with relative ease and negative value indicates the underlying symbol`s price is failing with relative ease.
|
1802
1721
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1803
1722
|
# @param [Hash] opts the optional parameters
|
1804
|
-
# @option opts [Integer] :period The number of observations
|
1723
|
+
# @option opts [Integer] :period The number of observations to calculate Ease of Movement
|
1805
1724
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1806
1725
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1807
1726
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1931,9 +1850,9 @@ module Intrinio
|
|
1931
1850
|
# The Ichimoku Kinko Hyo was designed to be an all-in-one trading indicator that could help traders determine momentum, support, and resistance.
|
1932
1851
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1933
1852
|
# @param [Hash] opts the optional parameters
|
1934
|
-
# @option opts [Integer] :low_period The number of observations
|
1935
|
-
# @option opts [Integer] :medium_period The number of observations
|
1936
|
-
# @option opts [Integer] :high_period The number of observations
|
1853
|
+
# @option opts [Integer] :low_period The number of observations to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo (default to 9)
|
1854
|
+
# @option opts [Integer] :medium_period The number of observations to calculate Kijun Sen (Base Line), Senkou Span A (Leading Span A), and Chikou Span (Lagging Span) of Ichimoku Kinko Hyo (default to 26)
|
1855
|
+
# @option opts [Integer] :high_period The number of observations to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo (default to 52)
|
1937
1856
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1938
1857
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1939
1858
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1948,9 +1867,9 @@ module Intrinio
|
|
1948
1867
|
# The Ichimoku Kinko Hyo was designed to be an all-in-one trading indicator that could help traders determine momentum, support, and resistance.
|
1949
1868
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1950
1869
|
# @param [Hash] opts the optional parameters
|
1951
|
-
# @option opts [Integer] :low_period The number of observations
|
1952
|
-
# @option opts [Integer] :medium_period The number of observations
|
1953
|
-
# @option opts [Integer] :high_period The number of observations
|
1870
|
+
# @option opts [Integer] :low_period The number of observations to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo
|
1871
|
+
# @option opts [Integer] :medium_period The number of observations to calculate Kijun Sen (Base Line), Senkou Span A (Leading Span A), and Chikou Span (Lagging Span) of Ichimoku Kinko Hyo
|
1872
|
+
# @option opts [Integer] :high_period The number of observations to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo
|
1954
1873
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1955
1874
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1956
1875
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -2017,7 +1936,7 @@ module Intrinio
|
|
2017
1936
|
# The Keltner Channel is a volatility based signal, with upper, middle, and lower bands. It is often used at market open, when the largest moves tend to occur. In general, traders tend to buy if the price breaks up above the upper band or sell short if the price drops below the lower band.
|
2018
1937
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2019
1938
|
# @param [Hash] opts the optional parameters
|
2020
|
-
# @option opts [Integer] :period The number of observations
|
1939
|
+
# @option opts [Integer] :period The number of observations to calculate Kelter Channel (default to 10)
|
2021
1940
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2022
1941
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2023
1942
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -2032,7 +1951,7 @@ module Intrinio
|
|
2032
1951
|
# The Keltner Channel is a volatility based signal, with upper, middle, and lower bands. It is often used at market open, when the largest moves tend to occur. In general, traders tend to buy if the price breaks up above the upper band or sell short if the price drops below the lower band.
|
2033
1952
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2034
1953
|
# @param [Hash] opts the optional parameters
|
2035
|
-
# @option opts [Integer] :period The number of observations
|
1954
|
+
# @option opts [Integer] :period The number of observations to calculate Kelter Channel
|
2036
1955
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2037
1956
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2038
1957
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -2093,14 +2012,14 @@ module Intrinio
|
|
2093
2012
|
# The Know Sure Thing indicator (KST) is a momentum based oscillator that is calculated by measuring the momentum of four separate price cycles. KST fluctuates above and below a zero line and is used to identify overbought and oversold conditions, and is often used with additional indicators to boost signal strength.
|
2094
2013
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2095
2014
|
# @param [Hash] opts the optional parameters
|
2096
|
-
# @option opts [Integer] :roc1 The number of observations
|
2097
|
-
# @option opts [Integer] :roc2 The number of observations
|
2098
|
-
# @option opts [Integer] :roc3 The number of observations
|
2099
|
-
# @option opts [Integer] :roc4 The number of observations
|
2100
|
-
# @option opts [Integer] :sma1 The number of observations
|
2101
|
-
# @option opts [Integer] :sma2 The number of observations
|
2102
|
-
# @option opts [Integer] :sma3 The number of observations
|
2103
|
-
# @option opts [Integer] :sma4 The number of observations
|
2015
|
+
# @option opts [Integer] :roc1 The number of observations to calculate the rate-of-change for RCMA1 (default to 10)
|
2016
|
+
# @option opts [Integer] :roc2 The number of observations to calculate the rate-of-change for RCMA2 (default to 15)
|
2017
|
+
# @option opts [Integer] :roc3 The number of observations to calculate the rate-of-change for RCMA3 (default to 20)
|
2018
|
+
# @option opts [Integer] :roc4 The number of observations to calculate the rate-of-change for RCMA4 (default to 30)
|
2019
|
+
# @option opts [Integer] :sma1 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA1 (default to 10)
|
2020
|
+
# @option opts [Integer] :sma2 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA2 (default to 10)
|
2021
|
+
# @option opts [Integer] :sma3 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA3 (default to 10)
|
2022
|
+
# @option opts [Integer] :sma4 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA4 (default to 15)
|
2104
2023
|
# @option opts [String] :price_key The Stock Price field to use when calculating Know Sure Thing (default to close)
|
2105
2024
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2106
2025
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -2116,14 +2035,14 @@ module Intrinio
|
|
2116
2035
|
# The Know Sure Thing indicator (KST) is a momentum based oscillator that is calculated by measuring the momentum of four separate price cycles. KST fluctuates above and below a zero line and is used to identify overbought and oversold conditions, and is often used with additional indicators to boost signal strength.
|
2117
2036
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2118
2037
|
# @param [Hash] opts the optional parameters
|
2119
|
-
# @option opts [Integer] :roc1 The number of observations
|
2120
|
-
# @option opts [Integer] :roc2 The number of observations
|
2121
|
-
# @option opts [Integer] :roc3 The number of observations
|
2122
|
-
# @option opts [Integer] :roc4 The number of observations
|
2123
|
-
# @option opts [Integer] :sma1 The number of observations
|
2124
|
-
# @option opts [Integer] :sma2 The number of observations
|
2125
|
-
# @option opts [Integer] :sma3 The number of observations
|
2126
|
-
# @option opts [Integer] :sma4 The number of observations
|
2038
|
+
# @option opts [Integer] :roc1 The number of observations to calculate the rate-of-change for RCMA1
|
2039
|
+
# @option opts [Integer] :roc2 The number of observations to calculate the rate-of-change for RCMA2
|
2040
|
+
# @option opts [Integer] :roc3 The number of observations to calculate the rate-of-change for RCMA3
|
2041
|
+
# @option opts [Integer] :roc4 The number of observations to calculate the rate-of-change for RCMA4
|
2042
|
+
# @option opts [Integer] :sma1 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA1
|
2043
|
+
# @option opts [Integer] :sma2 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA2
|
2044
|
+
# @option opts [Integer] :sma3 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA3
|
2045
|
+
# @option opts [Integer] :sma4 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA4
|
2127
2046
|
# @option opts [String] :price_key The Stock Price field to use when calculating Know Sure Thing
|
2128
2047
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2129
2048
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -2200,9 +2119,9 @@ module Intrinio
|
|
2200
2119
|
# Moving average convergence divergence (MACD) is a trend-following momentum oscillator that consists of three indicators: (1) a 12 period short-term exponential moving average (EMA) a 26 period long-term EMA and a 9 period EMA signal line. Traders using MACD often look for signal line crossovers, centerline crossovers, and EMA divergences to indicate the momentum and underlying trend of a security`s price.
|
2201
2120
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2202
2121
|
# @param [Hash] opts the optional parameters
|
2203
|
-
# @option opts [Integer] :fast_period The number of observations
|
2204
|
-
# @option opts [Integer] :slow_period The number of observations
|
2205
|
-
# @option opts [Integer] :signal_period The number of observations
|
2122
|
+
# @option opts [Integer] :fast_period The number of observations to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence (default to 12)
|
2123
|
+
# @option opts [Integer] :slow_period The number of observations to calculate the slow moving Exponential Moving Average for Moving Average Convergence Divergence (default to 26)
|
2124
|
+
# @option opts [Integer] :signal_period The number of observations to calculate the signal line for Moving Average Convergence Divergence (default to 9)
|
2206
2125
|
# @option opts [String] :price_key The Stock Price field to use when calculating Moving Average Convergence Divergence (default to close)
|
2207
2126
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2208
2127
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -2218,9 +2137,9 @@ module Intrinio
|
|
2218
2137
|
# Moving average convergence divergence (MACD) is a trend-following momentum oscillator that consists of three indicators: (1) a 12 period short-term exponential moving average (EMA) a 26 period long-term EMA and a 9 period EMA signal line. Traders using MACD often look for signal line crossovers, centerline crossovers, and EMA divergences to indicate the momentum and underlying trend of a security`s price.
|
2219
2138
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2220
2139
|
# @param [Hash] opts the optional parameters
|
2221
|
-
# @option opts [Integer] :fast_period The number of observations
|
2222
|
-
# @option opts [Integer] :slow_period The number of observations
|
2223
|
-
# @option opts [Integer] :signal_period The number of observations
|
2140
|
+
# @option opts [Integer] :fast_period The number of observations to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence
|
2141
|
+
# @option opts [Integer] :slow_period The number of observations to calculate the slow moving Exponential Moving Average for Moving Average Convergence Divergence
|
2142
|
+
# @option opts [Integer] :signal_period The number of observations to calculate the signal line for Moving Average Convergence Divergence
|
2224
2143
|
# @option opts [String] :price_key The Stock Price field to use when calculating Moving Average Convergence Divergence
|
2225
2144
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2226
2145
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -2292,7 +2211,7 @@ module Intrinio
|
|
2292
2211
|
# The Money Flow Index (MFI) is a technical oscillator that incorporates both price and volume, moving between 0 and 100. Traders often consider a MFI above 80 as overbought conditions and below 20 as oversold conditions.
|
2293
2212
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2294
2213
|
# @param [Hash] opts the optional parameters
|
2295
|
-
# @option opts [Integer] :period The number of observations
|
2214
|
+
# @option opts [Integer] :period The number of observations to calculate Money Flow Index (default to 14)
|
2296
2215
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2297
2216
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2298
2217
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -2307,7 +2226,7 @@ module Intrinio
|
|
2307
2226
|
# The Money Flow Index (MFI) is a technical oscillator that incorporates both price and volume, moving between 0 and 100. Traders often consider a MFI above 80 as overbought conditions and below 20 as oversold conditions.
|
2308
2227
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2309
2228
|
# @param [Hash] opts the optional parameters
|
2310
|
-
# @option opts [Integer] :period The number of observations
|
2229
|
+
# @option opts [Integer] :period The number of observations to calculate Money Flow Index
|
2311
2230
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2312
2231
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2313
2232
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -2368,8 +2287,8 @@ module Intrinio
|
|
2368
2287
|
# The mass index (MI) is a technical indicator used by traders to predict trend reversals. A trend reversal signal is said to occur when the 25-day MI reaches 27.0 and then falls below 26.0.
|
2369
2288
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2370
2289
|
# @param [Hash] opts the optional parameters
|
2371
|
-
# @option opts [Integer] :ema_period The number of observations
|
2372
|
-
# @option opts [Integer] :sum_period The number of observations
|
2290
|
+
# @option opts [Integer] :ema_period The number of observations to calculate the single Exponential Moving Average and the Double Exponential Moving Average for Mass Index (default to 9)
|
2291
|
+
# @option opts [Integer] :sum_period The number of observations to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index (default to 25)
|
2373
2292
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2374
2293
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2375
2294
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -2384,8 +2303,8 @@ module Intrinio
|
|
2384
2303
|
# The mass index (MI) is a technical indicator used by traders to predict trend reversals. A trend reversal signal is said to occur when the 25-day MI reaches 27.0 and then falls below 26.0.
|
2385
2304
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2386
2305
|
# @param [Hash] opts the optional parameters
|
2387
|
-
# @option opts [Integer] :ema_period The number of observations
|
2388
|
-
# @option opts [Integer] :sum_period The number of observations
|
2306
|
+
# @option opts [Integer] :ema_period The number of observations to calculate the single Exponential Moving Average and the Double Exponential Moving Average for Mass Index
|
2307
|
+
# @option opts [Integer] :sum_period The number of observations to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index
|
2389
2308
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2390
2309
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2391
2310
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -2589,7 +2508,7 @@ module Intrinio
|
|
2589
2508
|
# On-balance volume mean (OBVM) is a leading momentum indicator that uses the increase/decrease flow in volume to predict upcoming stock price changes. The difference between OBV and OBVM is that OBVM takes the mean average of a provided period. When both OBVM and a security`s price are making higher highs, it is presumed the upward trend is likely to continue and vice versa.
|
2590
2509
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2591
2510
|
# @param [Hash] opts the optional parameters
|
2592
|
-
# @option opts [Integer] :period The number of observations
|
2511
|
+
# @option opts [Integer] :period The number of observations to calculate On-balance Volume Mean (default to 10)
|
2593
2512
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2594
2513
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2595
2514
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -2604,7 +2523,7 @@ module Intrinio
|
|
2604
2523
|
# On-balance volume mean (OBVM) is a leading momentum indicator that uses the increase/decrease flow in volume to predict upcoming stock price changes. The difference between OBV and OBVM is that OBVM takes the mean average of a provided period. When both OBVM and a security`s price are making higher highs, it is presumed the upward trend is likely to continue and vice versa.
|
2605
2524
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2606
2525
|
# @param [Hash] opts the optional parameters
|
2607
|
-
# @option opts [Integer] :period The number of observations
|
2526
|
+
# @option opts [Integer] :period The number of observations to calculate On-balance Volume Mean
|
2608
2527
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2609
2528
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2610
2529
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -2665,7 +2584,7 @@ module Intrinio
|
|
2665
2584
|
# Relative strength index (RSI) is a momentum oscillator that ranges between 0 and 100. Traders believe that an RSI value over 70 indicates that a security is overbought and an RSI under 30 indicates that a security is oversold.
|
2666
2585
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2667
2586
|
# @param [Hash] opts the optional parameters
|
2668
|
-
# @option opts [Integer] :period The number of observations
|
2587
|
+
# @option opts [Integer] :period The number of observations to calculate Relative Strength Index (default to 14)
|
2669
2588
|
# @option opts [String] :price_key The Stock Price field to use when calculating Relative Strength Index (default to close)
|
2670
2589
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2671
2590
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -2681,7 +2600,7 @@ module Intrinio
|
|
2681
2600
|
# Relative strength index (RSI) is a momentum oscillator that ranges between 0 and 100. Traders believe that an RSI value over 70 indicates that a security is overbought and an RSI under 30 indicates that a security is oversold.
|
2682
2601
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2683
2602
|
# @param [Hash] opts the optional parameters
|
2684
|
-
# @option opts [Integer] :period The number of observations
|
2603
|
+
# @option opts [Integer] :period The number of observations to calculate Relative Strength Index
|
2685
2604
|
# @option opts [String] :price_key The Stock Price field to use when calculating Relative Strength Index
|
2686
2605
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2687
2606
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -2747,7 +2666,7 @@ module Intrinio
|
|
2747
2666
|
# A simple moving average (SMA) adds recent prices for a specified period and divides the total by that same number of periods. SMA is typically used to indicate whether a security is in an uptrend or downtrend and can also be combined with a long-term moving average to improve the signal`s abilities.
|
2748
2667
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2749
2668
|
# @param [Hash] opts the optional parameters
|
2750
|
-
# @option opts [Integer] :period The number of observations
|
2669
|
+
# @option opts [Integer] :period The number of observations to calculate Simple Moving Average (default to 20)
|
2751
2670
|
# @option opts [String] :price_key The Stock Price field to use when calculating Simple Moving Average (default to close)
|
2752
2671
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2753
2672
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -2763,7 +2682,7 @@ module Intrinio
|
|
2763
2682
|
# A simple moving average (SMA) adds recent prices for a specified period and divides the total by that same number of periods. SMA is typically used to indicate whether a security is in an uptrend or downtrend and can also be combined with a long-term moving average to improve the signal`s abilities.
|
2764
2683
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2765
2684
|
# @param [Hash] opts the optional parameters
|
2766
|
-
# @option opts [Integer] :period The number of observations
|
2685
|
+
# @option opts [Integer] :period The number of observations to calculate Simple Moving Average
|
2767
2686
|
# @option opts [String] :price_key The Stock Price field to use when calculating Simple Moving Average
|
2768
2687
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2769
2688
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -2829,8 +2748,8 @@ module Intrinio
|
|
2829
2748
|
# The Stochastic Oscillator (SO) is a range-bound momentum indicator that ranges from 0 to 100 and follows the velocity of the momentum itself, not the underlying price or volume. When SO is above 80 it indicates that a security is trading at the high end of its period`s high-low range and vice versa if the reading is below 20.
|
2830
2749
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2831
2750
|
# @param [Hash] opts the optional parameters
|
2832
|
-
# @option opts [Integer] :period The number of observations
|
2833
|
-
# @option opts [Integer] :signal_period The number of observations
|
2751
|
+
# @option opts [Integer] :period The number of observations to calculate %K of Stochastic Oscillator (default to 14)
|
2752
|
+
# @option opts [Integer] :signal_period The number of observations to calculate the %D (the Simple Moving Average of %K) as a signal line for Stochastic Oscillator (default to 3)
|
2834
2753
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2835
2754
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2836
2755
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -2845,8 +2764,8 @@ module Intrinio
|
|
2845
2764
|
# The Stochastic Oscillator (SO) is a range-bound momentum indicator that ranges from 0 to 100 and follows the velocity of the momentum itself, not the underlying price or volume. When SO is above 80 it indicates that a security is trading at the high end of its period`s high-low range and vice versa if the reading is below 20.
|
2846
2765
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2847
2766
|
# @param [Hash] opts the optional parameters
|
2848
|
-
# @option opts [Integer] :period The number of observations
|
2849
|
-
# @option opts [Integer] :signal_period The number of observations
|
2767
|
+
# @option opts [Integer] :period The number of observations to calculate %K of Stochastic Oscillator
|
2768
|
+
# @option opts [Integer] :signal_period The number of observations to calculate the %D (the Simple Moving Average of %K) as a signal line for Stochastic Oscillator
|
2850
2769
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2851
2770
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2852
2771
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -2912,7 +2831,7 @@ module Intrinio
|
|
2912
2831
|
# The Triple Exponential Average (TEA) is a momentum indicator used to identify when a security is oversold and overbought. By exponentially smoothing out the underlying security`s moving average, the TEA filters out insignificant price movements. A positive TEA is often believed to indicate momentum is increasing and a negative TEA indicates that momentum is decreasing.
|
2913
2832
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2914
2833
|
# @param [Hash] opts the optional parameters
|
2915
|
-
# @option opts [Integer] :period The number of observations
|
2834
|
+
# @option opts [Integer] :period The number of observations to calculate Exponential Moving Average for Triple Exponential Average (default to 15)
|
2916
2835
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2917
2836
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2918
2837
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -2927,7 +2846,7 @@ module Intrinio
|
|
2927
2846
|
# The Triple Exponential Average (TEA) is a momentum indicator used to identify when a security is oversold and overbought. By exponentially smoothing out the underlying security`s moving average, the TEA filters out insignificant price movements. A positive TEA is often believed to indicate momentum is increasing and a negative TEA indicates that momentum is decreasing.
|
2928
2847
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2929
2848
|
# @param [Hash] opts the optional parameters
|
2930
|
-
# @option opts [Integer] :period The number of observations
|
2849
|
+
# @option opts [Integer] :period The number of observations to calculate Exponential Moving Average for Triple Exponential Average
|
2931
2850
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2932
2851
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2933
2852
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -2988,8 +2907,8 @@ module Intrinio
|
|
2988
2907
|
# The True Strength Index (TSI) is a momentum oscillator used to identify building trends and trend reversals, typically by signalling overbought and oversold conditions. TSI fluctuates between positive and negative values, and traders typically combine its signal with other momentum oscillators to increase its strength. When TSI crosses the signal line into positive territory it is presumed to be an entrance opportunity and vice versa when the TSI crosses into negative territory.
|
2989
2908
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2990
2909
|
# @param [Hash] opts the optional parameters
|
2991
|
-
# @option opts [Integer] :low_period The number of observations
|
2992
|
-
# @option opts [Integer] :high_period The number of observations
|
2910
|
+
# @option opts [Integer] :low_period The number of observations to calculate low period Exponential Moving Average for smoothing in True Strength Index (default to 13)
|
2911
|
+
# @option opts [Integer] :high_period The number of observations to calculate high period Exponential Moving Average for smoothing in True Strength Index (default to 25)
|
2993
2912
|
# @option opts [String] :price_key The Stock Price field to use when calculating True Strength Index (default to close)
|
2994
2913
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2995
2914
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -3005,8 +2924,8 @@ module Intrinio
|
|
3005
2924
|
# The True Strength Index (TSI) is a momentum oscillator used to identify building trends and trend reversals, typically by signalling overbought and oversold conditions. TSI fluctuates between positive and negative values, and traders typically combine its signal with other momentum oscillators to increase its strength. When TSI crosses the signal line into positive territory it is presumed to be an entrance opportunity and vice versa when the TSI crosses into negative territory.
|
3006
2925
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
3007
2926
|
# @param [Hash] opts the optional parameters
|
3008
|
-
# @option opts [Integer] :low_period The number of observations
|
3009
|
-
# @option opts [Integer] :high_period The number of observations
|
2927
|
+
# @option opts [Integer] :low_period The number of observations to calculate low period Exponential Moving Average for smoothing in True Strength Index
|
2928
|
+
# @option opts [Integer] :high_period The number of observations to calculate high period Exponential Moving Average for smoothing in True Strength Index
|
3010
2929
|
# @option opts [String] :price_key The Stock Price field to use when calculating True Strength Index
|
3011
2930
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
3012
2931
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -3077,9 +2996,9 @@ module Intrinio
|
|
3077
2996
|
# The Ultimate Oscillator (UO) is a range bound technical indicator that moves between 0 and 100 and is calculated with 3 timeframes, typically 7, 14, and 28 day periods. When UO`s value is above 70 a security is categorized as overbought and when UO`s value is below 30 a security is categorized as oversold.
|
3078
2997
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
3079
2998
|
# @param [Hash] opts the optional parameters
|
3080
|
-
# @option opts [Integer] :short_period The number of observations
|
3081
|
-
# @option opts [Integer] :medium_period The number of observations
|
3082
|
-
# @option opts [Integer] :long_period The number of observations
|
2999
|
+
# @option opts [Integer] :short_period The number of observations to calculate the short period for Ultimate Oscillator (default to 7)
|
3000
|
+
# @option opts [Integer] :medium_period The number of observations to calculate the medium period for Ultimate Oscillator (default to 14)
|
3001
|
+
# @option opts [Integer] :long_period The number of observations to calculate the long period for Ultimate Oscillator (default to 28)
|
3083
3002
|
# @option opts [Float] :short_weight The weight of short Buying Pressure average for Ultimate Oscillator (default to 4.0)
|
3084
3003
|
# @option opts [Float] :medium_weight The weight of medium Buying Pressure average for Ultimate Oscillator (default to 2.0)
|
3085
3004
|
# @option opts [Float] :long_weight The weight of long Buying Pressure average for Ultimate Oscillator (default to 1.0)
|
@@ -3097,9 +3016,9 @@ module Intrinio
|
|
3097
3016
|
# The Ultimate Oscillator (UO) is a range bound technical indicator that moves between 0 and 100 and is calculated with 3 timeframes, typically 7, 14, and 28 day periods. When UO`s value is above 70 a security is categorized as overbought and when UO`s value is below 30 a security is categorized as oversold.
|
3098
3017
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
3099
3018
|
# @param [Hash] opts the optional parameters
|
3100
|
-
# @option opts [Integer] :short_period The number of observations
|
3101
|
-
# @option opts [Integer] :medium_period The number of observations
|
3102
|
-
# @option opts [Integer] :long_period The number of observations
|
3019
|
+
# @option opts [Integer] :short_period The number of observations to calculate the short period for Ultimate Oscillator
|
3020
|
+
# @option opts [Integer] :medium_period The number of observations to calculate the medium period for Ultimate Oscillator
|
3021
|
+
# @option opts [Integer] :long_period The number of observations to calculate the long period for Ultimate Oscillator
|
3103
3022
|
# @option opts [Float] :short_weight The weight of short Buying Pressure average for Ultimate Oscillator
|
3104
3023
|
# @option opts [Float] :medium_weight The weight of medium Buying Pressure average for Ultimate Oscillator
|
3105
3024
|
# @option opts [Float] :long_weight The weight of long Buying Pressure average for Ultimate Oscillator
|
@@ -3168,7 +3087,7 @@ module Intrinio
|
|
3168
3087
|
# The Vortex Indicator (VI) is composed of an uptrend line (VI+) and a downtrend line (VI-). When VI+ crosses VI- from below it typically indicates an entry into a given security. When VI- crosses VI+ from below it typically triggers an exit and that the current trend is reversing course.
|
3169
3088
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
3170
3089
|
# @param [Hash] opts the optional parameters
|
3171
|
-
# @option opts [Integer] :period The number of observations
|
3090
|
+
# @option opts [Integer] :period The number of observations to calculate Vortex Indicator (default to 14)
|
3172
3091
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
3173
3092
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
3174
3093
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -3183,7 +3102,7 @@ module Intrinio
|
|
3183
3102
|
# The Vortex Indicator (VI) is composed of an uptrend line (VI+) and a downtrend line (VI-). When VI+ crosses VI- from below it typically indicates an entry into a given security. When VI- crosses VI+ from below it typically triggers an exit and that the current trend is reversing course.
|
3184
3103
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
3185
3104
|
# @param [Hash] opts the optional parameters
|
3186
|
-
# @option opts [Integer] :period The number of observations
|
3105
|
+
# @option opts [Integer] :period The number of observations to calculate Vortex Indicator
|
3187
3106
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
3188
3107
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
3189
3108
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -3382,7 +3301,7 @@ module Intrinio
|
|
3382
3301
|
# Williams %R is a momentum indicator used to determine overbought and oversold environments for a security and fluctuates between 0 and -100. When Williams %R is above -20 the security is considered to be overbought and when Williams %R is under -80 the security is considered to be oversold.
|
3383
3302
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
3384
3303
|
# @param [Hash] opts the optional parameters
|
3385
|
-
# @option opts [Integer] :period The number of observations
|
3304
|
+
# @option opts [Integer] :period The number of observations to look-back when calculating Williams %R (default to 14)
|
3386
3305
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
3387
3306
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
3388
3307
|
# @option opts [Float] :page_size The number of results to return (default to 100)
|
@@ -3397,7 +3316,7 @@ module Intrinio
|
|
3397
3316
|
# Williams %R is a momentum indicator used to determine overbought and oversold environments for a security and fluctuates between 0 and -100. When Williams %R is above -20 the security is considered to be overbought and when Williams %R is under -80 the security is considered to be oversold.
|
3398
3317
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
3399
3318
|
# @param [Hash] opts the optional parameters
|
3400
|
-
# @option opts [Integer] :period The number of observations
|
3319
|
+
# @option opts [Integer] :period The number of observations to look-back when calculating Williams %R
|
3401
3320
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
3402
3321
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
3403
3322
|
# @option opts [Float] :page_size The number of results to return
|