From 5a0dc24f9e67fbb398f592717fb4b870d4a2582d Mon Sep 17 00:00:00 2001 From: ssnyder-intrinio Date: Wed, 18 Sep 2024 22:26:47 -0500 Subject: [PATCH] No release notes for this build --- README.md | 8 +- docs/ApiResponseSecurityQuote.md | 9 + docs/ApiResponseStockExchangeQuote.md | 27 + docs/BulkDownloadSummary.md | 1 + docs/CompanyApi.md | 6 +- docs/OptionsApi.md | 8 +- docs/StockExchangeApi.md | 88 ++- intrinio_sdk/__init__.py | 3 +- intrinio_sdk/api/bulk_downloads_api.py | 2 +- intrinio_sdk/api/company_api.py | 10 +- intrinio_sdk/api/data_point_api.py | 2 +- intrinio_sdk/api/data_tag_api.py | 2 +- intrinio_sdk/api/esg_api.py | 2 +- intrinio_sdk/api/et_fs_api.py | 2 +- intrinio_sdk/api/filing_api.py | 2 +- intrinio_sdk/api/forex_api.py | 2 +- intrinio_sdk/api/fundamentals_api.py | 2 +- intrinio_sdk/api/historical_data_api.py | 2 +- intrinio_sdk/api/index_api.py | 2 +- .../api/insider_transaction_filings_api.py | 2 +- intrinio_sdk/api/market_api.py | 2 +- intrinio_sdk/api/municipality_api.py | 2 +- intrinio_sdk/api/options_api.py | 12 +- intrinio_sdk/api/owners_api.py | 2 +- intrinio_sdk/api/security_api.py | 2 +- intrinio_sdk/api/stock_exchange_api.py | 120 +++- intrinio_sdk/api/technical_api.py | 2 +- intrinio_sdk/api/zacks_api.py | 2 +- intrinio_sdk/api_client.py | 4 +- intrinio_sdk/configuration.py | 6 +- intrinio_sdk/models/__init__.py | 3 +- ...tion_distribution_index_technical_value.py | 2 +- .../api_response_bulk_download_links.py | 2 +- intrinio_sdk/models/api_response_companies.py | 2 +- .../models/api_response_companies_search.py | 2 +- .../models/api_response_company_answers.py | 2 +- .../api_response_company_daily_metrics.py | 2 +- .../models/api_response_company_filings.py | 2 +- .../api_response_company_fundamentals.py | 2 +- .../api_response_company_historical_data.py | 2 +- ...nse_company_insider_transaction_filings.py | 2 +- .../models/api_response_company_news.py | 2 +- .../models/api_response_company_news_body.py | 2 +- ...pi_response_company_public_float_result.py | 2 +- .../models/api_response_company_recognize.py | 2 +- .../models/api_response_company_securities.py | 2 +- ...api_response_company_shares_outstanding.py | 2 +- intrinio_sdk/models/api_response_data_tags.py | 2 +- .../models/api_response_data_tags_search.py | 2 +- ...response_economic_index_historical_data.py | 2 +- .../models/api_response_economic_indices.py | 2 +- .../api_response_economic_indices_search.py | 2 +- .../models/api_response_eod_index_prices.py | 2 +- .../api_response_eod_index_prices_all.py | 2 +- .../models/api_response_esg_companies.py | 2 +- ...sg_company_comprehensive_rating_history.py | 2 +- ...api_response_esg_company_rating_history.py | 2 +- .../models/api_response_esg_latest.py | 2 +- .../api_response_esg_latest_comprehensive.py | 2 +- intrinio_sdk/models/api_response_et_fs.py | 2 +- .../models/api_response_etf_holdings.py | 2 +- .../models/api_response_filing_answers.py | 2 +- .../api_response_filing_fundamentals.py | 2 +- .../models/api_response_filing_notes.py | 2 +- .../api_response_filing_notes_search.py | 2 +- intrinio_sdk/models/api_response_filings.py | 2 +- .../models/api_response_forex_currencies.py | 2 +- .../models/api_response_forex_pairs.py | 2 +- .../models/api_response_forex_prices.py | 2 +- .../models/api_response_historical_data.py | 2 +- intrinio_sdk/models/api_response_index.py | 2 +- intrinio_sdk/models/api_response_indices.py | 2 +- .../api_response_initial_public_offerings.py | 2 +- ...pi_response_insider_transaction_filings.py | 2 +- .../models/api_response_municipalities.py | 2 +- .../api_response_municipalitiy_financials.py | 2 +- intrinio_sdk/models/api_response_news.py | 2 +- .../models/api_response_option_prices.py | 2 +- intrinio_sdk/models/api_response_options.py | 2 +- .../models/api_response_options_aggregates.py | 2 +- .../models/api_response_options_chain.py | 2 +- .../models/api_response_options_chain_eod.py | 2 +- .../api_response_options_chain_realtime.py | 2 +- .../api_response_options_expirations.py | 2 +- .../api_response_options_price_realtime.py | 2 +- ..._response_options_prices_batch_realtime.py | 2 +- ...ponse_options_prices_by_ticker_realtime.py | 2 +- .../models/api_response_options_prices_eod.py | 2 +- .../models/api_response_options_realtime.py | 2 +- .../api_response_options_stats_realtime.py | 2 +- .../models/api_response_options_tickers.py | 2 +- .../api_response_options_unusual_activity.py | 2 +- ...ponse_owner_insider_transaction_filings.py | 2 +- ...i_response_owner_institutional_holdings.py | 2 +- intrinio_sdk/models/api_response_owners.py | 2 +- .../api_response_realtime_index_prices.py | 2 +- .../api_response_reported_financials.py | 2 +- .../models/api_response_securities.py | 2 +- .../models/api_response_securities_search.py | 2 +- ...ecurity_accumulation_distribution_index.py | 2 +- ...e_security_average_daily_trading_volume.py | 2 +- ...onse_security_average_directional_index.py | 2 +- ...pi_response_security_average_true_range.py | 2 +- ...pi_response_security_awesome_oscillator.py | 2 +- .../api_response_security_bollinger_bands.py | 2 +- ...pi_response_security_chaikin_money_flow.py | 2 +- ...sponse_security_commodity_channel_index.py | 2 +- ...nse_security_detrended_price_oscillator.py | 2 +- .../api_response_security_donchian_channel.py | 2 +- .../api_response_security_ease_of_movement.py | 2 +- .../api_response_security_force_index.py | 2 +- .../api_response_security_historical_data.py | 2 +- ...pi_response_security_ichimoku_kinko_hyo.py | 2 +- ...sponse_security_institutional_ownership.py | 2 +- .../api_response_security_interval_prices.py | 2 +- .../api_response_security_intraday_prices.py | 2 +- .../api_response_security_keltner_channel.py | 2 +- .../api_response_security_know_sure_thing.py | 2 +- .../api_response_security_mass_index.py | 2 +- .../api_response_security_money_flow_index.py | 2 +- ...y_moving_average_convergence_divergence.py | 2 +- ...response_security_negative_volume_index.py | 2 +- ...api_response_security_on_balance_volume.py | 2 +- ...esponse_security_on_balance_volume_mean.py | 2 +- .../models/api_response_security_quote.py | 557 +++++++++++++++++- ...sponse_security_relative_strength_index.py | 2 +- ...response_security_simple_moving_average.py | 2 +- ...response_security_stochastic_oscillator.py | 2 +- ...sponse_security_stock_price_adjustments.py | 2 +- .../api_response_security_stock_prices.py | 2 +- ...nse_security_triple_exponential_average.py | 2 +- ...i_response_security_true_strength_index.py | 2 +- ...i_response_security_ultimate_oscillator.py | 2 +- ...pi_response_security_volume_price_trend.py | 2 +- ..._security_volume_weighted_average_price.py | 2 +- .../api_response_security_vortex_indicator.py | 2 +- .../api_response_security_williams_r.py | 2 +- ...response_security_zacks_analyst_ratings.py | 2 +- ...security_zacks_analyst_ratings_snapshot.py | 2 +- ...i_response_security_zacks_eps_surprises.py | 2 +- ...response_security_zacks_sales_surprises.py | 2 +- .../api_response_sic_index_historical_data.py | 2 +- .../models/api_response_sic_indices.py | 2 +- .../models/api_response_sic_indices_search.py | 2 +- .../api_response_standardized_financials.py | 2 +- ...onse_standardized_financials_dimensions.py | 2 +- .../api_response_stock_exchange_quote.py | 211 +++++++ ...se_stock_exchange_realtime_stock_prices.py | 2 +- .../api_response_stock_exchange_securities.py | 2 +- ..._stock_exchange_stock_price_adjustments.py | 2 +- ...pi_response_stock_exchange_stock_prices.py | 2 +- .../models/api_response_stock_exchanges.py | 2 +- ...onse_stock_market_index_historical_data.py | 2 +- .../api_response_stock_market_indices.py | 2 +- ...pi_response_stock_market_indices_search.py | 2 +- .../api_response_zacks_analyst_ratings.py | 2 +- .../api_response_zacks_ebitda_consensus.py | 2 +- .../api_response_zacks_eps_estimates.py | 2 +- .../api_response_zacks_eps_growth_rates.py | 2 +- .../api_response_zacks_eps_surprises.py | 2 +- .../models/api_response_zacks_etf_holdings.py | 2 +- .../models/api_response_zacks_forward_p_es.py | 2 +- ...e_zacks_institutional_holding_companies.py | 2 +- ...onse_zacks_institutional_holding_owners.py | 2 +- ...i_response_zacks_institutional_holdings.py | 2 +- ...i_response_zacks_long_term_growth_rates.py | 2 +- .../api_response_zacks_sales_estimates.py | 2 +- .../api_response_zacks_sales_surprises.py | 2 +- ...response_zacks_target_price_consensuses.py | 2 +- ...ge_daily_trading_volume_technical_value.py | 2 +- ...erage_directional_index_technical_value.py | 2 +- .../average_true_range_technical_value.py | 2 +- .../awesome_oscillator_technical_value.py | 2 +- .../models/bollinger_bands_technical_value.py | 2 +- intrinio_sdk/models/bulk_download_links.py | 2 +- intrinio_sdk/models/bulk_download_summary.py | 65 +- .../chaikin_money_flow_technical_value.py | 2 +- ...commodity_channel_index_technical_value.py | 2 +- intrinio_sdk/models/company.py | 2 +- intrinio_sdk/models/company_daily_metric.py | 2 +- intrinio_sdk/models/company_filing.py | 2 +- .../models/company_initial_public_offering.py | 2 +- intrinio_sdk/models/company_news.py | 2 +- intrinio_sdk/models/company_news_summary.py | 2 +- intrinio_sdk/models/company_public_float.py | 2 +- .../models/company_shares_outstanding.py | 2 +- intrinio_sdk/models/company_summary.py | 2 +- intrinio_sdk/models/data_tag.py | 2 +- intrinio_sdk/models/data_tag_summary.py | 2 +- ...rended_price_oscillator_technical_value.py | 2 +- intrinio_sdk/models/dividend_record.py | 2 +- .../donchian_channel_technical_value.py | 2 +- intrinio_sdk/models/earnings_record.py | 2 +- .../ease_of_movement_technical_value.py | 2 +- intrinio_sdk/models/economic_index.py | 2 +- intrinio_sdk/models/economic_index_summary.py | 2 +- intrinio_sdk/models/eod_index_price.py | 2 +- .../models/eod_index_price_summary.py | 2 +- intrinio_sdk/models/esg_company_summary.py | 2 +- .../models/esg_comprehensive_rating.py | 2 +- .../esg_comprehensive_rating_with_company.py | 2 +- intrinio_sdk/models/esg_rating.py | 2 +- .../models/esg_rating_with_company.py | 2 +- intrinio_sdk/models/etf.py | 2 +- intrinio_sdk/models/etf_analytics.py | 2 +- intrinio_sdk/models/etf_holding.py | 2 +- intrinio_sdk/models/etf_stats.py | 2 +- intrinio_sdk/models/etf_summary.py | 2 +- intrinio_sdk/models/filing.py | 2 +- intrinio_sdk/models/filing_note.py | 2 +- intrinio_sdk/models/filing_note_filing.py | 2 +- intrinio_sdk/models/filing_note_summary.py | 2 +- intrinio_sdk/models/filing_summary.py | 2 +- .../models/force_index_technical_value.py | 2 +- intrinio_sdk/models/forex_currency.py | 2 +- intrinio_sdk/models/forex_pair.py | 2 +- intrinio_sdk/models/forex_price.py | 2 +- intrinio_sdk/models/fundamental.py | 2 +- intrinio_sdk/models/fundamental_summary.py | 2 +- intrinio_sdk/models/historical_data.py | 2 +- .../ichimoku_kinko_hyo_technical_value.py | 2 +- intrinio_sdk/models/insider_transaction.py | 2 +- .../models/insider_transaction_filing.py | 2 +- intrinio_sdk/models/institutional_holding.py | 2 +- .../models/institutional_ownership.py | 2 +- intrinio_sdk/models/intraday_stock_price.py | 2 +- .../models/keltner_channel_technical_value.py | 2 +- .../models/know_sure_thing_technical_value.py | 2 +- intrinio_sdk/models/market_status_result.py | 2 +- .../models/mass_index_technical_value.py | 2 +- .../money_flow_index_technical_value.py | 2 +- ..._convergence_divergence_technical_value.py | 2 +- intrinio_sdk/models/municipality.py | 2 +- intrinio_sdk/models/municipality_financial.py | 2 +- .../negative_volume_index_technical_value.py | 2 +- intrinio_sdk/models/news_topic.py | 2 +- .../on_balance_volume_mean_technical_value.py | 2 +- .../on_balance_volume_technical_value.py | 2 +- intrinio_sdk/models/option.py | 2 +- intrinio_sdk/models/option_chain.py | 2 +- intrinio_sdk/models/option_chain_eod.py | 2 +- intrinio_sdk/models/option_chain_realtime.py | 2 +- intrinio_sdk/models/option_contracts_list.py | 2 +- intrinio_sdk/models/option_eod.py | 2 +- .../models/option_factors_realtime.py | 2 +- intrinio_sdk/models/option_interval.py | 2 +- intrinio_sdk/models/option_interval_mover.py | 2 +- .../models/option_intervals_movers_result.py | 2 +- .../models/option_intervals_result.py | 2 +- intrinio_sdk/models/option_price.py | 2 +- .../models/option_price_batch_realtime.py | 2 +- intrinio_sdk/models/option_price_eod.py | 2 +- intrinio_sdk/models/option_price_realtime.py | 2 +- .../models/option_price_realtime_extended.py | 2 +- intrinio_sdk/models/option_realtime.py | 2 +- intrinio_sdk/models/option_snapshot_group.py | 2 +- .../models/option_snapshots_result.py | 2 +- intrinio_sdk/models/option_stats_realtime.py | 2 +- intrinio_sdk/models/option_unusual_trade.py | 2 +- intrinio_sdk/models/options_aggregate.py | 2 +- intrinio_sdk/models/owner.py | 2 +- intrinio_sdk/models/owner_summary.py | 2 +- intrinio_sdk/models/realtime_index_price.py | 2 +- .../models/realtime_index_price_index.py | 2 +- intrinio_sdk/models/realtime_stock_price.py | 2 +- .../models/realtime_stock_price_security.py | 2 +- ...relative_strength_index_technical_value.py | 2 +- intrinio_sdk/models/reported_financial.py | 2 +- .../models/reported_financial_dimension.py | 2 +- intrinio_sdk/models/reported_tag.py | 2 +- intrinio_sdk/models/security.py | 2 +- intrinio_sdk/models/security_history.py | 2 +- .../models/security_history_list_result.py | 2 +- .../models/security_interval_mover.py | 2 +- .../security_intervals_movers_result.py | 2 +- .../models/security_replay_file_result.py | 2 +- intrinio_sdk/models/security_screen_clause.py | 2 +- intrinio_sdk/models/security_screen_group.py | 2 +- .../models/security_screen_group.py-- | 2 +- intrinio_sdk/models/security_screen_result.py | 2 +- .../models/security_screen_result_data.py | 2 +- .../models/security_snapshot_group.py | 2 +- .../models/security_snapshots_result.py | 2 +- intrinio_sdk/models/security_summary.py | 2 +- intrinio_sdk/models/security_trades.py | 2 +- intrinio_sdk/models/security_trades_result.py | 2 +- intrinio_sdk/models/sic_index.py | 2 +- .../simple_moving_average_technical_value.py | 2 +- intrinio_sdk/models/standardized_financial.py | 2 +- .../standardized_financials_dimension.py | 2 +- .../stochastic_oscillator_technical_value.py | 2 +- intrinio_sdk/models/stock_exchange.py | 2 +- intrinio_sdk/models/stock_market_index.py | 2 +- .../models/stock_market_index_summary.py | 2 +- intrinio_sdk/models/stock_price.py | 2 +- intrinio_sdk/models/stock_price_adjustment.py | 2 +- .../models/stock_price_adjustment_summary.py | 2 +- intrinio_sdk/models/stock_price_interval.py | 2 +- intrinio_sdk/models/stock_price_summary.py | 2 +- intrinio_sdk/models/technical_indicator.py | 2 +- intrinio_sdk/models/thea_entity_answer.py | 2 +- intrinio_sdk/models/thea_source_document.py | 2 +- ...ple_exponential_average_technical_value.py | 2 +- .../true_strength_index_technical_value.py | 2 +- .../ultimate_oscillator_technical_value.py | 2 +- .../volume_price_trend_technical_value.py | 2 +- .../volume_weighted_average_price_value.py | 2 +- .../vortex_indicator_technical_value.py | 2 +- .../models/williams_r_technical_value.py | 2 +- intrinio_sdk/models/zacks_analyst_rating.py | 2 +- .../models/zacks_analyst_rating_snapshot.py | 2 +- .../models/zacks_analyst_rating_summary.py | 2 +- intrinio_sdk/models/zacks_ebitda_consensus.py | 2 +- intrinio_sdk/models/zacks_eps_estimate.py | 2 +- intrinio_sdk/models/zacks_eps_growth_rate.py | 2 +- intrinio_sdk/models/zacks_eps_surprise.py | 2 +- .../models/zacks_eps_surprise_summary.py | 2 +- intrinio_sdk/models/zacks_etf_holding.py | 2 +- intrinio_sdk/models/zacks_forward_pe.py | 2 +- .../models/zacks_institutional_holding.py | 2 +- ...ks_institutional_holding_company_detail.py | 2 +- ...s_institutional_holding_company_summary.py | 2 +- ...nstitutional_holding_historical_summary.py | 2 +- ...acks_institutional_holding_owner_detail.py | 2 +- ...cks_institutional_holding_owner_summary.py | 2 +- .../models/zacks_long_term_growth_rate.py | 2 +- intrinio_sdk/models/zacks_sales_estimate.py | 2 +- intrinio_sdk/models/zacks_sales_surprise.py | 2 +- .../models/zacks_sales_surprise_summary.py | 2 +- .../models/zacks_target_price_consensus.py | 2 +- intrinio_sdk/rest.py | 2 +- setup.py | 4 +- ...tion_distribution_index_technical_value.py | 2 +- test/test_api_response_bulk_download_links.py | 2 +- test/test_api_response_companies.py | 2 +- test/test_api_response_companies_search.py | 2 +- test/test_api_response_company_answers.py | 2 +- ...test_api_response_company_daily_metrics.py | 2 +- test/test_api_response_company_filings.py | 2 +- .../test_api_response_company_fundamentals.py | 2 +- ...st_api_response_company_historical_data.py | 2 +- ...nse_company_insider_transaction_filings.py | 2 +- test/test_api_response_company_news.py | 2 +- test/test_api_response_company_news_body.py | 2 +- ...pi_response_company_public_float_result.py | 2 +- test/test_api_response_company_recognize.py | 2 +- test/test_api_response_company_securities.py | 2 +- ...api_response_company_shares_outstanding.py | 2 +- test/test_api_response_data_tags.py | 2 +- test/test_api_response_data_tags_search.py | 2 +- ...response_economic_index_historical_data.py | 2 +- test/test_api_response_economic_indices.py | 2 +- ...st_api_response_economic_indices_search.py | 2 +- test/test_api_response_eod_index_prices.py | 2 +- .../test_api_response_eod_index_prices_all.py | 2 +- test/test_api_response_esg_companies.py | 2 +- ...sg_company_comprehensive_rating_history.py | 2 +- ...api_response_esg_company_rating_history.py | 2 +- test/test_api_response_esg_latest.py | 2 +- ...t_api_response_esg_latest_comprehensive.py | 2 +- test/test_api_response_et_fs.py | 2 +- test/test_api_response_etf_holdings.py | 2 +- test/test_api_response_filing_answers.py | 2 +- test/test_api_response_filing_fundamentals.py | 2 +- test/test_api_response_filing_notes.py | 2 +- test/test_api_response_filing_notes_search.py | 2 +- test/test_api_response_filings.py | 2 +- test/test_api_response_forex_currencies.py | 2 +- test/test_api_response_forex_pairs.py | 2 +- test/test_api_response_forex_prices.py | 2 +- test/test_api_response_historical_data.py | 2 +- test/test_api_response_index.py | 2 +- test/test_api_response_indices.py | 2 +- ...t_api_response_initial_public_offerings.py | 2 +- ...pi_response_insider_transaction_filings.py | 2 +- test/test_api_response_municipalities.py | 2 +- ...t_api_response_municipalitiy_financials.py | 2 +- test/test_api_response_news.py | 2 +- test/test_api_response_option_prices.py | 2 +- test/test_api_response_options.py | 2 +- test/test_api_response_options_aggregates.py | 2 +- test/test_api_response_options_chain.py | 2 +- test/test_api_response_options_chain_eod.py | 2 +- ...est_api_response_options_chain_realtime.py | 2 +- test/test_api_response_options_expirations.py | 2 +- ...est_api_response_options_price_realtime.py | 2 +- ..._response_options_prices_batch_realtime.py | 2 +- ...ponse_options_prices_by_ticker_realtime.py | 2 +- test/test_api_response_options_prices_eod.py | 2 +- test/test_api_response_options_realtime.py | 2 +- ...est_api_response_options_stats_realtime.py | 2 +- test/test_api_response_options_tickers.py | 2 +- ...t_api_response_options_unusual_activity.py | 2 +- ...ponse_owner_insider_transaction_filings.py | 2 +- ...i_response_owner_institutional_holdings.py | 2 +- test/test_api_response_owners.py | 2 +- ...test_api_response_realtime_index_prices.py | 2 +- test/test_api_response_reported_financials.py | 2 +- test/test_api_response_securities.py | 2 +- test/test_api_response_securities_search.py | 2 +- ...ecurity_accumulation_distribution_index.py | 2 +- ...e_security_average_daily_trading_volume.py | 2 +- ...onse_security_average_directional_index.py | 2 +- ...pi_response_security_average_true_range.py | 2 +- ...pi_response_security_awesome_oscillator.py | 2 +- ...t_api_response_security_bollinger_bands.py | 2 +- ...pi_response_security_chaikin_money_flow.py | 2 +- ...sponse_security_commodity_channel_index.py | 2 +- ...nse_security_detrended_price_oscillator.py | 2 +- ..._api_response_security_donchian_channel.py | 2 +- ..._api_response_security_ease_of_movement.py | 2 +- .../test_api_response_security_force_index.py | 2 +- ...t_api_response_security_historical_data.py | 2 +- ...pi_response_security_ichimoku_kinko_hyo.py | 2 +- ...sponse_security_institutional_ownership.py | 2 +- ...t_api_response_security_interval_prices.py | 2 +- ...t_api_response_security_intraday_prices.py | 2 +- ...t_api_response_security_keltner_channel.py | 2 +- ...t_api_response_security_know_sure_thing.py | 2 +- test/test_api_response_security_mass_index.py | 2 +- ..._api_response_security_money_flow_index.py | 2 +- ...y_moving_average_convergence_divergence.py | 2 +- ...response_security_negative_volume_index.py | 2 +- ...api_response_security_on_balance_volume.py | 2 +- ...esponse_security_on_balance_volume_mean.py | 2 +- test/test_api_response_security_quote.py | 2 +- ...sponse_security_relative_strength_index.py | 2 +- ...response_security_simple_moving_average.py | 2 +- ...response_security_stochastic_oscillator.py | 2 +- ...sponse_security_stock_price_adjustments.py | 2 +- ...test_api_response_security_stock_prices.py | 2 +- ...nse_security_triple_exponential_average.py | 2 +- ...i_response_security_true_strength_index.py | 2 +- ...i_response_security_ultimate_oscillator.py | 2 +- ...pi_response_security_volume_price_trend.py | 2 +- ..._security_volume_weighted_average_price.py | 2 +- ..._api_response_security_vortex_indicator.py | 2 +- test/test_api_response_security_williams_r.py | 2 +- ...response_security_zacks_analyst_ratings.py | 2 +- ...security_zacks_analyst_ratings_snapshot.py | 2 +- ...i_response_security_zacks_eps_surprises.py | 2 +- ...response_security_zacks_sales_surprises.py | 2 +- ..._api_response_sic_index_historical_data.py | 2 +- test/test_api_response_sic_indices.py | 2 +- test/test_api_response_sic_indices_search.py | 2 +- ...st_api_response_standardized_financials.py | 2 +- ...onse_standardized_financials_dimensions.py | 2 +- .../test_api_response_stock_exchange_quote.py | 40 ++ ...se_stock_exchange_realtime_stock_prices.py | 2 +- ..._api_response_stock_exchange_securities.py | 2 +- ..._stock_exchange_stock_price_adjustments.py | 2 +- ...pi_response_stock_exchange_stock_prices.py | 2 +- test/test_api_response_stock_exchanges.py | 2 +- ...onse_stock_market_index_historical_data.py | 2 +- .../test_api_response_stock_market_indices.py | 2 +- ...pi_response_stock_market_indices_search.py | 2 +- ...test_api_response_zacks_analyst_ratings.py | 2 +- ...est_api_response_zacks_ebitda_consensus.py | 2 +- test/test_api_response_zacks_eps_estimates.py | 2 +- ...est_api_response_zacks_eps_growth_rates.py | 2 +- test/test_api_response_zacks_eps_surprises.py | 2 +- test/test_api_response_zacks_etf_holdings.py | 2 +- test/test_api_response_zacks_forward_p_es.py | 2 +- ...e_zacks_institutional_holding_companies.py | 2 +- ...onse_zacks_institutional_holding_owners.py | 2 +- ...i_response_zacks_institutional_holdings.py | 2 +- ...i_response_zacks_long_term_growth_rates.py | 2 +- ...test_api_response_zacks_sales_estimates.py | 2 +- ...test_api_response_zacks_sales_surprises.py | 2 +- ...response_zacks_target_price_consensuses.py | 2 +- ...ge_daily_trading_volume_technical_value.py | 2 +- ...erage_directional_index_technical_value.py | 2 +- ...test_average_true_range_technical_value.py | 2 +- ...test_awesome_oscillator_technical_value.py | 2 +- test/test_bollinger_bands_technical_value.py | 2 +- test/test_bulk_download_links.py | 2 +- test/test_bulk_download_summary.py | 2 +- test/test_bulk_downloads_api.py | 2 +- ...test_chaikin_money_flow_technical_value.py | 2 +- ...commodity_channel_index_technical_value.py | 2 +- test/test_company.py | 2 +- test/test_company_api.py | 4 +- test/test_company_daily_metric.py | 2 +- test/test_company_filing.py | 2 +- test/test_company_initial_public_offering.py | 2 +- test/test_company_news.py | 2 +- test/test_company_news_summary.py | 2 +- test/test_company_public_float.py | 2 +- test/test_company_shares_outstanding.py | 2 +- test/test_company_summary.py | 2 +- test/test_data_point_api.py | 2 +- test/test_data_tag.py | 2 +- test/test_data_tag_api.py | 2 +- test/test_data_tag_summary.py | 2 +- ...rended_price_oscillator_technical_value.py | 2 +- test/test_dividend_record.py | 2 +- test/test_donchian_channel_technical_value.py | 2 +- test/test_earnings_record.py | 2 +- test/test_ease_of_movement_technical_value.py | 2 +- test/test_economic_index.py | 2 +- test/test_economic_index_summary.py | 2 +- test/test_eod_index_price.py | 2 +- test/test_eod_index_price_summary.py | 2 +- test/test_esg_api.py | 2 +- test/test_esg_company_summary.py | 2 +- test/test_esg_comprehensive_rating.py | 2 +- ...t_esg_comprehensive_rating_with_company.py | 2 +- test/test_esg_rating.py | 2 +- test/test_esg_rating_with_company.py | 2 +- test/test_et_fs_api.py | 2 +- test/test_etf.py | 2 +- test/test_etf_analytics.py | 2 +- test/test_etf_holding.py | 2 +- test/test_etf_stats.py | 2 +- test/test_etf_summary.py | 2 +- test/test_filing.py | 2 +- test/test_filing_api.py | 2 +- test/test_filing_note.py | 2 +- test/test_filing_note_filing.py | 2 +- test/test_filing_note_summary.py | 2 +- test/test_filing_summary.py | 2 +- test/test_force_index_technical_value.py | 2 +- test/test_forex_api.py | 2 +- test/test_forex_currency.py | 2 +- test/test_forex_pair.py | 2 +- test/test_forex_price.py | 2 +- test/test_fundamental.py | 2 +- test/test_fundamental_summary.py | 2 +- test/test_fundamentals_api.py | 2 +- test/test_historical_data.py | 2 +- test/test_historical_data_api.py | 2 +- ...test_ichimoku_kinko_hyo_technical_value.py | 2 +- test/test_index_api.py | 2 +- test/test_insider_transaction.py | 2 +- test/test_insider_transaction_filing.py | 2 +- test/test_insider_transaction_filings_api.py | 2 +- test/test_institutional_holding.py | 2 +- test/test_institutional_ownership.py | 2 +- test/test_intraday_stock_price.py | 2 +- test/test_keltner_channel_technical_value.py | 2 +- test/test_know_sure_thing_technical_value.py | 2 +- test/test_market_api.py | 2 +- test/test_market_status_result.py | 2 +- test/test_mass_index_technical_value.py | 2 +- test/test_money_flow_index_technical_value.py | 2 +- ..._convergence_divergence_technical_value.py | 2 +- test/test_municipality.py | 2 +- test/test_municipality_api.py | 2 +- test/test_municipality_financial.py | 2 +- ...t_negative_volume_index_technical_value.py | 2 +- test/test_news_topic.py | 2 +- ..._on_balance_volume_mean_technical_value.py | 2 +- .../test_on_balance_volume_technical_value.py | 2 +- test/test_option.py | 2 +- test/test_option_chain.py | 2 +- test/test_option_chain_eod.py | 2 +- test/test_option_chain_realtime.py | 2 +- test/test_option_contracts_list.py | 2 +- test/test_option_eod.py | 2 +- test/test_option_factors_realtime.py | 2 +- test/test_option_interval.py | 2 +- test/test_option_interval_mover.py | 2 +- test/test_option_intervals_movers_result.py | 2 +- test/test_option_intervals_result.py | 2 +- test/test_option_price.py | 2 +- test/test_option_price_batch_realtime.py | 2 +- test/test_option_price_eod.py | 2 +- test/test_option_price_realtime.py | 2 +- test/test_option_price_realtime_extended.py | 2 +- test/test_option_realtime.py | 2 +- test/test_option_snapshot_group.py | 2 +- test/test_option_snapshots_result.py | 2 +- test/test_option_stats_realtime.py | 2 +- test/test_option_unusual_trade.py | 2 +- test/test_options_aggregate.py | 2 +- test/test_options_api.py | 2 +- test/test_owner.py | 2 +- test/test_owner_summary.py | 2 +- test/test_owners_api.py | 2 +- test/test_realtime_index_price.py | 2 +- test/test_realtime_index_price_index.py | 2 +- test/test_realtime_stock_price.py | 2 +- test/test_realtime_stock_price_security.py | 2 +- ...relative_strength_index_technical_value.py | 2 +- test/test_reported_financial.py | 2 +- test/test_reported_financial_dimension.py | 2 +- test/test_reported_tag.py | 2 +- test/test_security.py | 2 +- test/test_security_api.py | 2 +- test/test_security_history.py | 2 +- test/test_security_history_list_result.py | 2 +- test/test_security_interval_mover.py | 2 +- test/test_security_intervals_movers_result.py | 2 +- test/test_security_replay_file_result.py | 2 +- test/test_security_screen_clause.py | 2 +- test/test_security_screen_group.py | 2 +- test/test_security_screen_result.py | 2 +- test/test_security_screen_result_data.py | 2 +- test/test_security_snapshot_group.py | 2 +- test/test_security_snapshots_result.py | 2 +- test/test_security_summary.py | 2 +- test/test_security_trades.py | 2 +- test/test_security_trades_result.py | 2 +- test/test_sic_index.py | 2 +- ...t_simple_moving_average_technical_value.py | 2 +- test/test_standardized_financial.py | 2 +- .../test_standardized_financials_dimension.py | 2 +- ...t_stochastic_oscillator_technical_value.py | 2 +- test/test_stock_exchange.py | 2 +- test/test_stock_exchange_api.py | 9 +- test/test_stock_market_index.py | 2 +- test/test_stock_market_index_summary.py | 2 +- test/test_stock_price.py | 2 +- test/test_stock_price_adjustment.py | 2 +- test/test_stock_price_adjustment_summary.py | 2 +- test/test_stock_price_interval.py | 2 +- test/test_stock_price_summary.py | 2 +- test/test_technical_api.py | 2 +- test/test_technical_indicator.py | 2 +- test/test_thea_entity_answer.py | 2 +- test/test_thea_source_document.py | 2 +- ...ple_exponential_average_technical_value.py | 2 +- ...est_true_strength_index_technical_value.py | 2 +- ...est_ultimate_oscillator_technical_value.py | 2 +- ...test_volume_price_trend_technical_value.py | 2 +- ...est_volume_weighted_average_price_value.py | 2 +- test/test_vortex_indicator_technical_value.py | 2 +- test/test_williams_r_technical_value.py | 2 +- test/test_zacks_analyst_rating.py | 2 +- test/test_zacks_analyst_rating_snapshot.py | 2 +- test/test_zacks_analyst_rating_summary.py | 2 +- test/test_zacks_api.py | 2 +- test/test_zacks_ebitda_consensus.py | 2 +- test/test_zacks_eps_estimate.py | 2 +- test/test_zacks_eps_growth_rate.py | 2 +- test/test_zacks_eps_surprise.py | 2 +- test/test_zacks_eps_surprise_summary.py | 2 +- test/test_zacks_etf_holding.py | 2 +- test/test_zacks_forward_pe.py | 2 +- test/test_zacks_institutional_holding.py | 2 +- ...ks_institutional_holding_company_detail.py | 2 +- ...s_institutional_holding_company_summary.py | 2 +- ...nstitutional_holding_historical_summary.py | 2 +- ...acks_institutional_holding_owner_detail.py | 2 +- ...cks_institutional_holding_owner_summary.py | 2 +- test/test_zacks_long_term_growth_rate.py | 2 +- test/test_zacks_sales_estimate.py | 2 +- test/test_zacks_sales_surprise.py | 2 +- test/test_zacks_sales_surprise_summary.py | 2 +- test/test_zacks_target_price_consensus.py | 2 +- 650 files changed, 1787 insertions(+), 666 deletions(-) create mode 100644 docs/ApiResponseStockExchangeQuote.md create mode 100644 intrinio_sdk/models/api_response_stock_exchange_quote.py create mode 100644 test/test_api_response_stock_exchange_quote.py diff --git a/README.md b/README.md index a3c5c904a..b6e8b498e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ To get an API key, [sign up here](https://intrinio.com/). 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. -- API version: 2.66.2 -- Package version: 6.30.0 +- API version: 2.70.0 +- Package version: 6.31.0 ## Requirements. @@ -112,7 +112,7 @@ Class | Method | HTTP request | Description *CompanyApi* | [**get_company_historical_data**](docs/CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company *CompanyApi* | [**get_company_ipos**](docs/CompanyApi.md#get_company_ipos) | **GET** /companies/ipos | IPOs *CompanyApi* | [**get_company_news**](docs/CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company -*CompanyApi* | [**get_company_news_body**](docs/CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. +*CompanyApi* | [**get_company_news_body**](docs/CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | News Article Body *CompanyApi* | [**get_company_public_float**](docs/CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float *CompanyApi* | [**get_company_securities**](docs/CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company *CompanyApi* | [**insider_transaction_filings_by_company**](docs/CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company @@ -282,6 +282,7 @@ Class | Method | HTTP request | Description *StockExchangeApi* | [**get_stock_exchange_by_id**](docs/StockExchangeApi.md#get_stock_exchange_by_id) | **GET** /stock_exchanges/{identifier} | Lookup Stock Exchange *StockExchangeApi* | [**get_stock_exchange_price_adjustments**](docs/StockExchangeApi.md#get_stock_exchange_price_adjustments) | **GET** /stock_exchanges/{identifier}/prices/adjustments | Stock Price Adjustments by Exchange *StockExchangeApi* | [**get_stock_exchange_prices**](docs/StockExchangeApi.md#get_stock_exchange_prices) | **GET** /stock_exchanges/{identifier}/prices | Stock Prices by Exchange +*StockExchangeApi* | [**get_stock_exchange_quote**](docs/StockExchangeApi.md#get_stock_exchange_quote) | **GET** /stock_exchanges/{identifier}/quote | Realtime Quote Prices by Exchange *StockExchangeApi* | [**get_stock_exchange_realtime_prices**](docs/StockExchangeApi.md#get_stock_exchange_realtime_prices) | **GET** /stock_exchanges/{identifier}/prices/realtime | Realtime Stock Prices by Exchange *StockExchangeApi* | [**get_stock_exchange_securities**](docs/StockExchangeApi.md#get_stock_exchange_securities) | **GET** /stock_exchanges/{identifier}/securities | Securities by Exchange *TechnicalApi* | [**get_security_price_technicals_adi**](docs/TechnicalApi.md#get_security_price_technicals_adi) | **GET** /securities/{identifier}/prices/technicals/adi | Accumulation/Distribution Index @@ -449,6 +450,7 @@ Class | Method | HTTP request | Description - [ApiResponseSecurityZacksSalesSurprises](docs/ApiResponseSecurityZacksSalesSurprises.md) - [ApiResponseStandardizedFinancials](docs/ApiResponseStandardizedFinancials.md) - [ApiResponseStandardizedFinancialsDimensions](docs/ApiResponseStandardizedFinancialsDimensions.md) + - [ApiResponseStockExchangeQuote](docs/ApiResponseStockExchangeQuote.md) - [ApiResponseStockExchangeRealtimeStockPrices](docs/ApiResponseStockExchangeRealtimeStockPrices.md) - [ApiResponseStockExchangeSecurities](docs/ApiResponseStockExchangeSecurities.md) - [ApiResponseStockExchangeStockPriceAdjustments](docs/ApiResponseStockExchangeStockPriceAdjustments.md) diff --git a/docs/ApiResponseSecurityQuote.md b/docs/ApiResponseSecurityQuote.md index 59db8e57c..5693bac5f 100644 --- a/docs/ApiResponseSecurityQuote.md +++ b/docs/ApiResponseSecurityQuote.md @@ -31,14 +31,23 @@ Name | Type | Description **change_percent** | float | The percent difference in last price from the last close price   **adj_close_5_days_ago** | float | The adjusted close price 5 days ago.   **adj_close_30_days_ago** | float | The adjusted close price 30 days ago.   +**adj_close_90_days_ago** | float | The adjusted close price 90 days ago.   **adj_close_180_days_ago** | float | The adjusted close price 180 days ago.   **adj_close_365_days_ago** | float | The adjusted close price 365 days ago.   +**adj_close_730_days_ago** | float | The adjusted close price 730 days ago.   **adj_close_1825_days_ago** | float | The adjusted close price 1825 days ago.   +**adj_close_year_to_date** | float | The adjusted close price at the start of the calendar year.   **change_percent_5_days** | float | The percent change from the adjusted price 5 days ago to now.   **change_percent_30_days** | float | The percent change from the adjusted price 30 days ago to now.   +**change_percent_90_days** | float | The percent change from the adjusted price 90 days ago to now.   **change_percent_180_days** | float | The percent change from the adjusted price 180 days ago to now.   **change_percent_365_days** | float | The percent change from the adjusted price 365 days ago to now.   +**change_percent_730_days_ago** | float | The percent change from the adjusted price 730 days ago to now.   **change_percent_1825_days** | float | The percent change from the adjusted price 1825 days ago to now.   +**change_percent_year_to_date** | float | The percent change from the adjusted price since the start of the calendar year to now.   +**extended_hours_last** | float | The price of the latest trade in pre and post market trading. Might be null during normal trading   +**extended_hours_change** | float | The difference in extended_hours_last price from most recent official close price   +**extended_hours_change_percent** | float | The percent difference in extended_hours_last from the most recent official close price   [//]: # (END_DEFINITION) diff --git a/docs/ApiResponseStockExchangeQuote.md b/docs/ApiResponseStockExchangeQuote.md new file mode 100644 index 000000000..ac79c13bc --- /dev/null +++ b/docs/ApiResponseStockExchangeQuote.md @@ -0,0 +1,27 @@ + + +[//]: # (CLASS:ApiResponseStockExchangeQuote) + +[//]: # (KIND:object) + +### ApiResponseStockExchangeQuote + +#### Properties + +[//]: # (START_DEFINITION) + +Name | Type | Description +------------ | ------------- | ------------- +**quotes** | [**list[ApiResponseSecurityQuote]**](ApiResponseSecurityQuote.md) | The realtime stock prices for all Securities traded on the Stock Exchange   +**stock_exchange** | [**StockExchange**](StockExchange.md) | The Stock Exchange resolved from the given identifier   + +[//]: # (END_DEFINITION) + + +[//]: # (CONTAINED_CLASS:ApiResponseSecurityQuote) + + +[//]: # (CONTAINED_CLASS:StockExchange) + + + diff --git a/docs/BulkDownloadSummary.md b/docs/BulkDownloadSummary.md index fb003e6fe..e903d6af8 100644 --- a/docs/BulkDownloadSummary.md +++ b/docs/BulkDownloadSummary.md @@ -17,6 +17,7 @@ Name | Type | Description **format** | str | The file format of the bulk download   **data_length_bytes** | str | The total length of the bulk download data in bytes   **update_frequency** | str | The update frequency for the bulk download   +**last_updated** | date | The date on which the bulk download was last updated   **links** | [**list[BulkDownloadLinks]**](BulkDownloadLinks.md) | Links to all of the files comprising the bulk download. Links expire in 24 hours.   [//]: # (END_DEFINITION) diff --git a/docs/CompanyApi.md b/docs/CompanyApi.md index 723470fbb..30a5782e8 100644 --- a/docs/CompanyApi.md +++ b/docs/CompanyApi.md @@ -17,7 +17,7 @@ Method | HTTP request | Description [**get_company_historical_data**](CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company [**get_company_ipos**](CompanyApi.md#get_company_ipos) | **GET** /companies/ipos | IPOs [**get_company_news**](CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company -[**get_company_news_body**](CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. +[**get_company_news_body**](CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | News Article Body [**get_company_public_float**](CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float [**get_company_securities**](CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company [**insider_transaction_filings_by_company**](CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company @@ -1192,10 +1192,10 @@ Name | Type | Description | Notes > ApiResponseCompanyNewsBody get_company_news_body(news_story_id, publication_date, specific_source=specific_source, next_page=next_page) -#### The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. +#### News Article Body -Returns the news article body. +Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. [//]: # (END_OVERVIEW) diff --git a/docs/OptionsApi.md b/docs/OptionsApi.md index 6f2b31958..d0f37ed89 100644 --- a/docs/OptionsApi.md +++ b/docs/OptionsApi.md @@ -128,7 +128,7 @@ This endpoint does not need any parameter. [//]: # (START_OVERVIEW) -> ApiResponseOptionsAggregates get_option_aggregates(date=date) +> ApiResponseOptionsAggregates get_option_aggregates(date=date, page_size=page_size, next_page=next_page) #### Total open interest and volume aggregated by ticker @@ -150,8 +150,10 @@ intrinio.ApiClient().set_api_key('YOUR_API_KEY') intrinio.ApiClient().allow_retries(True) date = "2024-04-24" +page_size = 100 +next_page = '' -response = intrinio.OptionsApi().get_option_aggregates(date=date) +response = intrinio.OptionsApi().get_option_aggregates(date=date, page_size=page_size, next_page=next_page) print(response) # Note: For a Pandas DataFrame, import Pandas and use pd.DataFrame(response.property_name_dict) @@ -168,6 +170,8 @@ print(response) Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **date** | [**object**](.md)| Return aggregated data for this date | [optional]   + **page_size** | int| The number of results to return | [optional] [default to 100]   + **next_page** | str| Gets the next page of data from a previous API call | [optional]  
[//]: # (END_PARAMETERS) diff --git a/docs/StockExchangeApi.md b/docs/StockExchangeApi.md index be98f190e..4a69d0cda 100644 --- a/docs/StockExchangeApi.md +++ b/docs/StockExchangeApi.md @@ -8,6 +8,7 @@ Method | HTTP request | Description [**get_stock_exchange_by_id**](StockExchangeApi.md#get_stock_exchange_by_id) | **GET** /stock_exchanges/{identifier} | Lookup Stock Exchange [**get_stock_exchange_price_adjustments**](StockExchangeApi.md#get_stock_exchange_price_adjustments) | **GET** /stock_exchanges/{identifier}/prices/adjustments | Stock Price Adjustments by Exchange [**get_stock_exchange_prices**](StockExchangeApi.md#get_stock_exchange_prices) | **GET** /stock_exchanges/{identifier}/prices | Stock Prices by Exchange +[**get_stock_exchange_quote**](StockExchangeApi.md#get_stock_exchange_quote) | **GET** /stock_exchanges/{identifier}/quote | Realtime Quote Prices by Exchange [**get_stock_exchange_realtime_prices**](StockExchangeApi.md#get_stock_exchange_realtime_prices) | **GET** /stock_exchanges/{identifier}/prices/realtime | Realtime Stock Prices by Exchange [**get_stock_exchange_securities**](StockExchangeApi.md#get_stock_exchange_securities) | **GET** /stock_exchanges/{identifier}/securities | Securities by Exchange @@ -339,6 +340,87 @@ Name | Type | Description | Notes [//]: # (END_OPERATION) +[//]: # (START_OPERATION) + +[//]: # (CLASS:StockExchangeApi) + +[//]: # (METHOD:get_stock_exchange_quote) + +[//]: # (RETURN_TYPE:ApiResponseStockExchangeQuote) + +[//]: # (RETURN_TYPE_KIND:object) + +[//]: # (RETURN_TYPE_DOC:ApiResponseStockExchangeQuote.md) + +[//]: # (OPERATION:get_stock_exchange_quote_v2) + +[//]: # (ENDPOINT:/stock_exchanges/{identifier}/quote) + +[//]: # (DOCUMENT_LINK:StockExchangeApi.md#get_stock_exchange_quote) + +## **get_stock_exchange_quote** + +[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/python/get_stock_exchange_quote_v2) + +[//]: # (START_OVERVIEW) + +> ApiResponseStockExchangeQuote get_stock_exchange_quote(identifier, tickers, source=source, active_only=active_only) + +#### Realtime Quote Prices by Exchange + + +Returns quote prices for the Stock Exchange with the given `identifier` + +[//]: # (END_OVERVIEW) + +### Example +[//]: # (START_CODE_EXAMPLE) + +```python +from __future__ import print_function +import time +import intrinio_sdk as intrinio +from intrinio_sdk.rest import ApiException + +intrinio.ApiClient().set_api_key('YOUR_API_KEY') +intrinio.ApiClient().allow_retries(True) + +identifier = 'USCOMP' +tickers = ['AAPL,MSFT,NVDA'] +source = 'delayed_sip' +active_only = '' + +response = intrinio.StockExchangeApi().get_stock_exchange_quote(identifier, tickers, source=source, active_only=active_only) +print(response) + +# Note: For a Pandas DataFrame, import Pandas and use pd.DataFrame(response.property_name_dict) +``` +[//]: # (END_CODE_EXAMPLE) + +[//]: # (START_DEFINITION) + +### Parameters + +[//]: # (START_PARAMETERS) + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **identifier** | str| A Stock Exchange identifier (MIC or Intrinio ID) |   + **tickers** | [**list[str]**](str.md)| The comma-delimited list of ticker symbols to return quotes for. |   + **source** | str| Return the realtime price from the specified source instead of the most recent. | [optional]   + **active_only** | bool| Returns prices only from the most recent trading day. | [optional]   +
+ +[//]: # (END_PARAMETERS) + +### Return type + +[**ApiResponseStockExchangeQuote**](ApiResponseStockExchangeQuote.md) + +[//]: # (END_OPERATION) + + [//]: # (START_OPERATION) [//]: # (CLASS:StockExchangeApi) @@ -363,7 +445,7 @@ Name | Type | Description | Notes [//]: # (START_OVERVIEW) -> ApiResponseStockExchangeRealtimeStockPrices get_stock_exchange_realtime_prices(identifier, source=source, active_only=active_only, page_size=page_size, tickers=tickers, next_page=next_page) +> ApiResponseStockExchangeRealtimeStockPrices get_stock_exchange_realtime_prices(identifier, source=source, active_only=active_only, traded_today=traded_today, page_size=page_size, tickers=tickers, next_page=next_page) #### Realtime Stock Prices by Exchange @@ -387,11 +469,12 @@ intrinio.ApiClient().allow_retries(True) identifier = 'USCOMP' source = ['iex,delayed_sip'] active_only = '' +traded_today = '' page_size = 100 tickers = ['AAPL,MSFT,NVDA'] next_page = '' -response = intrinio.StockExchangeApi().get_stock_exchange_realtime_prices(identifier, source=source, active_only=active_only, page_size=page_size, tickers=tickers, next_page=next_page) +response = intrinio.StockExchangeApi().get_stock_exchange_realtime_prices(identifier, source=source, active_only=active_only, traded_today=traded_today, page_size=page_size, tickers=tickers, next_page=next_page) print(response) # Note: For a Pandas DataFrame, import Pandas and use pd.DataFrame(response.property_name_dict) @@ -410,6 +493,7 @@ Name | Type | Description | Notes **identifier** | str| A Stock Exchange identifier (MIC or Intrinio ID) |   **source** | [**list[str]**](str.md)| Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used. | [optional]   **active_only** | bool| Returns prices only from the most recent trading day. | [optional]   + **traded_today** | bool| Returns prices only from securities which have traded on the most recent trading day. | [optional]   **page_size** | int| The number of results to return | [optional] [default to 100]   **tickers** | [**list[str]**](str.md)| The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned. | [optional]   **next_page** | str| Gets the next page of data from a previous API call | [optional]   diff --git a/intrinio_sdk/__init__.py b/intrinio_sdk/__init__.py index 373f5bc0d..aee4f63e5 100644 --- a/intrinio_sdk/__init__.py +++ b/intrinio_sdk/__init__.py @@ -7,7 +7,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -156,6 +156,7 @@ from intrinio_sdk.models.api_response_security_zacks_sales_surprises import ApiResponseSecurityZacksSalesSurprises from intrinio_sdk.models.api_response_standardized_financials import ApiResponseStandardizedFinancials from intrinio_sdk.models.api_response_standardized_financials_dimensions import ApiResponseStandardizedFinancialsDimensions +from intrinio_sdk.models.api_response_stock_exchange_quote import ApiResponseStockExchangeQuote from intrinio_sdk.models.api_response_stock_exchange_realtime_stock_prices import ApiResponseStockExchangeRealtimeStockPrices from intrinio_sdk.models.api_response_stock_exchange_securities import ApiResponseStockExchangeSecurities from intrinio_sdk.models.api_response_stock_exchange_stock_price_adjustments import ApiResponseStockExchangeStockPriceAdjustments diff --git a/intrinio_sdk/api/bulk_downloads_api.py b/intrinio_sdk/api/bulk_downloads_api.py index 273d5b43b..f0934bfbd 100644 --- a/intrinio_sdk/api/bulk_downloads_api.py +++ b/intrinio_sdk/api/bulk_downloads_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/company_api.py b/intrinio_sdk/api/company_api.py index 1a100b08a..fde9dbdb0 100644 --- a/intrinio_sdk/api/company_api.py +++ b/intrinio_sdk/api/company_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -1611,9 +1611,9 @@ def get_company_news_with_http_info(self, identifier, **kwargs): # noqa: E501 collection_formats=collection_formats) def get_company_news_body(self, news_story_id, publication_date, **kwargs): # noqa: E501 - """The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. # noqa: E501 + """News Article Body # noqa: E501 - Returns the news article body. # noqa: E501 + Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True >>> thread = api.get_company_news_body(news_story_id, publication_date, _async=True) @@ -1636,9 +1636,9 @@ def get_company_news_body(self, news_story_id, publication_date, **kwargs): # n return data def get_company_news_body_with_http_info(self, news_story_id, publication_date, **kwargs): # noqa: E501 - """The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. # noqa: E501 + """News Article Body # noqa: E501 - Returns the news article body. # noqa: E501 + Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True >>> thread = api.get_company_news_body_with_http_info(news_story_id, publication_date, _async=True) diff --git a/intrinio_sdk/api/data_point_api.py b/intrinio_sdk/api/data_point_api.py index 932f7e446..9fc182961 100644 --- a/intrinio_sdk/api/data_point_api.py +++ b/intrinio_sdk/api/data_point_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/data_tag_api.py b/intrinio_sdk/api/data_tag_api.py index 06b6784c9..cb09a9474 100644 --- a/intrinio_sdk/api/data_tag_api.py +++ b/intrinio_sdk/api/data_tag_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/esg_api.py b/intrinio_sdk/api/esg_api.py index cf0bda88f..280f32d76 100644 --- a/intrinio_sdk/api/esg_api.py +++ b/intrinio_sdk/api/esg_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/et_fs_api.py b/intrinio_sdk/api/et_fs_api.py index c702b63f4..2af990d4f 100644 --- a/intrinio_sdk/api/et_fs_api.py +++ b/intrinio_sdk/api/et_fs_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/filing_api.py b/intrinio_sdk/api/filing_api.py index 1adac0a6b..025f447c7 100644 --- a/intrinio_sdk/api/filing_api.py +++ b/intrinio_sdk/api/filing_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/forex_api.py b/intrinio_sdk/api/forex_api.py index 0388a9f04..ffe5ad042 100644 --- a/intrinio_sdk/api/forex_api.py +++ b/intrinio_sdk/api/forex_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/fundamentals_api.py b/intrinio_sdk/api/fundamentals_api.py index f3d4ffb42..9ac58352c 100644 --- a/intrinio_sdk/api/fundamentals_api.py +++ b/intrinio_sdk/api/fundamentals_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/historical_data_api.py b/intrinio_sdk/api/historical_data_api.py index 12de150b1..82262771f 100644 --- a/intrinio_sdk/api/historical_data_api.py +++ b/intrinio_sdk/api/historical_data_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/index_api.py b/intrinio_sdk/api/index_api.py index 041fefb86..ef31546ca 100644 --- a/intrinio_sdk/api/index_api.py +++ b/intrinio_sdk/api/index_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/insider_transaction_filings_api.py b/intrinio_sdk/api/insider_transaction_filings_api.py index 5f20dfc17..8e12796ed 100644 --- a/intrinio_sdk/api/insider_transaction_filings_api.py +++ b/intrinio_sdk/api/insider_transaction_filings_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/market_api.py b/intrinio_sdk/api/market_api.py index cb9f86d13..e9d377199 100644 --- a/intrinio_sdk/api/market_api.py +++ b/intrinio_sdk/api/market_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/municipality_api.py b/intrinio_sdk/api/municipality_api.py index 310623b7e..c456dba08 100644 --- a/intrinio_sdk/api/municipality_api.py +++ b/intrinio_sdk/api/municipality_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/options_api.py b/intrinio_sdk/api/options_api.py index 1b48db7b9..0d0d06a77 100644 --- a/intrinio_sdk/api/options_api.py +++ b/intrinio_sdk/api/options_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -131,6 +131,8 @@ def get_option_aggregates(self, **kwargs): # noqa: E501 :param async bool :param object date: Return aggregated data for this date + :param int page_size: The number of results to return + :param str next_page: Gets the next page of data from a previous API call :return: ApiResponseOptionsAggregates If the method is called asynchronously, returns the request thread. @@ -153,12 +155,14 @@ def get_option_aggregates_with_http_info(self, **kwargs): # noqa: E501 :param async bool :param object date: Return aggregated data for this date + :param int page_size: The number of results to return + :param str next_page: Gets the next page of data from a previous API call :return: ApiResponseOptionsAggregates If the method is called asynchronously, returns the request thread. """ - all_params = ['date'] # noqa: E501 + all_params = ['date', 'page_size', 'next_page'] # noqa: E501 all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -181,6 +185,10 @@ def get_option_aggregates_with_http_info(self, **kwargs): # noqa: E501 query_params = [] if 'date' in params: query_params.append(('date', params['date'])) # noqa: E501 + if 'page_size' in params: + query_params.append(('page_size', params['page_size'])) # noqa: E501 + if 'next_page' in params: + query_params.append(('next_page', params['next_page'])) # noqa: E501 header_params = {} diff --git a/intrinio_sdk/api/owners_api.py b/intrinio_sdk/api/owners_api.py index 4c5a5dc3a..6740017f3 100644 --- a/intrinio_sdk/api/owners_api.py +++ b/intrinio_sdk/api/owners_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/security_api.py b/intrinio_sdk/api/security_api.py index 950b69a1d..91ba97439 100644 --- a/intrinio_sdk/api/security_api.py +++ b/intrinio_sdk/api/security_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/stock_exchange_api.py b/intrinio_sdk/api/stock_exchange_api.py index 3e8eb0eb7..ac96f58c7 100644 --- a/intrinio_sdk/api/stock_exchange_api.py +++ b/intrinio_sdk/api/stock_exchange_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -468,6 +468,118 @@ def get_stock_exchange_prices_with_http_info(self, identifier, **kwargs): # noq _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) + def get_stock_exchange_quote(self, identifier, tickers, **kwargs): # noqa: E501 + """Realtime Quote Prices by Exchange # noqa: E501 + + Returns quote prices for the Stock Exchange with the given `identifier` # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async=True + >>> thread = api.get_stock_exchange_quote(identifier, tickers, _async=True) + >>> result = thread.get() + + :param async bool + :param str identifier: A Stock Exchange identifier (MIC or Intrinio ID) (required) + :param list[str] tickers: The comma-delimited list of ticker symbols to return quotes for. (required) + :param str source: Return the realtime price from the specified source instead of the most recent. + :param bool active_only: Returns prices only from the most recent trading day. + :return: ApiResponseStockExchangeQuote + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async'): + return self.get_stock_exchange_quote_with_http_info(identifier, tickers, **kwargs) # noqa: E501 + else: + (data) = self.get_stock_exchange_quote_with_http_info(identifier, tickers, **kwargs) # noqa: E501 + return data + + def get_stock_exchange_quote_with_http_info(self, identifier, tickers, **kwargs): # noqa: E501 + """Realtime Quote Prices by Exchange # noqa: E501 + + Returns quote prices for the Stock Exchange with the given `identifier` # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async=True + >>> thread = api.get_stock_exchange_quote_with_http_info(identifier, tickers, _async=True) + >>> result = thread.get() + + :param async bool + :param str identifier: A Stock Exchange identifier (MIC or Intrinio ID) (required) + :param list[str] tickers: The comma-delimited list of ticker symbols to return quotes for. (required) + :param str source: Return the realtime price from the specified source instead of the most recent. + :param bool active_only: Returns prices only from the most recent trading day. + :return: ApiResponseStockExchangeQuote + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['identifier', 'tickers', 'source', 'active_only'] # noqa: E501 + all_params.append('async') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method get_stock_exchange_quote" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'identifier' is set + if ('identifier' not in params or + params['identifier'] is None): + raise ValueError("Missing the required parameter `identifier` when calling `get_stock_exchange_quote`") # noqa: E501 + # verify the required parameter 'tickers' is set + if ('tickers' not in params or + params['tickers'] is None): + raise ValueError("Missing the required parameter `tickers` when calling `get_stock_exchange_quote`") # noqa: E501 + + collection_formats = {} + + path_params = {} + if 'identifier' in params: + path_params['identifier'] = params['identifier'] # noqa: E501 + + query_params = [] + if 'source' in params: + query_params.append(('source', params['source'])) # noqa: E501 + if 'active_only' in params: + query_params.append(('active_only', params['active_only'])) # noqa: E501 + if 'tickers' in params: + query_params.append(('tickers', params['tickers'])) # noqa: E501 + collection_formats['tickers'] = 'csv' # noqa: E501 + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # Authentication setting + auth_settings = ['ApiKeyAuth'] # noqa: E501 + + return self.api_client.call_api( + '/stock_exchanges/{identifier}/quote', 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='ApiResponseStockExchangeQuote', # noqa: E501 + auth_settings=auth_settings, + _async=params.get('async'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + def get_stock_exchange_realtime_prices(self, identifier, **kwargs): # noqa: E501 """Realtime Stock Prices by Exchange # noqa: E501 @@ -481,6 +593,7 @@ def get_stock_exchange_realtime_prices(self, identifier, **kwargs): # noqa: E50 :param str identifier: A Stock Exchange identifier (MIC or Intrinio ID) (required) :param list[str] source: Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used. :param bool active_only: Returns prices only from the most recent trading day. + :param bool traded_today: Returns prices only from securities which have traded on the most recent trading day. :param int page_size: The number of results to return :param list[str] tickers: The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned. :param str next_page: Gets the next page of data from a previous API call @@ -508,6 +621,7 @@ def get_stock_exchange_realtime_prices_with_http_info(self, identifier, **kwargs :param str identifier: A Stock Exchange identifier (MIC or Intrinio ID) (required) :param list[str] source: Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used. :param bool active_only: Returns prices only from the most recent trading day. + :param bool traded_today: Returns prices only from securities which have traded on the most recent trading day. :param int page_size: The number of results to return :param list[str] tickers: The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned. :param str next_page: Gets the next page of data from a previous API call @@ -516,7 +630,7 @@ def get_stock_exchange_realtime_prices_with_http_info(self, identifier, **kwargs returns the request thread. """ - all_params = ['identifier', 'source', 'active_only', 'page_size', 'tickers', 'next_page'] # noqa: E501 + all_params = ['identifier', 'source', 'active_only', 'traded_today', 'page_size', 'tickers', 'next_page'] # noqa: E501 all_params.append('async') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -550,6 +664,8 @@ def get_stock_exchange_realtime_prices_with_http_info(self, identifier, **kwargs collection_formats['source'] = 'csv' # noqa: E501 if 'active_only' in params: query_params.append(('active_only', params['active_only'])) # noqa: E501 + if 'traded_today' in params: + query_params.append(('traded_today', params['traded_today'])) # noqa: E501 if 'page_size' in params: query_params.append(('page_size', params['page_size'])) # noqa: E501 if 'tickers' in params: diff --git a/intrinio_sdk/api/technical_api.py b/intrinio_sdk/api/technical_api.py index ae4d3273f..07b77ce72 100644 --- a/intrinio_sdk/api/technical_api.py +++ b/intrinio_sdk/api/technical_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/zacks_api.py b/intrinio_sdk/api/zacks_api.py index f2030bf10..186337096 100644 --- a/intrinio_sdk/api/zacks_api.py +++ b/intrinio_sdk/api/zacks_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api_client.py b/intrinio_sdk/api_client.py index fb6e1c452..003675464 100644 --- a/intrinio_sdk/api_client.py +++ b/intrinio_sdk/api_client.py @@ -4,7 +4,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/6.30.0/python' + self.user_agent = 'Swagger-Codegen/6.31.0/python' def __del__(self): self.pool.close() diff --git a/intrinio_sdk/configuration.py b/intrinio_sdk/configuration.py index 8400ac3b7..b0b065b47 100644 --- a/intrinio_sdk/configuration.py +++ b/intrinio_sdk/configuration.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -245,6 +245,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 2.66.2\n"\ - "SDK Package Version: 6.30.0".\ + "Version of the API: 2.70.0\n"\ + "SDK Package Version: 6.31.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/intrinio_sdk/models/__init__.py b/intrinio_sdk/models/__init__.py index 650ff4c05..c37862cfa 100644 --- a/intrinio_sdk/models/__init__.py +++ b/intrinio_sdk/models/__init__.py @@ -6,7 +6,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -130,6 +130,7 @@ from intrinio_sdk.models.api_response_security_zacks_sales_surprises import ApiResponseSecurityZacksSalesSurprises from intrinio_sdk.models.api_response_standardized_financials import ApiResponseStandardizedFinancials from intrinio_sdk.models.api_response_standardized_financials_dimensions import ApiResponseStandardizedFinancialsDimensions +from intrinio_sdk.models.api_response_stock_exchange_quote import ApiResponseStockExchangeQuote from intrinio_sdk.models.api_response_stock_exchange_realtime_stock_prices import ApiResponseStockExchangeRealtimeStockPrices from intrinio_sdk.models.api_response_stock_exchange_securities import ApiResponseStockExchangeSecurities from intrinio_sdk.models.api_response_stock_exchange_stock_price_adjustments import ApiResponseStockExchangeStockPriceAdjustments diff --git a/intrinio_sdk/models/accumulation_distribution_index_technical_value.py b/intrinio_sdk/models/accumulation_distribution_index_technical_value.py index 3f5f0d0f7..7dc51a64f 100644 --- a/intrinio_sdk/models/accumulation_distribution_index_technical_value.py +++ b/intrinio_sdk/models/accumulation_distribution_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_bulk_download_links.py b/intrinio_sdk/models/api_response_bulk_download_links.py index 101d5bd3f..54636a1eb 100644 --- a/intrinio_sdk/models/api_response_bulk_download_links.py +++ b/intrinio_sdk/models/api_response_bulk_download_links.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_companies.py b/intrinio_sdk/models/api_response_companies.py index 91aa28b9c..a33143d6c 100644 --- a/intrinio_sdk/models/api_response_companies.py +++ b/intrinio_sdk/models/api_response_companies.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_companies_search.py b/intrinio_sdk/models/api_response_companies_search.py index 02ef7f01a..7ba8732b3 100644 --- a/intrinio_sdk/models/api_response_companies_search.py +++ b/intrinio_sdk/models/api_response_companies_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_answers.py b/intrinio_sdk/models/api_response_company_answers.py index 3e26d340d..14b73c6b0 100644 --- a/intrinio_sdk/models/api_response_company_answers.py +++ b/intrinio_sdk/models/api_response_company_answers.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_daily_metrics.py b/intrinio_sdk/models/api_response_company_daily_metrics.py index 2cfe63bed..bb88dc033 100644 --- a/intrinio_sdk/models/api_response_company_daily_metrics.py +++ b/intrinio_sdk/models/api_response_company_daily_metrics.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_filings.py b/intrinio_sdk/models/api_response_company_filings.py index bcc38098d..374fd0733 100644 --- a/intrinio_sdk/models/api_response_company_filings.py +++ b/intrinio_sdk/models/api_response_company_filings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_fundamentals.py b/intrinio_sdk/models/api_response_company_fundamentals.py index 272c706c4..f20a9df0d 100644 --- a/intrinio_sdk/models/api_response_company_fundamentals.py +++ b/intrinio_sdk/models/api_response_company_fundamentals.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_historical_data.py b/intrinio_sdk/models/api_response_company_historical_data.py index b2da1dfd4..612c581e5 100644 --- a/intrinio_sdk/models/api_response_company_historical_data.py +++ b/intrinio_sdk/models/api_response_company_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_insider_transaction_filings.py b/intrinio_sdk/models/api_response_company_insider_transaction_filings.py index 23c082541..d8261bd23 100644 --- a/intrinio_sdk/models/api_response_company_insider_transaction_filings.py +++ b/intrinio_sdk/models/api_response_company_insider_transaction_filings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_news.py b/intrinio_sdk/models/api_response_company_news.py index f21dc8c1a..b2fa73c19 100644 --- a/intrinio_sdk/models/api_response_company_news.py +++ b/intrinio_sdk/models/api_response_company_news.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_news_body.py b/intrinio_sdk/models/api_response_company_news_body.py index 6080d113f..41e484c1b 100644 --- a/intrinio_sdk/models/api_response_company_news_body.py +++ b/intrinio_sdk/models/api_response_company_news_body.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_public_float_result.py b/intrinio_sdk/models/api_response_company_public_float_result.py index 83de2c417..01a53437c 100644 --- a/intrinio_sdk/models/api_response_company_public_float_result.py +++ b/intrinio_sdk/models/api_response_company_public_float_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_recognize.py b/intrinio_sdk/models/api_response_company_recognize.py index 8eadde6c9..42556b5ea 100644 --- a/intrinio_sdk/models/api_response_company_recognize.py +++ b/intrinio_sdk/models/api_response_company_recognize.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_securities.py b/intrinio_sdk/models/api_response_company_securities.py index 0055ffefd..6e465965b 100644 --- a/intrinio_sdk/models/api_response_company_securities.py +++ b/intrinio_sdk/models/api_response_company_securities.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_shares_outstanding.py b/intrinio_sdk/models/api_response_company_shares_outstanding.py index f0db9560e..837986a19 100644 --- a/intrinio_sdk/models/api_response_company_shares_outstanding.py +++ b/intrinio_sdk/models/api_response_company_shares_outstanding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_data_tags.py b/intrinio_sdk/models/api_response_data_tags.py index 3e6df3df0..b613ff6d1 100644 --- a/intrinio_sdk/models/api_response_data_tags.py +++ b/intrinio_sdk/models/api_response_data_tags.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_data_tags_search.py b/intrinio_sdk/models/api_response_data_tags_search.py index 02ac45aaa..c32932484 100644 --- a/intrinio_sdk/models/api_response_data_tags_search.py +++ b/intrinio_sdk/models/api_response_data_tags_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_economic_index_historical_data.py b/intrinio_sdk/models/api_response_economic_index_historical_data.py index 247858f6b..c451c8366 100644 --- a/intrinio_sdk/models/api_response_economic_index_historical_data.py +++ b/intrinio_sdk/models/api_response_economic_index_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_economic_indices.py b/intrinio_sdk/models/api_response_economic_indices.py index 8e3014d7f..3d7960d5e 100644 --- a/intrinio_sdk/models/api_response_economic_indices.py +++ b/intrinio_sdk/models/api_response_economic_indices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_economic_indices_search.py b/intrinio_sdk/models/api_response_economic_indices_search.py index 03dee9dc8..a59d9d91f 100644 --- a/intrinio_sdk/models/api_response_economic_indices_search.py +++ b/intrinio_sdk/models/api_response_economic_indices_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_eod_index_prices.py b/intrinio_sdk/models/api_response_eod_index_prices.py index bd76e64d6..882df65f2 100644 --- a/intrinio_sdk/models/api_response_eod_index_prices.py +++ b/intrinio_sdk/models/api_response_eod_index_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_eod_index_prices_all.py b/intrinio_sdk/models/api_response_eod_index_prices_all.py index fbde521bf..8264dfa43 100644 --- a/intrinio_sdk/models/api_response_eod_index_prices_all.py +++ b/intrinio_sdk/models/api_response_eod_index_prices_all.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_esg_companies.py b/intrinio_sdk/models/api_response_esg_companies.py index f1bb7f9bc..1a9e49274 100644 --- a/intrinio_sdk/models/api_response_esg_companies.py +++ b/intrinio_sdk/models/api_response_esg_companies.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_esg_company_comprehensive_rating_history.py b/intrinio_sdk/models/api_response_esg_company_comprehensive_rating_history.py index f6879208b..265d1b990 100644 --- a/intrinio_sdk/models/api_response_esg_company_comprehensive_rating_history.py +++ b/intrinio_sdk/models/api_response_esg_company_comprehensive_rating_history.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_esg_company_rating_history.py b/intrinio_sdk/models/api_response_esg_company_rating_history.py index f9c4af361..c9ab2c267 100644 --- a/intrinio_sdk/models/api_response_esg_company_rating_history.py +++ b/intrinio_sdk/models/api_response_esg_company_rating_history.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_esg_latest.py b/intrinio_sdk/models/api_response_esg_latest.py index 6618fa14f..3665533ac 100644 --- a/intrinio_sdk/models/api_response_esg_latest.py +++ b/intrinio_sdk/models/api_response_esg_latest.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_esg_latest_comprehensive.py b/intrinio_sdk/models/api_response_esg_latest_comprehensive.py index f7f6fc2fd..2d4707503 100644 --- a/intrinio_sdk/models/api_response_esg_latest_comprehensive.py +++ b/intrinio_sdk/models/api_response_esg_latest_comprehensive.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_et_fs.py b/intrinio_sdk/models/api_response_et_fs.py index 2f85fa5d4..cba8bdb9c 100644 --- a/intrinio_sdk/models/api_response_et_fs.py +++ b/intrinio_sdk/models/api_response_et_fs.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_etf_holdings.py b/intrinio_sdk/models/api_response_etf_holdings.py index ba75cd334..7a25dbb0f 100644 --- a/intrinio_sdk/models/api_response_etf_holdings.py +++ b/intrinio_sdk/models/api_response_etf_holdings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_filing_answers.py b/intrinio_sdk/models/api_response_filing_answers.py index f42bb73a1..86fce2708 100644 --- a/intrinio_sdk/models/api_response_filing_answers.py +++ b/intrinio_sdk/models/api_response_filing_answers.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_filing_fundamentals.py b/intrinio_sdk/models/api_response_filing_fundamentals.py index b90acb961..0d28a4cca 100644 --- a/intrinio_sdk/models/api_response_filing_fundamentals.py +++ b/intrinio_sdk/models/api_response_filing_fundamentals.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_filing_notes.py b/intrinio_sdk/models/api_response_filing_notes.py index a6bdc48c5..1fc2b7c1c 100644 --- a/intrinio_sdk/models/api_response_filing_notes.py +++ b/intrinio_sdk/models/api_response_filing_notes.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_filing_notes_search.py b/intrinio_sdk/models/api_response_filing_notes_search.py index 95e8db6aa..0271045af 100644 --- a/intrinio_sdk/models/api_response_filing_notes_search.py +++ b/intrinio_sdk/models/api_response_filing_notes_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_filings.py b/intrinio_sdk/models/api_response_filings.py index d86235b79..1076d8783 100644 --- a/intrinio_sdk/models/api_response_filings.py +++ b/intrinio_sdk/models/api_response_filings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_forex_currencies.py b/intrinio_sdk/models/api_response_forex_currencies.py index c6c554126..337789d16 100644 --- a/intrinio_sdk/models/api_response_forex_currencies.py +++ b/intrinio_sdk/models/api_response_forex_currencies.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_forex_pairs.py b/intrinio_sdk/models/api_response_forex_pairs.py index 24df6061d..6f4da1ae5 100644 --- a/intrinio_sdk/models/api_response_forex_pairs.py +++ b/intrinio_sdk/models/api_response_forex_pairs.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_forex_prices.py b/intrinio_sdk/models/api_response_forex_prices.py index 2a4160f97..e0b076cd7 100644 --- a/intrinio_sdk/models/api_response_forex_prices.py +++ b/intrinio_sdk/models/api_response_forex_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_historical_data.py b/intrinio_sdk/models/api_response_historical_data.py index f6c282b64..a6f318ac8 100644 --- a/intrinio_sdk/models/api_response_historical_data.py +++ b/intrinio_sdk/models/api_response_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_index.py b/intrinio_sdk/models/api_response_index.py index e144293a7..1e9f145c0 100644 --- a/intrinio_sdk/models/api_response_index.py +++ b/intrinio_sdk/models/api_response_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_indices.py b/intrinio_sdk/models/api_response_indices.py index 6fecd9f99..55b726e40 100644 --- a/intrinio_sdk/models/api_response_indices.py +++ b/intrinio_sdk/models/api_response_indices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_initial_public_offerings.py b/intrinio_sdk/models/api_response_initial_public_offerings.py index a1f53a86a..f2cb88c7f 100644 --- a/intrinio_sdk/models/api_response_initial_public_offerings.py +++ b/intrinio_sdk/models/api_response_initial_public_offerings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_insider_transaction_filings.py b/intrinio_sdk/models/api_response_insider_transaction_filings.py index b02dc47b6..8ccb45c0c 100644 --- a/intrinio_sdk/models/api_response_insider_transaction_filings.py +++ b/intrinio_sdk/models/api_response_insider_transaction_filings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_municipalities.py b/intrinio_sdk/models/api_response_municipalities.py index 4d00bdd76..f7fc4eafe 100644 --- a/intrinio_sdk/models/api_response_municipalities.py +++ b/intrinio_sdk/models/api_response_municipalities.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_municipalitiy_financials.py b/intrinio_sdk/models/api_response_municipalitiy_financials.py index be3f1f50f..bce350eec 100644 --- a/intrinio_sdk/models/api_response_municipalitiy_financials.py +++ b/intrinio_sdk/models/api_response_municipalitiy_financials.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_news.py b/intrinio_sdk/models/api_response_news.py index 12fcce91c..901d0db19 100644 --- a/intrinio_sdk/models/api_response_news.py +++ b/intrinio_sdk/models/api_response_news.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_option_prices.py b/intrinio_sdk/models/api_response_option_prices.py index c563fc927..23ad2a607 100644 --- a/intrinio_sdk/models/api_response_option_prices.py +++ b/intrinio_sdk/models/api_response_option_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options.py b/intrinio_sdk/models/api_response_options.py index f6f598235..d62ad55bf 100644 --- a/intrinio_sdk/models/api_response_options.py +++ b/intrinio_sdk/models/api_response_options.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_aggregates.py b/intrinio_sdk/models/api_response_options_aggregates.py index a98ab7d88..c64e7ab80 100644 --- a/intrinio_sdk/models/api_response_options_aggregates.py +++ b/intrinio_sdk/models/api_response_options_aggregates.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_chain.py b/intrinio_sdk/models/api_response_options_chain.py index 1ae0aa3fc..a62f7df35 100644 --- a/intrinio_sdk/models/api_response_options_chain.py +++ b/intrinio_sdk/models/api_response_options_chain.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_chain_eod.py b/intrinio_sdk/models/api_response_options_chain_eod.py index a1344719b..97bbc5b64 100644 --- a/intrinio_sdk/models/api_response_options_chain_eod.py +++ b/intrinio_sdk/models/api_response_options_chain_eod.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_chain_realtime.py b/intrinio_sdk/models/api_response_options_chain_realtime.py index 160703ac0..62993e3fa 100644 --- a/intrinio_sdk/models/api_response_options_chain_realtime.py +++ b/intrinio_sdk/models/api_response_options_chain_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_expirations.py b/intrinio_sdk/models/api_response_options_expirations.py index 9a940fbbf..1a96945d6 100644 --- a/intrinio_sdk/models/api_response_options_expirations.py +++ b/intrinio_sdk/models/api_response_options_expirations.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_price_realtime.py b/intrinio_sdk/models/api_response_options_price_realtime.py index 24ed41dde..f791718b4 100644 --- a/intrinio_sdk/models/api_response_options_price_realtime.py +++ b/intrinio_sdk/models/api_response_options_price_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_prices_batch_realtime.py b/intrinio_sdk/models/api_response_options_prices_batch_realtime.py index 47d3ed14c..fe564b150 100644 --- a/intrinio_sdk/models/api_response_options_prices_batch_realtime.py +++ b/intrinio_sdk/models/api_response_options_prices_batch_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_prices_by_ticker_realtime.py b/intrinio_sdk/models/api_response_options_prices_by_ticker_realtime.py index 433a88b87..1d1b4225d 100644 --- a/intrinio_sdk/models/api_response_options_prices_by_ticker_realtime.py +++ b/intrinio_sdk/models/api_response_options_prices_by_ticker_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_prices_eod.py b/intrinio_sdk/models/api_response_options_prices_eod.py index 0b4ff1703..2c9ad97ca 100644 --- a/intrinio_sdk/models/api_response_options_prices_eod.py +++ b/intrinio_sdk/models/api_response_options_prices_eod.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_realtime.py b/intrinio_sdk/models/api_response_options_realtime.py index 33676be1c..e50abc7d2 100644 --- a/intrinio_sdk/models/api_response_options_realtime.py +++ b/intrinio_sdk/models/api_response_options_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_stats_realtime.py b/intrinio_sdk/models/api_response_options_stats_realtime.py index 3040730d8..4598aa560 100644 --- a/intrinio_sdk/models/api_response_options_stats_realtime.py +++ b/intrinio_sdk/models/api_response_options_stats_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_tickers.py b/intrinio_sdk/models/api_response_options_tickers.py index d6934e754..62d422494 100644 --- a/intrinio_sdk/models/api_response_options_tickers.py +++ b/intrinio_sdk/models/api_response_options_tickers.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_unusual_activity.py b/intrinio_sdk/models/api_response_options_unusual_activity.py index ef1b8d014..86f25015b 100644 --- a/intrinio_sdk/models/api_response_options_unusual_activity.py +++ b/intrinio_sdk/models/api_response_options_unusual_activity.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_owner_insider_transaction_filings.py b/intrinio_sdk/models/api_response_owner_insider_transaction_filings.py index b7642a47d..fa45c804f 100644 --- a/intrinio_sdk/models/api_response_owner_insider_transaction_filings.py +++ b/intrinio_sdk/models/api_response_owner_insider_transaction_filings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_owner_institutional_holdings.py b/intrinio_sdk/models/api_response_owner_institutional_holdings.py index d19655048..179c0e38d 100644 --- a/intrinio_sdk/models/api_response_owner_institutional_holdings.py +++ b/intrinio_sdk/models/api_response_owner_institutional_holdings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_owners.py b/intrinio_sdk/models/api_response_owners.py index 3ebb80583..ba38bdbc8 100644 --- a/intrinio_sdk/models/api_response_owners.py +++ b/intrinio_sdk/models/api_response_owners.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_realtime_index_prices.py b/intrinio_sdk/models/api_response_realtime_index_prices.py index 79c397717..50c4c33d8 100644 --- a/intrinio_sdk/models/api_response_realtime_index_prices.py +++ b/intrinio_sdk/models/api_response_realtime_index_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_reported_financials.py b/intrinio_sdk/models/api_response_reported_financials.py index 29cbe8c6e..cb54a4ca4 100644 --- a/intrinio_sdk/models/api_response_reported_financials.py +++ b/intrinio_sdk/models/api_response_reported_financials.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_securities.py b/intrinio_sdk/models/api_response_securities.py index 3b558d789..0ae49493e 100644 --- a/intrinio_sdk/models/api_response_securities.py +++ b/intrinio_sdk/models/api_response_securities.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_securities_search.py b/intrinio_sdk/models/api_response_securities_search.py index ae9a19f25..c7974c484 100644 --- a/intrinio_sdk/models/api_response_securities_search.py +++ b/intrinio_sdk/models/api_response_securities_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py b/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py index 03af05f3f..1a87bc205 100644 --- a/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py +++ b/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py b/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py index 1b5fec3fb..f41d69ec5 100644 --- a/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py +++ b/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_average_directional_index.py b/intrinio_sdk/models/api_response_security_average_directional_index.py index 7d8812ab5..8566a79a4 100644 --- a/intrinio_sdk/models/api_response_security_average_directional_index.py +++ b/intrinio_sdk/models/api_response_security_average_directional_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_average_true_range.py b/intrinio_sdk/models/api_response_security_average_true_range.py index 037b7070f..3d1c4cd6a 100644 --- a/intrinio_sdk/models/api_response_security_average_true_range.py +++ b/intrinio_sdk/models/api_response_security_average_true_range.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_awesome_oscillator.py b/intrinio_sdk/models/api_response_security_awesome_oscillator.py index 0d5bd6986..f482d8295 100644 --- a/intrinio_sdk/models/api_response_security_awesome_oscillator.py +++ b/intrinio_sdk/models/api_response_security_awesome_oscillator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_bollinger_bands.py b/intrinio_sdk/models/api_response_security_bollinger_bands.py index 374018fc2..131272ff0 100644 --- a/intrinio_sdk/models/api_response_security_bollinger_bands.py +++ b/intrinio_sdk/models/api_response_security_bollinger_bands.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_chaikin_money_flow.py b/intrinio_sdk/models/api_response_security_chaikin_money_flow.py index 5f57fd3f5..be1285418 100644 --- a/intrinio_sdk/models/api_response_security_chaikin_money_flow.py +++ b/intrinio_sdk/models/api_response_security_chaikin_money_flow.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_commodity_channel_index.py b/intrinio_sdk/models/api_response_security_commodity_channel_index.py index 6b6a8d892..120082332 100644 --- a/intrinio_sdk/models/api_response_security_commodity_channel_index.py +++ b/intrinio_sdk/models/api_response_security_commodity_channel_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py b/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py index 9c21e1b8a..eff178337 100644 --- a/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py +++ b/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_donchian_channel.py b/intrinio_sdk/models/api_response_security_donchian_channel.py index f55487497..56d8a89df 100644 --- a/intrinio_sdk/models/api_response_security_donchian_channel.py +++ b/intrinio_sdk/models/api_response_security_donchian_channel.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_ease_of_movement.py b/intrinio_sdk/models/api_response_security_ease_of_movement.py index ed7696ce1..50f4e3392 100644 --- a/intrinio_sdk/models/api_response_security_ease_of_movement.py +++ b/intrinio_sdk/models/api_response_security_ease_of_movement.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_force_index.py b/intrinio_sdk/models/api_response_security_force_index.py index 2740a715c..6f14c84af 100644 --- a/intrinio_sdk/models/api_response_security_force_index.py +++ b/intrinio_sdk/models/api_response_security_force_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_historical_data.py b/intrinio_sdk/models/api_response_security_historical_data.py index 3db87069b..ce02dc041 100644 --- a/intrinio_sdk/models/api_response_security_historical_data.py +++ b/intrinio_sdk/models/api_response_security_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py b/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py index 12eb1e7bd..c756d0e2f 100644 --- a/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py +++ b/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_institutional_ownership.py b/intrinio_sdk/models/api_response_security_institutional_ownership.py index 6c408f863..774808c52 100644 --- a/intrinio_sdk/models/api_response_security_institutional_ownership.py +++ b/intrinio_sdk/models/api_response_security_institutional_ownership.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_interval_prices.py b/intrinio_sdk/models/api_response_security_interval_prices.py index a6a28337c..38680a3a9 100644 --- a/intrinio_sdk/models/api_response_security_interval_prices.py +++ b/intrinio_sdk/models/api_response_security_interval_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_intraday_prices.py b/intrinio_sdk/models/api_response_security_intraday_prices.py index 6705d7452..b2fd0250a 100644 --- a/intrinio_sdk/models/api_response_security_intraday_prices.py +++ b/intrinio_sdk/models/api_response_security_intraday_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_keltner_channel.py b/intrinio_sdk/models/api_response_security_keltner_channel.py index 1ac0fe657..1455e24cf 100644 --- a/intrinio_sdk/models/api_response_security_keltner_channel.py +++ b/intrinio_sdk/models/api_response_security_keltner_channel.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_know_sure_thing.py b/intrinio_sdk/models/api_response_security_know_sure_thing.py index ea63cd896..93334d116 100644 --- a/intrinio_sdk/models/api_response_security_know_sure_thing.py +++ b/intrinio_sdk/models/api_response_security_know_sure_thing.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_mass_index.py b/intrinio_sdk/models/api_response_security_mass_index.py index 20e4f2c6d..3b9f4626d 100644 --- a/intrinio_sdk/models/api_response_security_mass_index.py +++ b/intrinio_sdk/models/api_response_security_mass_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_money_flow_index.py b/intrinio_sdk/models/api_response_security_money_flow_index.py index dc68e63ad..e735345e5 100644 --- a/intrinio_sdk/models/api_response_security_money_flow_index.py +++ b/intrinio_sdk/models/api_response_security_money_flow_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py b/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py index 79f5069e7..2749969dc 100644 --- a/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py +++ b/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_negative_volume_index.py b/intrinio_sdk/models/api_response_security_negative_volume_index.py index 22d9d05c2..a9e2fb38b 100644 --- a/intrinio_sdk/models/api_response_security_negative_volume_index.py +++ b/intrinio_sdk/models/api_response_security_negative_volume_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_on_balance_volume.py b/intrinio_sdk/models/api_response_security_on_balance_volume.py index fd2ffa181..50181d3ba 100644 --- a/intrinio_sdk/models/api_response_security_on_balance_volume.py +++ b/intrinio_sdk/models/api_response_security_on_balance_volume.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py b/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py index e8036327f..d6377cf92 100644 --- a/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py +++ b/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_quote.py b/intrinio_sdk/models/api_response_security_quote.py index 75601bb17..ca46e057b 100644 --- a/intrinio_sdk/models/api_response_security_quote.py +++ b/intrinio_sdk/models/api_response_security_quote.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -52,14 +52,23 @@ class ApiResponseSecurityQuote(object): 'change_percent': 'float', 'adj_close_5_days_ago': 'float', 'adj_close_30_days_ago': 'float', + 'adj_close_90_days_ago': 'float', 'adj_close_180_days_ago': 'float', 'adj_close_365_days_ago': 'float', + 'adj_close_730_days_ago': 'float', 'adj_close_1825_days_ago': 'float', + 'adj_close_year_to_date': 'float', 'change_percent_5_days': 'float', 'change_percent_30_days': 'float', + 'change_percent_90_days': 'float', 'change_percent_180_days': 'float', 'change_percent_365_days': 'float', - 'change_percent_1825_days': 'float' + 'change_percent_730_days_ago': 'float', + 'change_percent_1825_days': 'float', + 'change_percent_year_to_date': 'float', + 'extended_hours_last': 'float', + 'extended_hours_change': 'float', + 'extended_hours_change_percent': 'float' } attribute_map = { @@ -82,17 +91,26 @@ class ApiResponseSecurityQuote(object): 'change_percent': 'change_percent', 'adj_close_5_days_ago': 'adj_close_5_days_ago', 'adj_close_30_days_ago': 'adj_close_30_days_ago', + 'adj_close_90_days_ago': 'adj_close_90_days_ago', 'adj_close_180_days_ago': 'adj_close_180_days_ago', 'adj_close_365_days_ago': 'adj_close_365_days_ago', + 'adj_close_730_days_ago': 'adj_close_730_days_ago', 'adj_close_1825_days_ago': 'adj_close_1825_days_ago', + 'adj_close_year_to_date': 'adj_close_year_to_date', 'change_percent_5_days': 'change_percent_5_days', 'change_percent_30_days': 'change_percent_30_days', + 'change_percent_90_days': 'change_percent_90_days', 'change_percent_180_days': 'change_percent_180_days', 'change_percent_365_days': 'change_percent_365_days', - 'change_percent_1825_days': 'change_percent_1825_days' + 'change_percent_730_days_ago': 'change_percent_730_days_ago', + 'change_percent_1825_days': 'change_percent_1825_days', + 'change_percent_year_to_date': 'change_percent_year_to_date', + 'extended_hours_last': 'extended_hours_last', + 'extended_hours_change': 'extended_hours_change', + 'extended_hours_change_percent': 'extended_hours_change_percent' } - def __init__(self, security=None, last=None, last_time=None, source=None, open=None, high=None, low=None, exchange_volume=None, market_volume=None, eod_fifty_two_week_high=None, eod_fifty_two_week_low=None, marketcap=None, pricetoearnings=None, previous_close=None, previous_close_date=None, change=None, change_percent=None, adj_close_5_days_ago=None, adj_close_30_days_ago=None, adj_close_180_days_ago=None, adj_close_365_days_ago=None, adj_close_1825_days_ago=None, change_percent_5_days=None, change_percent_30_days=None, change_percent_180_days=None, change_percent_365_days=None, change_percent_1825_days=None): # noqa: E501 + def __init__(self, security=None, last=None, last_time=None, source=None, open=None, high=None, low=None, exchange_volume=None, market_volume=None, eod_fifty_two_week_high=None, eod_fifty_two_week_low=None, marketcap=None, pricetoearnings=None, previous_close=None, previous_close_date=None, change=None, change_percent=None, adj_close_5_days_ago=None, adj_close_30_days_ago=None, adj_close_90_days_ago=None, adj_close_180_days_ago=None, adj_close_365_days_ago=None, adj_close_730_days_ago=None, adj_close_1825_days_ago=None, adj_close_year_to_date=None, change_percent_5_days=None, change_percent_30_days=None, change_percent_90_days=None, change_percent_180_days=None, change_percent_365_days=None, change_percent_730_days_ago=None, change_percent_1825_days=None, change_percent_year_to_date=None, extended_hours_last=None, extended_hours_change=None, extended_hours_change_percent=None): # noqa: E501 """ApiResponseSecurityQuote - a model defined in Swagger""" # noqa: E501 self._security = None @@ -114,14 +132,23 @@ def __init__(self, security=None, last=None, last_time=None, source=None, open=N self._change_percent = None self._adj_close_5_days_ago = None self._adj_close_30_days_ago = None + self._adj_close_90_days_ago = None self._adj_close_180_days_ago = None self._adj_close_365_days_ago = None + self._adj_close_730_days_ago = None self._adj_close_1825_days_ago = None + self._adj_close_year_to_date = None self._change_percent_5_days = None self._change_percent_30_days = None + self._change_percent_90_days = None self._change_percent_180_days = None self._change_percent_365_days = None + self._change_percent_730_days_ago = None self._change_percent_1825_days = None + self._change_percent_year_to_date = None + self._extended_hours_last = None + self._extended_hours_change = None + self._extended_hours_change_percent = None self.discriminator = None if security is not None: @@ -162,22 +189,40 @@ def __init__(self, security=None, last=None, last_time=None, source=None, open=N self.adj_close_5_days_ago = adj_close_5_days_ago if adj_close_30_days_ago is not None: self.adj_close_30_days_ago = adj_close_30_days_ago + if adj_close_90_days_ago is not None: + self.adj_close_90_days_ago = adj_close_90_days_ago if adj_close_180_days_ago is not None: self.adj_close_180_days_ago = adj_close_180_days_ago if adj_close_365_days_ago is not None: self.adj_close_365_days_ago = adj_close_365_days_ago + if adj_close_730_days_ago is not None: + self.adj_close_730_days_ago = adj_close_730_days_ago if adj_close_1825_days_ago is not None: self.adj_close_1825_days_ago = adj_close_1825_days_ago + if adj_close_year_to_date is not None: + self.adj_close_year_to_date = adj_close_year_to_date if change_percent_5_days is not None: self.change_percent_5_days = change_percent_5_days if change_percent_30_days is not None: self.change_percent_30_days = change_percent_30_days + if change_percent_90_days is not None: + self.change_percent_90_days = change_percent_90_days if change_percent_180_days is not None: self.change_percent_180_days = change_percent_180_days if change_percent_365_days is not None: self.change_percent_365_days = change_percent_365_days + if change_percent_730_days_ago is not None: + self.change_percent_730_days_ago = change_percent_730_days_ago if change_percent_1825_days is not None: self.change_percent_1825_days = change_percent_1825_days + if change_percent_year_to_date is not None: + self.change_percent_year_to_date = change_percent_year_to_date + if extended_hours_last is not None: + self.extended_hours_last = extended_hours_last + if extended_hours_change is not None: + self.extended_hours_change = extended_hours_change + if extended_hours_change_percent is not None: + self.extended_hours_change_percent = extended_hours_change_percent @property def security(self): @@ -1243,6 +1288,62 @@ def adj_close_30_days_ago(self, adj_close_30_days_ago): self._adj_close_30_days_ago = adj_close_30_days_ago + @property + def adj_close_90_days_ago(self): + """Gets the adj_close_90_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 90 days ago. # noqa: E501 + + :return: The adj_close_90_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._adj_close_90_days_ago + + @property + def adj_close_90_days_ago_dict(self): + """Gets the adj_close_90_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 90 days ago. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The adj_close_90_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.adj_close_90_days_ago + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'adj_close_90_days_ago': value } + + + return result + + + @adj_close_90_days_ago.setter + def adj_close_90_days_ago(self, adj_close_90_days_ago): + """Sets the adj_close_90_days_ago of this ApiResponseSecurityQuote. + + The adjusted close price 90 days ago. # noqa: E501 + + :param adj_close_90_days_ago: The adj_close_90_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._adj_close_90_days_ago = adj_close_90_days_ago + @property def adj_close_180_days_ago(self): """Gets the adj_close_180_days_ago of this ApiResponseSecurityQuote. # noqa: E501 @@ -1355,6 +1456,62 @@ def adj_close_365_days_ago(self, adj_close_365_days_ago): self._adj_close_365_days_ago = adj_close_365_days_ago + @property + def adj_close_730_days_ago(self): + """Gets the adj_close_730_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 730 days ago. # noqa: E501 + + :return: The adj_close_730_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._adj_close_730_days_ago + + @property + def adj_close_730_days_ago_dict(self): + """Gets the adj_close_730_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 730 days ago. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The adj_close_730_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.adj_close_730_days_ago + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'adj_close_730_days_ago': value } + + + return result + + + @adj_close_730_days_ago.setter + def adj_close_730_days_ago(self, adj_close_730_days_ago): + """Sets the adj_close_730_days_ago of this ApiResponseSecurityQuote. + + The adjusted close price 730 days ago. # noqa: E501 + + :param adj_close_730_days_ago: The adj_close_730_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._adj_close_730_days_ago = adj_close_730_days_ago + @property def adj_close_1825_days_ago(self): """Gets the adj_close_1825_days_ago of this ApiResponseSecurityQuote. # noqa: E501 @@ -1411,6 +1568,62 @@ def adj_close_1825_days_ago(self, adj_close_1825_days_ago): self._adj_close_1825_days_ago = adj_close_1825_days_ago + @property + def adj_close_year_to_date(self): + """Gets the adj_close_year_to_date of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price at the start of the calendar year. # noqa: E501 + + :return: The adj_close_year_to_date of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._adj_close_year_to_date + + @property + def adj_close_year_to_date_dict(self): + """Gets the adj_close_year_to_date of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price at the start of the calendar year. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The adj_close_year_to_date of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.adj_close_year_to_date + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'adj_close_year_to_date': value } + + + return result + + + @adj_close_year_to_date.setter + def adj_close_year_to_date(self, adj_close_year_to_date): + """Sets the adj_close_year_to_date of this ApiResponseSecurityQuote. + + The adjusted close price at the start of the calendar year. # noqa: E501 + + :param adj_close_year_to_date: The adj_close_year_to_date of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._adj_close_year_to_date = adj_close_year_to_date + @property def change_percent_5_days(self): """Gets the change_percent_5_days of this ApiResponseSecurityQuote. # noqa: E501 @@ -1523,6 +1736,62 @@ def change_percent_30_days(self, change_percent_30_days): self._change_percent_30_days = change_percent_30_days + @property + def change_percent_90_days(self): + """Gets the change_percent_90_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 90 days ago to now. # noqa: E501 + + :return: The change_percent_90_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._change_percent_90_days + + @property + def change_percent_90_days_dict(self): + """Gets the change_percent_90_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 90 days ago to now. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The change_percent_90_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.change_percent_90_days + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'change_percent_90_days': value } + + + return result + + + @change_percent_90_days.setter + def change_percent_90_days(self, change_percent_90_days): + """Sets the change_percent_90_days of this ApiResponseSecurityQuote. + + The percent change from the adjusted price 90 days ago to now. # noqa: E501 + + :param change_percent_90_days: The change_percent_90_days of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._change_percent_90_days = change_percent_90_days + @property def change_percent_180_days(self): """Gets the change_percent_180_days of this ApiResponseSecurityQuote. # noqa: E501 @@ -1635,6 +1904,62 @@ def change_percent_365_days(self, change_percent_365_days): self._change_percent_365_days = change_percent_365_days + @property + def change_percent_730_days_ago(self): + """Gets the change_percent_730_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 730 days ago to now. # noqa: E501 + + :return: The change_percent_730_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._change_percent_730_days_ago + + @property + def change_percent_730_days_ago_dict(self): + """Gets the change_percent_730_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 730 days ago to now. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The change_percent_730_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.change_percent_730_days_ago + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'change_percent_730_days_ago': value } + + + return result + + + @change_percent_730_days_ago.setter + def change_percent_730_days_ago(self, change_percent_730_days_ago): + """Sets the change_percent_730_days_ago of this ApiResponseSecurityQuote. + + The percent change from the adjusted price 730 days ago to now. # noqa: E501 + + :param change_percent_730_days_ago: The change_percent_730_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._change_percent_730_days_ago = change_percent_730_days_ago + @property def change_percent_1825_days(self): """Gets the change_percent_1825_days of this ApiResponseSecurityQuote. # noqa: E501 @@ -1691,6 +2016,230 @@ def change_percent_1825_days(self, change_percent_1825_days): self._change_percent_1825_days = change_percent_1825_days + @property + def change_percent_year_to_date(self): + """Gets the change_percent_year_to_date of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price since the start of the calendar year to now. # noqa: E501 + + :return: The change_percent_year_to_date of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._change_percent_year_to_date + + @property + def change_percent_year_to_date_dict(self): + """Gets the change_percent_year_to_date of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price since the start of the calendar year to now. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The change_percent_year_to_date of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.change_percent_year_to_date + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'change_percent_year_to_date': value } + + + return result + + + @change_percent_year_to_date.setter + def change_percent_year_to_date(self, change_percent_year_to_date): + """Sets the change_percent_year_to_date of this ApiResponseSecurityQuote. + + The percent change from the adjusted price since the start of the calendar year to now. # noqa: E501 + + :param change_percent_year_to_date: The change_percent_year_to_date of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._change_percent_year_to_date = change_percent_year_to_date + + @property + def extended_hours_last(self): + """Gets the extended_hours_last of this ApiResponseSecurityQuote. # noqa: E501 + + The price of the latest trade in pre and post market trading. Might be null during normal trading # noqa: E501 + + :return: The extended_hours_last of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._extended_hours_last + + @property + def extended_hours_last_dict(self): + """Gets the extended_hours_last of this ApiResponseSecurityQuote. # noqa: E501 + + The price of the latest trade in pre and post market trading. Might be null during normal trading as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The extended_hours_last of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.extended_hours_last + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'extended_hours_last': value } + + + return result + + + @extended_hours_last.setter + def extended_hours_last(self, extended_hours_last): + """Sets the extended_hours_last of this ApiResponseSecurityQuote. + + The price of the latest trade in pre and post market trading. Might be null during normal trading # noqa: E501 + + :param extended_hours_last: The extended_hours_last of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._extended_hours_last = extended_hours_last + + @property + def extended_hours_change(self): + """Gets the extended_hours_change of this ApiResponseSecurityQuote. # noqa: E501 + + The difference in extended_hours_last price from most recent official close price # noqa: E501 + + :return: The extended_hours_change of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._extended_hours_change + + @property + def extended_hours_change_dict(self): + """Gets the extended_hours_change of this ApiResponseSecurityQuote. # noqa: E501 + + The difference in extended_hours_last price from most recent official close price as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The extended_hours_change of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.extended_hours_change + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'extended_hours_change': value } + + + return result + + + @extended_hours_change.setter + def extended_hours_change(self, extended_hours_change): + """Sets the extended_hours_change of this ApiResponseSecurityQuote. + + The difference in extended_hours_last price from most recent official close price # noqa: E501 + + :param extended_hours_change: The extended_hours_change of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._extended_hours_change = extended_hours_change + + @property + def extended_hours_change_percent(self): + """Gets the extended_hours_change_percent of this ApiResponseSecurityQuote. # noqa: E501 + + The percent difference in extended_hours_last from the most recent official close price # noqa: E501 + + :return: The extended_hours_change_percent of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._extended_hours_change_percent + + @property + def extended_hours_change_percent_dict(self): + """Gets the extended_hours_change_percent of this ApiResponseSecurityQuote. # noqa: E501 + + The percent difference in extended_hours_last from the most recent official close price as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The extended_hours_change_percent of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.extended_hours_change_percent + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'extended_hours_change_percent': value } + + + return result + + + @extended_hours_change_percent.setter + def extended_hours_change_percent(self, extended_hours_change_percent): + """Sets the extended_hours_change_percent of this ApiResponseSecurityQuote. + + The percent difference in extended_hours_last from the most recent official close price # noqa: E501 + + :param extended_hours_change_percent: The extended_hours_change_percent of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._extended_hours_change_percent = extended_hours_change_percent + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/intrinio_sdk/models/api_response_security_relative_strength_index.py b/intrinio_sdk/models/api_response_security_relative_strength_index.py index 9e401b0c4..909b9c0ee 100644 --- a/intrinio_sdk/models/api_response_security_relative_strength_index.py +++ b/intrinio_sdk/models/api_response_security_relative_strength_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_simple_moving_average.py b/intrinio_sdk/models/api_response_security_simple_moving_average.py index dcef15883..f0598bc74 100644 --- a/intrinio_sdk/models/api_response_security_simple_moving_average.py +++ b/intrinio_sdk/models/api_response_security_simple_moving_average.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_stochastic_oscillator.py b/intrinio_sdk/models/api_response_security_stochastic_oscillator.py index 4c29298af..9241a5aa3 100644 --- a/intrinio_sdk/models/api_response_security_stochastic_oscillator.py +++ b/intrinio_sdk/models/api_response_security_stochastic_oscillator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_stock_price_adjustments.py b/intrinio_sdk/models/api_response_security_stock_price_adjustments.py index f8b658778..d272e4c9d 100644 --- a/intrinio_sdk/models/api_response_security_stock_price_adjustments.py +++ b/intrinio_sdk/models/api_response_security_stock_price_adjustments.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_stock_prices.py b/intrinio_sdk/models/api_response_security_stock_prices.py index b68a773fe..087d5b282 100644 --- a/intrinio_sdk/models/api_response_security_stock_prices.py +++ b/intrinio_sdk/models/api_response_security_stock_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_triple_exponential_average.py b/intrinio_sdk/models/api_response_security_triple_exponential_average.py index d24f1dab2..3d164c17b 100644 --- a/intrinio_sdk/models/api_response_security_triple_exponential_average.py +++ b/intrinio_sdk/models/api_response_security_triple_exponential_average.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_true_strength_index.py b/intrinio_sdk/models/api_response_security_true_strength_index.py index 562512576..8ce13759c 100644 --- a/intrinio_sdk/models/api_response_security_true_strength_index.py +++ b/intrinio_sdk/models/api_response_security_true_strength_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_ultimate_oscillator.py b/intrinio_sdk/models/api_response_security_ultimate_oscillator.py index f2fa402a2..480958e8b 100644 --- a/intrinio_sdk/models/api_response_security_ultimate_oscillator.py +++ b/intrinio_sdk/models/api_response_security_ultimate_oscillator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_volume_price_trend.py b/intrinio_sdk/models/api_response_security_volume_price_trend.py index 2abde696e..9a4b988a7 100644 --- a/intrinio_sdk/models/api_response_security_volume_price_trend.py +++ b/intrinio_sdk/models/api_response_security_volume_price_trend.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py b/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py index 3efe392b1..55d554fcb 100644 --- a/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py +++ b/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_vortex_indicator.py b/intrinio_sdk/models/api_response_security_vortex_indicator.py index 6c77fe166..5dcd8ca96 100644 --- a/intrinio_sdk/models/api_response_security_vortex_indicator.py +++ b/intrinio_sdk/models/api_response_security_vortex_indicator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_williams_r.py b/intrinio_sdk/models/api_response_security_williams_r.py index 629c79c67..4c60ed2fd 100644 --- a/intrinio_sdk/models/api_response_security_williams_r.py +++ b/intrinio_sdk/models/api_response_security_williams_r.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py index d611f3a81..c484b2161 100644 --- a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py +++ b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py index bfdcf5ebc..0382518ee 100644 --- a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py +++ b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py b/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py index 29a922cc5..49cc590d5 100644 --- a/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py +++ b/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py b/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py index 5c518e83d..fe3fea7d1 100644 --- a/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py +++ b/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_sic_index_historical_data.py b/intrinio_sdk/models/api_response_sic_index_historical_data.py index b966c2ef4..6e79c1e10 100644 --- a/intrinio_sdk/models/api_response_sic_index_historical_data.py +++ b/intrinio_sdk/models/api_response_sic_index_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_sic_indices.py b/intrinio_sdk/models/api_response_sic_indices.py index 22914ee9c..2c2be8241 100644 --- a/intrinio_sdk/models/api_response_sic_indices.py +++ b/intrinio_sdk/models/api_response_sic_indices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_sic_indices_search.py b/intrinio_sdk/models/api_response_sic_indices_search.py index 7d0012592..32edbabd1 100644 --- a/intrinio_sdk/models/api_response_sic_indices_search.py +++ b/intrinio_sdk/models/api_response_sic_indices_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_standardized_financials.py b/intrinio_sdk/models/api_response_standardized_financials.py index 4dfbe60fc..30070f917 100644 --- a/intrinio_sdk/models/api_response_standardized_financials.py +++ b/intrinio_sdk/models/api_response_standardized_financials.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_standardized_financials_dimensions.py b/intrinio_sdk/models/api_response_standardized_financials_dimensions.py index 43ffc0544..4faefc1ef 100644 --- a/intrinio_sdk/models/api_response_standardized_financials_dimensions.py +++ b/intrinio_sdk/models/api_response_standardized_financials_dimensions.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_exchange_quote.py b/intrinio_sdk/models/api_response_stock_exchange_quote.py new file mode 100644 index 000000000..4034849bf --- /dev/null +++ b/intrinio_sdk/models/api_response_stock_exchange_quote.py @@ -0,0 +1,211 @@ +# coding: utf-8 + +""" + Intrinio API + + 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. # noqa: E501 + + OpenAPI spec version: 2.70.0 + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + +from intrinio_sdk.models.api_response_security_quote import ApiResponseSecurityQuote # noqa: F401,E501 +from intrinio_sdk.models.stock_exchange import StockExchange # noqa: F401,E501 + + +class ApiResponseStockExchangeQuote(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'quotes': 'list[ApiResponseSecurityQuote]', + 'stock_exchange': 'StockExchange' + } + + attribute_map = { + 'quotes': 'quotes', + 'stock_exchange': 'stock_exchange' + } + + def __init__(self, quotes=None, stock_exchange=None): # noqa: E501 + """ApiResponseStockExchangeQuote - a model defined in Swagger""" # noqa: E501 + + self._quotes = None + self._stock_exchange = None + self.discriminator = None + + if quotes is not None: + self.quotes = quotes + if stock_exchange is not None: + self.stock_exchange = stock_exchange + + @property + def quotes(self): + """Gets the quotes of this ApiResponseStockExchangeQuote. # noqa: E501 + + The realtime stock prices for all Securities traded on the Stock Exchange # noqa: E501 + + :return: The quotes of this ApiResponseStockExchangeQuote. # noqa: E501 + :rtype: list[ApiResponseSecurityQuote] + """ + return self._quotes + + @property + def quotes_dict(self): + """Gets the quotes of this ApiResponseStockExchangeQuote. # noqa: E501 + + The realtime stock prices for all Securities traded on the Stock Exchange as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The quotes of this ApiResponseStockExchangeQuote. # noqa: E501 + :rtype: list[ApiResponseSecurityQuote] + """ + + result = None + + value = self.quotes + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'quotes': value } + + + return result + + + @quotes.setter + def quotes(self, quotes): + """Sets the quotes of this ApiResponseStockExchangeQuote. + + The realtime stock prices for all Securities traded on the Stock Exchange # noqa: E501 + + :param quotes: The quotes of this ApiResponseStockExchangeQuote. # noqa: E501 + :type: list[ApiResponseSecurityQuote] + """ + + self._quotes = quotes + + @property + def stock_exchange(self): + """Gets the stock_exchange of this ApiResponseStockExchangeQuote. # noqa: E501 + + The Stock Exchange resolved from the given identifier # noqa: E501 + + :return: The stock_exchange of this ApiResponseStockExchangeQuote. # noqa: E501 + :rtype: StockExchange + """ + return self._stock_exchange + + @property + def stock_exchange_dict(self): + """Gets the stock_exchange of this ApiResponseStockExchangeQuote. # noqa: E501 + + The Stock Exchange resolved from the given identifier as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The stock_exchange of this ApiResponseStockExchangeQuote. # noqa: E501 + :rtype: StockExchange + """ + + result = None + + value = self.stock_exchange + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'stock_exchange': value } + + + return result + + + @stock_exchange.setter + def stock_exchange(self, stock_exchange): + """Sets the stock_exchange of this ApiResponseStockExchangeQuote. + + The Stock Exchange resolved from the given identifier # noqa: E501 + + :param stock_exchange: The stock_exchange of this ApiResponseStockExchangeQuote. # noqa: E501 + :type: StockExchange + """ + + self._stock_exchange = stock_exchange + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, ApiResponseStockExchangeQuote): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py b/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py index 2a3a7383d..d7c0d6008 100644 --- a/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py +++ b/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_exchange_securities.py b/intrinio_sdk/models/api_response_stock_exchange_securities.py index 01aec8552..8e41114a3 100644 --- a/intrinio_sdk/models/api_response_stock_exchange_securities.py +++ b/intrinio_sdk/models/api_response_stock_exchange_securities.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py b/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py index af7c1432d..b60dafc88 100644 --- a/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py +++ b/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py b/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py index 1004de442..589cef612 100644 --- a/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py +++ b/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_exchanges.py b/intrinio_sdk/models/api_response_stock_exchanges.py index 6be22b4fb..d4e1f2f79 100644 --- a/intrinio_sdk/models/api_response_stock_exchanges.py +++ b/intrinio_sdk/models/api_response_stock_exchanges.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_market_index_historical_data.py b/intrinio_sdk/models/api_response_stock_market_index_historical_data.py index d4b1dae75..bdc7eb4e1 100644 --- a/intrinio_sdk/models/api_response_stock_market_index_historical_data.py +++ b/intrinio_sdk/models/api_response_stock_market_index_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_market_indices.py b/intrinio_sdk/models/api_response_stock_market_indices.py index 08b733849..95b4b67ae 100644 --- a/intrinio_sdk/models/api_response_stock_market_indices.py +++ b/intrinio_sdk/models/api_response_stock_market_indices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_market_indices_search.py b/intrinio_sdk/models/api_response_stock_market_indices_search.py index f65db23ad..e1374e308 100644 --- a/intrinio_sdk/models/api_response_stock_market_indices_search.py +++ b/intrinio_sdk/models/api_response_stock_market_indices_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_analyst_ratings.py b/intrinio_sdk/models/api_response_zacks_analyst_ratings.py index dd1ce186a..2d215b069 100644 --- a/intrinio_sdk/models/api_response_zacks_analyst_ratings.py +++ b/intrinio_sdk/models/api_response_zacks_analyst_ratings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_ebitda_consensus.py b/intrinio_sdk/models/api_response_zacks_ebitda_consensus.py index 2e9d20c38..82038a6d9 100644 --- a/intrinio_sdk/models/api_response_zacks_ebitda_consensus.py +++ b/intrinio_sdk/models/api_response_zacks_ebitda_consensus.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_eps_estimates.py b/intrinio_sdk/models/api_response_zacks_eps_estimates.py index 6a125cd5a..23309a018 100644 --- a/intrinio_sdk/models/api_response_zacks_eps_estimates.py +++ b/intrinio_sdk/models/api_response_zacks_eps_estimates.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py b/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py index 90bff9afb..3ddc2c0ff 100644 --- a/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py +++ b/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_eps_surprises.py b/intrinio_sdk/models/api_response_zacks_eps_surprises.py index 54b6503af..181e86a11 100644 --- a/intrinio_sdk/models/api_response_zacks_eps_surprises.py +++ b/intrinio_sdk/models/api_response_zacks_eps_surprises.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_etf_holdings.py b/intrinio_sdk/models/api_response_zacks_etf_holdings.py index 68f20f251..613de3aba 100644 --- a/intrinio_sdk/models/api_response_zacks_etf_holdings.py +++ b/intrinio_sdk/models/api_response_zacks_etf_holdings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_forward_p_es.py b/intrinio_sdk/models/api_response_zacks_forward_p_es.py index 2a71d2f66..a1c480e24 100644 --- a/intrinio_sdk/models/api_response_zacks_forward_p_es.py +++ b/intrinio_sdk/models/api_response_zacks_forward_p_es.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_institutional_holding_companies.py b/intrinio_sdk/models/api_response_zacks_institutional_holding_companies.py index 18c9328ce..7fba1b973 100644 --- a/intrinio_sdk/models/api_response_zacks_institutional_holding_companies.py +++ b/intrinio_sdk/models/api_response_zacks_institutional_holding_companies.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_institutional_holding_owners.py b/intrinio_sdk/models/api_response_zacks_institutional_holding_owners.py index 63b24a124..6927f9817 100644 --- a/intrinio_sdk/models/api_response_zacks_institutional_holding_owners.py +++ b/intrinio_sdk/models/api_response_zacks_institutional_holding_owners.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_institutional_holdings.py b/intrinio_sdk/models/api_response_zacks_institutional_holdings.py index 7f1504354..3aa657443 100644 --- a/intrinio_sdk/models/api_response_zacks_institutional_holdings.py +++ b/intrinio_sdk/models/api_response_zacks_institutional_holdings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py b/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py index 5f95b5a7e..8b3d0cceb 100644 --- a/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py +++ b/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_sales_estimates.py b/intrinio_sdk/models/api_response_zacks_sales_estimates.py index 7ccd77140..fd85a1486 100644 --- a/intrinio_sdk/models/api_response_zacks_sales_estimates.py +++ b/intrinio_sdk/models/api_response_zacks_sales_estimates.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_sales_surprises.py b/intrinio_sdk/models/api_response_zacks_sales_surprises.py index 0efa470d5..4d0b919c1 100644 --- a/intrinio_sdk/models/api_response_zacks_sales_surprises.py +++ b/intrinio_sdk/models/api_response_zacks_sales_surprises.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py b/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py index 6ffa8c600..91f947041 100644 --- a/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py +++ b/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/average_daily_trading_volume_technical_value.py b/intrinio_sdk/models/average_daily_trading_volume_technical_value.py index a93cdb898..81cec024a 100644 --- a/intrinio_sdk/models/average_daily_trading_volume_technical_value.py +++ b/intrinio_sdk/models/average_daily_trading_volume_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/average_directional_index_technical_value.py b/intrinio_sdk/models/average_directional_index_technical_value.py index 54cacb86f..4c3c8edd8 100644 --- a/intrinio_sdk/models/average_directional_index_technical_value.py +++ b/intrinio_sdk/models/average_directional_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/average_true_range_technical_value.py b/intrinio_sdk/models/average_true_range_technical_value.py index f098ae7a2..914c66b3d 100644 --- a/intrinio_sdk/models/average_true_range_technical_value.py +++ b/intrinio_sdk/models/average_true_range_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/awesome_oscillator_technical_value.py b/intrinio_sdk/models/awesome_oscillator_technical_value.py index 4365c785b..fcd9a09e0 100644 --- a/intrinio_sdk/models/awesome_oscillator_technical_value.py +++ b/intrinio_sdk/models/awesome_oscillator_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/bollinger_bands_technical_value.py b/intrinio_sdk/models/bollinger_bands_technical_value.py index c3d4cfa58..f54057db6 100644 --- a/intrinio_sdk/models/bollinger_bands_technical_value.py +++ b/intrinio_sdk/models/bollinger_bands_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/bulk_download_links.py b/intrinio_sdk/models/bulk_download_links.py index 3e59881a7..9de6dfedc 100644 --- a/intrinio_sdk/models/bulk_download_links.py +++ b/intrinio_sdk/models/bulk_download_links.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/bulk_download_summary.py b/intrinio_sdk/models/bulk_download_summary.py index ed22b80bc..b3db6b870 100644 --- a/intrinio_sdk/models/bulk_download_summary.py +++ b/intrinio_sdk/models/bulk_download_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -38,6 +38,7 @@ class BulkDownloadSummary(object): 'format': 'str', 'data_length_bytes': 'str', 'update_frequency': 'str', + 'last_updated': 'date', 'links': 'list[BulkDownloadLinks]' } @@ -47,10 +48,11 @@ class BulkDownloadSummary(object): 'format': 'format', 'data_length_bytes': 'data_length_bytes', 'update_frequency': 'update_frequency', + 'last_updated': 'last_updated', 'links': 'links' } - def __init__(self, id=None, name=None, format=None, data_length_bytes=None, update_frequency=None, links=None): # noqa: E501 + def __init__(self, id=None, name=None, format=None, data_length_bytes=None, update_frequency=None, last_updated=None, links=None): # noqa: E501 """BulkDownloadSummary - a model defined in Swagger""" # noqa: E501 self._id = None @@ -58,6 +60,7 @@ def __init__(self, id=None, name=None, format=None, data_length_bytes=None, upda self._format = None self._data_length_bytes = None self._update_frequency = None + self._last_updated = None self._links = None self.discriminator = None @@ -71,6 +74,8 @@ def __init__(self, id=None, name=None, format=None, data_length_bytes=None, upda self.data_length_bytes = data_length_bytes if update_frequency is not None: self.update_frequency = update_frequency + if last_updated is not None: + self.last_updated = last_updated if links is not None: self.links = links @@ -354,6 +359,62 @@ def update_frequency(self, update_frequency): self._update_frequency = update_frequency + @property + def last_updated(self): + """Gets the last_updated of this BulkDownloadSummary. # noqa: E501 + + The date on which the bulk download was last updated # noqa: E501 + + :return: The last_updated of this BulkDownloadSummary. # noqa: E501 + :rtype: date + """ + return self._last_updated + + @property + def last_updated_dict(self): + """Gets the last_updated of this BulkDownloadSummary. # noqa: E501 + + The date on which the bulk download was last updated as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The last_updated of this BulkDownloadSummary. # noqa: E501 + :rtype: date + """ + + result = None + + value = self.last_updated + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'last_updated': value } + + + return result + + + @last_updated.setter + def last_updated(self, last_updated): + """Sets the last_updated of this BulkDownloadSummary. + + The date on which the bulk download was last updated # noqa: E501 + + :param last_updated: The last_updated of this BulkDownloadSummary. # noqa: E501 + :type: date + """ + + self._last_updated = last_updated + @property def links(self): """Gets the links of this BulkDownloadSummary. # noqa: E501 diff --git a/intrinio_sdk/models/chaikin_money_flow_technical_value.py b/intrinio_sdk/models/chaikin_money_flow_technical_value.py index 9afda814b..9202c5b11 100644 --- a/intrinio_sdk/models/chaikin_money_flow_technical_value.py +++ b/intrinio_sdk/models/chaikin_money_flow_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/commodity_channel_index_technical_value.py b/intrinio_sdk/models/commodity_channel_index_technical_value.py index 567101e03..6a907cffe 100644 --- a/intrinio_sdk/models/commodity_channel_index_technical_value.py +++ b/intrinio_sdk/models/commodity_channel_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company.py b/intrinio_sdk/models/company.py index 5961d6fe2..c67020226 100644 --- a/intrinio_sdk/models/company.py +++ b/intrinio_sdk/models/company.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_daily_metric.py b/intrinio_sdk/models/company_daily_metric.py index f3eb7c170..420c43ed9 100644 --- a/intrinio_sdk/models/company_daily_metric.py +++ b/intrinio_sdk/models/company_daily_metric.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_filing.py b/intrinio_sdk/models/company_filing.py index a8428b744..58ff2f68f 100644 --- a/intrinio_sdk/models/company_filing.py +++ b/intrinio_sdk/models/company_filing.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_initial_public_offering.py b/intrinio_sdk/models/company_initial_public_offering.py index f0759ccb5..b007a85d1 100644 --- a/intrinio_sdk/models/company_initial_public_offering.py +++ b/intrinio_sdk/models/company_initial_public_offering.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_news.py b/intrinio_sdk/models/company_news.py index 643805e52..d93e28ada 100644 --- a/intrinio_sdk/models/company_news.py +++ b/intrinio_sdk/models/company_news.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_news_summary.py b/intrinio_sdk/models/company_news_summary.py index a8bb91699..688978a16 100644 --- a/intrinio_sdk/models/company_news_summary.py +++ b/intrinio_sdk/models/company_news_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_public_float.py b/intrinio_sdk/models/company_public_float.py index 0b3c19220..cc8f1edb2 100644 --- a/intrinio_sdk/models/company_public_float.py +++ b/intrinio_sdk/models/company_public_float.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_shares_outstanding.py b/intrinio_sdk/models/company_shares_outstanding.py index 6a89e574c..a74041ac5 100644 --- a/intrinio_sdk/models/company_shares_outstanding.py +++ b/intrinio_sdk/models/company_shares_outstanding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_summary.py b/intrinio_sdk/models/company_summary.py index 6aad86139..ed3435477 100644 --- a/intrinio_sdk/models/company_summary.py +++ b/intrinio_sdk/models/company_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/data_tag.py b/intrinio_sdk/models/data_tag.py index 995e74a93..50b24d959 100644 --- a/intrinio_sdk/models/data_tag.py +++ b/intrinio_sdk/models/data_tag.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/data_tag_summary.py b/intrinio_sdk/models/data_tag_summary.py index 93348990b..45716b4da 100644 --- a/intrinio_sdk/models/data_tag_summary.py +++ b/intrinio_sdk/models/data_tag_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/detrended_price_oscillator_technical_value.py b/intrinio_sdk/models/detrended_price_oscillator_technical_value.py index 5c4d16fbd..df04e2148 100644 --- a/intrinio_sdk/models/detrended_price_oscillator_technical_value.py +++ b/intrinio_sdk/models/detrended_price_oscillator_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/dividend_record.py b/intrinio_sdk/models/dividend_record.py index 3c510e45c..e52894ea2 100644 --- a/intrinio_sdk/models/dividend_record.py +++ b/intrinio_sdk/models/dividend_record.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/donchian_channel_technical_value.py b/intrinio_sdk/models/donchian_channel_technical_value.py index 2eb0186ba..acef66e82 100644 --- a/intrinio_sdk/models/donchian_channel_technical_value.py +++ b/intrinio_sdk/models/donchian_channel_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/earnings_record.py b/intrinio_sdk/models/earnings_record.py index 319acbfe1..0c3486a6f 100644 --- a/intrinio_sdk/models/earnings_record.py +++ b/intrinio_sdk/models/earnings_record.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/ease_of_movement_technical_value.py b/intrinio_sdk/models/ease_of_movement_technical_value.py index 6168c8f24..ed708986a 100644 --- a/intrinio_sdk/models/ease_of_movement_technical_value.py +++ b/intrinio_sdk/models/ease_of_movement_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/economic_index.py b/intrinio_sdk/models/economic_index.py index f409c2fcd..01f971674 100644 --- a/intrinio_sdk/models/economic_index.py +++ b/intrinio_sdk/models/economic_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/economic_index_summary.py b/intrinio_sdk/models/economic_index_summary.py index 291dcd68f..f41e38706 100644 --- a/intrinio_sdk/models/economic_index_summary.py +++ b/intrinio_sdk/models/economic_index_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/eod_index_price.py b/intrinio_sdk/models/eod_index_price.py index 825b4884e..782831732 100644 --- a/intrinio_sdk/models/eod_index_price.py +++ b/intrinio_sdk/models/eod_index_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/eod_index_price_summary.py b/intrinio_sdk/models/eod_index_price_summary.py index 8b0e27e62..b8365ea0e 100644 --- a/intrinio_sdk/models/eod_index_price_summary.py +++ b/intrinio_sdk/models/eod_index_price_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/esg_company_summary.py b/intrinio_sdk/models/esg_company_summary.py index 06f7bc9ba..2c718020e 100644 --- a/intrinio_sdk/models/esg_company_summary.py +++ b/intrinio_sdk/models/esg_company_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/esg_comprehensive_rating.py b/intrinio_sdk/models/esg_comprehensive_rating.py index b08c62be0..991795481 100644 --- a/intrinio_sdk/models/esg_comprehensive_rating.py +++ b/intrinio_sdk/models/esg_comprehensive_rating.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/esg_comprehensive_rating_with_company.py b/intrinio_sdk/models/esg_comprehensive_rating_with_company.py index a49be5960..5965ada36 100644 --- a/intrinio_sdk/models/esg_comprehensive_rating_with_company.py +++ b/intrinio_sdk/models/esg_comprehensive_rating_with_company.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/esg_rating.py b/intrinio_sdk/models/esg_rating.py index baea765a6..21c46e760 100644 --- a/intrinio_sdk/models/esg_rating.py +++ b/intrinio_sdk/models/esg_rating.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/esg_rating_with_company.py b/intrinio_sdk/models/esg_rating_with_company.py index 3fa63b98f..b01c835e1 100644 --- a/intrinio_sdk/models/esg_rating_with_company.py +++ b/intrinio_sdk/models/esg_rating_with_company.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/etf.py b/intrinio_sdk/models/etf.py index 78bca6c2b..61c5191e1 100644 --- a/intrinio_sdk/models/etf.py +++ b/intrinio_sdk/models/etf.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/etf_analytics.py b/intrinio_sdk/models/etf_analytics.py index 9eb94e86f..455274ba4 100644 --- a/intrinio_sdk/models/etf_analytics.py +++ b/intrinio_sdk/models/etf_analytics.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/etf_holding.py b/intrinio_sdk/models/etf_holding.py index 6a1532500..c19d3ccc1 100644 --- a/intrinio_sdk/models/etf_holding.py +++ b/intrinio_sdk/models/etf_holding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/etf_stats.py b/intrinio_sdk/models/etf_stats.py index f626a7aba..7accc1ca3 100644 --- a/intrinio_sdk/models/etf_stats.py +++ b/intrinio_sdk/models/etf_stats.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/etf_summary.py b/intrinio_sdk/models/etf_summary.py index c9c1e9881..ee5fbbc46 100644 --- a/intrinio_sdk/models/etf_summary.py +++ b/intrinio_sdk/models/etf_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/filing.py b/intrinio_sdk/models/filing.py index e0bc62813..c36e9edcb 100644 --- a/intrinio_sdk/models/filing.py +++ b/intrinio_sdk/models/filing.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/filing_note.py b/intrinio_sdk/models/filing_note.py index 0f7398d06..0ac4f10d7 100644 --- a/intrinio_sdk/models/filing_note.py +++ b/intrinio_sdk/models/filing_note.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/filing_note_filing.py b/intrinio_sdk/models/filing_note_filing.py index e0bed09ad..5f22ea886 100644 --- a/intrinio_sdk/models/filing_note_filing.py +++ b/intrinio_sdk/models/filing_note_filing.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/filing_note_summary.py b/intrinio_sdk/models/filing_note_summary.py index 7e985c09a..9314055cd 100644 --- a/intrinio_sdk/models/filing_note_summary.py +++ b/intrinio_sdk/models/filing_note_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/filing_summary.py b/intrinio_sdk/models/filing_summary.py index 6aecb9833..130efae36 100644 --- a/intrinio_sdk/models/filing_summary.py +++ b/intrinio_sdk/models/filing_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/force_index_technical_value.py b/intrinio_sdk/models/force_index_technical_value.py index 83dbc6765..32bbc893c 100644 --- a/intrinio_sdk/models/force_index_technical_value.py +++ b/intrinio_sdk/models/force_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/forex_currency.py b/intrinio_sdk/models/forex_currency.py index ef4ad367a..2f3b23060 100644 --- a/intrinio_sdk/models/forex_currency.py +++ b/intrinio_sdk/models/forex_currency.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/forex_pair.py b/intrinio_sdk/models/forex_pair.py index 97e1aad8b..b14025a31 100644 --- a/intrinio_sdk/models/forex_pair.py +++ b/intrinio_sdk/models/forex_pair.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/forex_price.py b/intrinio_sdk/models/forex_price.py index 13b62dc29..06906c06e 100644 --- a/intrinio_sdk/models/forex_price.py +++ b/intrinio_sdk/models/forex_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/fundamental.py b/intrinio_sdk/models/fundamental.py index 3168cc374..d2fdc9be4 100644 --- a/intrinio_sdk/models/fundamental.py +++ b/intrinio_sdk/models/fundamental.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/fundamental_summary.py b/intrinio_sdk/models/fundamental_summary.py index 6778f4908..d49582e47 100644 --- a/intrinio_sdk/models/fundamental_summary.py +++ b/intrinio_sdk/models/fundamental_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/historical_data.py b/intrinio_sdk/models/historical_data.py index 0d8fc5cf9..3d458845c 100644 --- a/intrinio_sdk/models/historical_data.py +++ b/intrinio_sdk/models/historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py b/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py index 053a77698..0d1d4a36a 100644 --- a/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py +++ b/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/insider_transaction.py b/intrinio_sdk/models/insider_transaction.py index 49f0c04f4..4d005557d 100644 --- a/intrinio_sdk/models/insider_transaction.py +++ b/intrinio_sdk/models/insider_transaction.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/insider_transaction_filing.py b/intrinio_sdk/models/insider_transaction_filing.py index 5ff36764d..f4cb7aeee 100644 --- a/intrinio_sdk/models/insider_transaction_filing.py +++ b/intrinio_sdk/models/insider_transaction_filing.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/institutional_holding.py b/intrinio_sdk/models/institutional_holding.py index ef6c0367e..6d182c70d 100644 --- a/intrinio_sdk/models/institutional_holding.py +++ b/intrinio_sdk/models/institutional_holding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/institutional_ownership.py b/intrinio_sdk/models/institutional_ownership.py index 49eb699fd..aa1fa384c 100644 --- a/intrinio_sdk/models/institutional_ownership.py +++ b/intrinio_sdk/models/institutional_ownership.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/intraday_stock_price.py b/intrinio_sdk/models/intraday_stock_price.py index 8c8730b83..3580829a0 100644 --- a/intrinio_sdk/models/intraday_stock_price.py +++ b/intrinio_sdk/models/intraday_stock_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/keltner_channel_technical_value.py b/intrinio_sdk/models/keltner_channel_technical_value.py index bcf88d912..d08b05603 100644 --- a/intrinio_sdk/models/keltner_channel_technical_value.py +++ b/intrinio_sdk/models/keltner_channel_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/know_sure_thing_technical_value.py b/intrinio_sdk/models/know_sure_thing_technical_value.py index f80936132..91243c4f8 100644 --- a/intrinio_sdk/models/know_sure_thing_technical_value.py +++ b/intrinio_sdk/models/know_sure_thing_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/market_status_result.py b/intrinio_sdk/models/market_status_result.py index bc175e7d0..f6dd36f52 100644 --- a/intrinio_sdk/models/market_status_result.py +++ b/intrinio_sdk/models/market_status_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/mass_index_technical_value.py b/intrinio_sdk/models/mass_index_technical_value.py index edd4a530c..5d5000c80 100644 --- a/intrinio_sdk/models/mass_index_technical_value.py +++ b/intrinio_sdk/models/mass_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/money_flow_index_technical_value.py b/intrinio_sdk/models/money_flow_index_technical_value.py index 878d94124..18f00c8d3 100644 --- a/intrinio_sdk/models/money_flow_index_technical_value.py +++ b/intrinio_sdk/models/money_flow_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py b/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py index bc4391794..896bf512c 100644 --- a/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py +++ b/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/municipality.py b/intrinio_sdk/models/municipality.py index 713306c3e..26a08c750 100644 --- a/intrinio_sdk/models/municipality.py +++ b/intrinio_sdk/models/municipality.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/municipality_financial.py b/intrinio_sdk/models/municipality_financial.py index e4fe56fc0..f11e16afb 100644 --- a/intrinio_sdk/models/municipality_financial.py +++ b/intrinio_sdk/models/municipality_financial.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/negative_volume_index_technical_value.py b/intrinio_sdk/models/negative_volume_index_technical_value.py index 153d1c8b8..ad2ce7feb 100644 --- a/intrinio_sdk/models/negative_volume_index_technical_value.py +++ b/intrinio_sdk/models/negative_volume_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/news_topic.py b/intrinio_sdk/models/news_topic.py index 5b1aa6bc6..8303a3036 100644 --- a/intrinio_sdk/models/news_topic.py +++ b/intrinio_sdk/models/news_topic.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/on_balance_volume_mean_technical_value.py b/intrinio_sdk/models/on_balance_volume_mean_technical_value.py index fbd66057c..849ecdba9 100644 --- a/intrinio_sdk/models/on_balance_volume_mean_technical_value.py +++ b/intrinio_sdk/models/on_balance_volume_mean_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/on_balance_volume_technical_value.py b/intrinio_sdk/models/on_balance_volume_technical_value.py index dd3778787..4c9696e0d 100644 --- a/intrinio_sdk/models/on_balance_volume_technical_value.py +++ b/intrinio_sdk/models/on_balance_volume_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option.py b/intrinio_sdk/models/option.py index 7ce4a1e26..e86b46bae 100644 --- a/intrinio_sdk/models/option.py +++ b/intrinio_sdk/models/option.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_chain.py b/intrinio_sdk/models/option_chain.py index 8a5425b4d..f97687953 100644 --- a/intrinio_sdk/models/option_chain.py +++ b/intrinio_sdk/models/option_chain.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_chain_eod.py b/intrinio_sdk/models/option_chain_eod.py index dcb21d326..b98efe920 100644 --- a/intrinio_sdk/models/option_chain_eod.py +++ b/intrinio_sdk/models/option_chain_eod.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_chain_realtime.py b/intrinio_sdk/models/option_chain_realtime.py index 0c36251fa..35f8bc86d 100644 --- a/intrinio_sdk/models/option_chain_realtime.py +++ b/intrinio_sdk/models/option_chain_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_contracts_list.py b/intrinio_sdk/models/option_contracts_list.py index 7fd491ccd..76b7ea315 100644 --- a/intrinio_sdk/models/option_contracts_list.py +++ b/intrinio_sdk/models/option_contracts_list.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_eod.py b/intrinio_sdk/models/option_eod.py index b58429cb8..57af9d680 100644 --- a/intrinio_sdk/models/option_eod.py +++ b/intrinio_sdk/models/option_eod.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_factors_realtime.py b/intrinio_sdk/models/option_factors_realtime.py index a5005ba88..3ad2b1c50 100644 --- a/intrinio_sdk/models/option_factors_realtime.py +++ b/intrinio_sdk/models/option_factors_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_interval.py b/intrinio_sdk/models/option_interval.py index 1ebfeab74..3f409d9ce 100644 --- a/intrinio_sdk/models/option_interval.py +++ b/intrinio_sdk/models/option_interval.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_interval_mover.py b/intrinio_sdk/models/option_interval_mover.py index cba5416fa..1a615d28f 100644 --- a/intrinio_sdk/models/option_interval_mover.py +++ b/intrinio_sdk/models/option_interval_mover.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_intervals_movers_result.py b/intrinio_sdk/models/option_intervals_movers_result.py index 532461d63..24657f137 100644 --- a/intrinio_sdk/models/option_intervals_movers_result.py +++ b/intrinio_sdk/models/option_intervals_movers_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_intervals_result.py b/intrinio_sdk/models/option_intervals_result.py index d86ae9e80..f0d163b9e 100644 --- a/intrinio_sdk/models/option_intervals_result.py +++ b/intrinio_sdk/models/option_intervals_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_price.py b/intrinio_sdk/models/option_price.py index 9ed1e8dec..cffc45968 100644 --- a/intrinio_sdk/models/option_price.py +++ b/intrinio_sdk/models/option_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_price_batch_realtime.py b/intrinio_sdk/models/option_price_batch_realtime.py index 3b6b17ffb..70c666ddf 100644 --- a/intrinio_sdk/models/option_price_batch_realtime.py +++ b/intrinio_sdk/models/option_price_batch_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_price_eod.py b/intrinio_sdk/models/option_price_eod.py index 6ce4a2d83..cdbcbe0e9 100644 --- a/intrinio_sdk/models/option_price_eod.py +++ b/intrinio_sdk/models/option_price_eod.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_price_realtime.py b/intrinio_sdk/models/option_price_realtime.py index cf08b31ee..3521f0ce9 100644 --- a/intrinio_sdk/models/option_price_realtime.py +++ b/intrinio_sdk/models/option_price_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_price_realtime_extended.py b/intrinio_sdk/models/option_price_realtime_extended.py index 2a3852a9b..91e846742 100644 --- a/intrinio_sdk/models/option_price_realtime_extended.py +++ b/intrinio_sdk/models/option_price_realtime_extended.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_realtime.py b/intrinio_sdk/models/option_realtime.py index ab54f0397..8d3886196 100644 --- a/intrinio_sdk/models/option_realtime.py +++ b/intrinio_sdk/models/option_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_snapshot_group.py b/intrinio_sdk/models/option_snapshot_group.py index 62b71f42d..8a253e8ae 100644 --- a/intrinio_sdk/models/option_snapshot_group.py +++ b/intrinio_sdk/models/option_snapshot_group.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_snapshots_result.py b/intrinio_sdk/models/option_snapshots_result.py index 6d12d835c..0b4e4494d 100644 --- a/intrinio_sdk/models/option_snapshots_result.py +++ b/intrinio_sdk/models/option_snapshots_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_stats_realtime.py b/intrinio_sdk/models/option_stats_realtime.py index faa3820f8..060b564d4 100644 --- a/intrinio_sdk/models/option_stats_realtime.py +++ b/intrinio_sdk/models/option_stats_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_unusual_trade.py b/intrinio_sdk/models/option_unusual_trade.py index 1964b1a91..cc32a7bac 100644 --- a/intrinio_sdk/models/option_unusual_trade.py +++ b/intrinio_sdk/models/option_unusual_trade.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/options_aggregate.py b/intrinio_sdk/models/options_aggregate.py index d3ffb4ac8..793d9c042 100644 --- a/intrinio_sdk/models/options_aggregate.py +++ b/intrinio_sdk/models/options_aggregate.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/owner.py b/intrinio_sdk/models/owner.py index 9a0811788..72b27871a 100644 --- a/intrinio_sdk/models/owner.py +++ b/intrinio_sdk/models/owner.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/owner_summary.py b/intrinio_sdk/models/owner_summary.py index 399b1b818..a4d94d2ae 100644 --- a/intrinio_sdk/models/owner_summary.py +++ b/intrinio_sdk/models/owner_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/realtime_index_price.py b/intrinio_sdk/models/realtime_index_price.py index 1979a27cf..72207381d 100644 --- a/intrinio_sdk/models/realtime_index_price.py +++ b/intrinio_sdk/models/realtime_index_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/realtime_index_price_index.py b/intrinio_sdk/models/realtime_index_price_index.py index 132f6c349..8d870d191 100644 --- a/intrinio_sdk/models/realtime_index_price_index.py +++ b/intrinio_sdk/models/realtime_index_price_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/realtime_stock_price.py b/intrinio_sdk/models/realtime_stock_price.py index 14c93ce89..a5daea9e5 100644 --- a/intrinio_sdk/models/realtime_stock_price.py +++ b/intrinio_sdk/models/realtime_stock_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/realtime_stock_price_security.py b/intrinio_sdk/models/realtime_stock_price_security.py index 9fd3709fc..579a3130c 100644 --- a/intrinio_sdk/models/realtime_stock_price_security.py +++ b/intrinio_sdk/models/realtime_stock_price_security.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/relative_strength_index_technical_value.py b/intrinio_sdk/models/relative_strength_index_technical_value.py index ffc9e470e..cd2e3251a 100644 --- a/intrinio_sdk/models/relative_strength_index_technical_value.py +++ b/intrinio_sdk/models/relative_strength_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/reported_financial.py b/intrinio_sdk/models/reported_financial.py index 191ca542d..2aa3513ee 100644 --- a/intrinio_sdk/models/reported_financial.py +++ b/intrinio_sdk/models/reported_financial.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/reported_financial_dimension.py b/intrinio_sdk/models/reported_financial_dimension.py index 588c3ec47..2f2589eb8 100644 --- a/intrinio_sdk/models/reported_financial_dimension.py +++ b/intrinio_sdk/models/reported_financial_dimension.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/reported_tag.py b/intrinio_sdk/models/reported_tag.py index f557c3a97..ff05733b5 100644 --- a/intrinio_sdk/models/reported_tag.py +++ b/intrinio_sdk/models/reported_tag.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security.py b/intrinio_sdk/models/security.py index 16429461b..708fafc52 100644 --- a/intrinio_sdk/models/security.py +++ b/intrinio_sdk/models/security.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_history.py b/intrinio_sdk/models/security_history.py index 70cb03840..a0076b4d4 100644 --- a/intrinio_sdk/models/security_history.py +++ b/intrinio_sdk/models/security_history.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_history_list_result.py b/intrinio_sdk/models/security_history_list_result.py index 8cb49c072..9a1e26fcf 100644 --- a/intrinio_sdk/models/security_history_list_result.py +++ b/intrinio_sdk/models/security_history_list_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_interval_mover.py b/intrinio_sdk/models/security_interval_mover.py index d941f95bf..9b0e3b19a 100644 --- a/intrinio_sdk/models/security_interval_mover.py +++ b/intrinio_sdk/models/security_interval_mover.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_intervals_movers_result.py b/intrinio_sdk/models/security_intervals_movers_result.py index dd4b94665..9cc05564e 100644 --- a/intrinio_sdk/models/security_intervals_movers_result.py +++ b/intrinio_sdk/models/security_intervals_movers_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_replay_file_result.py b/intrinio_sdk/models/security_replay_file_result.py index 3c82b3012..63fc912f9 100644 --- a/intrinio_sdk/models/security_replay_file_result.py +++ b/intrinio_sdk/models/security_replay_file_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_screen_clause.py b/intrinio_sdk/models/security_screen_clause.py index ee055e77a..2527e8e00 100644 --- a/intrinio_sdk/models/security_screen_clause.py +++ b/intrinio_sdk/models/security_screen_clause.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_screen_group.py b/intrinio_sdk/models/security_screen_group.py index f8dceac2f..611593d95 100644 --- a/intrinio_sdk/models/security_screen_group.py +++ b/intrinio_sdk/models/security_screen_group.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_screen_group.py-- b/intrinio_sdk/models/security_screen_group.py-- index 8a9718d16..d65e6d5d4 100644 --- a/intrinio_sdk/models/security_screen_group.py-- +++ b/intrinio_sdk/models/security_screen_group.py-- @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_screen_result.py b/intrinio_sdk/models/security_screen_result.py index 3424ec68f..9ad469660 100644 --- a/intrinio_sdk/models/security_screen_result.py +++ b/intrinio_sdk/models/security_screen_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_screen_result_data.py b/intrinio_sdk/models/security_screen_result_data.py index 62cc77f5c..ed60fd79a 100644 --- a/intrinio_sdk/models/security_screen_result_data.py +++ b/intrinio_sdk/models/security_screen_result_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_snapshot_group.py b/intrinio_sdk/models/security_snapshot_group.py index 4a269dbe2..a9c42c8b9 100644 --- a/intrinio_sdk/models/security_snapshot_group.py +++ b/intrinio_sdk/models/security_snapshot_group.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_snapshots_result.py b/intrinio_sdk/models/security_snapshots_result.py index 03ff412a8..9c02d18fe 100644 --- a/intrinio_sdk/models/security_snapshots_result.py +++ b/intrinio_sdk/models/security_snapshots_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_summary.py b/intrinio_sdk/models/security_summary.py index 2cc82ad9c..96db97aed 100644 --- a/intrinio_sdk/models/security_summary.py +++ b/intrinio_sdk/models/security_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_trades.py b/intrinio_sdk/models/security_trades.py index 01e3a9a8f..895064306 100644 --- a/intrinio_sdk/models/security_trades.py +++ b/intrinio_sdk/models/security_trades.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_trades_result.py b/intrinio_sdk/models/security_trades_result.py index f276eef1e..667be8885 100644 --- a/intrinio_sdk/models/security_trades_result.py +++ b/intrinio_sdk/models/security_trades_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/sic_index.py b/intrinio_sdk/models/sic_index.py index 79122a94a..00c078f52 100644 --- a/intrinio_sdk/models/sic_index.py +++ b/intrinio_sdk/models/sic_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/simple_moving_average_technical_value.py b/intrinio_sdk/models/simple_moving_average_technical_value.py index d464a817a..9dceaa5f8 100644 --- a/intrinio_sdk/models/simple_moving_average_technical_value.py +++ b/intrinio_sdk/models/simple_moving_average_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/standardized_financial.py b/intrinio_sdk/models/standardized_financial.py index 3fd83d228..6f652f354 100644 --- a/intrinio_sdk/models/standardized_financial.py +++ b/intrinio_sdk/models/standardized_financial.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/standardized_financials_dimension.py b/intrinio_sdk/models/standardized_financials_dimension.py index 6021a6ab1..f545b0e4c 100644 --- a/intrinio_sdk/models/standardized_financials_dimension.py +++ b/intrinio_sdk/models/standardized_financials_dimension.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stochastic_oscillator_technical_value.py b/intrinio_sdk/models/stochastic_oscillator_technical_value.py index 671b6c99b..b3ce83608 100644 --- a/intrinio_sdk/models/stochastic_oscillator_technical_value.py +++ b/intrinio_sdk/models/stochastic_oscillator_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_exchange.py b/intrinio_sdk/models/stock_exchange.py index 8bb320a47..c661d26db 100644 --- a/intrinio_sdk/models/stock_exchange.py +++ b/intrinio_sdk/models/stock_exchange.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_market_index.py b/intrinio_sdk/models/stock_market_index.py index 9308287e4..7654fa3c1 100644 --- a/intrinio_sdk/models/stock_market_index.py +++ b/intrinio_sdk/models/stock_market_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_market_index_summary.py b/intrinio_sdk/models/stock_market_index_summary.py index efb02ea0d..3c14924df 100644 --- a/intrinio_sdk/models/stock_market_index_summary.py +++ b/intrinio_sdk/models/stock_market_index_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_price.py b/intrinio_sdk/models/stock_price.py index 8ae7422d9..cd2495a56 100644 --- a/intrinio_sdk/models/stock_price.py +++ b/intrinio_sdk/models/stock_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_price_adjustment.py b/intrinio_sdk/models/stock_price_adjustment.py index f3bd6b8a7..3903f1308 100644 --- a/intrinio_sdk/models/stock_price_adjustment.py +++ b/intrinio_sdk/models/stock_price_adjustment.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_price_adjustment_summary.py b/intrinio_sdk/models/stock_price_adjustment_summary.py index a9a421f89..7aa7824d8 100644 --- a/intrinio_sdk/models/stock_price_adjustment_summary.py +++ b/intrinio_sdk/models/stock_price_adjustment_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_price_interval.py b/intrinio_sdk/models/stock_price_interval.py index 3bc6dc9ba..e37763fa4 100644 --- a/intrinio_sdk/models/stock_price_interval.py +++ b/intrinio_sdk/models/stock_price_interval.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_price_summary.py b/intrinio_sdk/models/stock_price_summary.py index 045c1808b..66e275d62 100644 --- a/intrinio_sdk/models/stock_price_summary.py +++ b/intrinio_sdk/models/stock_price_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/technical_indicator.py b/intrinio_sdk/models/technical_indicator.py index 42600505c..fbf13683c 100644 --- a/intrinio_sdk/models/technical_indicator.py +++ b/intrinio_sdk/models/technical_indicator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/thea_entity_answer.py b/intrinio_sdk/models/thea_entity_answer.py index 83b8e6240..970537ae9 100644 --- a/intrinio_sdk/models/thea_entity_answer.py +++ b/intrinio_sdk/models/thea_entity_answer.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/thea_source_document.py b/intrinio_sdk/models/thea_source_document.py index 5f6574fee..269694119 100644 --- a/intrinio_sdk/models/thea_source_document.py +++ b/intrinio_sdk/models/thea_source_document.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/triple_exponential_average_technical_value.py b/intrinio_sdk/models/triple_exponential_average_technical_value.py index df0be16f5..e89106c62 100644 --- a/intrinio_sdk/models/triple_exponential_average_technical_value.py +++ b/intrinio_sdk/models/triple_exponential_average_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/true_strength_index_technical_value.py b/intrinio_sdk/models/true_strength_index_technical_value.py index ab5198be4..dcfda8123 100644 --- a/intrinio_sdk/models/true_strength_index_technical_value.py +++ b/intrinio_sdk/models/true_strength_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/ultimate_oscillator_technical_value.py b/intrinio_sdk/models/ultimate_oscillator_technical_value.py index dad66c580..7b6844374 100644 --- a/intrinio_sdk/models/ultimate_oscillator_technical_value.py +++ b/intrinio_sdk/models/ultimate_oscillator_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/volume_price_trend_technical_value.py b/intrinio_sdk/models/volume_price_trend_technical_value.py index a7b7cc3a6..bbbe44c40 100644 --- a/intrinio_sdk/models/volume_price_trend_technical_value.py +++ b/intrinio_sdk/models/volume_price_trend_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/volume_weighted_average_price_value.py b/intrinio_sdk/models/volume_weighted_average_price_value.py index b8475a330..b8930da7a 100644 --- a/intrinio_sdk/models/volume_weighted_average_price_value.py +++ b/intrinio_sdk/models/volume_weighted_average_price_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/vortex_indicator_technical_value.py b/intrinio_sdk/models/vortex_indicator_technical_value.py index ad2b7d801..68d4392cd 100644 --- a/intrinio_sdk/models/vortex_indicator_technical_value.py +++ b/intrinio_sdk/models/vortex_indicator_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/williams_r_technical_value.py b/intrinio_sdk/models/williams_r_technical_value.py index 2dc8bdaf9..11249f60c 100644 --- a/intrinio_sdk/models/williams_r_technical_value.py +++ b/intrinio_sdk/models/williams_r_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_analyst_rating.py b/intrinio_sdk/models/zacks_analyst_rating.py index 8c66f661c..77df78820 100644 --- a/intrinio_sdk/models/zacks_analyst_rating.py +++ b/intrinio_sdk/models/zacks_analyst_rating.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_analyst_rating_snapshot.py b/intrinio_sdk/models/zacks_analyst_rating_snapshot.py index 0ad2ff3ad..eb1f00091 100644 --- a/intrinio_sdk/models/zacks_analyst_rating_snapshot.py +++ b/intrinio_sdk/models/zacks_analyst_rating_snapshot.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_analyst_rating_summary.py b/intrinio_sdk/models/zacks_analyst_rating_summary.py index 5a1fb234c..2c8679460 100644 --- a/intrinio_sdk/models/zacks_analyst_rating_summary.py +++ b/intrinio_sdk/models/zacks_analyst_rating_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_ebitda_consensus.py b/intrinio_sdk/models/zacks_ebitda_consensus.py index d8dabc957..29e2c378f 100644 --- a/intrinio_sdk/models/zacks_ebitda_consensus.py +++ b/intrinio_sdk/models/zacks_ebitda_consensus.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_eps_estimate.py b/intrinio_sdk/models/zacks_eps_estimate.py index 0bb3e47dc..15812ed9f 100644 --- a/intrinio_sdk/models/zacks_eps_estimate.py +++ b/intrinio_sdk/models/zacks_eps_estimate.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_eps_growth_rate.py b/intrinio_sdk/models/zacks_eps_growth_rate.py index 5d8b61901..cb93b9a11 100644 --- a/intrinio_sdk/models/zacks_eps_growth_rate.py +++ b/intrinio_sdk/models/zacks_eps_growth_rate.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_eps_surprise.py b/intrinio_sdk/models/zacks_eps_surprise.py index 8ee17da28..ad3866650 100644 --- a/intrinio_sdk/models/zacks_eps_surprise.py +++ b/intrinio_sdk/models/zacks_eps_surprise.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_eps_surprise_summary.py b/intrinio_sdk/models/zacks_eps_surprise_summary.py index da51f02b6..d7b3d7f0f 100644 --- a/intrinio_sdk/models/zacks_eps_surprise_summary.py +++ b/intrinio_sdk/models/zacks_eps_surprise_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_etf_holding.py b/intrinio_sdk/models/zacks_etf_holding.py index 4323de824..efa08c23a 100644 --- a/intrinio_sdk/models/zacks_etf_holding.py +++ b/intrinio_sdk/models/zacks_etf_holding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_forward_pe.py b/intrinio_sdk/models/zacks_forward_pe.py index 249d6b8f2..1077e8930 100644 --- a/intrinio_sdk/models/zacks_forward_pe.py +++ b/intrinio_sdk/models/zacks_forward_pe.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding.py b/intrinio_sdk/models/zacks_institutional_holding.py index 6cc4766ce..65ef71569 100644 --- a/intrinio_sdk/models/zacks_institutional_holding.py +++ b/intrinio_sdk/models/zacks_institutional_holding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding_company_detail.py b/intrinio_sdk/models/zacks_institutional_holding_company_detail.py index 9f04aa6c9..45f84add9 100644 --- a/intrinio_sdk/models/zacks_institutional_holding_company_detail.py +++ b/intrinio_sdk/models/zacks_institutional_holding_company_detail.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding_company_summary.py b/intrinio_sdk/models/zacks_institutional_holding_company_summary.py index d36c70bb7..cef3cd035 100644 --- a/intrinio_sdk/models/zacks_institutional_holding_company_summary.py +++ b/intrinio_sdk/models/zacks_institutional_holding_company_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding_historical_summary.py b/intrinio_sdk/models/zacks_institutional_holding_historical_summary.py index 37b27a130..a58722a95 100644 --- a/intrinio_sdk/models/zacks_institutional_holding_historical_summary.py +++ b/intrinio_sdk/models/zacks_institutional_holding_historical_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding_owner_detail.py b/intrinio_sdk/models/zacks_institutional_holding_owner_detail.py index dd4838601..d1eb3c65b 100644 --- a/intrinio_sdk/models/zacks_institutional_holding_owner_detail.py +++ b/intrinio_sdk/models/zacks_institutional_holding_owner_detail.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding_owner_summary.py b/intrinio_sdk/models/zacks_institutional_holding_owner_summary.py index e0ea08518..9e1c23e8e 100644 --- a/intrinio_sdk/models/zacks_institutional_holding_owner_summary.py +++ b/intrinio_sdk/models/zacks_institutional_holding_owner_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_long_term_growth_rate.py b/intrinio_sdk/models/zacks_long_term_growth_rate.py index 4d381d268..fef813ae0 100644 --- a/intrinio_sdk/models/zacks_long_term_growth_rate.py +++ b/intrinio_sdk/models/zacks_long_term_growth_rate.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_sales_estimate.py b/intrinio_sdk/models/zacks_sales_estimate.py index 99b9df12b..e315598a7 100644 --- a/intrinio_sdk/models/zacks_sales_estimate.py +++ b/intrinio_sdk/models/zacks_sales_estimate.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_sales_surprise.py b/intrinio_sdk/models/zacks_sales_surprise.py index f865ede16..55812aa25 100644 --- a/intrinio_sdk/models/zacks_sales_surprise.py +++ b/intrinio_sdk/models/zacks_sales_surprise.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_sales_surprise_summary.py b/intrinio_sdk/models/zacks_sales_surprise_summary.py index ff1e18083..eedc47f01 100644 --- a/intrinio_sdk/models/zacks_sales_surprise_summary.py +++ b/intrinio_sdk/models/zacks_sales_surprise_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_target_price_consensus.py b/intrinio_sdk/models/zacks_target_price_consensus.py index 62e5eda62..a2fee8ccf 100644 --- a/intrinio_sdk/models/zacks_target_price_consensus.py +++ b/intrinio_sdk/models/zacks_target_price_consensus.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/rest.py b/intrinio_sdk/rest.py index 36de221f0..f8d0b0794 100644 --- a/intrinio_sdk/rest.py +++ b/intrinio_sdk/rest.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/setup.py b/setup.py index 4dec7604b..a8e9e052b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -14,7 +14,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "intrinio-sdk" -VERSION = "6.30.0" +VERSION = "6.31.0" # To install the library, run the following # # python setup.py install diff --git a/test/test_accumulation_distribution_index_technical_value.py b/test/test_accumulation_distribution_index_technical_value.py index 1f07cdab4..654943894 100644 --- a/test/test_accumulation_distribution_index_technical_value.py +++ b/test/test_accumulation_distribution_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_bulk_download_links.py b/test/test_api_response_bulk_download_links.py index b6c8e4019..18597faaf 100644 --- a/test/test_api_response_bulk_download_links.py +++ b/test/test_api_response_bulk_download_links.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_companies.py b/test/test_api_response_companies.py index 76a317c20..9d335da02 100644 --- a/test/test_api_response_companies.py +++ b/test/test_api_response_companies.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_companies_search.py b/test/test_api_response_companies_search.py index 85d748985..baaebcb0c 100644 --- a/test/test_api_response_companies_search.py +++ b/test/test_api_response_companies_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_answers.py b/test/test_api_response_company_answers.py index c2f4beedf..2f19e42dc 100644 --- a/test/test_api_response_company_answers.py +++ b/test/test_api_response_company_answers.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_daily_metrics.py b/test/test_api_response_company_daily_metrics.py index 5480ddcde..8a7718273 100644 --- a/test/test_api_response_company_daily_metrics.py +++ b/test/test_api_response_company_daily_metrics.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_filings.py b/test/test_api_response_company_filings.py index ee21a4fa6..8c66ef1d4 100644 --- a/test/test_api_response_company_filings.py +++ b/test/test_api_response_company_filings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_fundamentals.py b/test/test_api_response_company_fundamentals.py index 3767c9431..65f14b146 100644 --- a/test/test_api_response_company_fundamentals.py +++ b/test/test_api_response_company_fundamentals.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_historical_data.py b/test/test_api_response_company_historical_data.py index c6f285d74..d7e56f8da 100644 --- a/test/test_api_response_company_historical_data.py +++ b/test/test_api_response_company_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_insider_transaction_filings.py b/test/test_api_response_company_insider_transaction_filings.py index 5c375ff56..4b8d7d0c6 100644 --- a/test/test_api_response_company_insider_transaction_filings.py +++ b/test/test_api_response_company_insider_transaction_filings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_news.py b/test/test_api_response_company_news.py index aac4ae57e..abd516eb1 100644 --- a/test/test_api_response_company_news.py +++ b/test/test_api_response_company_news.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_news_body.py b/test/test_api_response_company_news_body.py index aa3319c75..c34c22d93 100644 --- a/test/test_api_response_company_news_body.py +++ b/test/test_api_response_company_news_body.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_public_float_result.py b/test/test_api_response_company_public_float_result.py index a91599cda..d8d85920f 100644 --- a/test/test_api_response_company_public_float_result.py +++ b/test/test_api_response_company_public_float_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_recognize.py b/test/test_api_response_company_recognize.py index 9425609b9..3154dca66 100644 --- a/test/test_api_response_company_recognize.py +++ b/test/test_api_response_company_recognize.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_securities.py b/test/test_api_response_company_securities.py index e38082899..78cd4468b 100644 --- a/test/test_api_response_company_securities.py +++ b/test/test_api_response_company_securities.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_shares_outstanding.py b/test/test_api_response_company_shares_outstanding.py index f9a1355a7..3101c96f9 100644 --- a/test/test_api_response_company_shares_outstanding.py +++ b/test/test_api_response_company_shares_outstanding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_data_tags.py b/test/test_api_response_data_tags.py index f0343668f..7f3693ad7 100644 --- a/test/test_api_response_data_tags.py +++ b/test/test_api_response_data_tags.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_data_tags_search.py b/test/test_api_response_data_tags_search.py index a08e98f60..03f112f62 100644 --- a/test/test_api_response_data_tags_search.py +++ b/test/test_api_response_data_tags_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_economic_index_historical_data.py b/test/test_api_response_economic_index_historical_data.py index 1db80fe7b..fd1da87d4 100644 --- a/test/test_api_response_economic_index_historical_data.py +++ b/test/test_api_response_economic_index_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_economic_indices.py b/test/test_api_response_economic_indices.py index dceb6bdae..1e925c1c0 100644 --- a/test/test_api_response_economic_indices.py +++ b/test/test_api_response_economic_indices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_economic_indices_search.py b/test/test_api_response_economic_indices_search.py index ea27b05b2..15846d318 100644 --- a/test/test_api_response_economic_indices_search.py +++ b/test/test_api_response_economic_indices_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_eod_index_prices.py b/test/test_api_response_eod_index_prices.py index 214691171..0821d2f28 100644 --- a/test/test_api_response_eod_index_prices.py +++ b/test/test_api_response_eod_index_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_eod_index_prices_all.py b/test/test_api_response_eod_index_prices_all.py index dea862485..3d258cf9f 100644 --- a/test/test_api_response_eod_index_prices_all.py +++ b/test/test_api_response_eod_index_prices_all.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_esg_companies.py b/test/test_api_response_esg_companies.py index c20be3557..3f34ec58c 100644 --- a/test/test_api_response_esg_companies.py +++ b/test/test_api_response_esg_companies.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_esg_company_comprehensive_rating_history.py b/test/test_api_response_esg_company_comprehensive_rating_history.py index 4833b8d88..290d1f284 100644 --- a/test/test_api_response_esg_company_comprehensive_rating_history.py +++ b/test/test_api_response_esg_company_comprehensive_rating_history.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_esg_company_rating_history.py b/test/test_api_response_esg_company_rating_history.py index 4151955d4..c41d7ff85 100644 --- a/test/test_api_response_esg_company_rating_history.py +++ b/test/test_api_response_esg_company_rating_history.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_esg_latest.py b/test/test_api_response_esg_latest.py index d858126a2..224eacf54 100644 --- a/test/test_api_response_esg_latest.py +++ b/test/test_api_response_esg_latest.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_esg_latest_comprehensive.py b/test/test_api_response_esg_latest_comprehensive.py index 9451c55ae..7b23598c0 100644 --- a/test/test_api_response_esg_latest_comprehensive.py +++ b/test/test_api_response_esg_latest_comprehensive.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_et_fs.py b/test/test_api_response_et_fs.py index a25a32712..ea45c22bb 100644 --- a/test/test_api_response_et_fs.py +++ b/test/test_api_response_et_fs.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_etf_holdings.py b/test/test_api_response_etf_holdings.py index f42d2d662..885978791 100644 --- a/test/test_api_response_etf_holdings.py +++ b/test/test_api_response_etf_holdings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_filing_answers.py b/test/test_api_response_filing_answers.py index d62bc515c..5653b5d79 100644 --- a/test/test_api_response_filing_answers.py +++ b/test/test_api_response_filing_answers.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_filing_fundamentals.py b/test/test_api_response_filing_fundamentals.py index d04e6b179..8d65ce8e6 100644 --- a/test/test_api_response_filing_fundamentals.py +++ b/test/test_api_response_filing_fundamentals.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_filing_notes.py b/test/test_api_response_filing_notes.py index bf9acd4b5..fd912416f 100644 --- a/test/test_api_response_filing_notes.py +++ b/test/test_api_response_filing_notes.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_filing_notes_search.py b/test/test_api_response_filing_notes_search.py index 59f8dcb8d..b1fe0207f 100644 --- a/test/test_api_response_filing_notes_search.py +++ b/test/test_api_response_filing_notes_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_filings.py b/test/test_api_response_filings.py index 9227d4379..cac606bac 100644 --- a/test/test_api_response_filings.py +++ b/test/test_api_response_filings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_forex_currencies.py b/test/test_api_response_forex_currencies.py index 550755d4c..4e3ea4183 100644 --- a/test/test_api_response_forex_currencies.py +++ b/test/test_api_response_forex_currencies.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_forex_pairs.py b/test/test_api_response_forex_pairs.py index 101f4e8ac..252091acc 100644 --- a/test/test_api_response_forex_pairs.py +++ b/test/test_api_response_forex_pairs.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_forex_prices.py b/test/test_api_response_forex_prices.py index dbefe292c..92f3ab5e9 100644 --- a/test/test_api_response_forex_prices.py +++ b/test/test_api_response_forex_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_historical_data.py b/test/test_api_response_historical_data.py index e9cdd0573..eb31a252b 100644 --- a/test/test_api_response_historical_data.py +++ b/test/test_api_response_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_index.py b/test/test_api_response_index.py index d9d133d84..fa9ea086b 100644 --- a/test/test_api_response_index.py +++ b/test/test_api_response_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_indices.py b/test/test_api_response_indices.py index cece2b0fd..c35e9b47b 100644 --- a/test/test_api_response_indices.py +++ b/test/test_api_response_indices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_initial_public_offerings.py b/test/test_api_response_initial_public_offerings.py index 703eebf41..03583954c 100644 --- a/test/test_api_response_initial_public_offerings.py +++ b/test/test_api_response_initial_public_offerings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_insider_transaction_filings.py b/test/test_api_response_insider_transaction_filings.py index 7745b265c..2c6efc421 100644 --- a/test/test_api_response_insider_transaction_filings.py +++ b/test/test_api_response_insider_transaction_filings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_municipalities.py b/test/test_api_response_municipalities.py index 5277634fe..47e309ff9 100644 --- a/test/test_api_response_municipalities.py +++ b/test/test_api_response_municipalities.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_municipalitiy_financials.py b/test/test_api_response_municipalitiy_financials.py index f62c8ac3f..54b27e812 100644 --- a/test/test_api_response_municipalitiy_financials.py +++ b/test/test_api_response_municipalitiy_financials.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_news.py b/test/test_api_response_news.py index ce18236e8..eabaf2582 100644 --- a/test/test_api_response_news.py +++ b/test/test_api_response_news.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_option_prices.py b/test/test_api_response_option_prices.py index 9eba76b30..9e1c704af 100644 --- a/test/test_api_response_option_prices.py +++ b/test/test_api_response_option_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options.py b/test/test_api_response_options.py index 622b94fd4..5a33b14b1 100644 --- a/test/test_api_response_options.py +++ b/test/test_api_response_options.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_aggregates.py b/test/test_api_response_options_aggregates.py index 6ab4887fb..1d9cae0f6 100644 --- a/test/test_api_response_options_aggregates.py +++ b/test/test_api_response_options_aggregates.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_chain.py b/test/test_api_response_options_chain.py index 4b1b2e535..fad35437b 100644 --- a/test/test_api_response_options_chain.py +++ b/test/test_api_response_options_chain.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_chain_eod.py b/test/test_api_response_options_chain_eod.py index d37fd844a..f68091d9a 100644 --- a/test/test_api_response_options_chain_eod.py +++ b/test/test_api_response_options_chain_eod.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_chain_realtime.py b/test/test_api_response_options_chain_realtime.py index 471b9c71b..bff96387e 100644 --- a/test/test_api_response_options_chain_realtime.py +++ b/test/test_api_response_options_chain_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_expirations.py b/test/test_api_response_options_expirations.py index edc749e61..091c483f5 100644 --- a/test/test_api_response_options_expirations.py +++ b/test/test_api_response_options_expirations.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_price_realtime.py b/test/test_api_response_options_price_realtime.py index 7d71d85ec..561a28f06 100644 --- a/test/test_api_response_options_price_realtime.py +++ b/test/test_api_response_options_price_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_prices_batch_realtime.py b/test/test_api_response_options_prices_batch_realtime.py index b59ed71bf..8c6f0ac89 100644 --- a/test/test_api_response_options_prices_batch_realtime.py +++ b/test/test_api_response_options_prices_batch_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_prices_by_ticker_realtime.py b/test/test_api_response_options_prices_by_ticker_realtime.py index 7315777f0..929cbcf49 100644 --- a/test/test_api_response_options_prices_by_ticker_realtime.py +++ b/test/test_api_response_options_prices_by_ticker_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_prices_eod.py b/test/test_api_response_options_prices_eod.py index 754dfb244..f7ad1382a 100644 --- a/test/test_api_response_options_prices_eod.py +++ b/test/test_api_response_options_prices_eod.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_realtime.py b/test/test_api_response_options_realtime.py index 2d601ce10..f10db28f1 100644 --- a/test/test_api_response_options_realtime.py +++ b/test/test_api_response_options_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_stats_realtime.py b/test/test_api_response_options_stats_realtime.py index ce032dad7..c85f82867 100644 --- a/test/test_api_response_options_stats_realtime.py +++ b/test/test_api_response_options_stats_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_tickers.py b/test/test_api_response_options_tickers.py index 82f75b0cd..7bd81710b 100644 --- a/test/test_api_response_options_tickers.py +++ b/test/test_api_response_options_tickers.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_unusual_activity.py b/test/test_api_response_options_unusual_activity.py index ca665928f..af5789b87 100644 --- a/test/test_api_response_options_unusual_activity.py +++ b/test/test_api_response_options_unusual_activity.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_owner_insider_transaction_filings.py b/test/test_api_response_owner_insider_transaction_filings.py index b562300f6..98aa9636c 100644 --- a/test/test_api_response_owner_insider_transaction_filings.py +++ b/test/test_api_response_owner_insider_transaction_filings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_owner_institutional_holdings.py b/test/test_api_response_owner_institutional_holdings.py index 4c25d5d13..5ffe06b88 100644 --- a/test/test_api_response_owner_institutional_holdings.py +++ b/test/test_api_response_owner_institutional_holdings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_owners.py b/test/test_api_response_owners.py index d5a7d0b00..49d49d9b0 100644 --- a/test/test_api_response_owners.py +++ b/test/test_api_response_owners.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_realtime_index_prices.py b/test/test_api_response_realtime_index_prices.py index 9048015ac..4c2333d20 100644 --- a/test/test_api_response_realtime_index_prices.py +++ b/test/test_api_response_realtime_index_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_reported_financials.py b/test/test_api_response_reported_financials.py index 3ea3dd2db..4ee7cadf4 100644 --- a/test/test_api_response_reported_financials.py +++ b/test/test_api_response_reported_financials.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_securities.py b/test/test_api_response_securities.py index a565f8bfe..9090b9a0f 100644 --- a/test/test_api_response_securities.py +++ b/test/test_api_response_securities.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_securities_search.py b/test/test_api_response_securities_search.py index 039b265f1..96f782aed 100644 --- a/test/test_api_response_securities_search.py +++ b/test/test_api_response_securities_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_accumulation_distribution_index.py b/test/test_api_response_security_accumulation_distribution_index.py index ac2acf937..3aebc2dbb 100644 --- a/test/test_api_response_security_accumulation_distribution_index.py +++ b/test/test_api_response_security_accumulation_distribution_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_average_daily_trading_volume.py b/test/test_api_response_security_average_daily_trading_volume.py index 2c3c403f9..2b921b422 100644 --- a/test/test_api_response_security_average_daily_trading_volume.py +++ b/test/test_api_response_security_average_daily_trading_volume.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_average_directional_index.py b/test/test_api_response_security_average_directional_index.py index 90f0ec1b1..9cdbb2567 100644 --- a/test/test_api_response_security_average_directional_index.py +++ b/test/test_api_response_security_average_directional_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_average_true_range.py b/test/test_api_response_security_average_true_range.py index 7efb9a491..0e123f8da 100644 --- a/test/test_api_response_security_average_true_range.py +++ b/test/test_api_response_security_average_true_range.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_awesome_oscillator.py b/test/test_api_response_security_awesome_oscillator.py index 46f4c6a0f..6eabd3c3f 100644 --- a/test/test_api_response_security_awesome_oscillator.py +++ b/test/test_api_response_security_awesome_oscillator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_bollinger_bands.py b/test/test_api_response_security_bollinger_bands.py index f12bbd803..24e2c2a7c 100644 --- a/test/test_api_response_security_bollinger_bands.py +++ b/test/test_api_response_security_bollinger_bands.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_chaikin_money_flow.py b/test/test_api_response_security_chaikin_money_flow.py index 670dc9d5f..88c992d37 100644 --- a/test/test_api_response_security_chaikin_money_flow.py +++ b/test/test_api_response_security_chaikin_money_flow.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_commodity_channel_index.py b/test/test_api_response_security_commodity_channel_index.py index f6aea0b86..468b33450 100644 --- a/test/test_api_response_security_commodity_channel_index.py +++ b/test/test_api_response_security_commodity_channel_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_detrended_price_oscillator.py b/test/test_api_response_security_detrended_price_oscillator.py index 4992c3b50..37308fa8d 100644 --- a/test/test_api_response_security_detrended_price_oscillator.py +++ b/test/test_api_response_security_detrended_price_oscillator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_donchian_channel.py b/test/test_api_response_security_donchian_channel.py index 3e3f8f681..c4470a872 100644 --- a/test/test_api_response_security_donchian_channel.py +++ b/test/test_api_response_security_donchian_channel.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_ease_of_movement.py b/test/test_api_response_security_ease_of_movement.py index 858dba59a..730a1d4ba 100644 --- a/test/test_api_response_security_ease_of_movement.py +++ b/test/test_api_response_security_ease_of_movement.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_force_index.py b/test/test_api_response_security_force_index.py index 74f6c12c8..719b49f58 100644 --- a/test/test_api_response_security_force_index.py +++ b/test/test_api_response_security_force_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_historical_data.py b/test/test_api_response_security_historical_data.py index e8584e8f5..f12137532 100644 --- a/test/test_api_response_security_historical_data.py +++ b/test/test_api_response_security_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_ichimoku_kinko_hyo.py b/test/test_api_response_security_ichimoku_kinko_hyo.py index c68340e68..06816e498 100644 --- a/test/test_api_response_security_ichimoku_kinko_hyo.py +++ b/test/test_api_response_security_ichimoku_kinko_hyo.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_institutional_ownership.py b/test/test_api_response_security_institutional_ownership.py index 3fd3e9a13..0a4979df8 100644 --- a/test/test_api_response_security_institutional_ownership.py +++ b/test/test_api_response_security_institutional_ownership.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_interval_prices.py b/test/test_api_response_security_interval_prices.py index 778ee6c2f..2b16fb747 100644 --- a/test/test_api_response_security_interval_prices.py +++ b/test/test_api_response_security_interval_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_intraday_prices.py b/test/test_api_response_security_intraday_prices.py index 0d6634456..afa5898bf 100644 --- a/test/test_api_response_security_intraday_prices.py +++ b/test/test_api_response_security_intraday_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_keltner_channel.py b/test/test_api_response_security_keltner_channel.py index 819fd5bd6..04fb8e939 100644 --- a/test/test_api_response_security_keltner_channel.py +++ b/test/test_api_response_security_keltner_channel.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_know_sure_thing.py b/test/test_api_response_security_know_sure_thing.py index 421e45d2e..c9673f88a 100644 --- a/test/test_api_response_security_know_sure_thing.py +++ b/test/test_api_response_security_know_sure_thing.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_mass_index.py b/test/test_api_response_security_mass_index.py index 5e24e0e17..b0be60268 100644 --- a/test/test_api_response_security_mass_index.py +++ b/test/test_api_response_security_mass_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_money_flow_index.py b/test/test_api_response_security_money_flow_index.py index 7bfa32a23..6c86df927 100644 --- a/test/test_api_response_security_money_flow_index.py +++ b/test/test_api_response_security_money_flow_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_moving_average_convergence_divergence.py b/test/test_api_response_security_moving_average_convergence_divergence.py index a1005222d..58d3fc2e3 100644 --- a/test/test_api_response_security_moving_average_convergence_divergence.py +++ b/test/test_api_response_security_moving_average_convergence_divergence.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_negative_volume_index.py b/test/test_api_response_security_negative_volume_index.py index 1b82c97d2..d95747f1b 100644 --- a/test/test_api_response_security_negative_volume_index.py +++ b/test/test_api_response_security_negative_volume_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_on_balance_volume.py b/test/test_api_response_security_on_balance_volume.py index 48343ade3..ac976e2f2 100644 --- a/test/test_api_response_security_on_balance_volume.py +++ b/test/test_api_response_security_on_balance_volume.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_on_balance_volume_mean.py b/test/test_api_response_security_on_balance_volume_mean.py index af6028e9e..5267fc7fb 100644 --- a/test/test_api_response_security_on_balance_volume_mean.py +++ b/test/test_api_response_security_on_balance_volume_mean.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_quote.py b/test/test_api_response_security_quote.py index ce67e649b..fd8af2f0a 100644 --- a/test/test_api_response_security_quote.py +++ b/test/test_api_response_security_quote.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_relative_strength_index.py b/test/test_api_response_security_relative_strength_index.py index fd779830b..fda5912d8 100644 --- a/test/test_api_response_security_relative_strength_index.py +++ b/test/test_api_response_security_relative_strength_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_simple_moving_average.py b/test/test_api_response_security_simple_moving_average.py index 9f73a267f..0cc62094c 100644 --- a/test/test_api_response_security_simple_moving_average.py +++ b/test/test_api_response_security_simple_moving_average.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_stochastic_oscillator.py b/test/test_api_response_security_stochastic_oscillator.py index 4dc93aa58..929beea24 100644 --- a/test/test_api_response_security_stochastic_oscillator.py +++ b/test/test_api_response_security_stochastic_oscillator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_stock_price_adjustments.py b/test/test_api_response_security_stock_price_adjustments.py index f360563d4..ed18911bd 100644 --- a/test/test_api_response_security_stock_price_adjustments.py +++ b/test/test_api_response_security_stock_price_adjustments.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_stock_prices.py b/test/test_api_response_security_stock_prices.py index c80e9d6fa..580b5f46e 100644 --- a/test/test_api_response_security_stock_prices.py +++ b/test/test_api_response_security_stock_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_triple_exponential_average.py b/test/test_api_response_security_triple_exponential_average.py index b997bee5f..fcb462cc3 100644 --- a/test/test_api_response_security_triple_exponential_average.py +++ b/test/test_api_response_security_triple_exponential_average.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_true_strength_index.py b/test/test_api_response_security_true_strength_index.py index e44a564c6..19842f8be 100644 --- a/test/test_api_response_security_true_strength_index.py +++ b/test/test_api_response_security_true_strength_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_ultimate_oscillator.py b/test/test_api_response_security_ultimate_oscillator.py index 35c5fcf65..d45f7e957 100644 --- a/test/test_api_response_security_ultimate_oscillator.py +++ b/test/test_api_response_security_ultimate_oscillator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_volume_price_trend.py b/test/test_api_response_security_volume_price_trend.py index 309efed08..dc989c914 100644 --- a/test/test_api_response_security_volume_price_trend.py +++ b/test/test_api_response_security_volume_price_trend.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_volume_weighted_average_price.py b/test/test_api_response_security_volume_weighted_average_price.py index 277623df5..cd23a18dd 100644 --- a/test/test_api_response_security_volume_weighted_average_price.py +++ b/test/test_api_response_security_volume_weighted_average_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_vortex_indicator.py b/test/test_api_response_security_vortex_indicator.py index 7add74397..5efd963d3 100644 --- a/test/test_api_response_security_vortex_indicator.py +++ b/test/test_api_response_security_vortex_indicator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_williams_r.py b/test/test_api_response_security_williams_r.py index 8d9793b89..a1b3bdef9 100644 --- a/test/test_api_response_security_williams_r.py +++ b/test/test_api_response_security_williams_r.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_zacks_analyst_ratings.py b/test/test_api_response_security_zacks_analyst_ratings.py index bfdde246b..0c3236649 100644 --- a/test/test_api_response_security_zacks_analyst_ratings.py +++ b/test/test_api_response_security_zacks_analyst_ratings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_zacks_analyst_ratings_snapshot.py b/test/test_api_response_security_zacks_analyst_ratings_snapshot.py index 86a16ff01..5e08ba10f 100644 --- a/test/test_api_response_security_zacks_analyst_ratings_snapshot.py +++ b/test/test_api_response_security_zacks_analyst_ratings_snapshot.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_zacks_eps_surprises.py b/test/test_api_response_security_zacks_eps_surprises.py index 8af894f6f..b87eb535d 100644 --- a/test/test_api_response_security_zacks_eps_surprises.py +++ b/test/test_api_response_security_zacks_eps_surprises.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_zacks_sales_surprises.py b/test/test_api_response_security_zacks_sales_surprises.py index 16fbe0340..a68c914cd 100644 --- a/test/test_api_response_security_zacks_sales_surprises.py +++ b/test/test_api_response_security_zacks_sales_surprises.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_sic_index_historical_data.py b/test/test_api_response_sic_index_historical_data.py index 1cee1006c..a5a77d613 100644 --- a/test/test_api_response_sic_index_historical_data.py +++ b/test/test_api_response_sic_index_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_sic_indices.py b/test/test_api_response_sic_indices.py index c3dd74410..404460c6d 100644 --- a/test/test_api_response_sic_indices.py +++ b/test/test_api_response_sic_indices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_sic_indices_search.py b/test/test_api_response_sic_indices_search.py index ff7386980..afb1ceff7 100644 --- a/test/test_api_response_sic_indices_search.py +++ b/test/test_api_response_sic_indices_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_standardized_financials.py b/test/test_api_response_standardized_financials.py index 00d822abb..b6e8c508d 100644 --- a/test/test_api_response_standardized_financials.py +++ b/test/test_api_response_standardized_financials.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_standardized_financials_dimensions.py b/test/test_api_response_standardized_financials_dimensions.py index 4803e3488..e356b33f3 100644 --- a/test/test_api_response_standardized_financials_dimensions.py +++ b/test/test_api_response_standardized_financials_dimensions.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_stock_exchange_quote.py b/test/test_api_response_stock_exchange_quote.py new file mode 100644 index 000000000..558cc1094 --- /dev/null +++ b/test/test_api_response_stock_exchange_quote.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + Intrinio API + + 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. # noqa: E501 + + OpenAPI spec version: 2.70.0 + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import intrinio_sdk +from intrinio_sdk.models.api_response_stock_exchange_quote import ApiResponseStockExchangeQuote # noqa: E501 +from intrinio_sdk.rest import ApiException + + +class TestApiResponseStockExchangeQuote(unittest.TestCase): + """ApiResponseStockExchangeQuote unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testApiResponseStockExchangeQuote(self): + """Test ApiResponseStockExchangeQuote""" + # FIXME: construct object with mandatory attributes with example values + # model = intrinio_sdk.models.api_response_stock_exchange_quote.ApiResponseStockExchangeQuote() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_api_response_stock_exchange_realtime_stock_prices.py b/test/test_api_response_stock_exchange_realtime_stock_prices.py index 1d0a4ec03..6f4c15ab3 100644 --- a/test/test_api_response_stock_exchange_realtime_stock_prices.py +++ b/test/test_api_response_stock_exchange_realtime_stock_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_stock_exchange_securities.py b/test/test_api_response_stock_exchange_securities.py index b689d4400..3ec93e962 100644 --- a/test/test_api_response_stock_exchange_securities.py +++ b/test/test_api_response_stock_exchange_securities.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_stock_exchange_stock_price_adjustments.py b/test/test_api_response_stock_exchange_stock_price_adjustments.py index 80b68d81f..1887446f8 100644 --- a/test/test_api_response_stock_exchange_stock_price_adjustments.py +++ b/test/test_api_response_stock_exchange_stock_price_adjustments.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_stock_exchange_stock_prices.py b/test/test_api_response_stock_exchange_stock_prices.py index 627c6894d..5e04ae725 100644 --- a/test/test_api_response_stock_exchange_stock_prices.py +++ b/test/test_api_response_stock_exchange_stock_prices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_stock_exchanges.py b/test/test_api_response_stock_exchanges.py index 215051354..51c014d3e 100644 --- a/test/test_api_response_stock_exchanges.py +++ b/test/test_api_response_stock_exchanges.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_stock_market_index_historical_data.py b/test/test_api_response_stock_market_index_historical_data.py index 39790a14c..7af42ad92 100644 --- a/test/test_api_response_stock_market_index_historical_data.py +++ b/test/test_api_response_stock_market_index_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_stock_market_indices.py b/test/test_api_response_stock_market_indices.py index abe39327b..5c2c4b6e6 100644 --- a/test/test_api_response_stock_market_indices.py +++ b/test/test_api_response_stock_market_indices.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_stock_market_indices_search.py b/test/test_api_response_stock_market_indices_search.py index 7e8486273..58e3a2762 100644 --- a/test/test_api_response_stock_market_indices_search.py +++ b/test/test_api_response_stock_market_indices_search.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_analyst_ratings.py b/test/test_api_response_zacks_analyst_ratings.py index 57cebc5c6..fdf416437 100644 --- a/test/test_api_response_zacks_analyst_ratings.py +++ b/test/test_api_response_zacks_analyst_ratings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_ebitda_consensus.py b/test/test_api_response_zacks_ebitda_consensus.py index 351812fec..251bb29f4 100644 --- a/test/test_api_response_zacks_ebitda_consensus.py +++ b/test/test_api_response_zacks_ebitda_consensus.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_eps_estimates.py b/test/test_api_response_zacks_eps_estimates.py index 709f3525b..440291b8f 100644 --- a/test/test_api_response_zacks_eps_estimates.py +++ b/test/test_api_response_zacks_eps_estimates.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_eps_growth_rates.py b/test/test_api_response_zacks_eps_growth_rates.py index 6fe7285cb..9bb570314 100644 --- a/test/test_api_response_zacks_eps_growth_rates.py +++ b/test/test_api_response_zacks_eps_growth_rates.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_eps_surprises.py b/test/test_api_response_zacks_eps_surprises.py index 0c8b7f61d..78ec165fe 100644 --- a/test/test_api_response_zacks_eps_surprises.py +++ b/test/test_api_response_zacks_eps_surprises.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_etf_holdings.py b/test/test_api_response_zacks_etf_holdings.py index 8a843e7c2..233a4c4d2 100644 --- a/test/test_api_response_zacks_etf_holdings.py +++ b/test/test_api_response_zacks_etf_holdings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_forward_p_es.py b/test/test_api_response_zacks_forward_p_es.py index d11fbc970..a911dad7d 100644 --- a/test/test_api_response_zacks_forward_p_es.py +++ b/test/test_api_response_zacks_forward_p_es.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_institutional_holding_companies.py b/test/test_api_response_zacks_institutional_holding_companies.py index 65ed76230..72fdfd499 100644 --- a/test/test_api_response_zacks_institutional_holding_companies.py +++ b/test/test_api_response_zacks_institutional_holding_companies.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_institutional_holding_owners.py b/test/test_api_response_zacks_institutional_holding_owners.py index 7bb7bd612..459c377fa 100644 --- a/test/test_api_response_zacks_institutional_holding_owners.py +++ b/test/test_api_response_zacks_institutional_holding_owners.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_institutional_holdings.py b/test/test_api_response_zacks_institutional_holdings.py index 74e4798f1..952c97c0c 100644 --- a/test/test_api_response_zacks_institutional_holdings.py +++ b/test/test_api_response_zacks_institutional_holdings.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_long_term_growth_rates.py b/test/test_api_response_zacks_long_term_growth_rates.py index 307c7defc..d4f5f3111 100644 --- a/test/test_api_response_zacks_long_term_growth_rates.py +++ b/test/test_api_response_zacks_long_term_growth_rates.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_sales_estimates.py b/test/test_api_response_zacks_sales_estimates.py index 34cd2cd92..7ad018314 100644 --- a/test/test_api_response_zacks_sales_estimates.py +++ b/test/test_api_response_zacks_sales_estimates.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_sales_surprises.py b/test/test_api_response_zacks_sales_surprises.py index 00b40ee2f..53c5e638c 100644 --- a/test/test_api_response_zacks_sales_surprises.py +++ b/test/test_api_response_zacks_sales_surprises.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_target_price_consensuses.py b/test/test_api_response_zacks_target_price_consensuses.py index 6e9447683..94c7f8b3c 100644 --- a/test/test_api_response_zacks_target_price_consensuses.py +++ b/test/test_api_response_zacks_target_price_consensuses.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_average_daily_trading_volume_technical_value.py b/test/test_average_daily_trading_volume_technical_value.py index 26eb1396c..7a9092526 100644 --- a/test/test_average_daily_trading_volume_technical_value.py +++ b/test/test_average_daily_trading_volume_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_average_directional_index_technical_value.py b/test/test_average_directional_index_technical_value.py index bbbc5485e..0e60076a9 100644 --- a/test/test_average_directional_index_technical_value.py +++ b/test/test_average_directional_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_average_true_range_technical_value.py b/test/test_average_true_range_technical_value.py index 01d5a4529..c059d3492 100644 --- a/test/test_average_true_range_technical_value.py +++ b/test/test_average_true_range_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_awesome_oscillator_technical_value.py b/test/test_awesome_oscillator_technical_value.py index f56019912..6126e4385 100644 --- a/test/test_awesome_oscillator_technical_value.py +++ b/test/test_awesome_oscillator_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_bollinger_bands_technical_value.py b/test/test_bollinger_bands_technical_value.py index ef9ef5c56..9f68345d9 100644 --- a/test/test_bollinger_bands_technical_value.py +++ b/test/test_bollinger_bands_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_bulk_download_links.py b/test/test_bulk_download_links.py index 2ab5ed6a5..1522d70db 100644 --- a/test/test_bulk_download_links.py +++ b/test/test_bulk_download_links.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_bulk_download_summary.py b/test/test_bulk_download_summary.py index 5f4078b24..832a07096 100644 --- a/test/test_bulk_download_summary.py +++ b/test/test_bulk_download_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_bulk_downloads_api.py b/test/test_bulk_downloads_api.py index 930e1c4ec..889484abb 100644 --- a/test/test_bulk_downloads_api.py +++ b/test/test_bulk_downloads_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_chaikin_money_flow_technical_value.py b/test/test_chaikin_money_flow_technical_value.py index 93a7a1a3d..f5a15ab9a 100644 --- a/test/test_chaikin_money_flow_technical_value.py +++ b/test/test_chaikin_money_flow_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_commodity_channel_index_technical_value.py b/test/test_commodity_channel_index_technical_value.py index 9ae3b106a..e3489a24f 100644 --- a/test/test_commodity_channel_index_technical_value.py +++ b/test/test_commodity_channel_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company.py b/test/test_company.py index 75e98a323..0bf13f58c 100644 --- a/test/test_company.py +++ b/test/test_company.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_api.py b/test/test_company_api.py index 8a0e7266d..928283b94 100644 --- a/test/test_company_api.py +++ b/test/test_company_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -123,7 +123,7 @@ def test_get_company_news(self): def test_get_company_news_body(self): """Test case for get_company_news_body - The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. # noqa: E501 + News Article Body # noqa: E501 """ pass diff --git a/test/test_company_daily_metric.py b/test/test_company_daily_metric.py index 9966af260..b2d15eaa6 100644 --- a/test/test_company_daily_metric.py +++ b/test/test_company_daily_metric.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_filing.py b/test/test_company_filing.py index 9964362c0..93abe707d 100644 --- a/test/test_company_filing.py +++ b/test/test_company_filing.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_initial_public_offering.py b/test/test_company_initial_public_offering.py index 394d3db26..affa80dd2 100644 --- a/test/test_company_initial_public_offering.py +++ b/test/test_company_initial_public_offering.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_news.py b/test/test_company_news.py index 3d4258ba5..a36870319 100644 --- a/test/test_company_news.py +++ b/test/test_company_news.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_news_summary.py b/test/test_company_news_summary.py index d01150b13..457063a59 100644 --- a/test/test_company_news_summary.py +++ b/test/test_company_news_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_public_float.py b/test/test_company_public_float.py index 2aa7e9561..c87392afc 100644 --- a/test/test_company_public_float.py +++ b/test/test_company_public_float.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_shares_outstanding.py b/test/test_company_shares_outstanding.py index bc30d21f6..81eeac95b 100644 --- a/test/test_company_shares_outstanding.py +++ b/test/test_company_shares_outstanding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_summary.py b/test/test_company_summary.py index 579a0bd87..eb334c77e 100644 --- a/test/test_company_summary.py +++ b/test/test_company_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_data_point_api.py b/test/test_data_point_api.py index 7a4207874..f3751edf4 100644 --- a/test/test_data_point_api.py +++ b/test/test_data_point_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_data_tag.py b/test/test_data_tag.py index 500aeacce..3ae302768 100644 --- a/test/test_data_tag.py +++ b/test/test_data_tag.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_data_tag_api.py b/test/test_data_tag_api.py index 9331946f4..6aa529598 100644 --- a/test/test_data_tag_api.py +++ b/test/test_data_tag_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_data_tag_summary.py b/test/test_data_tag_summary.py index 9e3a047f5..87782545e 100644 --- a/test/test_data_tag_summary.py +++ b/test/test_data_tag_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_detrended_price_oscillator_technical_value.py b/test/test_detrended_price_oscillator_technical_value.py index efce9907b..3427e22d0 100644 --- a/test/test_detrended_price_oscillator_technical_value.py +++ b/test/test_detrended_price_oscillator_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_dividend_record.py b/test/test_dividend_record.py index 6e43ef30a..cabdd78dd 100644 --- a/test/test_dividend_record.py +++ b/test/test_dividend_record.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_donchian_channel_technical_value.py b/test/test_donchian_channel_technical_value.py index dccbf0aa2..c64b38402 100644 --- a/test/test_donchian_channel_technical_value.py +++ b/test/test_donchian_channel_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_earnings_record.py b/test/test_earnings_record.py index 91fbee9ae..69e262c46 100644 --- a/test/test_earnings_record.py +++ b/test/test_earnings_record.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_ease_of_movement_technical_value.py b/test/test_ease_of_movement_technical_value.py index 1e8c19378..97e2f3d1e 100644 --- a/test/test_ease_of_movement_technical_value.py +++ b/test/test_ease_of_movement_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_economic_index.py b/test/test_economic_index.py index 9469ecab1..81066fadc 100644 --- a/test/test_economic_index.py +++ b/test/test_economic_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_economic_index_summary.py b/test/test_economic_index_summary.py index 7503fcc83..14b0327fd 100644 --- a/test/test_economic_index_summary.py +++ b/test/test_economic_index_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_eod_index_price.py b/test/test_eod_index_price.py index 75cc0b8f0..8b9cef120 100644 --- a/test/test_eod_index_price.py +++ b/test/test_eod_index_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_eod_index_price_summary.py b/test/test_eod_index_price_summary.py index 5cd3b00ad..31f675d76 100644 --- a/test/test_eod_index_price_summary.py +++ b/test/test_eod_index_price_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_api.py b/test/test_esg_api.py index b468c9f34..5092aa836 100644 --- a/test/test_esg_api.py +++ b/test/test_esg_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_company_summary.py b/test/test_esg_company_summary.py index 685a42451..c15da0f06 100644 --- a/test/test_esg_company_summary.py +++ b/test/test_esg_company_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_comprehensive_rating.py b/test/test_esg_comprehensive_rating.py index 2de1d55b3..1ea7909f9 100644 --- a/test/test_esg_comprehensive_rating.py +++ b/test/test_esg_comprehensive_rating.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_comprehensive_rating_with_company.py b/test/test_esg_comprehensive_rating_with_company.py index 190a38875..1c172b773 100644 --- a/test/test_esg_comprehensive_rating_with_company.py +++ b/test/test_esg_comprehensive_rating_with_company.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_rating.py b/test/test_esg_rating.py index 9515cec16..3d22cee11 100644 --- a/test/test_esg_rating.py +++ b/test/test_esg_rating.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_rating_with_company.py b/test/test_esg_rating_with_company.py index 385257d35..865f5aadb 100644 --- a/test/test_esg_rating_with_company.py +++ b/test/test_esg_rating_with_company.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_et_fs_api.py b/test/test_et_fs_api.py index 3afd8b515..7a700a0fc 100644 --- a/test/test_et_fs_api.py +++ b/test/test_et_fs_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_etf.py b/test/test_etf.py index 0c9628a91..0a61e55ba 100644 --- a/test/test_etf.py +++ b/test/test_etf.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_etf_analytics.py b/test/test_etf_analytics.py index a5f5b843b..41da90d7e 100644 --- a/test/test_etf_analytics.py +++ b/test/test_etf_analytics.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_etf_holding.py b/test/test_etf_holding.py index 725588a2d..7ed022bff 100644 --- a/test/test_etf_holding.py +++ b/test/test_etf_holding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_etf_stats.py b/test/test_etf_stats.py index 31490ee4c..1829bbc91 100644 --- a/test/test_etf_stats.py +++ b/test/test_etf_stats.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_etf_summary.py b/test/test_etf_summary.py index 7021626ba..2926c7505 100644 --- a/test/test_etf_summary.py +++ b/test/test_etf_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing.py b/test/test_filing.py index 71cc43c92..eb6bddb15 100644 --- a/test/test_filing.py +++ b/test/test_filing.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing_api.py b/test/test_filing_api.py index 4d0819ec1..23bf6b294 100644 --- a/test/test_filing_api.py +++ b/test/test_filing_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing_note.py b/test/test_filing_note.py index 8985494ee..d11c7532d 100644 --- a/test/test_filing_note.py +++ b/test/test_filing_note.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing_note_filing.py b/test/test_filing_note_filing.py index 9368ec128..bad7f7ac3 100644 --- a/test/test_filing_note_filing.py +++ b/test/test_filing_note_filing.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing_note_summary.py b/test/test_filing_note_summary.py index 9920619e4..d7d01a024 100644 --- a/test/test_filing_note_summary.py +++ b/test/test_filing_note_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing_summary.py b/test/test_filing_summary.py index bb66c04da..d3558659c 100644 --- a/test/test_filing_summary.py +++ b/test/test_filing_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_force_index_technical_value.py b/test/test_force_index_technical_value.py index 45f08fe37..931cc3153 100644 --- a/test/test_force_index_technical_value.py +++ b/test/test_force_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_forex_api.py b/test/test_forex_api.py index 4e7b9faa5..ffe3200d2 100644 --- a/test/test_forex_api.py +++ b/test/test_forex_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_forex_currency.py b/test/test_forex_currency.py index ab6b586c0..da25caf3c 100644 --- a/test/test_forex_currency.py +++ b/test/test_forex_currency.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_forex_pair.py b/test/test_forex_pair.py index 34540a01f..e20583c09 100644 --- a/test/test_forex_pair.py +++ b/test/test_forex_pair.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_forex_price.py b/test/test_forex_price.py index b1a45ecfb..3b4fd410f 100644 --- a/test/test_forex_price.py +++ b/test/test_forex_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_fundamental.py b/test/test_fundamental.py index 04ac04f7a..86bea3532 100644 --- a/test/test_fundamental.py +++ b/test/test_fundamental.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_fundamental_summary.py b/test/test_fundamental_summary.py index f20ac9837..7ae810794 100644 --- a/test/test_fundamental_summary.py +++ b/test/test_fundamental_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_fundamentals_api.py b/test/test_fundamentals_api.py index 554757cd9..176e3d7eb 100644 --- a/test/test_fundamentals_api.py +++ b/test/test_fundamentals_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_historical_data.py b/test/test_historical_data.py index 08ff261ca..1d32eaa4f 100644 --- a/test/test_historical_data.py +++ b/test/test_historical_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_historical_data_api.py b/test/test_historical_data_api.py index 6c9775d9a..3a8c08bb1 100644 --- a/test/test_historical_data_api.py +++ b/test/test_historical_data_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_ichimoku_kinko_hyo_technical_value.py b/test/test_ichimoku_kinko_hyo_technical_value.py index e7d1b54fa..4f1df78da 100644 --- a/test/test_ichimoku_kinko_hyo_technical_value.py +++ b/test/test_ichimoku_kinko_hyo_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_index_api.py b/test/test_index_api.py index 6478b1e24..dda1f9d92 100644 --- a/test/test_index_api.py +++ b/test/test_index_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_insider_transaction.py b/test/test_insider_transaction.py index 4a55bde44..7886ad152 100644 --- a/test/test_insider_transaction.py +++ b/test/test_insider_transaction.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_insider_transaction_filing.py b/test/test_insider_transaction_filing.py index 5129c71a1..e92d092e3 100644 --- a/test/test_insider_transaction_filing.py +++ b/test/test_insider_transaction_filing.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_insider_transaction_filings_api.py b/test/test_insider_transaction_filings_api.py index e3fb71bb0..683827b26 100644 --- a/test/test_insider_transaction_filings_api.py +++ b/test/test_insider_transaction_filings_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_institutional_holding.py b/test/test_institutional_holding.py index 1e262f50d..c1aabd1de 100644 --- a/test/test_institutional_holding.py +++ b/test/test_institutional_holding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_institutional_ownership.py b/test/test_institutional_ownership.py index e8d185da6..21266fc76 100644 --- a/test/test_institutional_ownership.py +++ b/test/test_institutional_ownership.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_intraday_stock_price.py b/test/test_intraday_stock_price.py index 95ec6021d..0421ee34b 100644 --- a/test/test_intraday_stock_price.py +++ b/test/test_intraday_stock_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_keltner_channel_technical_value.py b/test/test_keltner_channel_technical_value.py index 0df9dba1b..ac9d33ef1 100644 --- a/test/test_keltner_channel_technical_value.py +++ b/test/test_keltner_channel_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_know_sure_thing_technical_value.py b/test/test_know_sure_thing_technical_value.py index 9c3cdc595..f88030397 100644 --- a/test/test_know_sure_thing_technical_value.py +++ b/test/test_know_sure_thing_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_market_api.py b/test/test_market_api.py index c3b876e0d..0b647fb23 100644 --- a/test/test_market_api.py +++ b/test/test_market_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_market_status_result.py b/test/test_market_status_result.py index b68979dfa..1ffa5a81d 100644 --- a/test/test_market_status_result.py +++ b/test/test_market_status_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_mass_index_technical_value.py b/test/test_mass_index_technical_value.py index bf8f9f0be..e81dae1a6 100644 --- a/test/test_mass_index_technical_value.py +++ b/test/test_mass_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_money_flow_index_technical_value.py b/test/test_money_flow_index_technical_value.py index f069c49ea..45572044b 100644 --- a/test/test_money_flow_index_technical_value.py +++ b/test/test_money_flow_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_moving_average_convergence_divergence_technical_value.py b/test/test_moving_average_convergence_divergence_technical_value.py index 4684e9178..57cffae17 100644 --- a/test/test_moving_average_convergence_divergence_technical_value.py +++ b/test/test_moving_average_convergence_divergence_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_municipality.py b/test/test_municipality.py index 72c9bc20c..df9434cdd 100644 --- a/test/test_municipality.py +++ b/test/test_municipality.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_municipality_api.py b/test/test_municipality_api.py index bad9d2ab5..82a5a26b0 100644 --- a/test/test_municipality_api.py +++ b/test/test_municipality_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_municipality_financial.py b/test/test_municipality_financial.py index 37d9be596..47bd5e76e 100644 --- a/test/test_municipality_financial.py +++ b/test/test_municipality_financial.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_negative_volume_index_technical_value.py b/test/test_negative_volume_index_technical_value.py index 43da5044b..9c915e886 100644 --- a/test/test_negative_volume_index_technical_value.py +++ b/test/test_negative_volume_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_news_topic.py b/test/test_news_topic.py index a75718af0..d885bc23a 100644 --- a/test/test_news_topic.py +++ b/test/test_news_topic.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_on_balance_volume_mean_technical_value.py b/test/test_on_balance_volume_mean_technical_value.py index 166512ae4..2013efc68 100644 --- a/test/test_on_balance_volume_mean_technical_value.py +++ b/test/test_on_balance_volume_mean_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_on_balance_volume_technical_value.py b/test/test_on_balance_volume_technical_value.py index adf3e3b46..f62279139 100644 --- a/test/test_on_balance_volume_technical_value.py +++ b/test/test_on_balance_volume_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option.py b/test/test_option.py index 4ebdf657f..0549e14e9 100644 --- a/test/test_option.py +++ b/test/test_option.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_chain.py b/test/test_option_chain.py index a7912427b..101633a23 100644 --- a/test/test_option_chain.py +++ b/test/test_option_chain.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_chain_eod.py b/test/test_option_chain_eod.py index 519e3c7a9..be8f41d0f 100644 --- a/test/test_option_chain_eod.py +++ b/test/test_option_chain_eod.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_chain_realtime.py b/test/test_option_chain_realtime.py index 62469ea6e..61850f351 100644 --- a/test/test_option_chain_realtime.py +++ b/test/test_option_chain_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_contracts_list.py b/test/test_option_contracts_list.py index cd97c8bc8..503162ce6 100644 --- a/test/test_option_contracts_list.py +++ b/test/test_option_contracts_list.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_eod.py b/test/test_option_eod.py index ee8f587b6..4aa6b0324 100644 --- a/test/test_option_eod.py +++ b/test/test_option_eod.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_factors_realtime.py b/test/test_option_factors_realtime.py index 369a646ff..3c7009574 100644 --- a/test/test_option_factors_realtime.py +++ b/test/test_option_factors_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_interval.py b/test/test_option_interval.py index 53b51c75c..bcbe7d895 100644 --- a/test/test_option_interval.py +++ b/test/test_option_interval.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_interval_mover.py b/test/test_option_interval_mover.py index f7c694d03..934417653 100644 --- a/test/test_option_interval_mover.py +++ b/test/test_option_interval_mover.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_intervals_movers_result.py b/test/test_option_intervals_movers_result.py index d9b425801..f07603355 100644 --- a/test/test_option_intervals_movers_result.py +++ b/test/test_option_intervals_movers_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_intervals_result.py b/test/test_option_intervals_result.py index a5a312712..62e7adc6d 100644 --- a/test/test_option_intervals_result.py +++ b/test/test_option_intervals_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_price.py b/test/test_option_price.py index ff23ed4cf..4ec4c7ed4 100644 --- a/test/test_option_price.py +++ b/test/test_option_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_price_batch_realtime.py b/test/test_option_price_batch_realtime.py index a7817735e..5799e98f0 100644 --- a/test/test_option_price_batch_realtime.py +++ b/test/test_option_price_batch_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_price_eod.py b/test/test_option_price_eod.py index f09bdcc66..67ad1211d 100644 --- a/test/test_option_price_eod.py +++ b/test/test_option_price_eod.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_price_realtime.py b/test/test_option_price_realtime.py index 4623f2458..8a1f811dd 100644 --- a/test/test_option_price_realtime.py +++ b/test/test_option_price_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_price_realtime_extended.py b/test/test_option_price_realtime_extended.py index 21ec652de..4d12e11c0 100644 --- a/test/test_option_price_realtime_extended.py +++ b/test/test_option_price_realtime_extended.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_realtime.py b/test/test_option_realtime.py index 9cb2636a8..93ee41475 100644 --- a/test/test_option_realtime.py +++ b/test/test_option_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_snapshot_group.py b/test/test_option_snapshot_group.py index 5f24924cb..052ae8a57 100644 --- a/test/test_option_snapshot_group.py +++ b/test/test_option_snapshot_group.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_snapshots_result.py b/test/test_option_snapshots_result.py index 8b4891a13..6b4b4c159 100644 --- a/test/test_option_snapshots_result.py +++ b/test/test_option_snapshots_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_stats_realtime.py b/test/test_option_stats_realtime.py index 34d5f6e40..df5df1875 100644 --- a/test/test_option_stats_realtime.py +++ b/test/test_option_stats_realtime.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_unusual_trade.py b/test/test_option_unusual_trade.py index 753f9a986..a6b1a068c 100644 --- a/test/test_option_unusual_trade.py +++ b/test/test_option_unusual_trade.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_options_aggregate.py b/test/test_options_aggregate.py index 1b2a5a020..b2d81ba6b 100644 --- a/test/test_options_aggregate.py +++ b/test/test_options_aggregate.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_options_api.py b/test/test_options_api.py index 029116cb9..9784bdc76 100644 --- a/test/test_options_api.py +++ b/test/test_options_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_owner.py b/test/test_owner.py index 6d27d147c..a48b0bf4e 100644 --- a/test/test_owner.py +++ b/test/test_owner.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_owner_summary.py b/test/test_owner_summary.py index 6f85efa38..3c25bf5e7 100644 --- a/test/test_owner_summary.py +++ b/test/test_owner_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_owners_api.py b/test/test_owners_api.py index 8b98379d6..ebee15b04 100644 --- a/test/test_owners_api.py +++ b/test/test_owners_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_realtime_index_price.py b/test/test_realtime_index_price.py index e76890dce..f8e720657 100644 --- a/test/test_realtime_index_price.py +++ b/test/test_realtime_index_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_realtime_index_price_index.py b/test/test_realtime_index_price_index.py index 37ed3b598..b3b345aba 100644 --- a/test/test_realtime_index_price_index.py +++ b/test/test_realtime_index_price_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_realtime_stock_price.py b/test/test_realtime_stock_price.py index 9a7f31f95..c18132b23 100644 --- a/test/test_realtime_stock_price.py +++ b/test/test_realtime_stock_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_realtime_stock_price_security.py b/test/test_realtime_stock_price_security.py index 4daf38ec9..56aeccbee 100644 --- a/test/test_realtime_stock_price_security.py +++ b/test/test_realtime_stock_price_security.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_relative_strength_index_technical_value.py b/test/test_relative_strength_index_technical_value.py index 46d2d1002..6ce3ff4ed 100644 --- a/test/test_relative_strength_index_technical_value.py +++ b/test/test_relative_strength_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_reported_financial.py b/test/test_reported_financial.py index 6c03101ec..5c06b8e22 100644 --- a/test/test_reported_financial.py +++ b/test/test_reported_financial.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_reported_financial_dimension.py b/test/test_reported_financial_dimension.py index 14c24fb1c..4d6d9ecd2 100644 --- a/test/test_reported_financial_dimension.py +++ b/test/test_reported_financial_dimension.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_reported_tag.py b/test/test_reported_tag.py index cfdb5d6be..5ec135530 100644 --- a/test/test_reported_tag.py +++ b/test/test_reported_tag.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security.py b/test/test_security.py index d9d8b0863..8d2bf79fe 100644 --- a/test/test_security.py +++ b/test/test_security.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_api.py b/test/test_security_api.py index 160f4c1b7..ad4c1740e 100644 --- a/test/test_security_api.py +++ b/test/test_security_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_history.py b/test/test_security_history.py index d926b68c1..75dad79fd 100644 --- a/test/test_security_history.py +++ b/test/test_security_history.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_history_list_result.py b/test/test_security_history_list_result.py index 2e134a1d6..c05c90887 100644 --- a/test/test_security_history_list_result.py +++ b/test/test_security_history_list_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_interval_mover.py b/test/test_security_interval_mover.py index 92d7dc861..e1be22e53 100644 --- a/test/test_security_interval_mover.py +++ b/test/test_security_interval_mover.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_intervals_movers_result.py b/test/test_security_intervals_movers_result.py index c8cc76ee7..84db63fea 100644 --- a/test/test_security_intervals_movers_result.py +++ b/test/test_security_intervals_movers_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_replay_file_result.py b/test/test_security_replay_file_result.py index 80c4b49b1..33a50b7b5 100644 --- a/test/test_security_replay_file_result.py +++ b/test/test_security_replay_file_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_screen_clause.py b/test/test_security_screen_clause.py index b325f8f2e..524ee9a63 100644 --- a/test/test_security_screen_clause.py +++ b/test/test_security_screen_clause.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_screen_group.py b/test/test_security_screen_group.py index 15320b30a..71eaf3b9d 100644 --- a/test/test_security_screen_group.py +++ b/test/test_security_screen_group.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_screen_result.py b/test/test_security_screen_result.py index 6dc10a59a..8162ba21d 100644 --- a/test/test_security_screen_result.py +++ b/test/test_security_screen_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_screen_result_data.py b/test/test_security_screen_result_data.py index 04675c48f..46b59f167 100644 --- a/test/test_security_screen_result_data.py +++ b/test/test_security_screen_result_data.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_snapshot_group.py b/test/test_security_snapshot_group.py index f056a11cb..140c54326 100644 --- a/test/test_security_snapshot_group.py +++ b/test/test_security_snapshot_group.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_snapshots_result.py b/test/test_security_snapshots_result.py index beb629f43..efd056bd5 100644 --- a/test/test_security_snapshots_result.py +++ b/test/test_security_snapshots_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_summary.py b/test/test_security_summary.py index d6f9cf299..623ef924a 100644 --- a/test/test_security_summary.py +++ b/test/test_security_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_trades.py b/test/test_security_trades.py index 02a2b763d..12fb51445 100644 --- a/test/test_security_trades.py +++ b/test/test_security_trades.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_trades_result.py b/test/test_security_trades_result.py index ee2b6be4b..57a03a055 100644 --- a/test/test_security_trades_result.py +++ b/test/test_security_trades_result.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_sic_index.py b/test/test_sic_index.py index c3afaba27..c3b9dd8d8 100644 --- a/test/test_sic_index.py +++ b/test/test_sic_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_simple_moving_average_technical_value.py b/test/test_simple_moving_average_technical_value.py index dec075eca..e8d843110 100644 --- a/test/test_simple_moving_average_technical_value.py +++ b/test/test_simple_moving_average_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_standardized_financial.py b/test/test_standardized_financial.py index aa3477f92..58e3b44fa 100644 --- a/test/test_standardized_financial.py +++ b/test/test_standardized_financial.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_standardized_financials_dimension.py b/test/test_standardized_financials_dimension.py index 558a38401..52a55dda3 100644 --- a/test/test_standardized_financials_dimension.py +++ b/test/test_standardized_financials_dimension.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stochastic_oscillator_technical_value.py b/test/test_stochastic_oscillator_technical_value.py index 16d4504d4..70892963f 100644 --- a/test/test_stochastic_oscillator_technical_value.py +++ b/test/test_stochastic_oscillator_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stock_exchange.py b/test/test_stock_exchange.py index 4d635253c..c6f0cde88 100644 --- a/test/test_stock_exchange.py +++ b/test/test_stock_exchange.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stock_exchange_api.py b/test/test_stock_exchange_api.py index 005840f85..f1405a0ab 100644 --- a/test/test_stock_exchange_api.py +++ b/test/test_stock_exchange_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -57,6 +57,13 @@ def test_get_stock_exchange_prices(self): """ pass + def test_get_stock_exchange_quote(self): + """Test case for get_stock_exchange_quote + + Realtime Quote Prices by Exchange # noqa: E501 + """ + pass + def test_get_stock_exchange_realtime_prices(self): """Test case for get_stock_exchange_realtime_prices diff --git a/test/test_stock_market_index.py b/test/test_stock_market_index.py index 998bad6ea..8eb308340 100644 --- a/test/test_stock_market_index.py +++ b/test/test_stock_market_index.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stock_market_index_summary.py b/test/test_stock_market_index_summary.py index 55b7561d7..63339633c 100644 --- a/test/test_stock_market_index_summary.py +++ b/test/test_stock_market_index_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stock_price.py b/test/test_stock_price.py index 590ecb092..e3542884d 100644 --- a/test/test_stock_price.py +++ b/test/test_stock_price.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stock_price_adjustment.py b/test/test_stock_price_adjustment.py index 00f41d7e3..f35088b5c 100644 --- a/test/test_stock_price_adjustment.py +++ b/test/test_stock_price_adjustment.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stock_price_adjustment_summary.py b/test/test_stock_price_adjustment_summary.py index bbb028f97..2834b26a4 100644 --- a/test/test_stock_price_adjustment_summary.py +++ b/test/test_stock_price_adjustment_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stock_price_interval.py b/test/test_stock_price_interval.py index bffd6a6a5..4e96deea6 100644 --- a/test/test_stock_price_interval.py +++ b/test/test_stock_price_interval.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stock_price_summary.py b/test/test_stock_price_summary.py index f36dabda8..1ddc48a7c 100644 --- a/test/test_stock_price_summary.py +++ b/test/test_stock_price_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_technical_api.py b/test/test_technical_api.py index aa0827281..906032268 100644 --- a/test/test_technical_api.py +++ b/test/test_technical_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_technical_indicator.py b/test/test_technical_indicator.py index 33d796522..804f388b0 100644 --- a/test/test_technical_indicator.py +++ b/test/test_technical_indicator.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_thea_entity_answer.py b/test/test_thea_entity_answer.py index fd27f749a..aeec13fa5 100644 --- a/test/test_thea_entity_answer.py +++ b/test/test_thea_entity_answer.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_thea_source_document.py b/test/test_thea_source_document.py index 17092d578..6514b9fb7 100644 --- a/test/test_thea_source_document.py +++ b/test/test_thea_source_document.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_triple_exponential_average_technical_value.py b/test/test_triple_exponential_average_technical_value.py index c5ba24f67..7985bbaf0 100644 --- a/test/test_triple_exponential_average_technical_value.py +++ b/test/test_triple_exponential_average_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_true_strength_index_technical_value.py b/test/test_true_strength_index_technical_value.py index 6fdb4f754..19b234695 100644 --- a/test/test_true_strength_index_technical_value.py +++ b/test/test_true_strength_index_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_ultimate_oscillator_technical_value.py b/test/test_ultimate_oscillator_technical_value.py index d589c54a5..e5cfb251a 100644 --- a/test/test_ultimate_oscillator_technical_value.py +++ b/test/test_ultimate_oscillator_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_price_trend_technical_value.py b/test/test_volume_price_trend_technical_value.py index 468be3f25..39cde35b3 100644 --- a/test/test_volume_price_trend_technical_value.py +++ b/test/test_volume_price_trend_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_weighted_average_price_value.py b/test/test_volume_weighted_average_price_value.py index 53940299b..4742d5b6c 100644 --- a/test/test_volume_weighted_average_price_value.py +++ b/test/test_volume_weighted_average_price_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_vortex_indicator_technical_value.py b/test/test_vortex_indicator_technical_value.py index 678896906..ef5464d5b 100644 --- a/test/test_vortex_indicator_technical_value.py +++ b/test/test_vortex_indicator_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_williams_r_technical_value.py b/test/test_williams_r_technical_value.py index 295553651..f815a3404 100644 --- a/test/test_williams_r_technical_value.py +++ b/test/test_williams_r_technical_value.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_analyst_rating.py b/test/test_zacks_analyst_rating.py index b01aff3cb..58ecdc72b 100644 --- a/test/test_zacks_analyst_rating.py +++ b/test/test_zacks_analyst_rating.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_analyst_rating_snapshot.py b/test/test_zacks_analyst_rating_snapshot.py index 163b0ab09..3c2bdc75f 100644 --- a/test/test_zacks_analyst_rating_snapshot.py +++ b/test/test_zacks_analyst_rating_snapshot.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_analyst_rating_summary.py b/test/test_zacks_analyst_rating_summary.py index d050b3646..010f11c13 100644 --- a/test/test_zacks_analyst_rating_summary.py +++ b/test/test_zacks_analyst_rating_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_api.py b/test/test_zacks_api.py index a22995dc5..688bda243 100644 --- a/test/test_zacks_api.py +++ b/test/test_zacks_api.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_ebitda_consensus.py b/test/test_zacks_ebitda_consensus.py index 46b00543e..bd32dff0d 100644 --- a/test/test_zacks_ebitda_consensus.py +++ b/test/test_zacks_ebitda_consensus.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_eps_estimate.py b/test/test_zacks_eps_estimate.py index 8af4624f0..825f60537 100644 --- a/test/test_zacks_eps_estimate.py +++ b/test/test_zacks_eps_estimate.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_eps_growth_rate.py b/test/test_zacks_eps_growth_rate.py index f1491dc2e..6ea1ce088 100644 --- a/test/test_zacks_eps_growth_rate.py +++ b/test/test_zacks_eps_growth_rate.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_eps_surprise.py b/test/test_zacks_eps_surprise.py index e6bc26519..2e058e6a7 100644 --- a/test/test_zacks_eps_surprise.py +++ b/test/test_zacks_eps_surprise.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_eps_surprise_summary.py b/test/test_zacks_eps_surprise_summary.py index c95d59995..0f478af91 100644 --- a/test/test_zacks_eps_surprise_summary.py +++ b/test/test_zacks_eps_surprise_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_etf_holding.py b/test/test_zacks_etf_holding.py index 8b0d312ab..9fdaa1864 100644 --- a/test/test_zacks_etf_holding.py +++ b/test/test_zacks_etf_holding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_forward_pe.py b/test/test_zacks_forward_pe.py index d8114b446..e260291ac 100644 --- a/test/test_zacks_forward_pe.py +++ b/test/test_zacks_forward_pe.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding.py b/test/test_zacks_institutional_holding.py index 35b0db109..265cd60b1 100644 --- a/test/test_zacks_institutional_holding.py +++ b/test/test_zacks_institutional_holding.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding_company_detail.py b/test/test_zacks_institutional_holding_company_detail.py index dc5812481..8f4be6b57 100644 --- a/test/test_zacks_institutional_holding_company_detail.py +++ b/test/test_zacks_institutional_holding_company_detail.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding_company_summary.py b/test/test_zacks_institutional_holding_company_summary.py index 682beaf4f..ec155d922 100644 --- a/test/test_zacks_institutional_holding_company_summary.py +++ b/test/test_zacks_institutional_holding_company_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding_historical_summary.py b/test/test_zacks_institutional_holding_historical_summary.py index 919a0fafa..eb2336e4b 100644 --- a/test/test_zacks_institutional_holding_historical_summary.py +++ b/test/test_zacks_institutional_holding_historical_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding_owner_detail.py b/test/test_zacks_institutional_holding_owner_detail.py index 320932573..38e4881f5 100644 --- a/test/test_zacks_institutional_holding_owner_detail.py +++ b/test/test_zacks_institutional_holding_owner_detail.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding_owner_summary.py b/test/test_zacks_institutional_holding_owner_summary.py index 96f655459..1d140a87c 100644 --- a/test/test_zacks_institutional_holding_owner_summary.py +++ b/test/test_zacks_institutional_holding_owner_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_long_term_growth_rate.py b/test/test_zacks_long_term_growth_rate.py index 92be28c0f..13fc2bb5a 100644 --- a/test/test_zacks_long_term_growth_rate.py +++ b/test/test_zacks_long_term_growth_rate.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_sales_estimate.py b/test/test_zacks_sales_estimate.py index 6cf67a7e3..d8a6969dc 100644 --- a/test/test_zacks_sales_estimate.py +++ b/test/test_zacks_sales_estimate.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_sales_surprise.py b/test/test_zacks_sales_surprise.py index d8baa9223..aa0744f40 100644 --- a/test/test_zacks_sales_surprise.py +++ b/test/test_zacks_sales_surprise.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_sales_surprise_summary.py b/test/test_zacks_sales_surprise_summary.py index b687ecfa8..9ff8ec986 100644 --- a/test/test_zacks_sales_surprise_summary.py +++ b/test/test_zacks_sales_surprise_summary.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_target_price_consensus.py b/test/test_zacks_target_price_consensus.py index 6785ff06a..6372e3181 100644 --- a/test/test_zacks_target_price_consensus.py +++ b/test/test_zacks_target_price_consensus.py @@ -5,7 +5,7 @@ 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. # noqa: E501 - OpenAPI spec version: 2.66.2 + OpenAPI spec version: 2.70.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """