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
|
@@ -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
|
@@ -93,7 +93,7 @@ module Intrinio
|
|
93
93
|
# Average Daily Trading Volume is the average number of shares traded over a given period, usually between 20 to 30 trading days.
|
94
94
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
95
95
|
# @param [Hash] opts the optional parameters
|
96
|
-
# @option opts [Integer] :period The number of observations
|
96
|
+
# @option opts [Integer] :period The number of observations to calculate Average Daily Trading Volume (default to 22)
|
97
97
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
98
98
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
99
99
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -108,7 +108,7 @@ module Intrinio
|
|
108
108
|
# Average Daily Trading Volume is the average number of shares traded over a given period, usually between 20 to 30 trading days.
|
109
109
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
110
110
|
# @param [Hash] opts the optional parameters
|
111
|
-
# @option opts [Integer] :period The number of observations
|
111
|
+
# @option opts [Integer] :period The number of observations to calculate Average Daily Trading Volume
|
112
112
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
113
113
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
114
114
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -169,7 +169,7 @@ module Intrinio
|
|
169
169
|
# 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).
|
170
170
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
171
171
|
# @param [Hash] opts the optional parameters
|
172
|
-
# @option opts [Integer] :period The number of observations
|
172
|
+
# @option opts [Integer] :period The number of observations to calculate Average Directional Index (default to 14)
|
173
173
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
174
174
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
175
175
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -184,7 +184,7 @@ module Intrinio
|
|
184
184
|
# 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).
|
185
185
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
186
186
|
# @param [Hash] opts the optional parameters
|
187
|
-
# @option opts [Integer] :period The number of observations
|
187
|
+
# @option opts [Integer] :period The number of observations to calculate Average Directional Index
|
188
188
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
189
189
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
190
190
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -245,8 +245,8 @@ module Intrinio
|
|
245
245
|
# 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.
|
246
246
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
247
247
|
# @param [Hash] opts the optional parameters
|
248
|
-
# @option opts [Integer] :short_period The number of observations
|
249
|
-
# @option opts [Integer] :long_period The number of observations
|
248
|
+
# @option opts [Integer] :short_period The number of observations to calculate short period Simple Moving Average of the Awesome Oscillator (default to 5)
|
249
|
+
# @option opts [Integer] :long_period The number of observations to calculate long period Simple Moving Average of the Awesome Oscillator (default to 34)
|
250
250
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
251
251
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
252
252
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -261,8 +261,8 @@ module Intrinio
|
|
261
261
|
# 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.
|
262
262
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
263
263
|
# @param [Hash] opts the optional parameters
|
264
|
-
# @option opts [Integer] :short_period The number of observations
|
265
|
-
# @option opts [Integer] :long_period The number of observations
|
264
|
+
# @option opts [Integer] :short_period The number of observations to calculate short period Simple Moving Average of the Awesome Oscillator
|
265
|
+
# @option opts [Integer] :long_period The number of observations to calculate long period Simple Moving Average of the Awesome Oscillator
|
266
266
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
267
267
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
268
268
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -324,7 +324,7 @@ module Intrinio
|
|
324
324
|
# 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.
|
325
325
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
326
326
|
# @param [Hash] opts the optional parameters
|
327
|
-
# @option opts [Integer] :period The number of observations
|
327
|
+
# @option opts [Integer] :period The number of observations to calculate Average True Range (default to 14)
|
328
328
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
329
329
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
330
330
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -339,7 +339,7 @@ module Intrinio
|
|
339
339
|
# 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.
|
340
340
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
341
341
|
# @param [Hash] opts the optional parameters
|
342
|
-
# @option opts [Integer] :period The number of observations
|
342
|
+
# @option opts [Integer] :period The number of observations to calculate Average True Range
|
343
343
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
344
344
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
345
345
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -400,7 +400,7 @@ module Intrinio
|
|
400
400
|
# 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.
|
401
401
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
402
402
|
# @param [Hash] opts the optional parameters
|
403
|
-
# @option opts [Integer] :period The number of observations
|
403
|
+
# @option opts [Integer] :period The number of observations to calculate Bollinger Bands (default to 20)
|
404
404
|
# @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)
|
405
405
|
# @option opts [String] :price_key The Stock Price field to use when calculating Bollinger Bands (default to close)
|
406
406
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
@@ -417,7 +417,7 @@ module Intrinio
|
|
417
417
|
# 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.
|
418
418
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
419
419
|
# @param [Hash] opts the optional parameters
|
420
|
-
# @option opts [Integer] :period The number of observations
|
420
|
+
# @option opts [Integer] :period The number of observations to calculate Bollinger Bands
|
421
421
|
# @option opts [Float] :standard_deviations The number of standard deviations to calculate the upper and lower bands of the Bollinger Bands
|
422
422
|
# @option opts [String] :price_key The Stock Price field to use when calculating Bollinger Bands
|
423
423
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
@@ -485,8 +485,8 @@ module Intrinio
|
|
485
485
|
# 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.
|
486
486
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
487
487
|
# @param [Hash] opts the optional parameters
|
488
|
-
# @option opts [Integer] :period The number of observations
|
489
|
-
# @option opts [Float] :constant The number of observations
|
488
|
+
# @option opts [Integer] :period The number of observations to calculate Commodity Channel Index (default to 20)
|
489
|
+
# @option opts [Float] :constant The number of observations to calculate Commodity Channel Index (default to 0.015)
|
490
490
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
491
491
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
492
492
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -501,8 +501,8 @@ module Intrinio
|
|
501
501
|
# 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.
|
502
502
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
503
503
|
# @param [Hash] opts the optional parameters
|
504
|
-
# @option opts [Integer] :period The number of observations
|
505
|
-
# @option opts [Float] :constant The number of observations
|
504
|
+
# @option opts [Integer] :period The number of observations to calculate Commodity Channel Index
|
505
|
+
# @option opts [Float] :constant The number of observations to calculate Commodity Channel Index
|
506
506
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
507
507
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
508
508
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -564,7 +564,7 @@ module Intrinio
|
|
564
564
|
# 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.
|
565
565
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
566
566
|
# @param [Hash] opts the optional parameters
|
567
|
-
# @option opts [Integer] :period The number of observations
|
567
|
+
# @option opts [Integer] :period The number of observations to calculate Chaikin Money Flow (default to 20)
|
568
568
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
569
569
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
570
570
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -579,7 +579,7 @@ module Intrinio
|
|
579
579
|
# 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.
|
580
580
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
581
581
|
# @param [Hash] opts the optional parameters
|
582
|
-
# @option opts [Integer] :period The number of observations
|
582
|
+
# @option opts [Integer] :period The number of observations to calculate Chaikin Money Flow
|
583
583
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
584
584
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
585
585
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -640,7 +640,7 @@ module Intrinio
|
|
640
640
|
# 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).
|
641
641
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
642
642
|
# @param [Hash] opts the optional parameters
|
643
|
-
# @option opts [Integer] :period The number of observations
|
643
|
+
# @option opts [Integer] :period The number of observations to calculate Donchian Channel (default to 20)
|
644
644
|
# @option opts [String] :price_key The Stock Price field to use when calculating Donchian Channel (default to close)
|
645
645
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
646
646
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -656,7 +656,7 @@ module Intrinio
|
|
656
656
|
# 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).
|
657
657
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
658
658
|
# @param [Hash] opts the optional parameters
|
659
|
-
# @option opts [Integer] :period The number of observations
|
659
|
+
# @option opts [Integer] :period The number of observations to calculate Donchian Channel
|
660
660
|
# @option opts [String] :price_key The Stock Price field to use when calculating Donchian Channel
|
661
661
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
662
662
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -722,7 +722,7 @@ module Intrinio
|
|
722
722
|
# 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.
|
723
723
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
724
724
|
# @param [Hash] opts the optional parameters
|
725
|
-
# @option opts [Integer] :period The number of observations
|
725
|
+
# @option opts [Integer] :period The number of observations to calculate Detrended Price Oscillator (default to 20)
|
726
726
|
# @option opts [String] :price_key The Stock Price field to use when calculating Detrended Price Oscillator (default to close)
|
727
727
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
728
728
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -738,7 +738,7 @@ module Intrinio
|
|
738
738
|
# 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.
|
739
739
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
740
740
|
# @param [Hash] opts the optional parameters
|
741
|
-
# @option opts [Integer] :period The number of observations
|
741
|
+
# @option opts [Integer] :period The number of observations to calculate Detrended Price Oscillator
|
742
742
|
# @option opts [String] :price_key The Stock Price field to use when calculating Detrended Price Oscillator
|
743
743
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
744
744
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -800,7 +800,7 @@ module Intrinio
|
|
800
800
|
# 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.
|
801
801
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
802
802
|
# @param [Hash] opts the optional parameters
|
803
|
-
# @option opts [Integer] :period The number of observations
|
803
|
+
# @option opts [Integer] :period The number of observations to calculate Ease of Movement (default to 20)
|
804
804
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
805
805
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
806
806
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -815,7 +815,7 @@ module Intrinio
|
|
815
815
|
# 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.
|
816
816
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
817
817
|
# @param [Hash] opts the optional parameters
|
818
|
-
# @option opts [Integer] :period The number of observations
|
818
|
+
# @option opts [Integer] :period The number of observations to calculate Ease of Movement
|
819
819
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
820
820
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
821
821
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -945,9 +945,9 @@ module Intrinio
|
|
945
945
|
# The Ichimoku Kinko Hyo was designed to be an all-in-one trading indicator that could help traders determine momentum, support, and resistance.
|
946
946
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
947
947
|
# @param [Hash] opts the optional parameters
|
948
|
-
# @option opts [Integer] :low_period The number of observations
|
949
|
-
# @option opts [Integer] :medium_period The number of observations
|
950
|
-
# @option opts [Integer] :high_period The number of observations
|
948
|
+
# @option opts [Integer] :low_period The number of observations to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo (default to 9)
|
949
|
+
# @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)
|
950
|
+
# @option opts [Integer] :high_period The number of observations to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo (default to 52)
|
951
951
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
952
952
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
953
953
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -962,9 +962,9 @@ module Intrinio
|
|
962
962
|
# The Ichimoku Kinko Hyo was designed to be an all-in-one trading indicator that could help traders determine momentum, support, and resistance.
|
963
963
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
964
964
|
# @param [Hash] opts the optional parameters
|
965
|
-
# @option opts [Integer] :low_period The number of observations
|
966
|
-
# @option opts [Integer] :medium_period The number of observations
|
967
|
-
# @option opts [Integer] :high_period The number of observations
|
965
|
+
# @option opts [Integer] :low_period The number of observations to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo
|
966
|
+
# @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
|
967
|
+
# @option opts [Integer] :high_period The number of observations to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo
|
968
968
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
969
969
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
970
970
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1031,7 +1031,7 @@ module Intrinio
|
|
1031
1031
|
# 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.
|
1032
1032
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1033
1033
|
# @param [Hash] opts the optional parameters
|
1034
|
-
# @option opts [Integer] :period The number of observations
|
1034
|
+
# @option opts [Integer] :period The number of observations to calculate Kelter Channel (default to 10)
|
1035
1035
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1036
1036
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1037
1037
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1046,7 +1046,7 @@ module Intrinio
|
|
1046
1046
|
# 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.
|
1047
1047
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1048
1048
|
# @param [Hash] opts the optional parameters
|
1049
|
-
# @option opts [Integer] :period The number of observations
|
1049
|
+
# @option opts [Integer] :period The number of observations to calculate Kelter Channel
|
1050
1050
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1051
1051
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1052
1052
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1107,14 +1107,14 @@ module Intrinio
|
|
1107
1107
|
# 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.
|
1108
1108
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1109
1109
|
# @param [Hash] opts the optional parameters
|
1110
|
-
# @option opts [Integer] :roc1 The number of observations
|
1111
|
-
# @option opts [Integer] :roc2 The number of observations
|
1112
|
-
# @option opts [Integer] :roc3 The number of observations
|
1113
|
-
# @option opts [Integer] :roc4 The number of observations
|
1114
|
-
# @option opts [Integer] :sma1 The number of observations
|
1115
|
-
# @option opts [Integer] :sma2 The number of observations
|
1116
|
-
# @option opts [Integer] :sma3 The number of observations
|
1117
|
-
# @option opts [Integer] :sma4 The number of observations
|
1110
|
+
# @option opts [Integer] :roc1 The number of observations to calculate the rate-of-change for RCMA1 (default to 10)
|
1111
|
+
# @option opts [Integer] :roc2 The number of observations to calculate the rate-of-change for RCMA2 (default to 15)
|
1112
|
+
# @option opts [Integer] :roc3 The number of observations to calculate the rate-of-change for RCMA3 (default to 20)
|
1113
|
+
# @option opts [Integer] :roc4 The number of observations to calculate the rate-of-change for RCMA4 (default to 30)
|
1114
|
+
# @option opts [Integer] :sma1 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA1 (default to 10)
|
1115
|
+
# @option opts [Integer] :sma2 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA2 (default to 10)
|
1116
|
+
# @option opts [Integer] :sma3 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA3 (default to 10)
|
1117
|
+
# @option opts [Integer] :sma4 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA4 (default to 15)
|
1118
1118
|
# @option opts [String] :price_key The Stock Price field to use when calculating Know Sure Thing (default to close)
|
1119
1119
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1120
1120
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1130,14 +1130,14 @@ module Intrinio
|
|
1130
1130
|
# 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.
|
1131
1131
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1132
1132
|
# @param [Hash] opts the optional parameters
|
1133
|
-
# @option opts [Integer] :roc1 The number of observations
|
1134
|
-
# @option opts [Integer] :roc2 The number of observations
|
1135
|
-
# @option opts [Integer] :roc3 The number of observations
|
1136
|
-
# @option opts [Integer] :roc4 The number of observations
|
1137
|
-
# @option opts [Integer] :sma1 The number of observations
|
1138
|
-
# @option opts [Integer] :sma2 The number of observations
|
1139
|
-
# @option opts [Integer] :sma3 The number of observations
|
1140
|
-
# @option opts [Integer] :sma4 The number of observations
|
1133
|
+
# @option opts [Integer] :roc1 The number of observations to calculate the rate-of-change for RCMA1
|
1134
|
+
# @option opts [Integer] :roc2 The number of observations to calculate the rate-of-change for RCMA2
|
1135
|
+
# @option opts [Integer] :roc3 The number of observations to calculate the rate-of-change for RCMA3
|
1136
|
+
# @option opts [Integer] :roc4 The number of observations to calculate the rate-of-change for RCMA4
|
1137
|
+
# @option opts [Integer] :sma1 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA1
|
1138
|
+
# @option opts [Integer] :sma2 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA2
|
1139
|
+
# @option opts [Integer] :sma3 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA3
|
1140
|
+
# @option opts [Integer] :sma4 The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA4
|
1141
1141
|
# @option opts [String] :price_key The Stock Price field to use when calculating Know Sure Thing
|
1142
1142
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1143
1143
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1214,9 +1214,9 @@ module Intrinio
|
|
1214
1214
|
# 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.
|
1215
1215
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1216
1216
|
# @param [Hash] opts the optional parameters
|
1217
|
-
# @option opts [Integer] :fast_period The number of observations
|
1218
|
-
# @option opts [Integer] :slow_period The number of observations
|
1219
|
-
# @option opts [Integer] :signal_period The number of observations
|
1217
|
+
# @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)
|
1218
|
+
# @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)
|
1219
|
+
# @option opts [Integer] :signal_period The number of observations to calculate the signal line for Moving Average Convergence Divergence (default to 9)
|
1220
1220
|
# @option opts [String] :price_key The Stock Price field to use when calculating Moving Average Convergence Divergence (default to close)
|
1221
1221
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1222
1222
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1232,9 +1232,9 @@ module Intrinio
|
|
1232
1232
|
# 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.
|
1233
1233
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1234
1234
|
# @param [Hash] opts the optional parameters
|
1235
|
-
# @option opts [Integer] :fast_period The number of observations
|
1236
|
-
# @option opts [Integer] :slow_period The number of observations
|
1237
|
-
# @option opts [Integer] :signal_period The number of observations
|
1235
|
+
# @option opts [Integer] :fast_period The number of observations to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence
|
1236
|
+
# @option opts [Integer] :slow_period The number of observations to calculate the slow moving Exponential Moving Average for Moving Average Convergence Divergence
|
1237
|
+
# @option opts [Integer] :signal_period The number of observations to calculate the signal line for Moving Average Convergence Divergence
|
1238
1238
|
# @option opts [String] :price_key The Stock Price field to use when calculating Moving Average Convergence Divergence
|
1239
1239
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1240
1240
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1306,7 +1306,7 @@ module Intrinio
|
|
1306
1306
|
# 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.
|
1307
1307
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1308
1308
|
# @param [Hash] opts the optional parameters
|
1309
|
-
# @option opts [Integer] :period The number of observations
|
1309
|
+
# @option opts [Integer] :period The number of observations to calculate Money Flow Index (default to 14)
|
1310
1310
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1311
1311
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1312
1312
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1321,7 +1321,7 @@ module Intrinio
|
|
1321
1321
|
# 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.
|
1322
1322
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1323
1323
|
# @param [Hash] opts the optional parameters
|
1324
|
-
# @option opts [Integer] :period The number of observations
|
1324
|
+
# @option opts [Integer] :period The number of observations to calculate Money Flow Index
|
1325
1325
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1326
1326
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1327
1327
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1382,8 +1382,8 @@ module Intrinio
|
|
1382
1382
|
# 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.
|
1383
1383
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1384
1384
|
# @param [Hash] opts the optional parameters
|
1385
|
-
# @option opts [Integer] :ema_period The number of observations
|
1386
|
-
# @option opts [Integer] :sum_period The number of observations
|
1385
|
+
# @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)
|
1386
|
+
# @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)
|
1387
1387
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1388
1388
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1389
1389
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1398,8 +1398,8 @@ module Intrinio
|
|
1398
1398
|
# 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.
|
1399
1399
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1400
1400
|
# @param [Hash] opts the optional parameters
|
1401
|
-
# @option opts [Integer] :ema_period The number of observations
|
1402
|
-
# @option opts [Integer] :sum_period The number of observations
|
1401
|
+
# @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
|
1402
|
+
# @option opts [Integer] :sum_period The number of observations to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index
|
1403
1403
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1404
1404
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1405
1405
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1603,7 +1603,7 @@ module Intrinio
|
|
1603
1603
|
# 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.
|
1604
1604
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1605
1605
|
# @param [Hash] opts the optional parameters
|
1606
|
-
# @option opts [Integer] :period The number of observations
|
1606
|
+
# @option opts [Integer] :period The number of observations to calculate On-balance Volume Mean (default to 10)
|
1607
1607
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1608
1608
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1609
1609
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1618,7 +1618,7 @@ module Intrinio
|
|
1618
1618
|
# 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.
|
1619
1619
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1620
1620
|
# @param [Hash] opts the optional parameters
|
1621
|
-
# @option opts [Integer] :period The number of observations
|
1621
|
+
# @option opts [Integer] :period The number of observations to calculate On-balance Volume Mean
|
1622
1622
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1623
1623
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1624
1624
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1679,7 +1679,7 @@ module Intrinio
|
|
1679
1679
|
# 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.
|
1680
1680
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1681
1681
|
# @param [Hash] opts the optional parameters
|
1682
|
-
# @option opts [Integer] :period The number of observations
|
1682
|
+
# @option opts [Integer] :period The number of observations to calculate Relative Strength Index (default to 14)
|
1683
1683
|
# @option opts [String] :price_key The Stock Price field to use when calculating Relative Strength Index (default to close)
|
1684
1684
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1685
1685
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1695,7 +1695,7 @@ module Intrinio
|
|
1695
1695
|
# 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.
|
1696
1696
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1697
1697
|
# @param [Hash] opts the optional parameters
|
1698
|
-
# @option opts [Integer] :period The number of observations
|
1698
|
+
# @option opts [Integer] :period The number of observations to calculate Relative Strength Index
|
1699
1699
|
# @option opts [String] :price_key The Stock Price field to use when calculating Relative Strength Index
|
1700
1700
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1701
1701
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1761,7 +1761,7 @@ module Intrinio
|
|
1761
1761
|
# 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.
|
1762
1762
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1763
1763
|
# @param [Hash] opts the optional parameters
|
1764
|
-
# @option opts [Integer] :period The number of observations
|
1764
|
+
# @option opts [Integer] :period The number of observations to calculate Simple Moving Average (default to 20)
|
1765
1765
|
# @option opts [String] :price_key The Stock Price field to use when calculating Simple Moving Average (default to close)
|
1766
1766
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1767
1767
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1777,7 +1777,7 @@ module Intrinio
|
|
1777
1777
|
# 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.
|
1778
1778
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1779
1779
|
# @param [Hash] opts the optional parameters
|
1780
|
-
# @option opts [Integer] :period The number of observations
|
1780
|
+
# @option opts [Integer] :period The number of observations to calculate Simple Moving Average
|
1781
1781
|
# @option opts [String] :price_key The Stock Price field to use when calculating Simple Moving Average
|
1782
1782
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1783
1783
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -1843,8 +1843,8 @@ module Intrinio
|
|
1843
1843
|
# 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.
|
1844
1844
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1845
1845
|
# @param [Hash] opts the optional parameters
|
1846
|
-
# @option opts [Integer] :period The number of observations
|
1847
|
-
# @option opts [Integer] :signal_period The number of observations
|
1846
|
+
# @option opts [Integer] :period The number of observations to calculate %K of Stochastic Oscillator (default to 14)
|
1847
|
+
# @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)
|
1848
1848
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1849
1849
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1850
1850
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1859,8 +1859,8 @@ module Intrinio
|
|
1859
1859
|
# 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.
|
1860
1860
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1861
1861
|
# @param [Hash] opts the optional parameters
|
1862
|
-
# @option opts [Integer] :period The number of observations
|
1863
|
-
# @option opts [Integer] :signal_period The number of observations
|
1862
|
+
# @option opts [Integer] :period The number of observations to calculate %K of Stochastic Oscillator
|
1863
|
+
# @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
|
1864
1864
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1865
1865
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1866
1866
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -1926,7 +1926,7 @@ module Intrinio
|
|
1926
1926
|
# 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.
|
1927
1927
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1928
1928
|
# @param [Hash] opts the optional parameters
|
1929
|
-
# @option opts [Integer] :period The number of observations
|
1929
|
+
# @option opts [Integer] :period The number of observations to calculate Exponential Moving Average for Triple Exponential Average (default to 15)
|
1930
1930
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1931
1931
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1932
1932
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -1941,7 +1941,7 @@ module Intrinio
|
|
1941
1941
|
# 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.
|
1942
1942
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
1943
1943
|
# @param [Hash] opts the optional parameters
|
1944
|
-
# @option opts [Integer] :period The number of observations
|
1944
|
+
# @option opts [Integer] :period The number of observations to calculate Exponential Moving Average for Triple Exponential Average
|
1945
1945
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
1946
1946
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
1947
1947
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -2002,8 +2002,8 @@ module Intrinio
|
|
2002
2002
|
# 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.
|
2003
2003
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2004
2004
|
# @param [Hash] opts the optional parameters
|
2005
|
-
# @option opts [Integer] :low_period The number of observations
|
2006
|
-
# @option opts [Integer] :high_period The number of observations
|
2005
|
+
# @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)
|
2006
|
+
# @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)
|
2007
2007
|
# @option opts [String] :price_key The Stock Price field to use when calculating True Strength Index (default to close)
|
2008
2008
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2009
2009
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -2019,8 +2019,8 @@ module Intrinio
|
|
2019
2019
|
# 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.
|
2020
2020
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2021
2021
|
# @param [Hash] opts the optional parameters
|
2022
|
-
# @option opts [Integer] :low_period The number of observations
|
2023
|
-
# @option opts [Integer] :high_period The number of observations
|
2022
|
+
# @option opts [Integer] :low_period The number of observations to calculate low period Exponential Moving Average for smoothing in True Strength Index
|
2023
|
+
# @option opts [Integer] :high_period The number of observations to calculate high period Exponential Moving Average for smoothing in True Strength Index
|
2024
2024
|
# @option opts [String] :price_key The Stock Price field to use when calculating True Strength Index
|
2025
2025
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2026
2026
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
@@ -2091,9 +2091,9 @@ module Intrinio
|
|
2091
2091
|
# 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.
|
2092
2092
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2093
2093
|
# @param [Hash] opts the optional parameters
|
2094
|
-
# @option opts [Integer] :short_period The number of observations
|
2095
|
-
# @option opts [Integer] :medium_period The number of observations
|
2096
|
-
# @option opts [Integer] :long_period The number of observations
|
2094
|
+
# @option opts [Integer] :short_period The number of observations to calculate the short period for Ultimate Oscillator (default to 7)
|
2095
|
+
# @option opts [Integer] :medium_period The number of observations to calculate the medium period for Ultimate Oscillator (default to 14)
|
2096
|
+
# @option opts [Integer] :long_period The number of observations to calculate the long period for Ultimate Oscillator (default to 28)
|
2097
2097
|
# @option opts [Float] :short_weight The weight of short Buying Pressure average for Ultimate Oscillator (default to 4.0)
|
2098
2098
|
# @option opts [Float] :medium_weight The weight of medium Buying Pressure average for Ultimate Oscillator (default to 2.0)
|
2099
2099
|
# @option opts [Float] :long_weight The weight of long Buying Pressure average for Ultimate Oscillator (default to 1.0)
|
@@ -2111,9 +2111,9 @@ module Intrinio
|
|
2111
2111
|
# 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.
|
2112
2112
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2113
2113
|
# @param [Hash] opts the optional parameters
|
2114
|
-
# @option opts [Integer] :short_period The number of observations
|
2115
|
-
# @option opts [Integer] :medium_period The number of observations
|
2116
|
-
# @option opts [Integer] :long_period The number of observations
|
2114
|
+
# @option opts [Integer] :short_period The number of observations to calculate the short period for Ultimate Oscillator
|
2115
|
+
# @option opts [Integer] :medium_period The number of observations to calculate the medium period for Ultimate Oscillator
|
2116
|
+
# @option opts [Integer] :long_period The number of observations to calculate the long period for Ultimate Oscillator
|
2117
2117
|
# @option opts [Float] :short_weight The weight of short Buying Pressure average for Ultimate Oscillator
|
2118
2118
|
# @option opts [Float] :medium_weight The weight of medium Buying Pressure average for Ultimate Oscillator
|
2119
2119
|
# @option opts [Float] :long_weight The weight of long Buying Pressure average for Ultimate Oscillator
|
@@ -2182,7 +2182,7 @@ module Intrinio
|
|
2182
2182
|
# 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.
|
2183
2183
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2184
2184
|
# @param [Hash] opts the optional parameters
|
2185
|
-
# @option opts [Integer] :period The number of observations
|
2185
|
+
# @option opts [Integer] :period The number of observations to calculate Vortex Indicator (default to 14)
|
2186
2186
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2187
2187
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2188
2188
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
@@ -2197,7 +2197,7 @@ module Intrinio
|
|
2197
2197
|
# 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.
|
2198
2198
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2199
2199
|
# @param [Hash] opts the optional parameters
|
2200
|
-
# @option opts [Integer] :period The number of observations
|
2200
|
+
# @option opts [Integer] :period The number of observations to calculate Vortex Indicator
|
2201
2201
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2202
2202
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2203
2203
|
# @option opts [Integer] :page_size The number of results to return
|
@@ -2396,7 +2396,7 @@ module Intrinio
|
|
2396
2396
|
# 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.
|
2397
2397
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2398
2398
|
# @param [Hash] opts the optional parameters
|
2399
|
-
# @option opts [Integer] :period The number of observations
|
2399
|
+
# @option opts [Integer] :period The number of observations to look-back when calculating Williams %R (default to 14)
|
2400
2400
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2401
2401
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2402
2402
|
# @option opts [Float] :page_size The number of results to return (default to 100)
|
@@ -2411,7 +2411,7 @@ module Intrinio
|
|
2411
2411
|
# 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.
|
2412
2412
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
2413
2413
|
# @param [Hash] opts the optional parameters
|
2414
|
-
# @option opts [Integer] :period The number of observations
|
2414
|
+
# @option opts [Integer] :period The number of observations to look-back when calculating Williams %R
|
2415
2415
|
# @option opts [String] :start_date Return technical indicator values on or after the date
|
2416
2416
|
# @option opts [String] :end_date Return technical indicator values on or before the date
|
2417
2417
|
# @option opts [Float] :page_size The number of results to return
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|