From 63249cfbbe346dbc6f04d55468a5de0d306e0ba6 Mon Sep 17 00:00:00 2001 From: Kenneth Miller Date: Tue, 8 Jan 2019 17:15:20 -0600 Subject: [PATCH] No release notes for this build --- README.md | 2 +- intrinio_sdk/api/company_api.py | 84 +++++++------- intrinio_sdk/api/data_point_api.py | 12 +- intrinio_sdk/api/data_tag_api.py | 24 ++-- intrinio_sdk/api/filing_api.py | 54 ++++----- intrinio_sdk/api/fundamentals_api.py | 24 ++-- intrinio_sdk/api/historical_data_api.py | 6 +- intrinio_sdk/api/index_api.py | 108 +++++++++--------- intrinio_sdk/api/security_api.py | 72 ++++++------ intrinio_sdk/api/stock_exchange_api.py | 42 +++---- intrinio_sdk/api_client.py | 6 +- intrinio_sdk/configuration.py | 2 +- setup.py | 2 +- test/test_api_response_companies.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 +- test/test_api_response_company_news.py | 2 +- test/test_api_response_company_securities.py | 2 +- test/test_api_response_data_tags.py | 2 +- ...response_economic_index_historical_data.py | 2 +- test/test_api_response_economic_indices.py | 2 +- test/test_api_response_filings.py | 2 +- test/test_api_response_historical_data.py | 2 +- test/test_api_response_news.py | 2 +- test/test_api_response_reported_financials.py | 2 +- test/test_api_response_securities.py | 2 +- ...t_api_response_security_historical_data.py | 2 +- ...sponse_security_stock_price_adjustments.py | 2 +- ...test_api_response_security_stock_prices.py | 2 +- ..._api_response_sic_index_historical_data.py | 2 +- test/test_api_response_sic_indices.py | 2 +- ...st_api_response_standardized_financials.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 +- test/test_company.py | 2 +- test/test_company_api.py | 26 ++--- test/test_company_filing.py | 2 +- test/test_company_news.py | 2 +- test/test_company_news_summary.py | 2 +- test/test_company_summary.py | 2 +- test/test_data_point_api.py | 6 +- test/test_data_tag.py | 2 +- test/test_data_tag_api.py | 6 +- test/test_data_tag_summary.py | 2 +- test/test_economic_index.py | 2 +- test/test_economic_index_summary.py | 2 +- test/test_filing.py | 2 +- test/test_filing_api.py | 48 +++++++- test/test_filing_summary.py | 2 +- test/test_fundamental.py | 2 +- test/test_fundamental_summary.py | 2 +- test/test_fundamentals_api.py | 10 +- test/test_historical_data.py | 2 +- test/test_historical_data_api.py | 4 +- test/test_index_api.py | 32 +++--- test/test_reported_financial.py | 2 +- test/test_reported_tag.py | 2 +- test/test_security.py | 2 +- test/test_security_api.py | 37 ++++-- 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_summary.py | 2 +- test/test_sic_index.py | 2 +- test/test_standardized_financial.py | 2 +- test/test_stock_exchange.py | 2 +- test/test_stock_exchange_api.py | 19 ++- 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_summary.py | 2 +- 79 files changed, 405 insertions(+), 335 deletions(-) diff --git a/README.md b/README.md index 6f565f2ad..21fa31a67 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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://intrinio.com/documentation/api_v2). If you need additional 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.1.0 -- Package version: 1.1.1 +- Package version: 1.1.2 ## Requirements. diff --git a/intrinio_sdk/api/company_api.py b/intrinio_sdk/api/company_api.py index 5ccbaf2d6..236821193 100644 --- a/intrinio_sdk/api/company_api.py +++ b/intrinio_sdk/api/company_api.py @@ -39,7 +39,7 @@ def filter_companies(self, **kwargs): # noqa: E501 Returns Companies matching the specified filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_companies(async=True) + >>> thread = api.filter_companies(_async=True) >>> result = thread.get() :param async bool @@ -67,7 +67,7 @@ def filter_companies_with_http_info(self, **kwargs): # noqa: E501 Returns Companies matching the specified filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_companies_with_http_info(async=True) + >>> thread = api.filter_companies_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -142,7 +142,7 @@ def filter_companies_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseCompanies', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -154,7 +154,7 @@ def filter_company_fundamentals(self, identifier, **kwargs): # noqa: E501 Returns Fundamentals for the Company with the given `identifier` and matching the specified filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_company_fundamentals(identifier, async=True) + >>> thread = api.filter_company_fundamentals(identifier, _async=True) >>> result = thread.get() :param async bool @@ -185,7 +185,7 @@ def filter_company_fundamentals_with_http_info(self, identifier, **kwargs): # n Returns Fundamentals for the Company with the given `identifier` and matching the specified filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_company_fundamentals_with_http_info(identifier, async=True) + >>> thread = api.filter_company_fundamentals_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -273,7 +273,7 @@ def filter_company_fundamentals_with_http_info(self, identifier, **kwargs): # n files=local_var_files, response_type='ApiResponseCompanyFundamentals', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -285,7 +285,7 @@ def get_all_companies(self, **kwargs): # noqa: E501 Returns all Companies # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_companies(async=True) + >>> thread = api.get_all_companies(_async=True) >>> result = thread.get() :param async bool @@ -307,7 +307,7 @@ def get_all_companies_with_http_info(self, **kwargs): # noqa: E501 Returns all Companies # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_companies_with_http_info(async=True) + >>> thread = api.get_all_companies_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -364,7 +364,7 @@ def get_all_companies_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseCompanies', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -376,7 +376,7 @@ def get_all_company_news(self, **kwargs): # noqa: E501 Returns all News for all Companies # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_company_news(async=True) + >>> thread = api.get_all_company_news(_async=True) >>> result = thread.get() :param async bool @@ -398,7 +398,7 @@ def get_all_company_news_with_http_info(self, **kwargs): # noqa: E501 Returns all News for all Companies # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_company_news_with_http_info(async=True) + >>> thread = api.get_all_company_news_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -455,7 +455,7 @@ def get_all_company_news_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseNews', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -467,7 +467,7 @@ def get_company(self, identifier, **kwargs): # noqa: E501 Returns the Company 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_company(identifier, async=True) + >>> thread = api.get_company(identifier, _async=True) >>> result = thread.get() :param async bool @@ -489,7 +489,7 @@ def get_company_with_http_info(self, identifier, **kwargs): # noqa: E501 Returns the Company 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_company_with_http_info(identifier, async=True) + >>> thread = api.get_company_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -550,7 +550,7 @@ def get_company_with_http_info(self, identifier, **kwargs): # noqa: E501 files=local_var_files, response_type='Company', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -562,7 +562,7 @@ def get_company_data_point_number(self, identifier, tag, **kwargs): # noqa: E50 Returns a numeric value for the given `tag` for the Company 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_company_data_point_number(identifier, tag, async=True) + >>> thread = api.get_company_data_point_number(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -585,7 +585,7 @@ def get_company_data_point_number_with_http_info(self, identifier, tag, **kwargs Returns a numeric value for the given `tag` for the Company 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_company_data_point_number_with_http_info(identifier, tag, async=True) + >>> thread = api.get_company_data_point_number_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -653,7 +653,7 @@ def get_company_data_point_number_with_http_info(self, identifier, tag, **kwargs files=local_var_files, response_type='float', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -665,7 +665,7 @@ def get_company_data_point_text(self, identifier, tag, **kwargs): # noqa: E501 Returns a text value for the given `tag` for the Company 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_company_data_point_text(identifier, tag, async=True) + >>> thread = api.get_company_data_point_text(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -688,7 +688,7 @@ def get_company_data_point_text_with_http_info(self, identifier, tag, **kwargs): Returns a text value for the given `tag` for the Company 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_company_data_point_text_with_http_info(identifier, tag, async=True) + >>> thread = api.get_company_data_point_text_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -756,7 +756,7 @@ def get_company_data_point_text_with_http_info(self, identifier, tag, **kwargs): files=local_var_files, response_type='str', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -768,7 +768,7 @@ def get_company_filings(self, identifier, **kwargs): # noqa: E501 Returns a complete list of SEC filings for the Company 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_company_filings(identifier, async=True) + >>> thread = api.get_company_filings(identifier, _async=True) >>> result = thread.get() :param async bool @@ -791,7 +791,7 @@ def get_company_filings_with_http_info(self, identifier, **kwargs): # noqa: E50 Returns a complete list of SEC filings for the Company 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_company_filings_with_http_info(identifier, async=True) + >>> thread = api.get_company_filings_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -855,7 +855,7 @@ def get_company_filings_with_http_info(self, identifier, **kwargs): # noqa: E50 files=local_var_files, response_type='ApiResponseCompanyFilings', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -867,7 +867,7 @@ def get_company_fundamentals(self, identifier, **kwargs): # noqa: E501 Returns all Fundamentals for the Company 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_company_fundamentals(identifier, async=True) + >>> thread = api.get_company_fundamentals(identifier, _async=True) >>> result = thread.get() :param async bool @@ -890,7 +890,7 @@ def get_company_fundamentals_with_http_info(self, identifier, **kwargs): # noqa Returns all Fundamentals for the Company 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_company_fundamentals_with_http_info(identifier, async=True) + >>> thread = api.get_company_fundamentals_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -954,7 +954,7 @@ def get_company_fundamentals_with_http_info(self, identifier, **kwargs): # noqa files=local_var_files, response_type='ApiResponseCompanyFundamentals', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -966,7 +966,7 @@ def get_company_historical_data(self, identifier, tag, **kwargs): # noqa: E501 Returns historical values for the given `tag` and the Company 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_company_historical_data(identifier, tag, async=True) + >>> thread = api.get_company_historical_data(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -995,7 +995,7 @@ def get_company_historical_data_with_http_info(self, identifier, tag, **kwargs): Returns historical values for the given `tag` and the Company 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_company_historical_data_with_http_info(identifier, tag, async=True) + >>> thread = api.get_company_historical_data_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -1081,7 +1081,7 @@ def get_company_historical_data_with_http_info(self, identifier, tag, **kwargs): files=local_var_files, response_type='ApiResponseCompanyHistoricalData', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1093,7 +1093,7 @@ def get_company_news(self, identifier, **kwargs): # noqa: E501 Returns news for the Company 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_company_news(identifier, async=True) + >>> thread = api.get_company_news(identifier, _async=True) >>> result = thread.get() :param async bool @@ -1116,7 +1116,7 @@ def get_company_news_with_http_info(self, identifier, **kwargs): # noqa: E501 Returns news for the Company 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_company_news_with_http_info(identifier, async=True) + >>> thread = api.get_company_news_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -1180,7 +1180,7 @@ def get_company_news_with_http_info(self, identifier, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseCompanyNews', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1192,7 +1192,7 @@ def get_company_securities(self, identifier, **kwargs): # noqa: E501 Returns Securities for the Company 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_company_securities(identifier, async=True) + >>> thread = api.get_company_securities(identifier, _async=True) >>> result = thread.get() :param async bool @@ -1215,7 +1215,7 @@ def get_company_securities_with_http_info(self, identifier, **kwargs): # noqa: Returns Securities for the Company 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_company_securities_with_http_info(identifier, async=True) + >>> thread = api.get_company_securities_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -1279,7 +1279,7 @@ def get_company_securities_with_http_info(self, identifier, **kwargs): # noqa: files=local_var_files, response_type='ApiResponseCompanySecurities', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1291,7 +1291,7 @@ def lookup_company_fundamental(self, identifier, statement_code, fiscal_period, Returns the Fundamental for the Company with the given `identifier` and with the given parameters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.lookup_company_fundamental(identifier, statement_code, fiscal_period, fiscal_year, async=True) + >>> thread = api.lookup_company_fundamental(identifier, statement_code, fiscal_period, fiscal_year, _async=True) >>> result = thread.get() :param async bool @@ -1316,7 +1316,7 @@ def lookup_company_fundamental_with_http_info(self, identifier, statement_code, Returns the Fundamental for the Company with the given `identifier` and with the given parameters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.lookup_company_fundamental_with_http_info(identifier, statement_code, fiscal_period, fiscal_year, async=True) + >>> thread = api.lookup_company_fundamental_with_http_info(identifier, statement_code, fiscal_period, fiscal_year, _async=True) >>> result = thread.get() :param async bool @@ -1398,7 +1398,7 @@ def lookup_company_fundamental_with_http_info(self, identifier, statement_code, files=local_var_files, response_type='Fundamental', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1410,7 +1410,7 @@ def search_companies(self, query, **kwargs): # noqa: E501 Searches for Companies matching the text `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_companies(query, async=True) + >>> thread = api.search_companies(query, _async=True) >>> result = thread.get() :param async bool @@ -1432,7 +1432,7 @@ def search_companies_with_http_info(self, query, **kwargs): # noqa: E501 Searches for Companies matching the text `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_companies_with_http_info(query, async=True) + >>> thread = api.search_companies_with_http_info(query, _async=True) >>> result = thread.get() :param async bool @@ -1493,7 +1493,7 @@ def search_companies_with_http_info(self, query, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseCompanies', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), diff --git a/intrinio_sdk/api/data_point_api.py b/intrinio_sdk/api/data_point_api.py index 090def543..24577ac2d 100644 --- a/intrinio_sdk/api/data_point_api.py +++ b/intrinio_sdk/api/data_point_api.py @@ -39,7 +39,7 @@ def get_data_point_number(self, identifier, tag, **kwargs): # noqa: E501 Returns a numeric value for the given `tag` and the entity 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_data_point_number(identifier, tag, async=True) + >>> thread = api.get_data_point_number(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -62,7 +62,7 @@ def get_data_point_number_with_http_info(self, identifier, tag, **kwargs): # no Returns a numeric value for the given `tag` and the entity 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_data_point_number_with_http_info(identifier, tag, async=True) + >>> thread = api.get_data_point_number_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -130,7 +130,7 @@ def get_data_point_number_with_http_info(self, identifier, tag, **kwargs): # no files=local_var_files, response_type='float', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -142,7 +142,7 @@ def get_data_point_text(self, identifier, tag, **kwargs): # noqa: E501 Returns a text value for the given `tag` and the entity 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_data_point_text(identifier, tag, async=True) + >>> thread = api.get_data_point_text(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -165,7 +165,7 @@ def get_data_point_text_with_http_info(self, identifier, tag, **kwargs): # noqa Returns a text value for the given `tag` and the entity 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_data_point_text_with_http_info(identifier, tag, async=True) + >>> thread = api.get_data_point_text_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -233,7 +233,7 @@ def get_data_point_text_with_http_info(self, identifier, tag, **kwargs): # noqa files=local_var_files, response_type='str', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), diff --git a/intrinio_sdk/api/data_tag_api.py b/intrinio_sdk/api/data_tag_api.py index bb09ae803..8dd3214da 100644 --- a/intrinio_sdk/api/data_tag_api.py +++ b/intrinio_sdk/api/data_tag_api.py @@ -39,7 +39,7 @@ def filter_data_tags(self, **kwargs): # noqa: E501 Returns Data Tags that match the given filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_data_tags(async=True) + >>> thread = api.filter_data_tags(_async=True) >>> result = thread.get() :param async bool @@ -66,7 +66,7 @@ def filter_data_tags_with_http_info(self, **kwargs): # noqa: E501 Returns Data Tags that match the given filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_data_tags_with_http_info(async=True) + >>> thread = api.filter_data_tags_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -138,7 +138,7 @@ def filter_data_tags_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseDataTags', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -150,7 +150,7 @@ def get_all_data_tags(self, **kwargs): # noqa: E501 Returns All Data Tags # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_data_tags(async=True) + >>> thread = api.get_all_data_tags(_async=True) >>> result = thread.get() :param async bool @@ -172,7 +172,7 @@ def get_all_data_tags_with_http_info(self, **kwargs): # noqa: E501 Returns All Data Tags # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_data_tags_with_http_info(async=True) + >>> thread = api.get_all_data_tags_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -229,7 +229,7 @@ def get_all_data_tags_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseDataTags', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -241,7 +241,7 @@ def get_data_tag_by_id(self, identifier, **kwargs): # noqa: E501 Returns the Data Tag 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_data_tag_by_id(identifier, async=True) + >>> thread = api.get_data_tag_by_id(identifier, _async=True) >>> result = thread.get() :param async bool @@ -263,7 +263,7 @@ def get_data_tag_by_id_with_http_info(self, identifier, **kwargs): # noqa: E501 Returns the Data Tag 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_data_tag_by_id_with_http_info(identifier, async=True) + >>> thread = api.get_data_tag_by_id_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -324,7 +324,7 @@ def get_data_tag_by_id_with_http_info(self, identifier, **kwargs): # noqa: E501 files=local_var_files, response_type='DataTag', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -336,7 +336,7 @@ def search_data_tags(self, query, **kwargs): # noqa: E501 Searches for Data Tags matching the text `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_data_tags(query, async=True) + >>> thread = api.search_data_tags(query, _async=True) >>> result = thread.get() :param async bool @@ -358,7 +358,7 @@ def search_data_tags_with_http_info(self, query, **kwargs): # noqa: E501 Searches for Data Tags matching the text `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_data_tags_with_http_info(query, async=True) + >>> thread = api.search_data_tags_with_http_info(query, _async=True) >>> result = thread.get() :param async bool @@ -419,7 +419,7 @@ def search_data_tags_with_http_info(self, query, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseDataTags', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), diff --git a/intrinio_sdk/api/filing_api.py b/intrinio_sdk/api/filing_api.py index efe6fa561..aef68d574 100644 --- a/intrinio_sdk/api/filing_api.py +++ b/intrinio_sdk/api/filing_api.py @@ -39,7 +39,7 @@ def filter_filings(self, company, **kwargs): # noqa: E501 Returns Filings that match the specified filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_filings(company, async=True) + >>> thread = api.filter_filings(company, _async=True) >>> result = thread.get() :param async bool @@ -65,7 +65,7 @@ def filter_filings_with_http_info(self, company, **kwargs): # noqa: E501 Returns Filings that match the specified filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_filings_with_http_info(company, async=True) + >>> thread = api.filter_filings_with_http_info(company, _async=True) >>> result = thread.get() :param async bool @@ -138,7 +138,7 @@ def filter_filings_with_http_info(self, company, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseFilings', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -150,7 +150,7 @@ def filter_notes(self, **kwargs): # noqa: E501 Returns Filing Notes that match the specified filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_notes(async=True) + >>> thread = api.filter_notes(_async=True) >>> result = thread.get() :param async bool @@ -178,7 +178,7 @@ def filter_notes_with_http_info(self, **kwargs): # noqa: E501 Returns Filing Notes that match the specified filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_notes_with_http_info(async=True) + >>> thread = api.filter_notes_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -253,7 +253,7 @@ def filter_notes_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseFilingNotes', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -265,7 +265,7 @@ def get_all_filings(self, **kwargs): # noqa: E501 Returns all Filings # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_filings(async=True) + >>> thread = api.get_all_filings(_async=True) >>> result = thread.get() :param async bool @@ -287,7 +287,7 @@ def get_all_filings_with_http_info(self, **kwargs): # noqa: E501 Returns all Filings # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_filings_with_http_info(async=True) + >>> thread = api.get_all_filings_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -344,7 +344,7 @@ def get_all_filings_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseFilings', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -356,7 +356,7 @@ def get_all_notes(self, **kwargs): # noqa: E501 Return all Notes from all Filings, most-recent first # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_notes(async=True) + >>> thread = api.get_all_notes(_async=True) >>> result = thread.get() :param async bool @@ -378,7 +378,7 @@ def get_all_notes_with_http_info(self, **kwargs): # noqa: E501 Return all Notes from all Filings, most-recent first # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_notes_with_http_info(async=True) + >>> thread = api.get_all_notes_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -435,7 +435,7 @@ def get_all_notes_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseFilingNotes', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -447,7 +447,7 @@ def get_filing_by_id(self, id, **kwargs): # noqa: E501 Returns the Filing 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_filing_by_id(id, async=True) + >>> thread = api.get_filing_by_id(id, _async=True) >>> result = thread.get() :param async bool @@ -469,7 +469,7 @@ def get_filing_by_id_with_http_info(self, id, **kwargs): # noqa: E501 Returns the Filing 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_filing_by_id_with_http_info(id, async=True) + >>> thread = api.get_filing_by_id_with_http_info(id, _async=True) >>> result = thread.get() :param async bool @@ -530,7 +530,7 @@ def get_filing_by_id_with_http_info(self, id, **kwargs): # noqa: E501 files=local_var_files, response_type='Filing', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -541,7 +541,7 @@ def get_note(self, identifier, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_note(identifier, async=True) + >>> thread = api.get_note(identifier, _async=True) >>> result = thread.get() :param async bool @@ -563,7 +563,7 @@ def get_note_with_http_info(self, identifier, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_note_with_http_info(identifier, async=True) + >>> thread = api.get_note_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -627,7 +627,7 @@ def get_note_with_http_info(self, identifier, **kwargs): # noqa: E501 files=local_var_files, response_type='FilingNote', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -638,7 +638,7 @@ def get_note_html(self, identifier, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_note_html(identifier, async=True) + >>> thread = api.get_note_html(identifier, _async=True) >>> result = thread.get() :param async bool @@ -659,7 +659,7 @@ def get_note_html_with_http_info(self, identifier, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_note_html_with_http_info(identifier, async=True) + >>> thread = api.get_note_html_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -720,7 +720,7 @@ def get_note_html_with_http_info(self, identifier, **kwargs): # noqa: E501 files=local_var_files, response_type='str', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -731,7 +731,7 @@ def get_note_text(self, identifier, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_note_text(identifier, async=True) + >>> thread = api.get_note_text(identifier, _async=True) >>> result = thread.get() :param async bool @@ -752,7 +752,7 @@ def get_note_text_with_http_info(self, identifier, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_note_text_with_http_info(identifier, async=True) + >>> thread = api.get_note_text_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -813,7 +813,7 @@ def get_note_text_with_http_info(self, identifier, **kwargs): # noqa: E501 files=local_var_files, response_type='str', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -825,7 +825,7 @@ def search_notes(self, query, **kwargs): # noqa: E501 Searches for Filing Notes using the `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_notes(query, async=True) + >>> thread = api.search_notes(query, _async=True) >>> result = thread.get() :param async bool @@ -850,7 +850,7 @@ def search_notes_with_http_info(self, query, **kwargs): # noqa: E501 Searches for Filing Notes using the `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_notes_with_http_info(query, async=True) + >>> thread = api.search_notes_with_http_info(query, _async=True) >>> result = thread.get() :param async bool @@ -922,7 +922,7 @@ def search_notes_with_http_info(self, query, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseFilingNotesSearch', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), diff --git a/intrinio_sdk/api/fundamentals_api.py b/intrinio_sdk/api/fundamentals_api.py index febc8dfd4..309d70541 100644 --- a/intrinio_sdk/api/fundamentals_api.py +++ b/intrinio_sdk/api/fundamentals_api.py @@ -39,7 +39,7 @@ def get_fundamental_by_id(self, id, **kwargs): # noqa: E501 Returns detailed fundamental data for the given `id`. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_fundamental_by_id(id, async=True) + >>> thread = api.get_fundamental_by_id(id, _async=True) >>> result = thread.get() :param async bool @@ -61,7 +61,7 @@ def get_fundamental_by_id_with_http_info(self, id, **kwargs): # noqa: E501 Returns detailed fundamental data for the given `id`. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_fundamental_by_id_with_http_info(id, async=True) + >>> thread = api.get_fundamental_by_id_with_http_info(id, _async=True) >>> result = thread.get() :param async bool @@ -122,7 +122,7 @@ def get_fundamental_by_id_with_http_info(self, id, **kwargs): # noqa: E501 files=local_var_files, response_type='Fundamental', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -134,7 +134,7 @@ def get_fundamental_reported_financials(self, id, **kwargs): # noqa: E501 Returns the As-Reported Financials directly from the financial statements of the XBRL filings from the company # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_fundamental_reported_financials(id, async=True) + >>> thread = api.get_fundamental_reported_financials(id, _async=True) >>> result = thread.get() :param async bool @@ -156,7 +156,7 @@ def get_fundamental_reported_financials_with_http_info(self, id, **kwargs): # n Returns the As-Reported Financials directly from the financial statements of the XBRL filings from the company # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_fundamental_reported_financials_with_http_info(id, async=True) + >>> thread = api.get_fundamental_reported_financials_with_http_info(id, _async=True) >>> result = thread.get() :param async bool @@ -217,7 +217,7 @@ def get_fundamental_reported_financials_with_http_info(self, id, **kwargs): # n files=local_var_files, response_type='ApiResponseReportedFinancials', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -229,7 +229,7 @@ def get_fundamental_standardized_financials(self, id, **kwargs): # noqa: E501 Returns professional-grade historical financial data. This data is standardized, cleansed and verified to ensure the highest quality data sourced directly from the XBRL financial statements. The primary purpose of standardized financials are to facilitate comparability across a single company’s fundamentals and across all companies fundamentals. For example, it is possible to compare total revenues between two companies as of a certain point in time, or within a single company across multiple time periods. This is not possible using the as reported financial statements because of the inherent complexity of reporting standards. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_fundamental_standardized_financials(id, async=True) + >>> thread = api.get_fundamental_standardized_financials(id, _async=True) >>> result = thread.get() :param async bool @@ -251,7 +251,7 @@ def get_fundamental_standardized_financials_with_http_info(self, id, **kwargs): Returns professional-grade historical financial data. This data is standardized, cleansed and verified to ensure the highest quality data sourced directly from the XBRL financial statements. The primary purpose of standardized financials are to facilitate comparability across a single company’s fundamentals and across all companies fundamentals. For example, it is possible to compare total revenues between two companies as of a certain point in time, or within a single company across multiple time periods. This is not possible using the as reported financial statements because of the inherent complexity of reporting standards. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_fundamental_standardized_financials_with_http_info(id, async=True) + >>> thread = api.get_fundamental_standardized_financials_with_http_info(id, _async=True) >>> result = thread.get() :param async bool @@ -312,7 +312,7 @@ def get_fundamental_standardized_financials_with_http_info(self, id, **kwargs): files=local_var_files, response_type='ApiResponseStandardizedFinancials', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -324,7 +324,7 @@ def lookup_fundamental(self, identifier, statement_code, fiscal_year, fiscal_per Returns the Fundamental for the Company with the given `identifier` and with the given parameters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.lookup_fundamental(identifier, statement_code, fiscal_year, fiscal_period, async=True) + >>> thread = api.lookup_fundamental(identifier, statement_code, fiscal_year, fiscal_period, _async=True) >>> result = thread.get() :param async bool @@ -349,7 +349,7 @@ def lookup_fundamental_with_http_info(self, identifier, statement_code, fiscal_y Returns the Fundamental for the Company with the given `identifier` and with the given parameters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.lookup_fundamental_with_http_info(identifier, statement_code, fiscal_year, fiscal_period, async=True) + >>> thread = api.lookup_fundamental_with_http_info(identifier, statement_code, fiscal_year, fiscal_period, _async=True) >>> result = thread.get() :param async bool @@ -431,7 +431,7 @@ def lookup_fundamental_with_http_info(self, identifier, statement_code, fiscal_y files=local_var_files, response_type='Fundamental', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), diff --git a/intrinio_sdk/api/historical_data_api.py b/intrinio_sdk/api/historical_data_api.py index ff4ce8b58..302c161e2 100644 --- a/intrinio_sdk/api/historical_data_api.py +++ b/intrinio_sdk/api/historical_data_api.py @@ -39,7 +39,7 @@ def get_historical_data(self, identifier, tag, **kwargs): # noqa: E501 Returns historical values for the given `tag` and the entity represented by 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_historical_data(identifier, tag, async=True) + >>> thread = api.get_historical_data(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -67,7 +67,7 @@ def get_historical_data_with_http_info(self, identifier, tag, **kwargs): # noqa Returns historical values for the given `tag` and the entity represented by 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_historical_data_with_http_info(identifier, tag, async=True) + >>> thread = api.get_historical_data_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -150,7 +150,7 @@ def get_historical_data_with_http_info(self, identifier, tag, **kwargs): # noqa files=local_var_files, response_type='ApiResponseHistoricalData', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), diff --git a/intrinio_sdk/api/index_api.py b/intrinio_sdk/api/index_api.py index 8580152b7..eca51c02f 100644 --- a/intrinio_sdk/api/index_api.py +++ b/intrinio_sdk/api/index_api.py @@ -38,7 +38,7 @@ def get_all_economic_indices(self, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_economic_indices(async=True) + >>> thread = api.get_all_economic_indices(_async=True) >>> result = thread.get() :param async bool @@ -59,7 +59,7 @@ def get_all_economic_indices_with_http_info(self, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_economic_indices_with_http_info(async=True) + >>> thread = api.get_all_economic_indices_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -116,7 +116,7 @@ def get_all_economic_indices_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseEconomicIndices', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -127,7 +127,7 @@ def get_all_sic_indices(self, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_sic_indices(async=True) + >>> thread = api.get_all_sic_indices(_async=True) >>> result = thread.get() :param async bool @@ -148,7 +148,7 @@ def get_all_sic_indices_with_http_info(self, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_sic_indices_with_http_info(async=True) + >>> thread = api.get_all_sic_indices_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -205,7 +205,7 @@ def get_all_sic_indices_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseSICIndices', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -216,7 +216,7 @@ def get_all_stock_market_indices(self, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_stock_market_indices(async=True) + >>> thread = api.get_all_stock_market_indices(_async=True) >>> result = thread.get() :param async bool @@ -237,7 +237,7 @@ def get_all_stock_market_indices_with_http_info(self, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_stock_market_indices_with_http_info(async=True) + >>> thread = api.get_all_stock_market_indices_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -294,7 +294,7 @@ def get_all_stock_market_indices_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseStockMarketIndices', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -305,7 +305,7 @@ def get_economic_index_by_id(self, identifier, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_economic_index_by_id(identifier, async=True) + >>> thread = api.get_economic_index_by_id(identifier, _async=True) >>> result = thread.get() :param async bool @@ -326,7 +326,7 @@ def get_economic_index_by_id_with_http_info(self, identifier, **kwargs): # noqa This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_economic_index_by_id_with_http_info(identifier, async=True) + >>> thread = api.get_economic_index_by_id_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -387,7 +387,7 @@ def get_economic_index_by_id_with_http_info(self, identifier, **kwargs): # noqa files=local_var_files, response_type='EconomicIndex', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -399,7 +399,7 @@ def get_economic_index_data_point_number(self, identifier, tag, **kwargs): # no Returns a numeric value for the given `tag` for the Economic Index 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_economic_index_data_point_number(identifier, tag, async=True) + >>> thread = api.get_economic_index_data_point_number(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -422,7 +422,7 @@ def get_economic_index_data_point_number_with_http_info(self, identifier, tag, * Returns a numeric value for the given `tag` for the Economic Index 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_economic_index_data_point_number_with_http_info(identifier, tag, async=True) + >>> thread = api.get_economic_index_data_point_number_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -490,7 +490,7 @@ def get_economic_index_data_point_number_with_http_info(self, identifier, tag, * files=local_var_files, response_type='float', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -502,7 +502,7 @@ def get_economic_index_data_point_text(self, identifier, tag, **kwargs): # noqa Returns a text value for the given `tag` for the Economic Index 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_economic_index_data_point_text(identifier, tag, async=True) + >>> thread = api.get_economic_index_data_point_text(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -525,7 +525,7 @@ def get_economic_index_data_point_text_with_http_info(self, identifier, tag, **k Returns a text value for the given `tag` for the Economic Index 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_economic_index_data_point_text_with_http_info(identifier, tag, async=True) + >>> thread = api.get_economic_index_data_point_text_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -593,7 +593,7 @@ def get_economic_index_data_point_text_with_http_info(self, identifier, tag, **k files=local_var_files, response_type='str', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -605,7 +605,7 @@ def get_economic_index_historical_data(self, identifier, tag, **kwargs): # noqa Returns historical values for the given `tag` and the Economic Index 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_economic_index_historical_data(identifier, tag, async=True) + >>> thread = api.get_economic_index_historical_data(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -633,7 +633,7 @@ def get_economic_index_historical_data_with_http_info(self, identifier, tag, **k Returns historical values for the given `tag` and the Economic Index 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_economic_index_historical_data_with_http_info(identifier, tag, async=True) + >>> thread = api.get_economic_index_historical_data_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -716,7 +716,7 @@ def get_economic_index_historical_data_with_http_info(self, identifier, tag, **k files=local_var_files, response_type='ApiResponseEconomicIndexHistoricalData', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -727,7 +727,7 @@ def get_sic_index_by_id(self, identifier, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_sic_index_by_id(identifier, async=True) + >>> thread = api.get_sic_index_by_id(identifier, _async=True) >>> result = thread.get() :param async bool @@ -748,7 +748,7 @@ def get_sic_index_by_id_with_http_info(self, identifier, **kwargs): # noqa: E50 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_sic_index_by_id_with_http_info(identifier, async=True) + >>> thread = api.get_sic_index_by_id_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -809,7 +809,7 @@ def get_sic_index_by_id_with_http_info(self, identifier, **kwargs): # noqa: E50 files=local_var_files, response_type='SICIndex', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -821,7 +821,7 @@ def get_sic_index_data_point_number(self, identifier, tag, **kwargs): # noqa: E Returns a numeric value for the given `tag` for the SIC Index 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_sic_index_data_point_number(identifier, tag, async=True) + >>> thread = api.get_sic_index_data_point_number(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -844,7 +844,7 @@ def get_sic_index_data_point_number_with_http_info(self, identifier, tag, **kwar Returns a numeric value for the given `tag` for the SIC Index 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_sic_index_data_point_number_with_http_info(identifier, tag, async=True) + >>> thread = api.get_sic_index_data_point_number_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -912,7 +912,7 @@ def get_sic_index_data_point_number_with_http_info(self, identifier, tag, **kwar files=local_var_files, response_type='float', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -924,7 +924,7 @@ def get_sic_index_data_point_text(self, identifier, tag, **kwargs): # noqa: E50 Returns a text value for the given `tag` for the SIC Index 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_sic_index_data_point_text(identifier, tag, async=True) + >>> thread = api.get_sic_index_data_point_text(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -947,7 +947,7 @@ def get_sic_index_data_point_text_with_http_info(self, identifier, tag, **kwargs Returns a text value for the given `tag` for the SIC Index 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_sic_index_data_point_text_with_http_info(identifier, tag, async=True) + >>> thread = api.get_sic_index_data_point_text_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -1015,7 +1015,7 @@ def get_sic_index_data_point_text_with_http_info(self, identifier, tag, **kwargs files=local_var_files, response_type='str', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1027,7 +1027,7 @@ def get_sic_index_historical_data(self, identifier, tag, **kwargs): # noqa: E50 Returns historical values for the given `tag` and the SIC Index 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_sic_index_historical_data(identifier, tag, async=True) + >>> thread = api.get_sic_index_historical_data(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -1055,7 +1055,7 @@ def get_sic_index_historical_data_with_http_info(self, identifier, tag, **kwargs Returns historical values for the given `tag` and the SIC Index 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_sic_index_historical_data_with_http_info(identifier, tag, async=True) + >>> thread = api.get_sic_index_historical_data_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -1138,7 +1138,7 @@ def get_sic_index_historical_data_with_http_info(self, identifier, tag, **kwargs files=local_var_files, response_type='ApiResponseSICIndexHistoricalData', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1149,7 +1149,7 @@ def get_stock_market_index_by_id(self, identifier, **kwargs): # 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_market_index_by_id(identifier, async=True) + >>> thread = api.get_stock_market_index_by_id(identifier, _async=True) >>> result = thread.get() :param async bool @@ -1170,7 +1170,7 @@ def get_stock_market_index_by_id_with_http_info(self, identifier, **kwargs): # This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_stock_market_index_by_id_with_http_info(identifier, async=True) + >>> thread = api.get_stock_market_index_by_id_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -1231,7 +1231,7 @@ def get_stock_market_index_by_id_with_http_info(self, identifier, **kwargs): # files=local_var_files, response_type='StockMarketIndex', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1243,7 +1243,7 @@ def get_stock_market_index_data_point_number(self, identifier, tag, **kwargs): Returns a numeric value for the given `tag` for the Stock Market Index 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_market_index_data_point_number(identifier, tag, async=True) + >>> thread = api.get_stock_market_index_data_point_number(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -1266,7 +1266,7 @@ def get_stock_market_index_data_point_number_with_http_info(self, identifier, ta Returns a numeric value for the given `tag` for the Stock Market Index 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_market_index_data_point_number_with_http_info(identifier, tag, async=True) + >>> thread = api.get_stock_market_index_data_point_number_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -1334,7 +1334,7 @@ def get_stock_market_index_data_point_number_with_http_info(self, identifier, ta files=local_var_files, response_type='float', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1346,7 +1346,7 @@ def get_stock_market_index_data_point_text(self, identifier, tag, **kwargs): # Returns a text value for the given `tag` for the Stock Market Index 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_market_index_data_point_text(identifier, tag, async=True) + >>> thread = api.get_stock_market_index_data_point_text(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -1369,7 +1369,7 @@ def get_stock_market_index_data_point_text_with_http_info(self, identifier, tag, Returns a text value for the given `tag` for the Stock Market Index 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_market_index_data_point_text_with_http_info(identifier, tag, async=True) + >>> thread = api.get_stock_market_index_data_point_text_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -1437,7 +1437,7 @@ def get_stock_market_index_data_point_text_with_http_info(self, identifier, tag, files=local_var_files, response_type='str', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1449,7 +1449,7 @@ def get_stock_market_index_historical_data(self, identifier, tag, **kwargs): # Returns historical values for the given `tag` and the Stock Market Index 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_market_index_historical_data(identifier, tag, async=True) + >>> thread = api.get_stock_market_index_historical_data(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -1477,7 +1477,7 @@ def get_stock_market_index_historical_data_with_http_info(self, identifier, tag, Returns historical values for the given `tag` and the Stock Market Index 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_market_index_historical_data_with_http_info(identifier, tag, async=True) + >>> thread = api.get_stock_market_index_historical_data_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -1560,7 +1560,7 @@ def get_stock_market_index_historical_data_with_http_info(self, identifier, tag, files=local_var_files, response_type='ApiResponseStockMarketIndexHistoricalData', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1572,7 +1572,7 @@ def search_economic_indices(self, query, **kwargs): # noqa: E501 Searches for indices using the text in `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_economic_indices(query, async=True) + >>> thread = api.search_economic_indices(query, _async=True) >>> result = thread.get() :param async bool @@ -1594,7 +1594,7 @@ def search_economic_indices_with_http_info(self, query, **kwargs): # noqa: E501 Searches for indices using the text in `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_economic_indices_with_http_info(query, async=True) + >>> thread = api.search_economic_indices_with_http_info(query, _async=True) >>> result = thread.get() :param async bool @@ -1655,7 +1655,7 @@ def search_economic_indices_with_http_info(self, query, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseEconomicIndices', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1667,7 +1667,7 @@ def search_sic_indices(self, query, **kwargs): # noqa: E501 Searches for indices using the text in `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_sic_indices(query, async=True) + >>> thread = api.search_sic_indices(query, _async=True) >>> result = thread.get() :param async bool @@ -1689,7 +1689,7 @@ def search_sic_indices_with_http_info(self, query, **kwargs): # noqa: E501 Searches for indices using the text in `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_sic_indices_with_http_info(query, async=True) + >>> thread = api.search_sic_indices_with_http_info(query, _async=True) >>> result = thread.get() :param async bool @@ -1750,7 +1750,7 @@ def search_sic_indices_with_http_info(self, query, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseSICIndices', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1762,7 +1762,7 @@ def search_stock_markets_indices(self, query, **kwargs): # noqa: E501 Searches for indices using the text in `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_stock_markets_indices(query, async=True) + >>> thread = api.search_stock_markets_indices(query, _async=True) >>> result = thread.get() :param async bool @@ -1784,7 +1784,7 @@ def search_stock_markets_indices_with_http_info(self, query, **kwargs): # noqa: Searches for indices using the text in `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_stock_markets_indices_with_http_info(query, async=True) + >>> thread = api.search_stock_markets_indices_with_http_info(query, _async=True) >>> result = thread.get() :param async bool @@ -1845,7 +1845,7 @@ def search_stock_markets_indices_with_http_info(self, query, **kwargs): # noqa: files=local_var_files, response_type='ApiResponseStockMarketIndices', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), diff --git a/intrinio_sdk/api/security_api.py b/intrinio_sdk/api/security_api.py index cb00d3966..ec3d8e9b9 100644 --- a/intrinio_sdk/api/security_api.py +++ b/intrinio_sdk/api/security_api.py @@ -38,7 +38,7 @@ def get_all_securities(self, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_securities(async=True) + >>> thread = api.get_all_securities(_async=True) >>> result = thread.get() :param async bool @@ -59,7 +59,7 @@ def get_all_securities_with_http_info(self, **kwargs): # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_securities_with_http_info(async=True) + >>> thread = api.get_all_securities_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -116,7 +116,7 @@ def get_all_securities_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseSecurities', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -128,7 +128,7 @@ def get_security_by_id(self, identifier, **kwargs): # noqa: E501 Returns the Security 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_security_by_id(identifier, async=True) + >>> thread = api.get_security_by_id(identifier, _async=True) >>> result = thread.get() :param async bool @@ -150,7 +150,7 @@ def get_security_by_id_with_http_info(self, identifier, **kwargs): # noqa: E501 Returns the Security 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_security_by_id_with_http_info(identifier, async=True) + >>> thread = api.get_security_by_id_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -211,7 +211,7 @@ def get_security_by_id_with_http_info(self, identifier, **kwargs): # noqa: E501 files=local_var_files, response_type='Security', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -223,7 +223,7 @@ def get_security_data_point_number(self, identifier, tag, **kwargs): # noqa: E5 Returns a numeric value for the given `tag` for the Security 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_security_data_point_number(identifier, tag, async=True) + >>> thread = api.get_security_data_point_number(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -246,7 +246,7 @@ def get_security_data_point_number_with_http_info(self, identifier, tag, **kwarg Returns a numeric value for the given `tag` for the Security 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_security_data_point_number_with_http_info(identifier, tag, async=True) + >>> thread = api.get_security_data_point_number_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -314,7 +314,7 @@ def get_security_data_point_number_with_http_info(self, identifier, tag, **kwarg files=local_var_files, response_type='float', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -326,7 +326,7 @@ def get_security_data_point_text(self, identifier, tag, **kwargs): # noqa: E501 Returns a text value for the given `tag` for the Security 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_security_data_point_text(identifier, tag, async=True) + >>> thread = api.get_security_data_point_text(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -349,7 +349,7 @@ def get_security_data_point_text_with_http_info(self, identifier, tag, **kwargs) Returns a text value for the given `tag` for the Security 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_security_data_point_text_with_http_info(identifier, tag, async=True) + >>> thread = api.get_security_data_point_text_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -417,7 +417,7 @@ def get_security_data_point_text_with_http_info(self, identifier, tag, **kwargs) files=local_var_files, response_type='str', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -429,7 +429,7 @@ def get_security_historical_data(self, identifier, tag, **kwargs): # noqa: E501 Returns historical values for the given `tag` and the Security 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_security_historical_data(identifier, tag, async=True) + >>> thread = api.get_security_historical_data(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -458,7 +458,7 @@ def get_security_historical_data_with_http_info(self, identifier, tag, **kwargs) Returns historical values for the given `tag` and the Security 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_security_historical_data_with_http_info(identifier, tag, async=True) + >>> thread = api.get_security_historical_data_with_http_info(identifier, tag, _async=True) >>> result = thread.get() :param async bool @@ -544,7 +544,7 @@ def get_security_historical_data_with_http_info(self, identifier, tag, **kwargs) files=local_var_files, response_type='ApiResponseSecurityHistoricalData', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -556,7 +556,7 @@ def get_security_latest_dividend_record(self, identifier, **kwargs): # noqa: E5 Returns the latest available dividend information for the Security 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_security_latest_dividend_record(identifier, async=True) + >>> thread = api.get_security_latest_dividend_record(identifier, _async=True) >>> result = thread.get() :param async bool @@ -578,7 +578,7 @@ def get_security_latest_dividend_record_with_http_info(self, identifier, **kwarg Returns the latest available dividend information for the Security 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_security_latest_dividend_record_with_http_info(identifier, async=True) + >>> thread = api.get_security_latest_dividend_record_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -639,7 +639,7 @@ def get_security_latest_dividend_record_with_http_info(self, identifier, **kwarg files=local_var_files, response_type='DividendRecord', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -651,7 +651,7 @@ def get_security_latest_earnings_record(self, identifier, **kwargs): # noqa: E5 Returns latest available earnings information for the Security 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_security_latest_earnings_record(identifier, async=True) + >>> thread = api.get_security_latest_earnings_record(identifier, _async=True) >>> result = thread.get() :param async bool @@ -673,7 +673,7 @@ def get_security_latest_earnings_record_with_http_info(self, identifier, **kwarg Returns latest available earnings information for the Security 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_security_latest_earnings_record_with_http_info(identifier, async=True) + >>> thread = api.get_security_latest_earnings_record_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -734,7 +734,7 @@ def get_security_latest_earnings_record_with_http_info(self, identifier, **kwarg files=local_var_files, response_type='EarningsRecord', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -746,7 +746,7 @@ def get_security_realtime_price(self, identifier, **kwargs): # noqa: E501 Return the realtime stock price for the Security 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_security_realtime_price(identifier, async=True) + >>> thread = api.get_security_realtime_price(identifier, _async=True) >>> result = thread.get() :param async bool @@ -769,7 +769,7 @@ def get_security_realtime_price_with_http_info(self, identifier, **kwargs): # n Return the realtime stock price for the Security 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_security_realtime_price_with_http_info(identifier, async=True) + >>> thread = api.get_security_realtime_price_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -833,7 +833,7 @@ def get_security_realtime_price_with_http_info(self, identifier, **kwargs): # n files=local_var_files, response_type='RealtimeStockPrice', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -845,7 +845,7 @@ def get_security_stock_price_adjustments(self, identifier, **kwargs): # noqa: E Returns stock price adjustments for the Security 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_security_stock_price_adjustments(identifier, async=True) + >>> thread = api.get_security_stock_price_adjustments(identifier, _async=True) >>> result = thread.get() :param async bool @@ -870,7 +870,7 @@ def get_security_stock_price_adjustments_with_http_info(self, identifier, **kwar Returns stock price adjustments for the Security 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_security_stock_price_adjustments_with_http_info(identifier, async=True) + >>> thread = api.get_security_stock_price_adjustments_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -940,7 +940,7 @@ def get_security_stock_price_adjustments_with_http_info(self, identifier, **kwar files=local_var_files, response_type='ApiResponseSecurityStockPriceAdjustments', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -952,7 +952,7 @@ def get_security_stock_prices(self, identifier, **kwargs): # noqa: E501 Return end-of-day stock prices for the Security 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_security_stock_prices(identifier, async=True) + >>> thread = api.get_security_stock_prices(identifier, _async=True) >>> result = thread.get() :param async bool @@ -978,7 +978,7 @@ def get_security_stock_prices_with_http_info(self, identifier, **kwargs): # noq Return end-of-day stock prices for the Security 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_security_stock_prices_with_http_info(identifier, async=True) + >>> thread = api.get_security_stock_prices_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -1051,7 +1051,7 @@ def get_security_stock_prices_with_http_info(self, identifier, **kwargs): # noq files=local_var_files, response_type='ApiResponseSecurityStockPrices', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1063,7 +1063,7 @@ def screen_securities(self, **kwargs): # noqa: E501 Screen Securities using complex logic # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.screen_securities(async=True) + >>> thread = api.screen_securities(_async=True) >>> result = thread.get() :param async bool @@ -1088,7 +1088,7 @@ def screen_securities_with_http_info(self, **kwargs): # noqa: E501 Screen Securities using complex logic # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.screen_securities_with_http_info(async=True) + >>> thread = api.screen_securities_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -1158,7 +1158,7 @@ def screen_securities_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='list[SecurityScreenResult]', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -1170,7 +1170,7 @@ def search_securities(self, query, **kwargs): # noqa: E501 Searches for Securities matching the text `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_securities(query, async=True) + >>> thread = api.search_securities(query, _async=True) >>> result = thread.get() :param async bool @@ -1192,7 +1192,7 @@ def search_securities_with_http_info(self, query, **kwargs): # noqa: E501 Searches for Securities matching the text `query` # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.search_securities_with_http_info(query, async=True) + >>> thread = api.search_securities_with_http_info(query, _async=True) >>> result = thread.get() :param async bool @@ -1253,7 +1253,7 @@ def search_securities_with_http_info(self, query, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseSecurities', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), diff --git a/intrinio_sdk/api/stock_exchange_api.py b/intrinio_sdk/api/stock_exchange_api.py index 52a125f96..976a92058 100644 --- a/intrinio_sdk/api/stock_exchange_api.py +++ b/intrinio_sdk/api/stock_exchange_api.py @@ -39,7 +39,7 @@ def filter_stock_exchanges(self, **kwargs): # noqa: E501 Returns Stock Exchanges matching the given filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_stock_exchanges(async=True) + >>> thread = api.filter_stock_exchanges(_async=True) >>> result = thread.get() :param async bool @@ -63,7 +63,7 @@ def filter_stock_exchanges_with_http_info(self, **kwargs): # noqa: E501 Returns Stock Exchanges matching the given filters # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.filter_stock_exchanges_with_http_info(async=True) + >>> thread = api.filter_stock_exchanges_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -126,7 +126,7 @@ def filter_stock_exchanges_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseStockExchanges', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -138,7 +138,7 @@ def get_all_stock_exchanges(self, **kwargs): # noqa: E501 Returns all Stock Exchanges # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_stock_exchanges(async=True) + >>> thread = api.get_all_stock_exchanges(_async=True) >>> result = thread.get() :param async bool @@ -159,7 +159,7 @@ def get_all_stock_exchanges_with_http_info(self, **kwargs): # noqa: E501 Returns all Stock Exchanges # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async=True - >>> thread = api.get_all_stock_exchanges_with_http_info(async=True) + >>> thread = api.get_all_stock_exchanges_with_http_info(_async=True) >>> result = thread.get() :param async bool @@ -213,7 +213,7 @@ def get_all_stock_exchanges_with_http_info(self, **kwargs): # noqa: E501 files=local_var_files, response_type='ApiResponseStockExchanges', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -225,7 +225,7 @@ def get_stock_exchange_by_id(self, identifier, **kwargs): # noqa: E501 Returns 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_by_id(identifier, async=True) + >>> thread = api.get_stock_exchange_by_id(identifier, _async=True) >>> result = thread.get() :param async bool @@ -247,7 +247,7 @@ def get_stock_exchange_by_id_with_http_info(self, identifier, **kwargs): # noqa Returns 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_by_id_with_http_info(identifier, async=True) + >>> thread = api.get_stock_exchange_by_id_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -308,7 +308,7 @@ def get_stock_exchange_by_id_with_http_info(self, identifier, **kwargs): # noqa files=local_var_files, response_type='StockExchange', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -320,7 +320,7 @@ def get_stock_exchange_price_adjustments(self, identifier, **kwargs): # noqa: E Returns stock price adjustments 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_price_adjustments(identifier, async=True) + >>> thread = api.get_stock_exchange_price_adjustments(identifier, _async=True) >>> result = thread.get() :param async bool @@ -344,7 +344,7 @@ def get_stock_exchange_price_adjustments_with_http_info(self, identifier, **kwar Returns stock price adjustments 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_price_adjustments_with_http_info(identifier, async=True) + >>> thread = api.get_stock_exchange_price_adjustments_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -411,7 +411,7 @@ def get_stock_exchange_price_adjustments_with_http_info(self, identifier, **kwar files=local_var_files, response_type='ApiResponseStockExchangeStockPriceAdjustments', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -423,7 +423,7 @@ def get_stock_exchange_prices(self, identifier, **kwargs): # noqa: E501 Returns end-of-day stock prices for Securities on the Stock Exchange with `identifier` and on the `price_date` (or the latest date that prices are available) # 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_prices(identifier, async=True) + >>> thread = api.get_stock_exchange_prices(identifier, _async=True) >>> result = thread.get() :param async bool @@ -447,7 +447,7 @@ def get_stock_exchange_prices_with_http_info(self, identifier, **kwargs): # noq Returns end-of-day stock prices for Securities on the Stock Exchange with `identifier` and on the `price_date` (or the latest date that prices are available) # 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_prices_with_http_info(identifier, async=True) + >>> thread = api.get_stock_exchange_prices_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -514,7 +514,7 @@ def get_stock_exchange_prices_with_http_info(self, identifier, **kwargs): # noq files=local_var_files, response_type='ApiResponseStockExchangeStockPrices', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -526,7 +526,7 @@ def get_stock_exchange_realtime_prices(self, identifier, **kwargs): # noqa: E50 Returns realtime stock 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_realtime_prices(identifier, async=True) + >>> thread = api.get_stock_exchange_realtime_prices(identifier, _async=True) >>> result = thread.get() :param async bool @@ -550,7 +550,7 @@ def get_stock_exchange_realtime_prices_with_http_info(self, identifier, **kwargs Returns realtime stock 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_realtime_prices_with_http_info(identifier, async=True) + >>> thread = api.get_stock_exchange_realtime_prices_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -617,7 +617,7 @@ def get_stock_exchange_realtime_prices_with_http_info(self, identifier, **kwargs files=local_var_files, response_type='ApiResponseStockExchangeRealtimeStockPrices', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), @@ -629,7 +629,7 @@ def get_stock_exchange_securities(self, identifier, **kwargs): # noqa: E501 Returns Securities traded on the Stock Exchange with `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_securities(identifier, async=True) + >>> thread = api.get_stock_exchange_securities(identifier, _async=True) >>> result = thread.get() :param async bool @@ -652,7 +652,7 @@ def get_stock_exchange_securities_with_http_info(self, identifier, **kwargs): # Returns Securities traded on the Stock Exchange with `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_securities_with_http_info(identifier, async=True) + >>> thread = api.get_stock_exchange_securities_with_http_info(identifier, _async=True) >>> result = thread.get() :param async bool @@ -716,7 +716,7 @@ def get_stock_exchange_securities_with_http_info(self, identifier, **kwargs): # files=local_var_files, response_type='ApiResponseStockExchangeSecurities', # noqa: E501 auth_settings=auth_settings, - async=params.get('async'), + _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'), diff --git a/intrinio_sdk/api_client.py b/intrinio_sdk/api_client.py index 36e3e00e6..30e56f2f3 100644 --- a/intrinio_sdk/api_client.py +++ b/intrinio_sdk/api_client.py @@ -73,7 +73,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/1.1.1/python' + self.user_agent = 'Swagger-Codegen/1.1.2/python' def __del__(self): self.pool.close() @@ -274,7 +274,7 @@ def __deserialize(self, data, klass): def call_api(self, resource_path, method, path_params=None, query_params=None, header_params=None, body=None, post_params=None, files=None, - response_type=None, auth_settings=None, async=None, + response_type=None, auth_settings=None, _async=None, _return_http_data_only=None, collection_formats=None, _preload_content=True, _request_timeout=None): """Makes the HTTP request (synchronous) and returns deserialized data. @@ -313,7 +313,7 @@ def call_api(self, resource_path, method, If parameter async is False or missing, then the method will return the response directly. """ - if not async: + if not _async: return self.__call_api(resource_path, method, path_params, query_params, header_params, body, post_params, files, diff --git a/intrinio_sdk/configuration.py b/intrinio_sdk/configuration.py index 89071de3f..2a0d61901 100644 --- a/intrinio_sdk/configuration.py +++ b/intrinio_sdk/configuration.py @@ -243,5 +243,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 2.1.0\n"\ - "SDK Package Version: 1.1.1".\ + "SDK Package Version: 1.1.2".\ format(env=sys.platform, pyversion=sys.version) diff --git a/setup.py b/setup.py index b1d27ccfd..a85756894 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "intrinio-sdk" -VERSION = "1.1.1" +VERSION = "1.1.2" # To install the library, run the following # # python setup.py install diff --git a/test/test_api_response_companies.py b/test/test_api_response_companies.py index e839c888f..01bedad48 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 0333a4124..4f2bfbb00 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 e739a1f38..a23ed0c53 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 4e8f33bfe..89eba6371 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 d6ff95703..703c19aee 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 129fa49a3..01b8bd3a7 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 a3ddc8085..e07e08ac9 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 fa5beda81..0a50ff18e 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 2480133f1..96704dae4 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 cdaba8c52..aa2fd31ea 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 c0b38fabe..6e9b5e18c 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 b1384c819..9af18a173 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 d021d13cb..7d8c59833 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 c50e59272..aec3d8eab 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 e43fe1c68..6040f26aa 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 07860dc18..5d9dd291f 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 8d8c3a12f..af7be16ca 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 4aaaa5380..e81d585fd 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 1ea87d5fc..138fa727e 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 e81c92cbc..0492cb0ec 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 833e9ac5e..3d75c9bfd 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 853f19f60..d9daf64e2 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 a1214a6b4..f2feb8ffd 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 dec11bfad..ea20bab7c 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 3b5761b93..3c1ab9a6f 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 ff451bc35..2378ab32a 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company.py b/test/test_company.py index 784ef4381..ef6dc217e 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 2f9cd2261..3b2f7c21b 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,84 +39,84 @@ def test_filter_companies(self): def test_filter_company_fundamentals(self): """Test case for filter_company_fundamentals - Filter Fundamentals for a Company # noqa: E501 + Filter Fundamentals by Company # noqa: E501 """ pass def test_get_all_companies(self): """Test case for get_all_companies - Get All Companies # noqa: E501 + All Companies # noqa: E501 """ pass def test_get_all_company_news(self): """Test case for get_all_company_news - Get All Company News # noqa: E501 + All News # noqa: E501 """ pass def test_get_company(self): """Test case for get_company - Get a Company by ID # noqa: E501 + Lookup Company # noqa: E501 """ pass def test_get_company_data_point_number(self): """Test case for get_company_data_point_number - Get Company Data Point (Number) # noqa: E501 + Data Point (Number) for Company # noqa: E501 """ pass def test_get_company_data_point_text(self): """Test case for get_company_data_point_text - Get Company Data Point (Text) # noqa: E501 + Data Point (Text) for Company # noqa: E501 """ pass def test_get_company_filings(self): """Test case for get_company_filings - Get Filings for a Company # noqa: E501 + All Filings by Company # noqa: E501 """ pass def test_get_company_fundamentals(self): """Test case for get_company_fundamentals - Get All Fundamentals for a Company # noqa: E501 + All Fundamentals by Company # noqa: E501 """ pass def test_get_company_historical_data(self): """Test case for get_company_historical_data - Get Company Historical Data # noqa: E501 + Historical Data for Company # noqa: E501 """ pass def test_get_company_news(self): """Test case for get_company_news - Get News for a Company # noqa: E501 + All News by Company # noqa: E501 """ pass def test_get_company_securities(self): """Test case for get_company_securities - Get Securities by Company # noqa: E501 + All Securities by Company # noqa: E501 """ pass def test_lookup_company_fundamental(self): """Test case for lookup_company_fundamental - Lookup a Fundamental for a Company # noqa: E501 + Lookup Fundamental by Company # noqa: E501 """ pass diff --git a/test/test_company_filing.py b/test/test_company_filing.py index 2018a5324..5aea1cd22 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 a8714b418..250545bcd 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 80207be96..bad900727 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 2ea158b75..800aa1d98 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 996476d58..4a6f4b8e4 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -32,14 +32,14 @@ def tearDown(self): def test_get_data_point_number(self): """Test case for get_data_point_number - Get a Data Point (Number) # noqa: E501 + Data Point (Number) # noqa: E501 """ pass def test_get_data_point_text(self): """Test case for get_data_point_text - Get a Data Point (Text) # noqa: E501 + Data Point (Text) # noqa: E501 """ pass diff --git a/test/test_data_tag.py b/test/test_data_tag.py index 5c40386a4..b028ee6a1 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 b63a67edb..adac89bb7 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,14 +39,14 @@ def test_filter_data_tags(self): def test_get_all_data_tags(self): """Test case for get_all_data_tags - Get All Data Tags # noqa: E501 + All Data Tags # noqa: E501 """ pass def test_get_data_tag_by_id(self): """Test case for get_data_tag_by_id - Get a Data Tag by ID # noqa: E501 + Lookup Data Tag # noqa: E501 """ pass diff --git a/test/test_data_tag_summary.py b/test/test_data_tag_summary.py index 799e7f2f5..1bd57d586 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 ae17d2c65..1dc672a13 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 e0c7783cf..ca14264c4 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing.py b/test/test_filing.py index 814fd4702..30cf12913 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 6cdeedb28..8e9ec2251 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -36,17 +36,59 @@ def test_filter_filings(self): """ pass + def test_filter_notes(self): + """Test case for filter_notes + + Filter Filing Notes # noqa: E501 + """ + pass + def test_get_all_filings(self): """Test case for get_all_filings - Get All Filings # noqa: E501 + All Filings # noqa: E501 + """ + pass + + def test_get_all_notes(self): + """Test case for get_all_notes + + All Filing Notes # noqa: E501 """ pass def test_get_filing_by_id(self): """Test case for get_filing_by_id - Get a Filing by ID # noqa: E501 + Lookup Filing # noqa: E501 + """ + pass + + def test_get_note(self): + """Test case for get_note + + Filing Note by ID # noqa: E501 + """ + pass + + def test_get_note_html(self): + """Test case for get_note_html + + Filing Note HTML # noqa: E501 + """ + pass + + def test_get_note_text(self): + """Test case for get_note_text + + Filing Note Text # noqa: E501 + """ + pass + + def test_search_notes(self): + """Test case for search_notes + + Search Filing Notes # noqa: E501 """ pass diff --git a/test/test_filing_summary.py b/test/test_filing_summary.py index abe93191f..fdf77e456 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_fundamental.py b/test/test_fundamental.py index 041a4f49e..89fe57d33 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 b583f24d1..b48432cdc 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 55853c2dc..a954bb01a 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -32,28 +32,28 @@ def tearDown(self): def test_get_fundamental_by_id(self): """Test case for get_fundamental_by_id - Get a Fundamental by ID # noqa: E501 + Fundamental by ID # noqa: E501 """ pass def test_get_fundamental_reported_financials(self): """Test case for get_fundamental_reported_financials - Get Reported Financials for a Fundamental # noqa: E501 + Reported Financials # noqa: E501 """ pass def test_get_fundamental_standardized_financials(self): """Test case for get_fundamental_standardized_financials - Get Standardized Financials for a Fundamental # noqa: E501 + Standardized Financials # noqa: E501 """ pass def test_lookup_fundamental(self): """Test case for lookup_fundamental - Lookup a Fundamental # noqa: E501 + Lookup Fundamental # noqa: E501 """ pass diff --git a/test/test_historical_data.py b/test/test_historical_data.py index 4fe6f384b..1398e6e0e 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 b24ef0810..19a1fac5c 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -32,7 +32,7 @@ def tearDown(self): def test_get_historical_data(self): """Test case for get_historical_data - Get Historical Data # noqa: E501 + Historical Data # noqa: E501 """ pass diff --git a/test/test_index_api.py b/test/test_index_api.py index 58561bbf2..4a62245c2 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -32,105 +32,105 @@ def tearDown(self): def test_get_all_economic_indices(self): """Test case for get_all_economic_indices - Get All Economic Indices # noqa: E501 + All Economic Indices # noqa: E501 """ pass def test_get_all_sic_indices(self): """Test case for get_all_sic_indices - Get All SIC Indices # noqa: E501 + All SIC Indices # noqa: E501 """ pass def test_get_all_stock_market_indices(self): """Test case for get_all_stock_market_indices - Get All Stock Market Indices # noqa: E501 + All Stock Market Indices # noqa: E501 """ pass def test_get_economic_index_by_id(self): """Test case for get_economic_index_by_id - Get an Economic Index by ID # noqa: E501 + Lookup Economic Index # noqa: E501 """ pass def test_get_economic_index_data_point_number(self): """Test case for get_economic_index_data_point_number - Get Economic Index Data Point (Number) # noqa: E501 + Data Point (Number) for an Economic Index # noqa: E501 """ pass def test_get_economic_index_data_point_text(self): """Test case for get_economic_index_data_point_text - Get Economic Index Data Point (Text) # noqa: E501 + Data Point (Text) for an Economic Index # noqa: E501 """ pass def test_get_economic_index_historical_data(self): """Test case for get_economic_index_historical_data - Get Economic Index Historical Data # noqa: E501 + Historical Data for an Economic Index # noqa: E501 """ pass def test_get_sic_index_by_id(self): """Test case for get_sic_index_by_id - Get an SIC Index by ID # noqa: E501 + Lookup SIC Index # noqa: E501 """ pass def test_get_sic_index_data_point_number(self): """Test case for get_sic_index_data_point_number - Get SIC Index Data Point (Number) # noqa: E501 + Data Point (Number) for an SIC Index # noqa: E501 """ pass def test_get_sic_index_data_point_text(self): """Test case for get_sic_index_data_point_text - Get SIC Index Data Point (Text) # noqa: E501 + Data Point (Text) for an SIC Index # noqa: E501 """ pass def test_get_sic_index_historical_data(self): """Test case for get_sic_index_historical_data - Get SIC Index Historical Data # noqa: E501 + Historical Data for an SIC Index # noqa: E501 """ pass def test_get_stock_market_index_by_id(self): """Test case for get_stock_market_index_by_id - Get a Stock Market Index by ID # noqa: E501 + Lookup Stock Market Index # noqa: E501 """ pass def test_get_stock_market_index_data_point_number(self): """Test case for get_stock_market_index_data_point_number - Get Stock Market Index Data Point (Number) # noqa: E501 + Data Point (Number) for Stock Market Index # noqa: E501 """ pass def test_get_stock_market_index_data_point_text(self): """Test case for get_stock_market_index_data_point_text - Get Stock Market Index Data Point (Text) # noqa: E501 + Data Point (Text) for Stock Market Index # noqa: E501 """ pass def test_get_stock_market_index_historical_data(self): """Test case for get_stock_market_index_historical_data - Get Stock Market Index Historical Data # noqa: E501 + Historical Data for Stock Market Index # noqa: E501 """ pass diff --git a/test/test_reported_financial.py b/test/test_reported_financial.py index a48749610..f5089dc3d 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 99462e24c..66115e26e 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security.py b/test/test_security.py index f3d8b7b59..eaf12d484 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 129b6ce23..d1e0607e1 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -32,49 +32,70 @@ def tearDown(self): def test_get_all_securities(self): """Test case for get_all_securities - Get All Securiites # noqa: E501 + All Securities # noqa: E501 """ pass def test_get_security_by_id(self): """Test case for get_security_by_id - Get a Security by ID # noqa: E501 + Lookup Security # noqa: E501 """ pass def test_get_security_data_point_number(self): """Test case for get_security_data_point_number - Get Security Data Point (Number) # noqa: E501 + Data Point (Number) for Security # noqa: E501 """ pass def test_get_security_data_point_text(self): """Test case for get_security_data_point_text - Get Security Data Point (Text) # noqa: E501 + Data Point (Text) for Security # noqa: E501 """ pass def test_get_security_historical_data(self): """Test case for get_security_historical_data - Get Security Historical Data # noqa: E501 + Historical Data for Security # noqa: E501 + """ + pass + + def test_get_security_latest_dividend_record(self): + """Test case for get_security_latest_dividend_record + + Lastest Dividend Record for Security # noqa: E501 + """ + pass + + def test_get_security_latest_earnings_record(self): + """Test case for get_security_latest_earnings_record + + Lastest Earnings Record for Security # noqa: E501 + """ + pass + + def test_get_security_realtime_price(self): + """Test case for get_security_realtime_price + + Realtime Stock Price for Security # noqa: E501 """ pass def test_get_security_stock_price_adjustments(self): """Test case for get_security_stock_price_adjustments - Get Stock Price Adjustments for Security # noqa: E501 + Stock Price Adjustments by Security # noqa: E501 """ pass def test_get_security_stock_prices(self): """Test case for get_security_stock_prices - Get Stock Prices for Security # noqa: E501 + Stock Prices by Security # noqa: E501 """ pass diff --git a/test/test_security_screen_clause.py b/test/test_security_screen_clause.py index e95300a18..c81337ce8 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 939ef15b6..5883afecf 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 1ba2ef9f2..dfdee2812 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 138f0a8e1..0362e99db 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 da3808c04..5f6ae78e7 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 93a1d8c80..d3c00f43c 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 03e602c71..e7340123f 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 6c75e0b39..e342205d2 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 a8643fbb4..0407cb3de 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -39,35 +39,42 @@ def test_filter_stock_exchanges(self): def test_get_all_stock_exchanges(self): """Test case for get_all_stock_exchanges - Get All Stock Exchanges # noqa: E501 + All Stock Exchanges # noqa: E501 """ pass def test_get_stock_exchange_by_id(self): """Test case for get_stock_exchange_by_id - Get Stock Exchange by ID # noqa: E501 + Lookup Stock Exchange # noqa: E501 """ pass def test_get_stock_exchange_price_adjustments(self): """Test case for get_stock_exchange_price_adjustments - Get Stock Price Adjustments by Exchange # noqa: E501 + Stock Price Adjustments by Exchange # noqa: E501 """ pass def test_get_stock_exchange_prices(self): """Test case for get_stock_exchange_prices - Get Stock Prices by Exchange # noqa: E501 + Stock Prices by Exchange # noqa: E501 + """ + pass + + def test_get_stock_exchange_realtime_prices(self): + """Test case for get_stock_exchange_realtime_prices + + Realtime Stock Prices by Exchange # noqa: E501 """ pass def test_get_stock_exchange_securities(self): """Test case for get_stock_exchange_securities - Get Securities by Exchange # noqa: E501 + Securities by Exchange # noqa: E501 """ pass diff --git a/test/test_stock_market_index.py b/test/test_stock_market_index.py index b34171390..beb020b32 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 39d2f363f..14870f2a5 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 51d219243..6d2f1f2c4 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 f650ca775..1dfbb2c9f 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 cbd9fdafd..a85a1b7dc 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.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 e1e9a8e8b..8d44e8b7e 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://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.0.0 + OpenAPI spec version: 2.1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """