intrinio-sdk 6.22.3 → 6.23.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 +8 -3
- data/docs/ApiResponseSecurityIntervalPrices.md +1 -1
- data/docs/OptionsApi.md +2 -2
- data/docs/RealtimeStockPrice.md +5 -0
- data/docs/SecurityApi.md +256 -7
- data/docs/SecurityIntervalMover.md +27 -0
- data/docs/SecurityIntervalsMoversResult.md +26 -0
- data/docs/StockPriceInterval.md +7 -3
- 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 +1 -1
- data/lib/intrinio-sdk/api/insider_transaction_filings_api.rb +1 -1
- data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
- data/lib/intrinio-sdk/api/options_api.rb +3 -3
- data/lib/intrinio-sdk/api/owners_api.rb +1 -1
- data/lib/intrinio-sdk/api/security_api.rb +191 -15
- data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
- data/lib/intrinio-sdk/api/technical_api.rb +1 -1
- data/lib/intrinio-sdk/api/zacks_api.rb +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_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_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_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_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_chain.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_chain_eod.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_price_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_prices_batch_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_prices_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_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 +4 -4
- data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_standardized_financials_dimensions.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_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_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_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +1 -1
- data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
- data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
- data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/company.rb +1 -1
- data/lib/intrinio-sdk/models/company_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_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/esg_company_summary.rb +1 -1
- data/lib/intrinio-sdk/models/esg_comprehensive_rating.rb +1 -1
- data/lib/intrinio-sdk/models/esg_comprehensive_rating_with_company.rb +1 -1
- data/lib/intrinio-sdk/models/esg_rating.rb +1 -1
- data/lib/intrinio-sdk/models/esg_rating_with_company.rb +1 -1
- data/lib/intrinio-sdk/models/etf.rb +1 -1
- data/lib/intrinio-sdk/models/etf_analytics.rb +1 -1
- data/lib/intrinio-sdk/models/etf_holding.rb +1 -1
- data/lib/intrinio-sdk/models/etf_stats.rb +1 -1
- data/lib/intrinio-sdk/models/etf_summary.rb +1 -1
- data/lib/intrinio-sdk/models/filing.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
- data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
- data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
- data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
- data/lib/intrinio-sdk/models/forex_price.rb +1 -1
- data/lib/intrinio-sdk/models/fundamental.rb +1 -1
- data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
- data/lib/intrinio-sdk/models/historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/insider_transaction.rb +1 -1
- data/lib/intrinio-sdk/models/insider_transaction_filing.rb +1 -1
- data/lib/intrinio-sdk/models/institutional_holding.rb +1 -1
- data/lib/intrinio-sdk/models/institutional_ownership.rb +1 -1
- data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
- data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/municipality.rb +1 -1
- data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
- data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/option.rb +1 -1
- data/lib/intrinio-sdk/models/option_chain.rb +1 -1
- data/lib/intrinio-sdk/models/option_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_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_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_snapshot_group.rb +1 -1
- data/lib/intrinio-sdk/models/option_snapshots_result.rb +1 -1
- data/lib/intrinio-sdk/models/option_stats_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_unusual_trade.rb +1 -1
- data/lib/intrinio-sdk/models/owner.rb +1 -1
- data/lib/intrinio-sdk/models/owner_summary.rb +1 -1
- data/lib/intrinio-sdk/models/realtime_stock_price.rb +52 -2
- data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
- data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
- data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
- data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
- data/lib/intrinio-sdk/models/security.rb +1 -1
- data/lib/intrinio-sdk/models/security_interval_mover.rb +259 -0
- data/lib/intrinio-sdk/models/security_intervals_movers_result.rb +254 -0
- 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/sic_index.rb +1 -1
- data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
- data/lib/intrinio-sdk/models/standardized_financials_dimension.rb +1 -1
- data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
- data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
- data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_interval.rb +82 -9
- 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_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_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_surprise.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +1 -1
- data/lib/intrinio-sdk/version.rb +2 -2
- data/lib/intrinio-sdk.rb +3 -1
- data/spec/models/security_interval_mover_spec.rb +84 -0
- data/spec/models/security_intervals_movers_result_spec.rb +64 -0
- metadata +10 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9747921ee64eb699a8d118db672b7a3bb292020f10b1a3b1ebc2fe29243ddf0
|
|
4
|
+
data.tar.gz: e8858eef44e1a888c18f5c2a7411831d48b415d41f91da2efab78df0c9c58237
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59a15dfeefa622f3a29769e3768e7a31671f56f7931dd55ea36a1e4d22749910226feccd6bdcaf21f7a3ced8a11ad2d9d71d4e816afe54dcbb393f46509e7716
|
|
7
|
+
data.tar.gz: b6e0c123c257a8d59f5b1354559ca23715836ad3da4164e85300ba7fff95fe36f3b6f7af7c2cf423b9c92d44c6d29fe88272ff8d81a1c552d38ec689ec70165b
|
data/README.md
CHANGED
|
@@ -8,8 +8,8 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a
|
|
|
8
8
|
|
|
9
9
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
10
10
|
|
|
11
|
-
- API version: 2.
|
|
12
|
-
- Package version: 6.
|
|
11
|
+
- API version: 2.39.0
|
|
12
|
+
- Package version: 6.23.0
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
@@ -148,7 +148,7 @@ Class | Method | HTTP request | Description
|
|
|
148
148
|
*Intrinio::OptionsApi* | [**get_options_chain_eod**](docs/OptionsApi.md#get_options_chain_eod) | **GET** /options/chain/{symbol}/{expiration}/eod | Options Chain EOD
|
|
149
149
|
*Intrinio::OptionsApi* | [**get_options_chain_realtime**](docs/OptionsApi.md#get_options_chain_realtime) | **GET** /options/chain/{symbol}/{expiration}/realtime | Options Chain Realtime
|
|
150
150
|
*Intrinio::OptionsApi* | [**get_options_expirations**](docs/OptionsApi.md#get_options_expirations) | **GET** /options/expirations/{symbol} | Options Expirations
|
|
151
|
-
*Intrinio::OptionsApi* | [**get_options_interval_by_contract**](docs/OptionsApi.md#get_options_interval_by_contract) | **GET** /options/interval/{identifier} | Options
|
|
151
|
+
*Intrinio::OptionsApi* | [**get_options_interval_by_contract**](docs/OptionsApi.md#get_options_interval_by_contract) | **GET** /options/interval/{identifier} | Options Intervals By Contract
|
|
152
152
|
*Intrinio::OptionsApi* | [**get_options_interval_movers**](docs/OptionsApi.md#get_options_interval_movers) | **GET** /options/interval/movers | Options Intervals Movers
|
|
153
153
|
*Intrinio::OptionsApi* | [**get_options_interval_movers_change**](docs/OptionsApi.md#get_options_interval_movers_change) | **GET** /options/interval/movers/change | Options Intervals Movers By Change
|
|
154
154
|
*Intrinio::OptionsApi* | [**get_options_interval_movers_volume**](docs/OptionsApi.md#get_options_interval_movers_volume) | **GET** /options/interval/movers/volume | Options Intervals Movers By Volume
|
|
@@ -173,6 +173,9 @@ Class | Method | HTTP request | Description
|
|
|
173
173
|
*Intrinio::SecurityApi* | [**get_security_data_point_text**](docs/SecurityApi.md#get_security_data_point_text) | **GET** /securities/{identifier}/data_point/{tag}/text | Data Point (Text) for Security
|
|
174
174
|
*Intrinio::SecurityApi* | [**get_security_historical_data**](docs/SecurityApi.md#get_security_historical_data) | **GET** /securities/{identifier}/historical_data/{tag} | Historical Data for Security
|
|
175
175
|
*Intrinio::SecurityApi* | [**get_security_insider_ownership**](docs/SecurityApi.md#get_security_insider_ownership) | **GET** /securities/{identifier}/institutional_ownership | Institutional Ownership by Security
|
|
176
|
+
*Intrinio::SecurityApi* | [**get_security_interval_movers**](docs/SecurityApi.md#get_security_interval_movers) | **GET** /securities/market_movers | Security Intervals Movers
|
|
177
|
+
*Intrinio::SecurityApi* | [**get_security_interval_movers_change**](docs/SecurityApi.md#get_security_interval_movers_change) | **GET** /securities/market_movers/change | Security Intervals Movers By Change
|
|
178
|
+
*Intrinio::SecurityApi* | [**get_security_interval_movers_volume**](docs/SecurityApi.md#get_security_interval_movers_volume) | **GET** /securities/market_movers/volume | Security Intervals Movers By Volume
|
|
176
179
|
*Intrinio::SecurityApi* | [**get_security_interval_prices**](docs/SecurityApi.md#get_security_interval_prices) | **GET** /securities/{identifier}/prices/intervals | Interval Stock Prices for Security
|
|
177
180
|
*Intrinio::SecurityApi* | [**get_security_intraday_prices**](docs/SecurityApi.md#get_security_intraday_prices) | **GET** /securities/{identifier}/prices/intraday | Intraday Stock Prices for Security
|
|
178
181
|
*Intrinio::SecurityApi* | [**get_security_latest_dividend_record**](docs/SecurityApi.md#get_security_latest_dividend_record) | **GET** /securities/{identifier}/dividends/latest | Latest Dividend Record for Security
|
|
@@ -486,6 +489,8 @@ Class | Method | HTTP request | Description
|
|
|
486
489
|
- [Intrinio::ReportedTag](docs/ReportedTag.md)
|
|
487
490
|
- [Intrinio::SICIndex](docs/SICIndex.md)
|
|
488
491
|
- [Intrinio::Security](docs/Security.md)
|
|
492
|
+
- [Intrinio::SecurityIntervalMover](docs/SecurityIntervalMover.md)
|
|
493
|
+
- [Intrinio::SecurityIntervalsMoversResult](docs/SecurityIntervalsMoversResult.md)
|
|
489
494
|
- [Intrinio::SecurityScreenClause](docs/SecurityScreenClause.md)
|
|
490
495
|
- [Intrinio::SecurityScreenGroup](docs/SecurityScreenGroup.md)
|
|
491
496
|
- [Intrinio::SecurityScreenResult](docs/SecurityScreenResult.md)
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
Name | Type | Description
|
|
14
14
|
------------ | ------------- | -------------
|
|
15
|
-
**intervals** | [**Array<StockPriceInterval>**](StockPriceInterval.md) | Open,
|
|
15
|
+
**intervals** | [**Array<StockPriceInterval>**](StockPriceInterval.md) | Open, close, high, low, volume, average price, and change ratio for a particular interval
|
|
16
16
|
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security resolved from the given identifier
|
|
17
17
|
**source** | String | The source of the data
|
|
18
18
|
**next_page** | String | The token required to request the next page of the data. If null, no further results are available.
|
data/docs/OptionsApi.md
CHANGED
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
|
13
13
|
[**get_options_chain_eod**](OptionsApi.md#get_options_chain_eod) | **GET** /options/chain/{symbol}/{expiration}/eod | Options Chain EOD
|
|
14
14
|
[**get_options_chain_realtime**](OptionsApi.md#get_options_chain_realtime) | **GET** /options/chain/{symbol}/{expiration}/realtime | Options Chain Realtime
|
|
15
15
|
[**get_options_expirations**](OptionsApi.md#get_options_expirations) | **GET** /options/expirations/{symbol} | Options Expirations
|
|
16
|
-
[**get_options_interval_by_contract**](OptionsApi.md#get_options_interval_by_contract) | **GET** /options/interval/{identifier} | Options
|
|
16
|
+
[**get_options_interval_by_contract**](OptionsApi.md#get_options_interval_by_contract) | **GET** /options/interval/{identifier} | Options Intervals By Contract
|
|
17
17
|
[**get_options_interval_movers**](OptionsApi.md#get_options_interval_movers) | **GET** /options/interval/movers | Options Intervals Movers
|
|
18
18
|
[**get_options_interval_movers_change**](OptionsApi.md#get_options_interval_movers_change) | **GET** /options/interval/movers/change | Options Intervals Movers By Change
|
|
19
19
|
[**get_options_interval_movers_volume**](OptionsApi.md#get_options_interval_movers_volume) | **GET** /options/interval/movers/volume | Options Intervals Movers By Volume
|
|
@@ -861,7 +861,7 @@ Name | Type | Description | Notes
|
|
|
861
861
|
|
|
862
862
|
> OptionIntervalsResult get_options_interval_by_contract(identifier, interval_size, opts)
|
|
863
863
|
|
|
864
|
-
#### Options
|
|
864
|
+
#### Options Intervals By Contract
|
|
865
865
|
|
|
866
866
|
|
|
867
867
|
Returns a list of interval data points for a contract.
|
data/docs/RealtimeStockPrice.md
CHANGED
|
@@ -27,6 +27,11 @@ Name | Type | Description
|
|
|
27
27
|
**market_volume** | Float | The number of shares exchanged during the trading day for the whole market.
|
|
28
28
|
**updated_on** | DateTime | The date and time when the data was last updated.
|
|
29
29
|
**source** | String | The source of the data.
|
|
30
|
+
**listing_venue** | String | The venue the price came from.
|
|
31
|
+
**sales_conditions** | String | The condition for the sale.
|
|
32
|
+
**quote_conditions** | String | The condition for the quote.
|
|
33
|
+
**market_center_code** | String | The market center character code.
|
|
34
|
+
**is_darkpool** | BOOLEAN | Whether or not the current trade is from a darkpool or not.
|
|
30
35
|
**security** | [**RealtimeStockPriceSecurity**](RealtimeStockPriceSecurity.md) |
|
|
31
36
|
|
|
32
37
|
[//]: # (END_DEFINITION)
|
data/docs/SecurityApi.md
CHANGED
|
@@ -10,6 +10,9 @@ Method | HTTP request | Description
|
|
|
10
10
|
[**get_security_data_point_text**](SecurityApi.md#get_security_data_point_text) | **GET** /securities/{identifier}/data_point/{tag}/text | Data Point (Text) for Security
|
|
11
11
|
[**get_security_historical_data**](SecurityApi.md#get_security_historical_data) | **GET** /securities/{identifier}/historical_data/{tag} | Historical Data for Security
|
|
12
12
|
[**get_security_insider_ownership**](SecurityApi.md#get_security_insider_ownership) | **GET** /securities/{identifier}/institutional_ownership | Institutional Ownership by Security
|
|
13
|
+
[**get_security_interval_movers**](SecurityApi.md#get_security_interval_movers) | **GET** /securities/market_movers | Security Intervals Movers
|
|
14
|
+
[**get_security_interval_movers_change**](SecurityApi.md#get_security_interval_movers_change) | **GET** /securities/market_movers/change | Security Intervals Movers By Change
|
|
15
|
+
[**get_security_interval_movers_volume**](SecurityApi.md#get_security_interval_movers_volume) | **GET** /securities/market_movers/volume | Security Intervals Movers By Volume
|
|
13
16
|
[**get_security_interval_prices**](SecurityApi.md#get_security_interval_prices) | **GET** /securities/{identifier}/prices/intervals | Interval Stock Prices for Security
|
|
14
17
|
[**get_security_intraday_prices**](SecurityApi.md#get_security_intraday_prices) | **GET** /securities/{identifier}/prices/intraday | Intraday Stock Prices for Security
|
|
15
18
|
[**get_security_latest_dividend_record**](SecurityApi.md#get_security_latest_dividend_record) | **GET** /securities/{identifier}/dividends/latest | Latest Dividend Record for Security
|
|
@@ -582,6 +585,252 @@ Name | Type | Description | Notes
|
|
|
582
585
|
[//]: # (END_OPERATION)
|
|
583
586
|
|
|
584
587
|
|
|
588
|
+
[//]: # (START_OPERATION)
|
|
589
|
+
|
|
590
|
+
[//]: # (CLASS:Intrinio::SecurityApi)
|
|
591
|
+
|
|
592
|
+
[//]: # (METHOD:get_security_interval_movers)
|
|
593
|
+
|
|
594
|
+
[//]: # (RETURN_TYPE:Intrinio::SecurityIntervalsMoversResult)
|
|
595
|
+
|
|
596
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
597
|
+
|
|
598
|
+
[//]: # (RETURN_TYPE_DOC:SecurityIntervalsMoversResult.md)
|
|
599
|
+
|
|
600
|
+
[//]: # (OPERATION:get_security_interval_movers_v2)
|
|
601
|
+
|
|
602
|
+
[//]: # (ENDPOINT:/securities/market_movers)
|
|
603
|
+
|
|
604
|
+
[//]: # (DOCUMENT_LINK:SecurityApi.md#get_security_interval_movers)
|
|
605
|
+
|
|
606
|
+
## **get_security_interval_movers**
|
|
607
|
+
|
|
608
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_security_interval_movers_v2)
|
|
609
|
+
|
|
610
|
+
[//]: # (START_OVERVIEW)
|
|
611
|
+
|
|
612
|
+
> SecurityIntervalsMoversResult get_security_interval_movers(opts)
|
|
613
|
+
|
|
614
|
+
#### Security Intervals Movers
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
Returns a list of intervals for the biggest movers over the last hour interval.
|
|
618
|
+
|
|
619
|
+
[//]: # (END_OVERVIEW)
|
|
620
|
+
|
|
621
|
+
### Example
|
|
622
|
+
|
|
623
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
624
|
+
|
|
625
|
+
```ruby
|
|
626
|
+
# Load the gem
|
|
627
|
+
require 'intrinio-sdk'
|
|
628
|
+
require 'pp'
|
|
629
|
+
|
|
630
|
+
# Setup authorization
|
|
631
|
+
Intrinio.configure do |config|
|
|
632
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
|
633
|
+
config.allow_retries = true
|
|
634
|
+
end
|
|
635
|
+
|
|
636
|
+
security_api = Intrinio::SecurityApi.new
|
|
637
|
+
|
|
638
|
+
opts = {
|
|
639
|
+
source: nil,
|
|
640
|
+
open_time: DateTime.parse(nil)
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
result = security_api.get_security_interval_movers(opts)
|
|
644
|
+
pp result
|
|
645
|
+
```
|
|
646
|
+
|
|
647
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
648
|
+
|
|
649
|
+
[//]: # (START_DEFINITION)
|
|
650
|
+
|
|
651
|
+
### Parameters
|
|
652
|
+
|
|
653
|
+
[//]: # (START_PARAMETERS)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
Name | Type | Description | Notes
|
|
657
|
+
------------- | ------------- | ------------- | -------------
|
|
658
|
+
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
|
659
|
+
**open_time** | DateTime| The inclusive UTC date and time the interval opens at. | [optional]
|
|
660
|
+
|
|
661
|
+
[//]: # (END_PARAMETERS)
|
|
662
|
+
|
|
663
|
+
### Return type
|
|
664
|
+
|
|
665
|
+
[**SecurityIntervalsMoversResult**](SecurityIntervalsMoversResult.md)
|
|
666
|
+
|
|
667
|
+
[//]: # (END_OPERATION)
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
[//]: # (START_OPERATION)
|
|
671
|
+
|
|
672
|
+
[//]: # (CLASS:Intrinio::SecurityApi)
|
|
673
|
+
|
|
674
|
+
[//]: # (METHOD:get_security_interval_movers_change)
|
|
675
|
+
|
|
676
|
+
[//]: # (RETURN_TYPE:Intrinio::SecurityIntervalsMoversResult)
|
|
677
|
+
|
|
678
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
679
|
+
|
|
680
|
+
[//]: # (RETURN_TYPE_DOC:SecurityIntervalsMoversResult.md)
|
|
681
|
+
|
|
682
|
+
[//]: # (OPERATION:get_security_interval_movers_change_v2)
|
|
683
|
+
|
|
684
|
+
[//]: # (ENDPOINT:/securities/market_movers/change)
|
|
685
|
+
|
|
686
|
+
[//]: # (DOCUMENT_LINK:SecurityApi.md#get_security_interval_movers_change)
|
|
687
|
+
|
|
688
|
+
## **get_security_interval_movers_change**
|
|
689
|
+
|
|
690
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_security_interval_movers_change_v2)
|
|
691
|
+
|
|
692
|
+
[//]: # (START_OVERVIEW)
|
|
693
|
+
|
|
694
|
+
> SecurityIntervalsMoversResult get_security_interval_movers_change(opts)
|
|
695
|
+
|
|
696
|
+
#### Security Intervals Movers By Change
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
Returns a list of intervals for the biggest movers by change over the last hour interval.
|
|
700
|
+
|
|
701
|
+
[//]: # (END_OVERVIEW)
|
|
702
|
+
|
|
703
|
+
### Example
|
|
704
|
+
|
|
705
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
706
|
+
|
|
707
|
+
```ruby
|
|
708
|
+
# Load the gem
|
|
709
|
+
require 'intrinio-sdk'
|
|
710
|
+
require 'pp'
|
|
711
|
+
|
|
712
|
+
# Setup authorization
|
|
713
|
+
Intrinio.configure do |config|
|
|
714
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
|
715
|
+
config.allow_retries = true
|
|
716
|
+
end
|
|
717
|
+
|
|
718
|
+
security_api = Intrinio::SecurityApi.new
|
|
719
|
+
|
|
720
|
+
opts = {
|
|
721
|
+
source: nil,
|
|
722
|
+
open_time: DateTime.parse(nil)
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
result = security_api.get_security_interval_movers_change(opts)
|
|
726
|
+
pp result
|
|
727
|
+
```
|
|
728
|
+
|
|
729
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
730
|
+
|
|
731
|
+
[//]: # (START_DEFINITION)
|
|
732
|
+
|
|
733
|
+
### Parameters
|
|
734
|
+
|
|
735
|
+
[//]: # (START_PARAMETERS)
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
Name | Type | Description | Notes
|
|
739
|
+
------------- | ------------- | ------------- | -------------
|
|
740
|
+
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
|
741
|
+
**open_time** | DateTime| The inclusive UTC date and time the interval opens at. | [optional]
|
|
742
|
+
|
|
743
|
+
[//]: # (END_PARAMETERS)
|
|
744
|
+
|
|
745
|
+
### Return type
|
|
746
|
+
|
|
747
|
+
[**SecurityIntervalsMoversResult**](SecurityIntervalsMoversResult.md)
|
|
748
|
+
|
|
749
|
+
[//]: # (END_OPERATION)
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
[//]: # (START_OPERATION)
|
|
753
|
+
|
|
754
|
+
[//]: # (CLASS:Intrinio::SecurityApi)
|
|
755
|
+
|
|
756
|
+
[//]: # (METHOD:get_security_interval_movers_volume)
|
|
757
|
+
|
|
758
|
+
[//]: # (RETURN_TYPE:Intrinio::SecurityIntervalsMoversResult)
|
|
759
|
+
|
|
760
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
761
|
+
|
|
762
|
+
[//]: # (RETURN_TYPE_DOC:SecurityIntervalsMoversResult.md)
|
|
763
|
+
|
|
764
|
+
[//]: # (OPERATION:get_security_interval_movers_volume_v2)
|
|
765
|
+
|
|
766
|
+
[//]: # (ENDPOINT:/securities/market_movers/volume)
|
|
767
|
+
|
|
768
|
+
[//]: # (DOCUMENT_LINK:SecurityApi.md#get_security_interval_movers_volume)
|
|
769
|
+
|
|
770
|
+
## **get_security_interval_movers_volume**
|
|
771
|
+
|
|
772
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_security_interval_movers_volume_v2)
|
|
773
|
+
|
|
774
|
+
[//]: # (START_OVERVIEW)
|
|
775
|
+
|
|
776
|
+
> SecurityIntervalsMoversResult get_security_interval_movers_volume(opts)
|
|
777
|
+
|
|
778
|
+
#### Security Intervals Movers By Volume
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
Returns a list of intervals for the biggest movers by volume over the last hour interval.
|
|
782
|
+
|
|
783
|
+
[//]: # (END_OVERVIEW)
|
|
784
|
+
|
|
785
|
+
### Example
|
|
786
|
+
|
|
787
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
788
|
+
|
|
789
|
+
```ruby
|
|
790
|
+
# Load the gem
|
|
791
|
+
require 'intrinio-sdk'
|
|
792
|
+
require 'pp'
|
|
793
|
+
|
|
794
|
+
# Setup authorization
|
|
795
|
+
Intrinio.configure do |config|
|
|
796
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
|
797
|
+
config.allow_retries = true
|
|
798
|
+
end
|
|
799
|
+
|
|
800
|
+
security_api = Intrinio::SecurityApi.new
|
|
801
|
+
|
|
802
|
+
opts = {
|
|
803
|
+
source: nil,
|
|
804
|
+
open_time: DateTime.parse(nil)
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
result = security_api.get_security_interval_movers_volume(opts)
|
|
808
|
+
pp result
|
|
809
|
+
```
|
|
810
|
+
|
|
811
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
812
|
+
|
|
813
|
+
[//]: # (START_DEFINITION)
|
|
814
|
+
|
|
815
|
+
### Parameters
|
|
816
|
+
|
|
817
|
+
[//]: # (START_PARAMETERS)
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
Name | Type | Description | Notes
|
|
821
|
+
------------- | ------------- | ------------- | -------------
|
|
822
|
+
**source** | String| Realtime or 15-minute delayed contracts. | [optional]
|
|
823
|
+
**open_time** | DateTime| The inclusive UTC date and time the interval opens at. | [optional]
|
|
824
|
+
|
|
825
|
+
[//]: # (END_PARAMETERS)
|
|
826
|
+
|
|
827
|
+
### Return type
|
|
828
|
+
|
|
829
|
+
[**SecurityIntervalsMoversResult**](SecurityIntervalsMoversResult.md)
|
|
830
|
+
|
|
831
|
+
[//]: # (END_OPERATION)
|
|
832
|
+
|
|
833
|
+
|
|
585
834
|
[//]: # (START_OPERATION)
|
|
586
835
|
|
|
587
836
|
[//]: # (CLASS:Intrinio::SecurityApi)
|
|
@@ -606,12 +855,12 @@ Name | Type | Description | Notes
|
|
|
606
855
|
|
|
607
856
|
[//]: # (START_OVERVIEW)
|
|
608
857
|
|
|
609
|
-
> ApiResponseSecurityIntervalPrices get_security_interval_prices(identifier, opts)
|
|
858
|
+
> ApiResponseSecurityIntervalPrices get_security_interval_prices(identifier, interval_size, opts)
|
|
610
859
|
|
|
611
860
|
#### Interval Stock Prices for Security
|
|
612
861
|
|
|
613
862
|
|
|
614
|
-
Return
|
|
863
|
+
Return open, close, high, low, volume, average price, and change ratio for a particular interval for the Security with the given `identifier`
|
|
615
864
|
|
|
616
865
|
[//]: # (END_OVERVIEW)
|
|
617
866
|
|
|
@@ -632,6 +881,7 @@ end
|
|
|
632
881
|
|
|
633
882
|
security_api = Intrinio::SecurityApi.new
|
|
634
883
|
identifier = "AAPL"
|
|
884
|
+
interval_size = "15m"
|
|
635
885
|
|
|
636
886
|
opts = {
|
|
637
887
|
source: nil,
|
|
@@ -640,12 +890,11 @@ opts = {
|
|
|
640
890
|
end_date: Date.parse("2019-01-01"),
|
|
641
891
|
end_time: nil,
|
|
642
892
|
timezone: "UTC",
|
|
643
|
-
interval_size: 1d,
|
|
644
893
|
page_size: 100,
|
|
645
894
|
next_page: nil
|
|
646
895
|
}
|
|
647
896
|
|
|
648
|
-
result = security_api.get_security_interval_prices(identifier, opts)
|
|
897
|
+
result = security_api.get_security_interval_prices(identifier, interval_size, opts)
|
|
649
898
|
pp result
|
|
650
899
|
```
|
|
651
900
|
|
|
@@ -661,13 +910,13 @@ pp result
|
|
|
661
910
|
Name | Type | Description | Notes
|
|
662
911
|
------------- | ------------- | ------------- | -------------
|
|
663
912
|
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
|
913
|
+
**interval_size** | String| The interval for which to return stock prices | [default to 15m]
|
|
664
914
|
**source** | String| Return intervals from the specified data source | [optional]
|
|
665
915
|
**start_date** | Date| Return intervals starting at the specified date | [optional]
|
|
666
|
-
**start_time** | String| Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm' format
|
|
916
|
+
**start_time** | String| Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm:ss' format) | [optional]
|
|
667
917
|
**end_date** | Date| Return intervals stopping at the specified date | [optional]
|
|
668
|
-
**end_time** | String| Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm' format
|
|
918
|
+
**end_time** | String| Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format) | [optional]
|
|
669
919
|
**timezone** | String| Returns trading times in this timezone | [optional] [default to UTC]
|
|
670
|
-
**interval_size** | String| The interval for which to return stock prices | [optional] [default to 1d]
|
|
671
920
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
|
672
921
|
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
|
673
922
|
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
[//]: # (CLASS:Intrinio::SecurityIntervalMover)
|
|
4
|
+
|
|
5
|
+
[//]: # (KIND:object)
|
|
6
|
+
|
|
7
|
+
### Intrinio::SecurityIntervalMover
|
|
8
|
+
|
|
9
|
+
#### Properties
|
|
10
|
+
|
|
11
|
+
[//]: # (START_DEFINITION)
|
|
12
|
+
|
|
13
|
+
Name | Type | Description
|
|
14
|
+
------------ | ------------- | -------------
|
|
15
|
+
**symbol** | String | The ticker symbol for the interval
|
|
16
|
+
**change** | Float | The ratio of Close minus Open to Open.
|
|
17
|
+
**open** | Float | The first traded price in this interval.
|
|
18
|
+
**high** | Float | The highest traded price in this interval.
|
|
19
|
+
**low** | Float | The lowest traded price in this interval.
|
|
20
|
+
**close** | Float | The last traded price in this interval.
|
|
21
|
+
**volume** | Float | The volume of trades in this interval.
|
|
22
|
+
**average** | Float | The volume weighted average price of trades in this interval.
|
|
23
|
+
|
|
24
|
+
[//]: # (END_DEFINITION)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
[//]: # (CLASS:Intrinio::SecurityIntervalsMoversResult)
|
|
4
|
+
|
|
5
|
+
[//]: # (KIND:object)
|
|
6
|
+
|
|
7
|
+
### Intrinio::SecurityIntervalsMoversResult
|
|
8
|
+
|
|
9
|
+
#### Properties
|
|
10
|
+
|
|
11
|
+
[//]: # (START_DEFINITION)
|
|
12
|
+
|
|
13
|
+
Name | Type | Description
|
|
14
|
+
------------ | ------------- | -------------
|
|
15
|
+
**open_time** | DateTime | The UTC timestamp for the time this interval opened.
|
|
16
|
+
**close_time** | DateTime | The UTC timestamp for the time this interval closed.
|
|
17
|
+
**size** | String | The size of the time span for the interval.
|
|
18
|
+
**intervals** | [**Array<SecurityIntervalMover>**](SecurityIntervalMover.md) | Array of all the intervals in the result.
|
|
19
|
+
|
|
20
|
+
[//]: # (END_DEFINITION)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
[//]: # (CONTAINED_CLASS:Intrinio::SecurityIntervalMover)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
data/docs/StockPriceInterval.md
CHANGED
|
@@ -12,12 +12,16 @@
|
|
|
12
12
|
|
|
13
13
|
Name | Type | Description
|
|
14
14
|
------------ | ------------- | -------------
|
|
15
|
-
**time** | DateTime | The timestamp that the
|
|
16
|
-
**open** | Float | The
|
|
17
|
-
**close** | Float | The
|
|
15
|
+
**time** | DateTime | The timestamp that represents the start of the interval span.
|
|
16
|
+
**open** | Float | The first traded price during the period
|
|
17
|
+
**close** | Float | The last traded price during the period
|
|
18
18
|
**high** | Float | The highest price over the span of the period
|
|
19
19
|
**low** | Float | The lowest price over the span of the period
|
|
20
20
|
**volume** | Float | The number of shares exchanged during the period
|
|
21
|
+
**close_time** | DateTime | The timestamp that represents the end of the interval span.
|
|
22
|
+
**interval** | String | The size of the interval.
|
|
23
|
+
**average** | Float | The average trade price of an individual stock during the interval.
|
|
24
|
+
**change** | Float | The change ratio from open to close. ((Close - Open)/Open).
|
|
21
25
|
|
|
22
26
|
[//]: # (END_DEFINITION)
|
|
23
27
|
|
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.39.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.39.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.39.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.39.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.39.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.39.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.39.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.39.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.39.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.39.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.39.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.39.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.39.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.39.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|