intrinio-sdk 6.35.0 → 6.36.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
data/docs/TechnicalApi.md
CHANGED
@@ -201,7 +201,7 @@ pp result
|
|
201
201
|
Name | Type | Description | Notes
|
202
202
|
------------- | ------------- | ------------- | -------------
|
203
203
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
204
|
-
**period** | Integer| The number of observations
|
204
|
+
**period** | Integer| The number of observations to calculate Average Daily Trading Volume | [optional] [default to 22]
|
205
205
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
206
206
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
207
207
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -291,7 +291,7 @@ pp result
|
|
291
291
|
Name | Type | Description | Notes
|
292
292
|
------------- | ------------- | ------------- | -------------
|
293
293
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
294
|
-
**period** | Integer| The number of observations
|
294
|
+
**period** | Integer| The number of observations to calculate Average Directional Index | [optional] [default to 14]
|
295
295
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
296
296
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
297
297
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -382,8 +382,8 @@ pp result
|
|
382
382
|
Name | Type | Description | Notes
|
383
383
|
------------- | ------------- | ------------- | -------------
|
384
384
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
385
|
-
**short_period** | Integer| The number of observations
|
386
|
-
**long_period** | Integer| The number of observations
|
385
|
+
**short_period** | Integer| The number of observations to calculate short period Simple Moving Average of the Awesome Oscillator | [optional] [default to 5]
|
386
|
+
**long_period** | Integer| The number of observations to calculate long period Simple Moving Average of the Awesome Oscillator | [optional] [default to 34]
|
387
387
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
388
388
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
389
389
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -473,7 +473,7 @@ pp result
|
|
473
473
|
Name | Type | Description | Notes
|
474
474
|
------------- | ------------- | ------------- | -------------
|
475
475
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
476
|
-
**period** | Integer| The number of observations
|
476
|
+
**period** | Integer| The number of observations to calculate Average True Range | [optional] [default to 14]
|
477
477
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
478
478
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
479
479
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -565,7 +565,7 @@ pp result
|
|
565
565
|
Name | Type | Description | Notes
|
566
566
|
------------- | ------------- | ------------- | -------------
|
567
567
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
568
|
-
**period** | Integer| The number of observations
|
568
|
+
**period** | Integer| The number of observations to calculate Bollinger Bands | [optional] [default to 20]
|
569
569
|
**standard_deviations** | Float| The number of standard deviations to calculate the upper and lower bands of the Bollinger Bands | [optional] [default to 2.0]
|
570
570
|
**price_key** | String| The Stock Price field to use when calculating Bollinger Bands | [optional] [default to close]
|
571
571
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
@@ -658,8 +658,8 @@ pp result
|
|
658
658
|
Name | Type | Description | Notes
|
659
659
|
------------- | ------------- | ------------- | -------------
|
660
660
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
661
|
-
**period** | Integer| The number of observations
|
662
|
-
**constant** | Float| The number of observations
|
661
|
+
**period** | Integer| The number of observations to calculate Commodity Channel Index | [optional] [default to 20]
|
662
|
+
**constant** | Float| The number of observations to calculate Commodity Channel Index | [optional] [default to 0.015]
|
663
663
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
664
664
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
665
665
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -749,7 +749,7 @@ pp result
|
|
749
749
|
Name | Type | Description | Notes
|
750
750
|
------------- | ------------- | ------------- | -------------
|
751
751
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
752
|
-
**period** | Integer| The number of observations
|
752
|
+
**period** | Integer| The number of observations to calculate Chaikin Money Flow | [optional] [default to 20]
|
753
753
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
754
754
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
755
755
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -840,7 +840,7 @@ pp result
|
|
840
840
|
Name | Type | Description | Notes
|
841
841
|
------------- | ------------- | ------------- | -------------
|
842
842
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
843
|
-
**period** | Integer| The number of observations
|
843
|
+
**period** | Integer| The number of observations to calculate Donchian Channel | [optional] [default to 20]
|
844
844
|
**price_key** | String| The Stock Price field to use when calculating Donchian Channel | [optional] [default to close]
|
845
845
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
846
846
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
@@ -932,7 +932,7 @@ pp result
|
|
932
932
|
Name | Type | Description | Notes
|
933
933
|
------------- | ------------- | ------------- | -------------
|
934
934
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
935
|
-
**period** | Integer| The number of observations
|
935
|
+
**period** | Integer| The number of observations to calculate Detrended Price Oscillator | [optional] [default to 20]
|
936
936
|
**price_key** | String| The Stock Price field to use when calculating Detrended Price Oscillator | [optional] [default to close]
|
937
937
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
938
938
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
@@ -1023,7 +1023,7 @@ pp result
|
|
1023
1023
|
Name | Type | Description | Notes
|
1024
1024
|
------------- | ------------- | ------------- | -------------
|
1025
1025
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
1026
|
-
**period** | Integer| The number of observations
|
1026
|
+
**period** | Integer| The number of observations to calculate Ease of Movement | [optional] [default to 20]
|
1027
1027
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
1028
1028
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
1029
1029
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -1203,9 +1203,9 @@ pp result
|
|
1203
1203
|
Name | Type | Description | Notes
|
1204
1204
|
------------- | ------------- | ------------- | -------------
|
1205
1205
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
1206
|
-
**low_period** | Integer| The number of observations
|
1207
|
-
**medium_period** | Integer| The number of observations
|
1208
|
-
**high_period** | Integer| The number of observations
|
1206
|
+
**low_period** | Integer| The number of observations to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo | [optional] [default to 9]
|
1207
|
+
**medium_period** | Integer| 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 | [optional] [default to 26]
|
1208
|
+
**high_period** | Integer| The number of observations to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo | [optional] [default to 52]
|
1209
1209
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
1210
1210
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
1211
1211
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -1295,7 +1295,7 @@ pp result
|
|
1295
1295
|
Name | Type | Description | Notes
|
1296
1296
|
------------- | ------------- | ------------- | -------------
|
1297
1297
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
1298
|
-
**period** | Integer| The number of observations
|
1298
|
+
**period** | Integer| The number of observations to calculate Kelter Channel | [optional] [default to 10]
|
1299
1299
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
1300
1300
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
1301
1301
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -1393,14 +1393,14 @@ pp result
|
|
1393
1393
|
Name | Type | Description | Notes
|
1394
1394
|
------------- | ------------- | ------------- | -------------
|
1395
1395
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
1396
|
-
**roc1** | Integer| The number of observations
|
1397
|
-
**roc2** | Integer| The number of observations
|
1398
|
-
**roc3** | Integer| The number of observations
|
1399
|
-
**roc4** | Integer| The number of observations
|
1400
|
-
**sma1** | Integer| The number of observations
|
1401
|
-
**sma2** | Integer| The number of observations
|
1402
|
-
**sma3** | Integer| The number of observations
|
1403
|
-
**sma4** | Integer| The number of observations
|
1396
|
+
**roc1** | Integer| The number of observations to calculate the rate-of-change for RCMA1 | [optional] [default to 10]
|
1397
|
+
**roc2** | Integer| The number of observations to calculate the rate-of-change for RCMA2 | [optional] [default to 15]
|
1398
|
+
**roc3** | Integer| The number of observations to calculate the rate-of-change for RCMA3 | [optional] [default to 20]
|
1399
|
+
**roc4** | Integer| The number of observations to calculate the rate-of-change for RCMA4 | [optional] [default to 30]
|
1400
|
+
**sma1** | Integer| The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA1 | [optional] [default to 10]
|
1401
|
+
**sma2** | Integer| The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA2 | [optional] [default to 10]
|
1402
|
+
**sma3** | Integer| The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA3 | [optional] [default to 10]
|
1403
|
+
**sma4** | Integer| The number of observations to calculate the Simple Moving Average of the rate-of-change for RCMA4 | [optional] [default to 15]
|
1404
1404
|
**price_key** | String| The Stock Price field to use when calculating Know Sure Thing | [optional] [default to close]
|
1405
1405
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
1406
1406
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
@@ -1494,9 +1494,9 @@ pp result
|
|
1494
1494
|
Name | Type | Description | Notes
|
1495
1495
|
------------- | ------------- | ------------- | -------------
|
1496
1496
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
1497
|
-
**fast_period** | Integer| The number of observations
|
1498
|
-
**slow_period** | Integer| The number of observations
|
1499
|
-
**signal_period** | Integer| The number of observations
|
1497
|
+
**fast_period** | Integer| The number of observations to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence | [optional] [default to 12]
|
1498
|
+
**slow_period** | Integer| The number of observations to calculate the slow moving Exponential Moving Average for Moving Average Convergence Divergence | [optional] [default to 26]
|
1499
|
+
**signal_period** | Integer| The number of observations to calculate the signal line for Moving Average Convergence Divergence | [optional] [default to 9]
|
1500
1500
|
**price_key** | String| The Stock Price field to use when calculating Moving Average Convergence Divergence | [optional] [default to close]
|
1501
1501
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
1502
1502
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
@@ -1587,7 +1587,7 @@ pp result
|
|
1587
1587
|
Name | Type | Description | Notes
|
1588
1588
|
------------- | ------------- | ------------- | -------------
|
1589
1589
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
1590
|
-
**period** | Integer| The number of observations
|
1590
|
+
**period** | Integer| The number of observations to calculate Money Flow Index | [optional] [default to 14]
|
1591
1591
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
1592
1592
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
1593
1593
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -1678,8 +1678,8 @@ pp result
|
|
1678
1678
|
Name | Type | Description | Notes
|
1679
1679
|
------------- | ------------- | ------------- | -------------
|
1680
1680
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
1681
|
-
**ema_period** | Integer| The number of observations
|
1682
|
-
**sum_period** | Integer| The number of observations
|
1681
|
+
**ema_period** | Integer| The number of observations to calculate the single Exponential Moving Average and the Double Exponential Moving Average for Mass Index | [optional] [default to 9]
|
1682
|
+
**sum_period** | Integer| The number of observations to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index | [optional] [default to 25]
|
1683
1683
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
1684
1684
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
1685
1685
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -1945,7 +1945,7 @@ pp result
|
|
1945
1945
|
Name | Type | Description | Notes
|
1946
1946
|
------------- | ------------- | ------------- | -------------
|
1947
1947
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
1948
|
-
**period** | Integer| The number of observations
|
1948
|
+
**period** | Integer| The number of observations to calculate On-balance Volume Mean | [optional] [default to 10]
|
1949
1949
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
1950
1950
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
1951
1951
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -2036,7 +2036,7 @@ pp result
|
|
2036
2036
|
Name | Type | Description | Notes
|
2037
2037
|
------------- | ------------- | ------------- | -------------
|
2038
2038
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
2039
|
-
**period** | Integer| The number of observations
|
2039
|
+
**period** | Integer| The number of observations to calculate Relative Strength Index | [optional] [default to 14]
|
2040
2040
|
**price_key** | String| The Stock Price field to use when calculating Relative Strength Index | [optional] [default to close]
|
2041
2041
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
2042
2042
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
@@ -2128,7 +2128,7 @@ pp result
|
|
2128
2128
|
Name | Type | Description | Notes
|
2129
2129
|
------------- | ------------- | ------------- | -------------
|
2130
2130
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
2131
|
-
**period** | Integer| The number of observations
|
2131
|
+
**period** | Integer| The number of observations to calculate Simple Moving Average | [optional] [default to 20]
|
2132
2132
|
**price_key** | String| The Stock Price field to use when calculating Simple Moving Average | [optional] [default to close]
|
2133
2133
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
2134
2134
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
@@ -2220,8 +2220,8 @@ pp result
|
|
2220
2220
|
Name | Type | Description | Notes
|
2221
2221
|
------------- | ------------- | ------------- | -------------
|
2222
2222
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
2223
|
-
**period** | Integer| The number of observations
|
2224
|
-
**signal_period** | Integer| The number of observations
|
2223
|
+
**period** | Integer| The number of observations to calculate %K of Stochastic Oscillator | [optional] [default to 14]
|
2224
|
+
**signal_period** | Integer| The number of observations to calculate the %D (the Simple Moving Average of %K) as a signal line for Stochastic Oscillator | [optional] [default to 3]
|
2225
2225
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
2226
2226
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
2227
2227
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -2311,7 +2311,7 @@ pp result
|
|
2311
2311
|
Name | Type | Description | Notes
|
2312
2312
|
------------- | ------------- | ------------- | -------------
|
2313
2313
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
2314
|
-
**period** | Integer| The number of observations
|
2314
|
+
**period** | Integer| The number of observations to calculate Exponential Moving Average for Triple Exponential Average | [optional] [default to 15]
|
2315
2315
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
2316
2316
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
2317
2317
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -2403,8 +2403,8 @@ pp result
|
|
2403
2403
|
Name | Type | Description | Notes
|
2404
2404
|
------------- | ------------- | ------------- | -------------
|
2405
2405
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
2406
|
-
**low_period** | Integer| The number of observations
|
2407
|
-
**high_period** | Integer| The number of observations
|
2406
|
+
**low_period** | Integer| The number of observations to calculate low period Exponential Moving Average for smoothing in True Strength Index | [optional] [default to 13]
|
2407
|
+
**high_period** | Integer| The number of observations to calculate high period Exponential Moving Average for smoothing in True Strength Index | [optional] [default to 25]
|
2408
2408
|
**price_key** | String| The Stock Price field to use when calculating True Strength Index | [optional] [default to close]
|
2409
2409
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
2410
2410
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
@@ -2500,9 +2500,9 @@ pp result
|
|
2500
2500
|
Name | Type | Description | Notes
|
2501
2501
|
------------- | ------------- | ------------- | -------------
|
2502
2502
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
2503
|
-
**short_period** | Integer| The number of observations
|
2504
|
-
**medium_period** | Integer| The number of observations
|
2505
|
-
**long_period** | Integer| The number of observations
|
2503
|
+
**short_period** | Integer| The number of observations to calculate the short period for Ultimate Oscillator | [optional] [default to 7]
|
2504
|
+
**medium_period** | Integer| The number of observations to calculate the medium period for Ultimate Oscillator | [optional] [default to 14]
|
2505
|
+
**long_period** | Integer| The number of observations to calculate the long period for Ultimate Oscillator | [optional] [default to 28]
|
2506
2506
|
**short_weight** | Float| The weight of short Buying Pressure average for Ultimate Oscillator | [optional] [default to 4.0]
|
2507
2507
|
**medium_weight** | Float| The weight of medium Buying Pressure average for Ultimate Oscillator | [optional] [default to 2.0]
|
2508
2508
|
**long_weight** | Float| The weight of long Buying Pressure average for Ultimate Oscillator | [optional] [default to 1.0]
|
@@ -2595,7 +2595,7 @@ pp result
|
|
2595
2595
|
Name | Type | Description | Notes
|
2596
2596
|
------------- | ------------- | ------------- | -------------
|
2597
2597
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
2598
|
-
**period** | Integer| The number of observations
|
2598
|
+
**period** | Integer| The number of observations to calculate Vortex Indicator | [optional] [default to 14]
|
2599
2599
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
2600
2600
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
2601
2601
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
@@ -2861,7 +2861,7 @@ pp result
|
|
2861
2861
|
Name | Type | Description | Notes
|
2862
2862
|
------------- | ------------- | ------------- | -------------
|
2863
2863
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
2864
|
-
**period** | Integer| The number of observations
|
2864
|
+
**period** | Integer| The number of observations to look-back when calculating Williams %R | [optional] [default to 14]
|
2865
2865
|
**start_date** | String| Return technical indicator values on or after the date | [optional]
|
2866
2866
|
**end_date** | String| Return technical indicator values on or before the date | [optional]
|
2867
2867
|
**page_size** | Float| The number of results to return | [optional] [default to 100]
|
data/intrinio-sdk.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
7
7
|
|
8
|
-
OpenAPI spec version: 2.
|
8
|
+
OpenAPI spec version: 2.100.0
|
9
9
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
11
11
|
Swagger Codegen version: unset
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.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
|
@@ -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
|
@@ -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
|
@@ -733,6 +733,91 @@ module Intrinio
|
|
733
733
|
return data, status_code, headers
|
734
734
|
end
|
735
735
|
|
736
|
+
# Index Intervals
|
737
|
+
# Returns a list of interval data points for a specified index, including open, close, high, low, volume, and average price. Intervals are available in 60-minute, 30-minute, 15-minute, 10-minute, 5-minute, and 1-minute increments.
|
738
|
+
# @param identifier The index identifier
|
739
|
+
# @param interval_size The interval size to return in minutes (m) or hour (h).
|
740
|
+
# @param [Hash] opts the optional parameters
|
741
|
+
# @option opts [Date] :start_date Return intervals starting at the specified date
|
742
|
+
# @option opts [String] :start_time Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm:ss' format)
|
743
|
+
# @option opts [Date] :end_date Return intervals stopping at the specified date
|
744
|
+
# @option opts [String] :end_time Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format)
|
745
|
+
# @option opts [String] :timezone Interprets the input times in this time zone, as well as returns times in this timezone. (default to UTC)
|
746
|
+
# @option opts [Integer] :page_size The number of results to return per page. (default to 100)
|
747
|
+
# @return [ApiResponseIndexIntervals]
|
748
|
+
def get_index_intervals(identifier, interval_size, opts = {})
|
749
|
+
data, _status_code, _headers = get_index_intervals_with_http_info(identifier, interval_size, opts)
|
750
|
+
return data
|
751
|
+
end
|
752
|
+
|
753
|
+
# Index Intervals
|
754
|
+
# Returns a list of interval data points for a specified index, including open, close, high, low, volume, and average price. Intervals are available in 60-minute, 30-minute, 15-minute, 10-minute, 5-minute, and 1-minute increments.
|
755
|
+
# @param identifier The index identifier
|
756
|
+
# @param interval_size The interval size to return in minutes (m) or hour (h).
|
757
|
+
# @param [Hash] opts the optional parameters
|
758
|
+
# @option opts [Date] :start_date Return intervals starting at the specified date
|
759
|
+
# @option opts [String] :start_time Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm:ss' format)
|
760
|
+
# @option opts [Date] :end_date Return intervals stopping at the specified date
|
761
|
+
# @option opts [String] :end_time Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format)
|
762
|
+
# @option opts [String] :timezone Interprets the input times in this time zone, as well as returns times in this timezone.
|
763
|
+
# @option opts [Integer] :page_size The number of results to return per page.
|
764
|
+
# @return [Array<(ApiResponseIndexIntervals, Fixnum, Hash)>] ApiResponseIndexIntervals data, response status code and response headers
|
765
|
+
def get_index_intervals_with_http_info(identifier, interval_size, opts = {})
|
766
|
+
if @api_client.config.debugging
|
767
|
+
@api_client.config.logger.debug "Calling API: IndexApi.get_index_intervals ..."
|
768
|
+
end
|
769
|
+
# verify the required parameter 'identifier' is set
|
770
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
771
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling IndexApi.get_index_intervals"
|
772
|
+
end
|
773
|
+
# verify the required parameter 'interval_size' is set
|
774
|
+
if @api_client.config.client_side_validation && interval_size.nil?
|
775
|
+
fail ArgumentError, "Missing the required parameter 'interval_size' when calling IndexApi.get_index_intervals"
|
776
|
+
end
|
777
|
+
# verify enum value
|
778
|
+
if @api_client.config.client_side_validation && !['1m', '5m', '10m', '15m', '30m', '60m', '1h'].include?(interval_size)
|
779
|
+
fail ArgumentError, "invalid value for 'interval_size', must be one of 1m, 5m, 10m, 15m, 30m, 60m, 1h"
|
780
|
+
end
|
781
|
+
if @api_client.config.client_side_validation && opts[:'timezone'] && !['Africa/Algiers', 'Africa/Cairo', 'Africa/Casablanca', 'Africa/Harare', 'Africa/Johannesburg', 'Africa/Monrovia', 'Africa/Nairobi', 'America/Argentina/Buenos_Aires', 'America/Bogota', 'America/Caracas', 'America/Chicago', 'America/Chihuahua', 'America/Denver', 'America/Godthab', 'America/Guatemala', 'America/Guyana', 'America/Halifax', 'America/Indiana/Indianapolis', 'America/Juneau', 'America/La_Paz', 'America/Lima', 'America/Lima', 'America/Los_Angeles', 'America/Mazatlan', 'America/Mexico_City', 'America/Mexico_City', 'America/Monterrey', 'America/Montevideo', 'America/New_York', 'America/Phoenix', 'America/Regina', 'America/Santiago', 'America/Sao_Paulo', 'America/St_Johns', 'America/Tijuana', 'Asia/Almaty', 'Asia/Baghdad', 'Asia/Baku', 'Asia/Bangkok', 'Asia/Bangkok', 'Asia/Chongqing', 'Asia/Colombo', 'Asia/Dhaka', 'Asia/Dhaka', 'Asia/Hong_Kong', 'Asia/Irkutsk', 'Asia/Jakarta', 'Asia/Jerusalem', 'Asia/Kabul', 'Asia/Kamchatka', 'Asia/Karachi', 'Asia/Karachi', 'Asia/Kathmandu', 'Asia/Kolkata', 'Asia/Kolkata', 'Asia/Kolkata', 'Asia/Kolkata', 'Asia/Krasnoyarsk', 'Asia/Kuala_Lumpur', 'Asia/Kuwait', 'Asia/Magadan', 'Asia/Muscat', 'Asia/Muscat', 'Asia/Novosibirsk', 'Asia/Rangoon', 'Asia/Riyadh', 'Asia/Seoul', 'Asia/Shanghai', 'Asia/Singapore', 'Asia/Srednekolymsk', 'Asia/Taipei', 'Asia/Tashkent', 'Asia/Tbilisi', 'Asia/Tehran', 'Asia/Tokyo', 'Asia/Tokyo', 'Asia/Tokyo', 'Asia/Ulaanbaatar', 'Asia/Urumqi', 'Asia/Vladivostok', 'Asia/Yakutsk', 'Asia/Yekaterinburg', 'Asia/Yerevan', 'Atlantic/Azores', 'Atlantic/Cape_Verde', 'Atlantic/South_Georgia', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Darwin', 'Australia/Hobart', 'Australia/Melbourne', 'Australia/Melbourne', 'Australia/Perth', 'Australia/Sydney', 'Etc/UTC', 'UTC', 'Europe/Amsterdam', 'Europe/Athens', 'Europe/Belgrade', 'Europe/Berlin', 'Europe/Berlin', 'Europe/Bratislava', 'Europe/Brussels', 'Europe/Bucharest', 'Europe/Budapest', 'Europe/Copenhagen', 'Europe/Dublin', 'Europe/Helsinki', 'Europe/Istanbul', 'Europe/Kaliningrad', 'Europe/Kiev', 'Europe/Lisbon', 'Europe/Ljubljana', 'Europe/London', 'Europe/London', 'Europe/Madrid', 'Europe/Minsk', 'Europe/Moscow', 'Europe/Moscow', 'Europe/Paris', 'Europe/Prague', 'Europe/Riga', 'Europe/Rome', 'Europe/Samara', 'Europe/Sarajevo', 'Europe/Skopje', 'Europe/Sofia', 'Europe/Stockholm', 'Europe/Tallinn', 'Europe/Vienna', 'Europe/Vilnius', 'Europe/Volgograd', 'Europe/Warsaw', 'Europe/Zagreb', 'Pacific/Apia', 'Pacific/Auckland', 'Pacific/Auckland', 'Pacific/Chatham', 'Pacific/Fakaofo', 'Pacific/Fiji', 'Pacific/Guadalcanal', 'Pacific/Guam', 'Pacific/Honolulu', 'Pacific/Majuro', 'Pacific/Midway', 'Pacific/Midway', 'Pacific/Noumea', 'Pacific/Pago_Pago', 'Pacific/Port_Moresby', 'Pacific/Tongatapu'].include?(opts[:'timezone'])
|
782
|
+
fail ArgumentError, 'invalid value for "timezone", must be one of Africa/Algiers, Africa/Cairo, Africa/Casablanca, Africa/Harare, Africa/Johannesburg, Africa/Monrovia, Africa/Nairobi, America/Argentina/Buenos_Aires, America/Bogota, America/Caracas, America/Chicago, America/Chihuahua, America/Denver, America/Godthab, America/Guatemala, America/Guyana, America/Halifax, America/Indiana/Indianapolis, America/Juneau, America/La_Paz, America/Lima, America/Lima, America/Los_Angeles, America/Mazatlan, America/Mexico_City, America/Mexico_City, America/Monterrey, America/Montevideo, America/New_York, America/Phoenix, America/Regina, America/Santiago, America/Sao_Paulo, America/St_Johns, America/Tijuana, Asia/Almaty, Asia/Baghdad, Asia/Baku, Asia/Bangkok, Asia/Bangkok, Asia/Chongqing, Asia/Colombo, Asia/Dhaka, Asia/Dhaka, Asia/Hong_Kong, Asia/Irkutsk, Asia/Jakarta, Asia/Jerusalem, Asia/Kabul, Asia/Kamchatka, Asia/Karachi, Asia/Karachi, Asia/Kathmandu, Asia/Kolkata, Asia/Kolkata, Asia/Kolkata, Asia/Kolkata, Asia/Krasnoyarsk, Asia/Kuala_Lumpur, Asia/Kuwait, Asia/Magadan, Asia/Muscat, Asia/Muscat, Asia/Novosibirsk, Asia/Rangoon, Asia/Riyadh, Asia/Seoul, Asia/Shanghai, Asia/Singapore, Asia/Srednekolymsk, Asia/Taipei, Asia/Tashkent, Asia/Tbilisi, Asia/Tehran, Asia/Tokyo, Asia/Tokyo, Asia/Tokyo, Asia/Ulaanbaatar, Asia/Urumqi, Asia/Vladivostok, Asia/Yakutsk, Asia/Yekaterinburg, Asia/Yerevan, Atlantic/Azores, Atlantic/Cape_Verde, Atlantic/South_Georgia, Australia/Adelaide, Australia/Brisbane, Australia/Darwin, Australia/Hobart, Australia/Melbourne, Australia/Melbourne, Australia/Perth, Australia/Sydney, Etc/UTC, UTC, Europe/Amsterdam, Europe/Athens, Europe/Belgrade, Europe/Berlin, Europe/Berlin, Europe/Bratislava, Europe/Brussels, Europe/Bucharest, Europe/Budapest, Europe/Copenhagen, Europe/Dublin, Europe/Helsinki, Europe/Istanbul, Europe/Kaliningrad, Europe/Kiev, Europe/Lisbon, Europe/Ljubljana, Europe/London, Europe/London, Europe/Madrid, Europe/Minsk, Europe/Moscow, Europe/Moscow, Europe/Paris, Europe/Prague, Europe/Riga, Europe/Rome, Europe/Samara, Europe/Sarajevo, Europe/Skopje, Europe/Sofia, Europe/Stockholm, Europe/Tallinn, Europe/Vienna, Europe/Vilnius, Europe/Volgograd, Europe/Warsaw, Europe/Zagreb, Pacific/Apia, Pacific/Auckland, Pacific/Auckland, Pacific/Chatham, Pacific/Fakaofo, Pacific/Fiji, Pacific/Guadalcanal, Pacific/Guam, Pacific/Honolulu, Pacific/Majuro, Pacific/Midway, Pacific/Midway, Pacific/Noumea, Pacific/Pago_Pago, Pacific/Port_Moresby, Pacific/Tongatapu'
|
783
|
+
end
|
784
|
+
# resource path
|
785
|
+
local_var_path = "/indices/{identifier}/intervals".sub('{' + 'identifier' + '}', identifier.to_s)
|
786
|
+
|
787
|
+
# query parameters
|
788
|
+
query_params = {}
|
789
|
+
query_params[:'interval_size'] = interval_size
|
790
|
+
query_params[:'start_date'] = opts[:'start_date'] if !opts[:'start_date'].nil?
|
791
|
+
query_params[:'start_time'] = opts[:'start_time'] if !opts[:'start_time'].nil?
|
792
|
+
query_params[:'end_date'] = opts[:'end_date'] if !opts[:'end_date'].nil?
|
793
|
+
query_params[:'end_time'] = opts[:'end_time'] if !opts[:'end_time'].nil?
|
794
|
+
query_params[:'timezone'] = opts[:'timezone'] if !opts[:'timezone'].nil?
|
795
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
796
|
+
|
797
|
+
# header parameters
|
798
|
+
header_params = {}
|
799
|
+
# HTTP header 'Accept' (if needed)
|
800
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'application/json'])
|
801
|
+
|
802
|
+
# form parameters
|
803
|
+
form_params = {}
|
804
|
+
|
805
|
+
# http body (model)
|
806
|
+
post_body = nil
|
807
|
+
auth_names = ['ApiKeyAuth']
|
808
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
809
|
+
:header_params => header_params,
|
810
|
+
:query_params => query_params,
|
811
|
+
:form_params => form_params,
|
812
|
+
:body => post_body,
|
813
|
+
:auth_names => auth_names,
|
814
|
+
:return_type => 'ApiResponseIndexIntervals')
|
815
|
+
if @api_client.config.debugging
|
816
|
+
@api_client.config.logger.debug "API called: IndexApi#get_index_intervals\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
817
|
+
end
|
818
|
+
return data, status_code, headers
|
819
|
+
end
|
820
|
+
|
736
821
|
# Index Summary By Identifier
|
737
822
|
#
|
738
823
|
# @param identifier The index symbol
|
@@ -787,7 +872,7 @@ module Intrinio
|
|
787
872
|
end
|
788
873
|
|
789
874
|
# Realtime Index Price By Identifier
|
790
|
-
#
|
875
|
+
# Returns the realtime price for an index.
|
791
876
|
# @param identifier The index symbol
|
792
877
|
# @param [Hash] opts the optional parameters
|
793
878
|
# @return [RealtimeIndexPrice]
|
@@ -797,7 +882,7 @@ module Intrinio
|
|
797
882
|
end
|
798
883
|
|
799
884
|
# Realtime Index Price By Identifier
|
800
|
-
#
|
885
|
+
# Returns the realtime price for an index.
|
801
886
|
# @param identifier The index symbol
|
802
887
|
# @param [Hash] opts the optional parameters
|
803
888
|
# @return [Array<(RealtimeIndexPrice, Fixnum, Hash)>] RealtimeIndexPrice data, response status code and response headers
|
@@ -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
|