diff --git a/README.md b/README.md index 1b9f1d38..0e8ec97a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,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://docs.intrinio.com/documentation/api_v2). If you need additional 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.63.6 +- API version: 2.64.0 - Package version: 6.29.0 diff --git a/docs/ApiResponseSecurityQuote.md b/docs/ApiResponseSecurityQuote.md index 13f885f3..fa32e3f5 100644 --- a/docs/ApiResponseSecurityQuote.md +++ b/docs/ApiResponseSecurityQuote.md @@ -28,6 +28,16 @@ Name | Type | Description **previous_close_date** | float | The date of the previous close.   **change** | float | The difference in last price from the last close price   **change_percent** | float | The percent difference in last price from the last close price   +**adj_close_5_days_ago** | float | The adjusted close price 5 days ago.   +**adj_close_30_days_ago** | float | The adjusted close price 30 days ago.   +**adj_close_180_days_ago** | float | The adjusted close price 180 days ago.   +**adj_close_365_days_ago** | float | The adjusted close price 365 days ago.   +**adj_close_1825_days_ago** | float | The adjusted close price 1825 days ago.   +**change_percent_5_days** | float | The percent change from the adjusted price 5 days ago to now.   +**change_percent_30_days** | float | The percent change from the adjusted price 30 days ago to now.   +**change_percent_180_days** | float | The percent change from the adjusted price 180 days ago to now.   +**change_percent_365_days** | float | The percent change from the adjusted price 365 days ago to now.   +**change_percent_1825_days** | float | The percent change from the adjusted price 1825 days ago to now.   [//]: # (END_DEFINITION) diff --git a/intrinio_sdk/__init__.py b/intrinio_sdk/__init__.py index 8f06406b..54ea206e 100644 --- a/intrinio_sdk/__init__.py +++ b/intrinio_sdk/__init__.py @@ -7,7 +7,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/bulk_downloads_api.py b/intrinio_sdk/api/bulk_downloads_api.py index bd9e2fda..d8782c11 100644 --- a/intrinio_sdk/api/bulk_downloads_api.py +++ b/intrinio_sdk/api/bulk_downloads_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/company_api.py b/intrinio_sdk/api/company_api.py index fab63503..22215c29 100644 --- a/intrinio_sdk/api/company_api.py +++ b/intrinio_sdk/api/company_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/data_point_api.py b/intrinio_sdk/api/data_point_api.py index 947bbb7e..a5977948 100644 --- a/intrinio_sdk/api/data_point_api.py +++ b/intrinio_sdk/api/data_point_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/data_tag_api.py b/intrinio_sdk/api/data_tag_api.py index a107bd7b..7004e0c7 100644 --- a/intrinio_sdk/api/data_tag_api.py +++ b/intrinio_sdk/api/data_tag_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/esg_api.py b/intrinio_sdk/api/esg_api.py index 84c424cf..ce187566 100644 --- a/intrinio_sdk/api/esg_api.py +++ b/intrinio_sdk/api/esg_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/et_fs_api.py b/intrinio_sdk/api/et_fs_api.py index 7174bec9..105ad0b0 100644 --- a/intrinio_sdk/api/et_fs_api.py +++ b/intrinio_sdk/api/et_fs_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/filing_api.py b/intrinio_sdk/api/filing_api.py index d5a387f4..707f7c0b 100644 --- a/intrinio_sdk/api/filing_api.py +++ b/intrinio_sdk/api/filing_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/forex_api.py b/intrinio_sdk/api/forex_api.py index 6f154946..378d85e4 100644 --- a/intrinio_sdk/api/forex_api.py +++ b/intrinio_sdk/api/forex_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/fundamentals_api.py b/intrinio_sdk/api/fundamentals_api.py index 4999bad8..809afa45 100644 --- a/intrinio_sdk/api/fundamentals_api.py +++ b/intrinio_sdk/api/fundamentals_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/historical_data_api.py b/intrinio_sdk/api/historical_data_api.py index 3bb8d7fd..e8d1b1e1 100644 --- a/intrinio_sdk/api/historical_data_api.py +++ b/intrinio_sdk/api/historical_data_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/index_api.py b/intrinio_sdk/api/index_api.py index 9c532c42..bac3503b 100644 --- a/intrinio_sdk/api/index_api.py +++ b/intrinio_sdk/api/index_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/insider_transaction_filings_api.py b/intrinio_sdk/api/insider_transaction_filings_api.py index 4eba608b..848b800d 100644 --- a/intrinio_sdk/api/insider_transaction_filings_api.py +++ b/intrinio_sdk/api/insider_transaction_filings_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/market_api.py b/intrinio_sdk/api/market_api.py index 5f18f408..37dc68d1 100644 --- a/intrinio_sdk/api/market_api.py +++ b/intrinio_sdk/api/market_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/municipality_api.py b/intrinio_sdk/api/municipality_api.py index a082fffb..7057aa98 100644 --- a/intrinio_sdk/api/municipality_api.py +++ b/intrinio_sdk/api/municipality_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/options_api.py b/intrinio_sdk/api/options_api.py index 24d7a71c..c5a5bc98 100644 --- a/intrinio_sdk/api/options_api.py +++ b/intrinio_sdk/api/options_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/owners_api.py b/intrinio_sdk/api/owners_api.py index b943a8d6..5fcf92aa 100644 --- a/intrinio_sdk/api/owners_api.py +++ b/intrinio_sdk/api/owners_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/security_api.py b/intrinio_sdk/api/security_api.py index b700756b..bc1f83f9 100644 --- a/intrinio_sdk/api/security_api.py +++ b/intrinio_sdk/api/security_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/stock_exchange_api.py b/intrinio_sdk/api/stock_exchange_api.py index 9c2bc4f8..99f8b7ff 100644 --- a/intrinio_sdk/api/stock_exchange_api.py +++ b/intrinio_sdk/api/stock_exchange_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/technical_api.py b/intrinio_sdk/api/technical_api.py index 61966412..c2d97d0d 100644 --- a/intrinio_sdk/api/technical_api.py +++ b/intrinio_sdk/api/technical_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api/zacks_api.py b/intrinio_sdk/api/zacks_api.py index 0c42f762..cc422b54 100644 --- a/intrinio_sdk/api/zacks_api.py +++ b/intrinio_sdk/api/zacks_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/api_client.py b/intrinio_sdk/api_client.py index 0c1a8ab2..b77f9b70 100644 --- a/intrinio_sdk/api_client.py +++ b/intrinio_sdk/api_client.py @@ -4,7 +4,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/configuration.py b/intrinio_sdk/configuration.py index ec93a9ca..8eea63f7 100644 --- a/intrinio_sdk/configuration.py +++ b/intrinio_sdk/configuration.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -245,6 +245,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 2.63.6\n"\ + "Version of the API: 2.64.0\n"\ "SDK Package Version: 6.29.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/intrinio_sdk/models/__init__.py b/intrinio_sdk/models/__init__.py index c4f9b10d..18654150 100644 --- a/intrinio_sdk/models/__init__.py +++ b/intrinio_sdk/models/__init__.py @@ -6,7 +6,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/accumulation_distribution_index_technical_value.py b/intrinio_sdk/models/accumulation_distribution_index_technical_value.py index 7d1ea357..7e4e69e8 100644 --- a/intrinio_sdk/models/accumulation_distribution_index_technical_value.py +++ b/intrinio_sdk/models/accumulation_distribution_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_bulk_download_links.py b/intrinio_sdk/models/api_response_bulk_download_links.py index b23d35f0..f80fbd0c 100644 --- a/intrinio_sdk/models/api_response_bulk_download_links.py +++ b/intrinio_sdk/models/api_response_bulk_download_links.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_companies.py b/intrinio_sdk/models/api_response_companies.py index 5380028f..a884a620 100644 --- a/intrinio_sdk/models/api_response_companies.py +++ b/intrinio_sdk/models/api_response_companies.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_companies_search.py b/intrinio_sdk/models/api_response_companies_search.py index 0d76a028..6ae04701 100644 --- a/intrinio_sdk/models/api_response_companies_search.py +++ b/intrinio_sdk/models/api_response_companies_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_answers.py b/intrinio_sdk/models/api_response_company_answers.py index fac14da3..8cb7c86e 100644 --- a/intrinio_sdk/models/api_response_company_answers.py +++ b/intrinio_sdk/models/api_response_company_answers.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_daily_metrics.py b/intrinio_sdk/models/api_response_company_daily_metrics.py index 4f3b631a..6358a99a 100644 --- a/intrinio_sdk/models/api_response_company_daily_metrics.py +++ b/intrinio_sdk/models/api_response_company_daily_metrics.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_filings.py b/intrinio_sdk/models/api_response_company_filings.py index 3f457f6c..5678d36d 100644 --- a/intrinio_sdk/models/api_response_company_filings.py +++ b/intrinio_sdk/models/api_response_company_filings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_fundamentals.py b/intrinio_sdk/models/api_response_company_fundamentals.py index 115275a3..adb698b7 100644 --- a/intrinio_sdk/models/api_response_company_fundamentals.py +++ b/intrinio_sdk/models/api_response_company_fundamentals.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_historical_data.py b/intrinio_sdk/models/api_response_company_historical_data.py index 0e312110..e99e8963 100644 --- a/intrinio_sdk/models/api_response_company_historical_data.py +++ b/intrinio_sdk/models/api_response_company_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_insider_transaction_filings.py b/intrinio_sdk/models/api_response_company_insider_transaction_filings.py index 956f26ba..b1b938cd 100644 --- a/intrinio_sdk/models/api_response_company_insider_transaction_filings.py +++ b/intrinio_sdk/models/api_response_company_insider_transaction_filings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_news.py b/intrinio_sdk/models/api_response_company_news.py index 445ed4c7..51da9984 100644 --- a/intrinio_sdk/models/api_response_company_news.py +++ b/intrinio_sdk/models/api_response_company_news.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_news_body.py b/intrinio_sdk/models/api_response_company_news_body.py index c0703c78..fa908c6f 100644 --- a/intrinio_sdk/models/api_response_company_news_body.py +++ b/intrinio_sdk/models/api_response_company_news_body.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_public_float_result.py b/intrinio_sdk/models/api_response_company_public_float_result.py index d188a57d..2c0fda9f 100644 --- a/intrinio_sdk/models/api_response_company_public_float_result.py +++ b/intrinio_sdk/models/api_response_company_public_float_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_recognize.py b/intrinio_sdk/models/api_response_company_recognize.py index 5be0879e..67a95eec 100644 --- a/intrinio_sdk/models/api_response_company_recognize.py +++ b/intrinio_sdk/models/api_response_company_recognize.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_securities.py b/intrinio_sdk/models/api_response_company_securities.py index 2e7fa934..b1abe8de 100644 --- a/intrinio_sdk/models/api_response_company_securities.py +++ b/intrinio_sdk/models/api_response_company_securities.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_company_shares_outstanding.py b/intrinio_sdk/models/api_response_company_shares_outstanding.py index d039fb3f..83887a10 100644 --- a/intrinio_sdk/models/api_response_company_shares_outstanding.py +++ b/intrinio_sdk/models/api_response_company_shares_outstanding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_data_tags.py b/intrinio_sdk/models/api_response_data_tags.py index 2d41952c..c88ba456 100644 --- a/intrinio_sdk/models/api_response_data_tags.py +++ b/intrinio_sdk/models/api_response_data_tags.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_data_tags_search.py b/intrinio_sdk/models/api_response_data_tags_search.py index fc67b3a4..de99e0dc 100644 --- a/intrinio_sdk/models/api_response_data_tags_search.py +++ b/intrinio_sdk/models/api_response_data_tags_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_economic_index_historical_data.py b/intrinio_sdk/models/api_response_economic_index_historical_data.py index 252a091a..5bdb6171 100644 --- a/intrinio_sdk/models/api_response_economic_index_historical_data.py +++ b/intrinio_sdk/models/api_response_economic_index_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_economic_indices.py b/intrinio_sdk/models/api_response_economic_indices.py index a409b3ea..00f371ee 100644 --- a/intrinio_sdk/models/api_response_economic_indices.py +++ b/intrinio_sdk/models/api_response_economic_indices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_economic_indices_search.py b/intrinio_sdk/models/api_response_economic_indices_search.py index f3d35926..19528019 100644 --- a/intrinio_sdk/models/api_response_economic_indices_search.py +++ b/intrinio_sdk/models/api_response_economic_indices_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_eod_index_prices.py b/intrinio_sdk/models/api_response_eod_index_prices.py index 40c6ef0d..44e60946 100644 --- a/intrinio_sdk/models/api_response_eod_index_prices.py +++ b/intrinio_sdk/models/api_response_eod_index_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_eod_index_prices_all.py b/intrinio_sdk/models/api_response_eod_index_prices_all.py index ce328411..dab27dad 100644 --- a/intrinio_sdk/models/api_response_eod_index_prices_all.py +++ b/intrinio_sdk/models/api_response_eod_index_prices_all.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_esg_companies.py b/intrinio_sdk/models/api_response_esg_companies.py index 8662a2ce..6cf47e81 100644 --- a/intrinio_sdk/models/api_response_esg_companies.py +++ b/intrinio_sdk/models/api_response_esg_companies.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_esg_company_comprehensive_rating_history.py b/intrinio_sdk/models/api_response_esg_company_comprehensive_rating_history.py index 76a0ccfa..c835b864 100644 --- a/intrinio_sdk/models/api_response_esg_company_comprehensive_rating_history.py +++ b/intrinio_sdk/models/api_response_esg_company_comprehensive_rating_history.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_esg_company_rating_history.py b/intrinio_sdk/models/api_response_esg_company_rating_history.py index f2adc7c4..61a0e87f 100644 --- a/intrinio_sdk/models/api_response_esg_company_rating_history.py +++ b/intrinio_sdk/models/api_response_esg_company_rating_history.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_esg_latest.py b/intrinio_sdk/models/api_response_esg_latest.py index 43472876..ff452da1 100644 --- a/intrinio_sdk/models/api_response_esg_latest.py +++ b/intrinio_sdk/models/api_response_esg_latest.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_esg_latest_comprehensive.py b/intrinio_sdk/models/api_response_esg_latest_comprehensive.py index 0b4d3482..e094a279 100644 --- a/intrinio_sdk/models/api_response_esg_latest_comprehensive.py +++ b/intrinio_sdk/models/api_response_esg_latest_comprehensive.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_et_fs.py b/intrinio_sdk/models/api_response_et_fs.py index c1d8a751..a2bc0a86 100644 --- a/intrinio_sdk/models/api_response_et_fs.py +++ b/intrinio_sdk/models/api_response_et_fs.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_etf_holdings.py b/intrinio_sdk/models/api_response_etf_holdings.py index a2e17046..4be78989 100644 --- a/intrinio_sdk/models/api_response_etf_holdings.py +++ b/intrinio_sdk/models/api_response_etf_holdings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_filing_answers.py b/intrinio_sdk/models/api_response_filing_answers.py index 4a35ae13..0b38bce4 100644 --- a/intrinio_sdk/models/api_response_filing_answers.py +++ b/intrinio_sdk/models/api_response_filing_answers.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_filing_fundamentals.py b/intrinio_sdk/models/api_response_filing_fundamentals.py index db6dfb97..8ae84d1a 100644 --- a/intrinio_sdk/models/api_response_filing_fundamentals.py +++ b/intrinio_sdk/models/api_response_filing_fundamentals.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_filing_notes.py b/intrinio_sdk/models/api_response_filing_notes.py index 416c498d..bd87a229 100644 --- a/intrinio_sdk/models/api_response_filing_notes.py +++ b/intrinio_sdk/models/api_response_filing_notes.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_filing_notes_search.py b/intrinio_sdk/models/api_response_filing_notes_search.py index 6a9967a0..2d6b25ba 100644 --- a/intrinio_sdk/models/api_response_filing_notes_search.py +++ b/intrinio_sdk/models/api_response_filing_notes_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_filings.py b/intrinio_sdk/models/api_response_filings.py index 0d5ee04c..0df2e4be 100644 --- a/intrinio_sdk/models/api_response_filings.py +++ b/intrinio_sdk/models/api_response_filings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_forex_currencies.py b/intrinio_sdk/models/api_response_forex_currencies.py index de2dc265..484a86b7 100644 --- a/intrinio_sdk/models/api_response_forex_currencies.py +++ b/intrinio_sdk/models/api_response_forex_currencies.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_forex_pairs.py b/intrinio_sdk/models/api_response_forex_pairs.py index d5a46222..cdcfb7e5 100644 --- a/intrinio_sdk/models/api_response_forex_pairs.py +++ b/intrinio_sdk/models/api_response_forex_pairs.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_forex_prices.py b/intrinio_sdk/models/api_response_forex_prices.py index 70c1eb5b..9309cb8b 100644 --- a/intrinio_sdk/models/api_response_forex_prices.py +++ b/intrinio_sdk/models/api_response_forex_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_historical_data.py b/intrinio_sdk/models/api_response_historical_data.py index fac1dff8..a20fec42 100644 --- a/intrinio_sdk/models/api_response_historical_data.py +++ b/intrinio_sdk/models/api_response_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_index.py b/intrinio_sdk/models/api_response_index.py index 2acdb17a..99681ec1 100644 --- a/intrinio_sdk/models/api_response_index.py +++ b/intrinio_sdk/models/api_response_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_indices.py b/intrinio_sdk/models/api_response_indices.py index 95101d93..ecafd77b 100644 --- a/intrinio_sdk/models/api_response_indices.py +++ b/intrinio_sdk/models/api_response_indices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_initial_public_offerings.py b/intrinio_sdk/models/api_response_initial_public_offerings.py index 2eee6ee2..45fb160f 100644 --- a/intrinio_sdk/models/api_response_initial_public_offerings.py +++ b/intrinio_sdk/models/api_response_initial_public_offerings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_insider_transaction_filings.py b/intrinio_sdk/models/api_response_insider_transaction_filings.py index 05127849..6b40d0ed 100644 --- a/intrinio_sdk/models/api_response_insider_transaction_filings.py +++ b/intrinio_sdk/models/api_response_insider_transaction_filings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_municipalities.py b/intrinio_sdk/models/api_response_municipalities.py index e4dc16e7..f06695e4 100644 --- a/intrinio_sdk/models/api_response_municipalities.py +++ b/intrinio_sdk/models/api_response_municipalities.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_municipalitiy_financials.py b/intrinio_sdk/models/api_response_municipalitiy_financials.py index f2869dc0..1d893ef5 100644 --- a/intrinio_sdk/models/api_response_municipalitiy_financials.py +++ b/intrinio_sdk/models/api_response_municipalitiy_financials.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_news.py b/intrinio_sdk/models/api_response_news.py index f578a901..792c1973 100644 --- a/intrinio_sdk/models/api_response_news.py +++ b/intrinio_sdk/models/api_response_news.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_option_prices.py b/intrinio_sdk/models/api_response_option_prices.py index 9a302e2e..0ed6aaaa 100644 --- a/intrinio_sdk/models/api_response_option_prices.py +++ b/intrinio_sdk/models/api_response_option_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options.py b/intrinio_sdk/models/api_response_options.py index 250613cb..d28e09fe 100644 --- a/intrinio_sdk/models/api_response_options.py +++ b/intrinio_sdk/models/api_response_options.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_aggregates.py b/intrinio_sdk/models/api_response_options_aggregates.py index a0e73427..046c63d7 100644 --- a/intrinio_sdk/models/api_response_options_aggregates.py +++ b/intrinio_sdk/models/api_response_options_aggregates.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_chain.py b/intrinio_sdk/models/api_response_options_chain.py index 5a586141..5efb3711 100644 --- a/intrinio_sdk/models/api_response_options_chain.py +++ b/intrinio_sdk/models/api_response_options_chain.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_chain_eod.py b/intrinio_sdk/models/api_response_options_chain_eod.py index 0de4ecf7..11f7b8f1 100644 --- a/intrinio_sdk/models/api_response_options_chain_eod.py +++ b/intrinio_sdk/models/api_response_options_chain_eod.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_chain_realtime.py b/intrinio_sdk/models/api_response_options_chain_realtime.py index 266b782f..8a48f161 100644 --- a/intrinio_sdk/models/api_response_options_chain_realtime.py +++ b/intrinio_sdk/models/api_response_options_chain_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_expirations.py b/intrinio_sdk/models/api_response_options_expirations.py index 3830046a..22bf22ff 100644 --- a/intrinio_sdk/models/api_response_options_expirations.py +++ b/intrinio_sdk/models/api_response_options_expirations.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_price_realtime.py b/intrinio_sdk/models/api_response_options_price_realtime.py index aa4568f3..7250ef04 100644 --- a/intrinio_sdk/models/api_response_options_price_realtime.py +++ b/intrinio_sdk/models/api_response_options_price_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_prices_batch_realtime.py b/intrinio_sdk/models/api_response_options_prices_batch_realtime.py index 79f9233e..5613fc78 100644 --- a/intrinio_sdk/models/api_response_options_prices_batch_realtime.py +++ b/intrinio_sdk/models/api_response_options_prices_batch_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_prices_by_ticker_realtime.py b/intrinio_sdk/models/api_response_options_prices_by_ticker_realtime.py index 81dae186..e52ca31f 100644 --- a/intrinio_sdk/models/api_response_options_prices_by_ticker_realtime.py +++ b/intrinio_sdk/models/api_response_options_prices_by_ticker_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_prices_eod.py b/intrinio_sdk/models/api_response_options_prices_eod.py index d997885d..3e4ce438 100644 --- a/intrinio_sdk/models/api_response_options_prices_eod.py +++ b/intrinio_sdk/models/api_response_options_prices_eod.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_realtime.py b/intrinio_sdk/models/api_response_options_realtime.py index f9038e1e..965c354c 100644 --- a/intrinio_sdk/models/api_response_options_realtime.py +++ b/intrinio_sdk/models/api_response_options_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_stats_realtime.py b/intrinio_sdk/models/api_response_options_stats_realtime.py index 69239380..c1ced73e 100644 --- a/intrinio_sdk/models/api_response_options_stats_realtime.py +++ b/intrinio_sdk/models/api_response_options_stats_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_tickers.py b/intrinio_sdk/models/api_response_options_tickers.py index 9f4f5ce8..be8a01ca 100644 --- a/intrinio_sdk/models/api_response_options_tickers.py +++ b/intrinio_sdk/models/api_response_options_tickers.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_options_unusual_activity.py b/intrinio_sdk/models/api_response_options_unusual_activity.py index f037caf1..b5ef77f7 100644 --- a/intrinio_sdk/models/api_response_options_unusual_activity.py +++ b/intrinio_sdk/models/api_response_options_unusual_activity.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_owner_insider_transaction_filings.py b/intrinio_sdk/models/api_response_owner_insider_transaction_filings.py index daa90e2a..557d7a49 100644 --- a/intrinio_sdk/models/api_response_owner_insider_transaction_filings.py +++ b/intrinio_sdk/models/api_response_owner_insider_transaction_filings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_owner_institutional_holdings.py b/intrinio_sdk/models/api_response_owner_institutional_holdings.py index 384a4b2c..a5870389 100644 --- a/intrinio_sdk/models/api_response_owner_institutional_holdings.py +++ b/intrinio_sdk/models/api_response_owner_institutional_holdings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_owners.py b/intrinio_sdk/models/api_response_owners.py index 7de8d638..5d21b84a 100644 --- a/intrinio_sdk/models/api_response_owners.py +++ b/intrinio_sdk/models/api_response_owners.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_realtime_index_prices.py b/intrinio_sdk/models/api_response_realtime_index_prices.py index fe225639..0bf5b16b 100644 --- a/intrinio_sdk/models/api_response_realtime_index_prices.py +++ b/intrinio_sdk/models/api_response_realtime_index_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_reported_financials.py b/intrinio_sdk/models/api_response_reported_financials.py index 1a40ea2a..7fa46d36 100644 --- a/intrinio_sdk/models/api_response_reported_financials.py +++ b/intrinio_sdk/models/api_response_reported_financials.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_securities.py b/intrinio_sdk/models/api_response_securities.py index 3034b31f..772c7167 100644 --- a/intrinio_sdk/models/api_response_securities.py +++ b/intrinio_sdk/models/api_response_securities.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_securities_search.py b/intrinio_sdk/models/api_response_securities_search.py index 105315f2..fe4c68e3 100644 --- a/intrinio_sdk/models/api_response_securities_search.py +++ b/intrinio_sdk/models/api_response_securities_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py b/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py index 46fba7a5..24597255 100644 --- a/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py +++ b/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py b/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py index 642147d4..5b86529f 100644 --- a/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py +++ b/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_average_directional_index.py b/intrinio_sdk/models/api_response_security_average_directional_index.py index 64ee3887..e6afffd0 100644 --- a/intrinio_sdk/models/api_response_security_average_directional_index.py +++ b/intrinio_sdk/models/api_response_security_average_directional_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_average_true_range.py b/intrinio_sdk/models/api_response_security_average_true_range.py index 43496fe2..c405e346 100644 --- a/intrinio_sdk/models/api_response_security_average_true_range.py +++ b/intrinio_sdk/models/api_response_security_average_true_range.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_awesome_oscillator.py b/intrinio_sdk/models/api_response_security_awesome_oscillator.py index 64a3c2f9..c5886d42 100644 --- a/intrinio_sdk/models/api_response_security_awesome_oscillator.py +++ b/intrinio_sdk/models/api_response_security_awesome_oscillator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_bollinger_bands.py b/intrinio_sdk/models/api_response_security_bollinger_bands.py index 9fa24abf..b2e2eb74 100644 --- a/intrinio_sdk/models/api_response_security_bollinger_bands.py +++ b/intrinio_sdk/models/api_response_security_bollinger_bands.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_chaikin_money_flow.py b/intrinio_sdk/models/api_response_security_chaikin_money_flow.py index 16b663d0..91f5d378 100644 --- a/intrinio_sdk/models/api_response_security_chaikin_money_flow.py +++ b/intrinio_sdk/models/api_response_security_chaikin_money_flow.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_commodity_channel_index.py b/intrinio_sdk/models/api_response_security_commodity_channel_index.py index 3f09a701..0269f2cd 100644 --- a/intrinio_sdk/models/api_response_security_commodity_channel_index.py +++ b/intrinio_sdk/models/api_response_security_commodity_channel_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py b/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py index 43376c30..83757409 100644 --- a/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py +++ b/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_donchian_channel.py b/intrinio_sdk/models/api_response_security_donchian_channel.py index 2eaa2fdb..692ba3d1 100644 --- a/intrinio_sdk/models/api_response_security_donchian_channel.py +++ b/intrinio_sdk/models/api_response_security_donchian_channel.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_ease_of_movement.py b/intrinio_sdk/models/api_response_security_ease_of_movement.py index 957e3c92..13056f2c 100644 --- a/intrinio_sdk/models/api_response_security_ease_of_movement.py +++ b/intrinio_sdk/models/api_response_security_ease_of_movement.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_force_index.py b/intrinio_sdk/models/api_response_security_force_index.py index d1834022..0e8c8a43 100644 --- a/intrinio_sdk/models/api_response_security_force_index.py +++ b/intrinio_sdk/models/api_response_security_force_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_historical_data.py b/intrinio_sdk/models/api_response_security_historical_data.py index 1bf5ed7f..706c2cda 100644 --- a/intrinio_sdk/models/api_response_security_historical_data.py +++ b/intrinio_sdk/models/api_response_security_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py b/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py index d87b6bee..b70538c5 100644 --- a/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py +++ b/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_institutional_ownership.py b/intrinio_sdk/models/api_response_security_institutional_ownership.py index 3d91e483..af349df5 100644 --- a/intrinio_sdk/models/api_response_security_institutional_ownership.py +++ b/intrinio_sdk/models/api_response_security_institutional_ownership.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_interval_prices.py b/intrinio_sdk/models/api_response_security_interval_prices.py index a6a441ae..cc14079b 100644 --- a/intrinio_sdk/models/api_response_security_interval_prices.py +++ b/intrinio_sdk/models/api_response_security_interval_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_intraday_prices.py b/intrinio_sdk/models/api_response_security_intraday_prices.py index 06d11251..825a57e3 100644 --- a/intrinio_sdk/models/api_response_security_intraday_prices.py +++ b/intrinio_sdk/models/api_response_security_intraday_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_keltner_channel.py b/intrinio_sdk/models/api_response_security_keltner_channel.py index 55abfee8..e67a110a 100644 --- a/intrinio_sdk/models/api_response_security_keltner_channel.py +++ b/intrinio_sdk/models/api_response_security_keltner_channel.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_know_sure_thing.py b/intrinio_sdk/models/api_response_security_know_sure_thing.py index 50f21d60..a882a419 100644 --- a/intrinio_sdk/models/api_response_security_know_sure_thing.py +++ b/intrinio_sdk/models/api_response_security_know_sure_thing.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_mass_index.py b/intrinio_sdk/models/api_response_security_mass_index.py index a28d2a6b..a16d81f7 100644 --- a/intrinio_sdk/models/api_response_security_mass_index.py +++ b/intrinio_sdk/models/api_response_security_mass_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_money_flow_index.py b/intrinio_sdk/models/api_response_security_money_flow_index.py index cf93b982..9740106e 100644 --- a/intrinio_sdk/models/api_response_security_money_flow_index.py +++ b/intrinio_sdk/models/api_response_security_money_flow_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py b/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py index 61ff8cc1..520ae60b 100644 --- a/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py +++ b/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_negative_volume_index.py b/intrinio_sdk/models/api_response_security_negative_volume_index.py index 298ae553..03d3c0e1 100644 --- a/intrinio_sdk/models/api_response_security_negative_volume_index.py +++ b/intrinio_sdk/models/api_response_security_negative_volume_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_on_balance_volume.py b/intrinio_sdk/models/api_response_security_on_balance_volume.py index 3c751eb4..7db2f4ff 100644 --- a/intrinio_sdk/models/api_response_security_on_balance_volume.py +++ b/intrinio_sdk/models/api_response_security_on_balance_volume.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py b/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py index 05eed294..5bcb2265 100644 --- a/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py +++ b/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_quote.py b/intrinio_sdk/models/api_response_security_quote.py index cf1c1d15..5b1f8078 100644 --- a/intrinio_sdk/models/api_response_security_quote.py +++ b/intrinio_sdk/models/api_response_security_quote.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -48,7 +48,17 @@ class ApiResponseSecurityQuote(object): 'previous_close': 'float', 'previous_close_date': 'float', 'change': 'float', - 'change_percent': 'float' + 'change_percent': 'float', + 'adj_close_5_days_ago': 'float', + 'adj_close_30_days_ago': 'float', + 'adj_close_180_days_ago': 'float', + 'adj_close_365_days_ago': 'float', + 'adj_close_1825_days_ago': 'float', + 'change_percent_5_days': 'float', + 'change_percent_30_days': 'float', + 'change_percent_180_days': 'float', + 'change_percent_365_days': 'float', + 'change_percent_1825_days': 'float' } attribute_map = { @@ -67,10 +77,20 @@ class ApiResponseSecurityQuote(object): 'previous_close': 'previous_close', 'previous_close_date': 'previous_close_date', 'change': 'change', - 'change_percent': 'change_percent' + 'change_percent': 'change_percent', + 'adj_close_5_days_ago': 'adj_close_5_days_ago', + 'adj_close_30_days_ago': 'adj_close_30_days_ago', + 'adj_close_180_days_ago': 'adj_close_180_days_ago', + 'adj_close_365_days_ago': 'adj_close_365_days_ago', + 'adj_close_1825_days_ago': 'adj_close_1825_days_ago', + 'change_percent_5_days': 'change_percent_5_days', + 'change_percent_30_days': 'change_percent_30_days', + 'change_percent_180_days': 'change_percent_180_days', + 'change_percent_365_days': 'change_percent_365_days', + 'change_percent_1825_days': 'change_percent_1825_days' } - def __init__(self, security=None, last=None, last_time=None, source=None, open=None, high=None, low=None, exchange_volume=None, eod_fifty_two_week_high=None, eod_fifty_two_week_low=None, marketcap=None, pricetoearnings=None, previous_close=None, previous_close_date=None, change=None, change_percent=None): # noqa: E501 + def __init__(self, security=None, last=None, last_time=None, source=None, open=None, high=None, low=None, exchange_volume=None, eod_fifty_two_week_high=None, eod_fifty_two_week_low=None, marketcap=None, pricetoearnings=None, previous_close=None, previous_close_date=None, change=None, change_percent=None, adj_close_5_days_ago=None, adj_close_30_days_ago=None, adj_close_180_days_ago=None, adj_close_365_days_ago=None, adj_close_1825_days_ago=None, change_percent_5_days=None, change_percent_30_days=None, change_percent_180_days=None, change_percent_365_days=None, change_percent_1825_days=None): # noqa: E501 """ApiResponseSecurityQuote - a model defined in Swagger""" # noqa: E501 self._security = None @@ -89,6 +109,16 @@ def __init__(self, security=None, last=None, last_time=None, source=None, open=N self._previous_close_date = None self._change = None self._change_percent = None + self._adj_close_5_days_ago = None + self._adj_close_30_days_ago = None + self._adj_close_180_days_ago = None + self._adj_close_365_days_ago = None + self._adj_close_1825_days_ago = None + self._change_percent_5_days = None + self._change_percent_30_days = None + self._change_percent_180_days = None + self._change_percent_365_days = None + self._change_percent_1825_days = None self.discriminator = None if security is not None: @@ -123,6 +153,26 @@ def __init__(self, security=None, last=None, last_time=None, source=None, open=N self.change = change if change_percent is not None: self.change_percent = change_percent + if adj_close_5_days_ago is not None: + self.adj_close_5_days_ago = adj_close_5_days_ago + if adj_close_30_days_ago is not None: + self.adj_close_30_days_ago = adj_close_30_days_ago + if adj_close_180_days_ago is not None: + self.adj_close_180_days_ago = adj_close_180_days_ago + if adj_close_365_days_ago is not None: + self.adj_close_365_days_ago = adj_close_365_days_ago + if adj_close_1825_days_ago is not None: + self.adj_close_1825_days_ago = adj_close_1825_days_ago + if change_percent_5_days is not None: + self.change_percent_5_days = change_percent_5_days + if change_percent_30_days is not None: + self.change_percent_30_days = change_percent_30_days + if change_percent_180_days is not None: + self.change_percent_180_days = change_percent_180_days + if change_percent_365_days is not None: + self.change_percent_365_days = change_percent_365_days + if change_percent_1825_days is not None: + self.change_percent_1825_days = change_percent_1825_days @property def security(self): @@ -1020,6 +1070,566 @@ def change_percent(self, change_percent): self._change_percent = change_percent + @property + def adj_close_5_days_ago(self): + """Gets the adj_close_5_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 5 days ago. # noqa: E501 + + :return: The adj_close_5_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._adj_close_5_days_ago + + @property + def adj_close_5_days_ago_dict(self): + """Gets the adj_close_5_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 5 days ago. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The adj_close_5_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.adj_close_5_days_ago + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'adj_close_5_days_ago': value } + + + return result + + + @adj_close_5_days_ago.setter + def adj_close_5_days_ago(self, adj_close_5_days_ago): + """Sets the adj_close_5_days_ago of this ApiResponseSecurityQuote. + + The adjusted close price 5 days ago. # noqa: E501 + + :param adj_close_5_days_ago: The adj_close_5_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._adj_close_5_days_ago = adj_close_5_days_ago + + @property + def adj_close_30_days_ago(self): + """Gets the adj_close_30_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 30 days ago. # noqa: E501 + + :return: The adj_close_30_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._adj_close_30_days_ago + + @property + def adj_close_30_days_ago_dict(self): + """Gets the adj_close_30_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 30 days ago. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The adj_close_30_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.adj_close_30_days_ago + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'adj_close_30_days_ago': value } + + + return result + + + @adj_close_30_days_ago.setter + def adj_close_30_days_ago(self, adj_close_30_days_ago): + """Sets the adj_close_30_days_ago of this ApiResponseSecurityQuote. + + The adjusted close price 30 days ago. # noqa: E501 + + :param adj_close_30_days_ago: The adj_close_30_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._adj_close_30_days_ago = adj_close_30_days_ago + + @property + def adj_close_180_days_ago(self): + """Gets the adj_close_180_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 180 days ago. # noqa: E501 + + :return: The adj_close_180_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._adj_close_180_days_ago + + @property + def adj_close_180_days_ago_dict(self): + """Gets the adj_close_180_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 180 days ago. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The adj_close_180_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.adj_close_180_days_ago + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'adj_close_180_days_ago': value } + + + return result + + + @adj_close_180_days_ago.setter + def adj_close_180_days_ago(self, adj_close_180_days_ago): + """Sets the adj_close_180_days_ago of this ApiResponseSecurityQuote. + + The adjusted close price 180 days ago. # noqa: E501 + + :param adj_close_180_days_ago: The adj_close_180_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._adj_close_180_days_ago = adj_close_180_days_ago + + @property + def adj_close_365_days_ago(self): + """Gets the adj_close_365_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 365 days ago. # noqa: E501 + + :return: The adj_close_365_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._adj_close_365_days_ago + + @property + def adj_close_365_days_ago_dict(self): + """Gets the adj_close_365_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 365 days ago. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The adj_close_365_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.adj_close_365_days_ago + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'adj_close_365_days_ago': value } + + + return result + + + @adj_close_365_days_ago.setter + def adj_close_365_days_ago(self, adj_close_365_days_ago): + """Sets the adj_close_365_days_ago of this ApiResponseSecurityQuote. + + The adjusted close price 365 days ago. # noqa: E501 + + :param adj_close_365_days_ago: The adj_close_365_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._adj_close_365_days_ago = adj_close_365_days_ago + + @property + def adj_close_1825_days_ago(self): + """Gets the adj_close_1825_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 1825 days ago. # noqa: E501 + + :return: The adj_close_1825_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._adj_close_1825_days_ago + + @property + def adj_close_1825_days_ago_dict(self): + """Gets the adj_close_1825_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + + The adjusted close price 1825 days ago. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The adj_close_1825_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.adj_close_1825_days_ago + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'adj_close_1825_days_ago': value } + + + return result + + + @adj_close_1825_days_ago.setter + def adj_close_1825_days_ago(self, adj_close_1825_days_ago): + """Sets the adj_close_1825_days_ago of this ApiResponseSecurityQuote. + + The adjusted close price 1825 days ago. # noqa: E501 + + :param adj_close_1825_days_ago: The adj_close_1825_days_ago of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._adj_close_1825_days_ago = adj_close_1825_days_ago + + @property + def change_percent_5_days(self): + """Gets the change_percent_5_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 5 days ago to now. # noqa: E501 + + :return: The change_percent_5_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._change_percent_5_days + + @property + def change_percent_5_days_dict(self): + """Gets the change_percent_5_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 5 days ago to now. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The change_percent_5_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.change_percent_5_days + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'change_percent_5_days': value } + + + return result + + + @change_percent_5_days.setter + def change_percent_5_days(self, change_percent_5_days): + """Sets the change_percent_5_days of this ApiResponseSecurityQuote. + + The percent change from the adjusted price 5 days ago to now. # noqa: E501 + + :param change_percent_5_days: The change_percent_5_days of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._change_percent_5_days = change_percent_5_days + + @property + def change_percent_30_days(self): + """Gets the change_percent_30_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 30 days ago to now. # noqa: E501 + + :return: The change_percent_30_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._change_percent_30_days + + @property + def change_percent_30_days_dict(self): + """Gets the change_percent_30_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 30 days ago to now. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The change_percent_30_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.change_percent_30_days + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'change_percent_30_days': value } + + + return result + + + @change_percent_30_days.setter + def change_percent_30_days(self, change_percent_30_days): + """Sets the change_percent_30_days of this ApiResponseSecurityQuote. + + The percent change from the adjusted price 30 days ago to now. # noqa: E501 + + :param change_percent_30_days: The change_percent_30_days of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._change_percent_30_days = change_percent_30_days + + @property + def change_percent_180_days(self): + """Gets the change_percent_180_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 180 days ago to now. # noqa: E501 + + :return: The change_percent_180_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._change_percent_180_days + + @property + def change_percent_180_days_dict(self): + """Gets the change_percent_180_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 180 days ago to now. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The change_percent_180_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.change_percent_180_days + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'change_percent_180_days': value } + + + return result + + + @change_percent_180_days.setter + def change_percent_180_days(self, change_percent_180_days): + """Sets the change_percent_180_days of this ApiResponseSecurityQuote. + + The percent change from the adjusted price 180 days ago to now. # noqa: E501 + + :param change_percent_180_days: The change_percent_180_days of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._change_percent_180_days = change_percent_180_days + + @property + def change_percent_365_days(self): + """Gets the change_percent_365_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 365 days ago to now. # noqa: E501 + + :return: The change_percent_365_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._change_percent_365_days + + @property + def change_percent_365_days_dict(self): + """Gets the change_percent_365_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 365 days ago to now. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The change_percent_365_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.change_percent_365_days + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'change_percent_365_days': value } + + + return result + + + @change_percent_365_days.setter + def change_percent_365_days(self, change_percent_365_days): + """Sets the change_percent_365_days of this ApiResponseSecurityQuote. + + The percent change from the adjusted price 365 days ago to now. # noqa: E501 + + :param change_percent_365_days: The change_percent_365_days of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._change_percent_365_days = change_percent_365_days + + @property + def change_percent_1825_days(self): + """Gets the change_percent_1825_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 1825 days ago to now. # noqa: E501 + + :return: The change_percent_1825_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + return self._change_percent_1825_days + + @property + def change_percent_1825_days_dict(self): + """Gets the change_percent_1825_days of this ApiResponseSecurityQuote. # noqa: E501 + + The percent change from the adjusted price 1825 days ago to now. as a dictionary. Useful for Panda Dataframes. # noqa: E501 + + :return: The change_percent_1825_days of this ApiResponseSecurityQuote. # noqa: E501 + :rtype: float + """ + + result = None + + value = self.change_percent_1825_days + if isinstance(value, list): + result = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result = value.to_dict() + elif isinstance(value, dict): + result = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result = { 'change_percent_1825_days': value } + + + return result + + + @change_percent_1825_days.setter + def change_percent_1825_days(self, change_percent_1825_days): + """Sets the change_percent_1825_days of this ApiResponseSecurityQuote. + + The percent change from the adjusted price 1825 days ago to now. # noqa: E501 + + :param change_percent_1825_days: The change_percent_1825_days of this ApiResponseSecurityQuote. # noqa: E501 + :type: float + """ + + self._change_percent_1825_days = change_percent_1825_days + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/intrinio_sdk/models/api_response_security_relative_strength_index.py b/intrinio_sdk/models/api_response_security_relative_strength_index.py index cc06766d..17cf1a6c 100644 --- a/intrinio_sdk/models/api_response_security_relative_strength_index.py +++ b/intrinio_sdk/models/api_response_security_relative_strength_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_simple_moving_average.py b/intrinio_sdk/models/api_response_security_simple_moving_average.py index dac82b87..c21c7d37 100644 --- a/intrinio_sdk/models/api_response_security_simple_moving_average.py +++ b/intrinio_sdk/models/api_response_security_simple_moving_average.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_stochastic_oscillator.py b/intrinio_sdk/models/api_response_security_stochastic_oscillator.py index 40226c13..1f8b86db 100644 --- a/intrinio_sdk/models/api_response_security_stochastic_oscillator.py +++ b/intrinio_sdk/models/api_response_security_stochastic_oscillator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_stock_price_adjustments.py b/intrinio_sdk/models/api_response_security_stock_price_adjustments.py index c1941e8c..3fc4f472 100644 --- a/intrinio_sdk/models/api_response_security_stock_price_adjustments.py +++ b/intrinio_sdk/models/api_response_security_stock_price_adjustments.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_stock_prices.py b/intrinio_sdk/models/api_response_security_stock_prices.py index f2b213c2..f8c2f0a9 100644 --- a/intrinio_sdk/models/api_response_security_stock_prices.py +++ b/intrinio_sdk/models/api_response_security_stock_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_triple_exponential_average.py b/intrinio_sdk/models/api_response_security_triple_exponential_average.py index ae982f92..73c9c143 100644 --- a/intrinio_sdk/models/api_response_security_triple_exponential_average.py +++ b/intrinio_sdk/models/api_response_security_triple_exponential_average.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_true_strength_index.py b/intrinio_sdk/models/api_response_security_true_strength_index.py index 4bd29d25..9216f16f 100644 --- a/intrinio_sdk/models/api_response_security_true_strength_index.py +++ b/intrinio_sdk/models/api_response_security_true_strength_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_ultimate_oscillator.py b/intrinio_sdk/models/api_response_security_ultimate_oscillator.py index 3f5ba6b2..1003bdef 100644 --- a/intrinio_sdk/models/api_response_security_ultimate_oscillator.py +++ b/intrinio_sdk/models/api_response_security_ultimate_oscillator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_volume_price_trend.py b/intrinio_sdk/models/api_response_security_volume_price_trend.py index 2f7e0f7e..e664dc71 100644 --- a/intrinio_sdk/models/api_response_security_volume_price_trend.py +++ b/intrinio_sdk/models/api_response_security_volume_price_trend.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py b/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py index e7a4ad25..9aac1ee6 100644 --- a/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py +++ b/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_vortex_indicator.py b/intrinio_sdk/models/api_response_security_vortex_indicator.py index 8340fb39..fb0d2040 100644 --- a/intrinio_sdk/models/api_response_security_vortex_indicator.py +++ b/intrinio_sdk/models/api_response_security_vortex_indicator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_williams_r.py b/intrinio_sdk/models/api_response_security_williams_r.py index 6053d288..c8eef051 100644 --- a/intrinio_sdk/models/api_response_security_williams_r.py +++ b/intrinio_sdk/models/api_response_security_williams_r.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py index 6541cae3..397d9c3b 100644 --- a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py +++ b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py index 00344710..1457d70c 100644 --- a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py +++ b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py b/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py index 470dd2e8..c54fb0be 100644 --- a/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py +++ b/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py b/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py index 7ab4d714..c875fb5d 100644 --- a/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py +++ b/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_sic_index_historical_data.py b/intrinio_sdk/models/api_response_sic_index_historical_data.py index 73b3f00c..3c7e99fa 100644 --- a/intrinio_sdk/models/api_response_sic_index_historical_data.py +++ b/intrinio_sdk/models/api_response_sic_index_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_sic_indices.py b/intrinio_sdk/models/api_response_sic_indices.py index 7e8bb4f1..404463c9 100644 --- a/intrinio_sdk/models/api_response_sic_indices.py +++ b/intrinio_sdk/models/api_response_sic_indices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_sic_indices_search.py b/intrinio_sdk/models/api_response_sic_indices_search.py index 4d27c558..b62ef2ff 100644 --- a/intrinio_sdk/models/api_response_sic_indices_search.py +++ b/intrinio_sdk/models/api_response_sic_indices_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_standardized_financials.py b/intrinio_sdk/models/api_response_standardized_financials.py index 08127b4f..c884a845 100644 --- a/intrinio_sdk/models/api_response_standardized_financials.py +++ b/intrinio_sdk/models/api_response_standardized_financials.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_standardized_financials_dimensions.py b/intrinio_sdk/models/api_response_standardized_financials_dimensions.py index 52955f6f..073a4108 100644 --- a/intrinio_sdk/models/api_response_standardized_financials_dimensions.py +++ b/intrinio_sdk/models/api_response_standardized_financials_dimensions.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py b/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py index 889b1143..06b0b94d 100644 --- a/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py +++ b/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_exchange_securities.py b/intrinio_sdk/models/api_response_stock_exchange_securities.py index b6403897..e891b351 100644 --- a/intrinio_sdk/models/api_response_stock_exchange_securities.py +++ b/intrinio_sdk/models/api_response_stock_exchange_securities.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py b/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py index 66d550e6..b1fe26f9 100644 --- a/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py +++ b/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py b/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py index 611495ec..f9475875 100644 --- a/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py +++ b/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_exchanges.py b/intrinio_sdk/models/api_response_stock_exchanges.py index 50c08cf4..2ff9f8b0 100644 --- a/intrinio_sdk/models/api_response_stock_exchanges.py +++ b/intrinio_sdk/models/api_response_stock_exchanges.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_market_index_historical_data.py b/intrinio_sdk/models/api_response_stock_market_index_historical_data.py index b48e07ec..26d5de98 100644 --- a/intrinio_sdk/models/api_response_stock_market_index_historical_data.py +++ b/intrinio_sdk/models/api_response_stock_market_index_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_market_indices.py b/intrinio_sdk/models/api_response_stock_market_indices.py index 824bf164..19425715 100644 --- a/intrinio_sdk/models/api_response_stock_market_indices.py +++ b/intrinio_sdk/models/api_response_stock_market_indices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_stock_market_indices_search.py b/intrinio_sdk/models/api_response_stock_market_indices_search.py index e07b6d28..416d8cab 100644 --- a/intrinio_sdk/models/api_response_stock_market_indices_search.py +++ b/intrinio_sdk/models/api_response_stock_market_indices_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_analyst_ratings.py b/intrinio_sdk/models/api_response_zacks_analyst_ratings.py index 835b955c..61d11c7c 100644 --- a/intrinio_sdk/models/api_response_zacks_analyst_ratings.py +++ b/intrinio_sdk/models/api_response_zacks_analyst_ratings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_ebitda_consensus.py b/intrinio_sdk/models/api_response_zacks_ebitda_consensus.py index 0234443a..cd04d8de 100644 --- a/intrinio_sdk/models/api_response_zacks_ebitda_consensus.py +++ b/intrinio_sdk/models/api_response_zacks_ebitda_consensus.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_eps_estimates.py b/intrinio_sdk/models/api_response_zacks_eps_estimates.py index bb74b130..a9c5ac68 100644 --- a/intrinio_sdk/models/api_response_zacks_eps_estimates.py +++ b/intrinio_sdk/models/api_response_zacks_eps_estimates.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py b/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py index b2441410..73d49a9f 100644 --- a/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py +++ b/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_eps_surprises.py b/intrinio_sdk/models/api_response_zacks_eps_surprises.py index 131aef9c..81174e88 100644 --- a/intrinio_sdk/models/api_response_zacks_eps_surprises.py +++ b/intrinio_sdk/models/api_response_zacks_eps_surprises.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_etf_holdings.py b/intrinio_sdk/models/api_response_zacks_etf_holdings.py index 7269b094..2a67b7a9 100644 --- a/intrinio_sdk/models/api_response_zacks_etf_holdings.py +++ b/intrinio_sdk/models/api_response_zacks_etf_holdings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_forward_p_es.py b/intrinio_sdk/models/api_response_zacks_forward_p_es.py index cc697382..9725bb0f 100644 --- a/intrinio_sdk/models/api_response_zacks_forward_p_es.py +++ b/intrinio_sdk/models/api_response_zacks_forward_p_es.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_institutional_holding_companies.py b/intrinio_sdk/models/api_response_zacks_institutional_holding_companies.py index 7b02a135..a0c5e91e 100644 --- a/intrinio_sdk/models/api_response_zacks_institutional_holding_companies.py +++ b/intrinio_sdk/models/api_response_zacks_institutional_holding_companies.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_institutional_holding_owners.py b/intrinio_sdk/models/api_response_zacks_institutional_holding_owners.py index fe731b69..5fc48703 100644 --- a/intrinio_sdk/models/api_response_zacks_institutional_holding_owners.py +++ b/intrinio_sdk/models/api_response_zacks_institutional_holding_owners.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_institutional_holdings.py b/intrinio_sdk/models/api_response_zacks_institutional_holdings.py index 62c0b3b1..fae98d30 100644 --- a/intrinio_sdk/models/api_response_zacks_institutional_holdings.py +++ b/intrinio_sdk/models/api_response_zacks_institutional_holdings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py b/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py index e4cf83e3..df25c269 100644 --- a/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py +++ b/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_sales_estimates.py b/intrinio_sdk/models/api_response_zacks_sales_estimates.py index b934cbc2..eb0e0e88 100644 --- a/intrinio_sdk/models/api_response_zacks_sales_estimates.py +++ b/intrinio_sdk/models/api_response_zacks_sales_estimates.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_sales_surprises.py b/intrinio_sdk/models/api_response_zacks_sales_surprises.py index 8cdc24f8..76383ec3 100644 --- a/intrinio_sdk/models/api_response_zacks_sales_surprises.py +++ b/intrinio_sdk/models/api_response_zacks_sales_surprises.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py b/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py index c126c0a7..e525753c 100644 --- a/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py +++ b/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/average_daily_trading_volume_technical_value.py b/intrinio_sdk/models/average_daily_trading_volume_technical_value.py index bbb2d828..df6e7a79 100644 --- a/intrinio_sdk/models/average_daily_trading_volume_technical_value.py +++ b/intrinio_sdk/models/average_daily_trading_volume_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/average_directional_index_technical_value.py b/intrinio_sdk/models/average_directional_index_technical_value.py index 76c34eac..0e3c6ba1 100644 --- a/intrinio_sdk/models/average_directional_index_technical_value.py +++ b/intrinio_sdk/models/average_directional_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/average_true_range_technical_value.py b/intrinio_sdk/models/average_true_range_technical_value.py index 6c0f705c..c457e468 100644 --- a/intrinio_sdk/models/average_true_range_technical_value.py +++ b/intrinio_sdk/models/average_true_range_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/awesome_oscillator_technical_value.py b/intrinio_sdk/models/awesome_oscillator_technical_value.py index ad335207..11f7acc5 100644 --- a/intrinio_sdk/models/awesome_oscillator_technical_value.py +++ b/intrinio_sdk/models/awesome_oscillator_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/bollinger_bands_technical_value.py b/intrinio_sdk/models/bollinger_bands_technical_value.py index c32fe316..37c0351e 100644 --- a/intrinio_sdk/models/bollinger_bands_technical_value.py +++ b/intrinio_sdk/models/bollinger_bands_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/bulk_download_links.py b/intrinio_sdk/models/bulk_download_links.py index 9f655d10..f1ede3ea 100644 --- a/intrinio_sdk/models/bulk_download_links.py +++ b/intrinio_sdk/models/bulk_download_links.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/bulk_download_summary.py b/intrinio_sdk/models/bulk_download_summary.py index e5e8a3cf..e6cc4284 100644 --- a/intrinio_sdk/models/bulk_download_summary.py +++ b/intrinio_sdk/models/bulk_download_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/chaikin_money_flow_technical_value.py b/intrinio_sdk/models/chaikin_money_flow_technical_value.py index f543b101..e6577690 100644 --- a/intrinio_sdk/models/chaikin_money_flow_technical_value.py +++ b/intrinio_sdk/models/chaikin_money_flow_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/commodity_channel_index_technical_value.py b/intrinio_sdk/models/commodity_channel_index_technical_value.py index 5c1c5909..05c713fd 100644 --- a/intrinio_sdk/models/commodity_channel_index_technical_value.py +++ b/intrinio_sdk/models/commodity_channel_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company.py b/intrinio_sdk/models/company.py index e33ef6ef..e0d4dd8a 100644 --- a/intrinio_sdk/models/company.py +++ b/intrinio_sdk/models/company.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_daily_metric.py b/intrinio_sdk/models/company_daily_metric.py index 0d1d524f..a513ce37 100644 --- a/intrinio_sdk/models/company_daily_metric.py +++ b/intrinio_sdk/models/company_daily_metric.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_filing.py b/intrinio_sdk/models/company_filing.py index 3adc83ce..8d5b888e 100644 --- a/intrinio_sdk/models/company_filing.py +++ b/intrinio_sdk/models/company_filing.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_initial_public_offering.py b/intrinio_sdk/models/company_initial_public_offering.py index 8f408dca..4386823d 100644 --- a/intrinio_sdk/models/company_initial_public_offering.py +++ b/intrinio_sdk/models/company_initial_public_offering.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_news.py b/intrinio_sdk/models/company_news.py index 2ab2b184..d9779821 100644 --- a/intrinio_sdk/models/company_news.py +++ b/intrinio_sdk/models/company_news.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_news_summary.py b/intrinio_sdk/models/company_news_summary.py index ec494d86..26dbbe87 100644 --- a/intrinio_sdk/models/company_news_summary.py +++ b/intrinio_sdk/models/company_news_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_public_float.py b/intrinio_sdk/models/company_public_float.py index a03b4405..2e1b6a41 100644 --- a/intrinio_sdk/models/company_public_float.py +++ b/intrinio_sdk/models/company_public_float.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_shares_outstanding.py b/intrinio_sdk/models/company_shares_outstanding.py index db6bd496..dc3af2d9 100644 --- a/intrinio_sdk/models/company_shares_outstanding.py +++ b/intrinio_sdk/models/company_shares_outstanding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/company_summary.py b/intrinio_sdk/models/company_summary.py index cf5f7731..34fca172 100644 --- a/intrinio_sdk/models/company_summary.py +++ b/intrinio_sdk/models/company_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/data_tag.py b/intrinio_sdk/models/data_tag.py index f06bb054..7f311d86 100644 --- a/intrinio_sdk/models/data_tag.py +++ b/intrinio_sdk/models/data_tag.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/data_tag_summary.py b/intrinio_sdk/models/data_tag_summary.py index 63962dd3..6de4acef 100644 --- a/intrinio_sdk/models/data_tag_summary.py +++ b/intrinio_sdk/models/data_tag_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/detrended_price_oscillator_technical_value.py b/intrinio_sdk/models/detrended_price_oscillator_technical_value.py index 340b4b74..9e69f55b 100644 --- a/intrinio_sdk/models/detrended_price_oscillator_technical_value.py +++ b/intrinio_sdk/models/detrended_price_oscillator_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/dividend_record.py b/intrinio_sdk/models/dividend_record.py index c1560b52..50efdaa8 100644 --- a/intrinio_sdk/models/dividend_record.py +++ b/intrinio_sdk/models/dividend_record.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/donchian_channel_technical_value.py b/intrinio_sdk/models/donchian_channel_technical_value.py index e7358b31..c5bfe594 100644 --- a/intrinio_sdk/models/donchian_channel_technical_value.py +++ b/intrinio_sdk/models/donchian_channel_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/earnings_record.py b/intrinio_sdk/models/earnings_record.py index 836b3da4..8e4f8307 100644 --- a/intrinio_sdk/models/earnings_record.py +++ b/intrinio_sdk/models/earnings_record.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/ease_of_movement_technical_value.py b/intrinio_sdk/models/ease_of_movement_technical_value.py index d33b6079..4c9d839e 100644 --- a/intrinio_sdk/models/ease_of_movement_technical_value.py +++ b/intrinio_sdk/models/ease_of_movement_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/economic_index.py b/intrinio_sdk/models/economic_index.py index f4c893c5..6b14344c 100644 --- a/intrinio_sdk/models/economic_index.py +++ b/intrinio_sdk/models/economic_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/economic_index_summary.py b/intrinio_sdk/models/economic_index_summary.py index 48c32888..b9bcfebc 100644 --- a/intrinio_sdk/models/economic_index_summary.py +++ b/intrinio_sdk/models/economic_index_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/eod_index_price.py b/intrinio_sdk/models/eod_index_price.py index aa13762f..893788eb 100644 --- a/intrinio_sdk/models/eod_index_price.py +++ b/intrinio_sdk/models/eod_index_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/eod_index_price_summary.py b/intrinio_sdk/models/eod_index_price_summary.py index 1517c281..440b941a 100644 --- a/intrinio_sdk/models/eod_index_price_summary.py +++ b/intrinio_sdk/models/eod_index_price_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/esg_company_summary.py b/intrinio_sdk/models/esg_company_summary.py index 3cc3a799..f57825e2 100644 --- a/intrinio_sdk/models/esg_company_summary.py +++ b/intrinio_sdk/models/esg_company_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/esg_comprehensive_rating.py b/intrinio_sdk/models/esg_comprehensive_rating.py index 700e37c2..aa7f50e1 100644 --- a/intrinio_sdk/models/esg_comprehensive_rating.py +++ b/intrinio_sdk/models/esg_comprehensive_rating.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/esg_comprehensive_rating_with_company.py b/intrinio_sdk/models/esg_comprehensive_rating_with_company.py index b0b1a07c..f15cc76b 100644 --- a/intrinio_sdk/models/esg_comprehensive_rating_with_company.py +++ b/intrinio_sdk/models/esg_comprehensive_rating_with_company.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/esg_rating.py b/intrinio_sdk/models/esg_rating.py index 200abdb7..d566ee94 100644 --- a/intrinio_sdk/models/esg_rating.py +++ b/intrinio_sdk/models/esg_rating.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/esg_rating_with_company.py b/intrinio_sdk/models/esg_rating_with_company.py index 5f30b995..eede70c4 100644 --- a/intrinio_sdk/models/esg_rating_with_company.py +++ b/intrinio_sdk/models/esg_rating_with_company.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/etf.py b/intrinio_sdk/models/etf.py index 1a801bd5..a78841e6 100644 --- a/intrinio_sdk/models/etf.py +++ b/intrinio_sdk/models/etf.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/etf_analytics.py b/intrinio_sdk/models/etf_analytics.py index 4e7addf1..e67d8145 100644 --- a/intrinio_sdk/models/etf_analytics.py +++ b/intrinio_sdk/models/etf_analytics.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/etf_holding.py b/intrinio_sdk/models/etf_holding.py index f8318643..db8b3696 100644 --- a/intrinio_sdk/models/etf_holding.py +++ b/intrinio_sdk/models/etf_holding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/etf_stats.py b/intrinio_sdk/models/etf_stats.py index 2704beb7..444e6dfa 100644 --- a/intrinio_sdk/models/etf_stats.py +++ b/intrinio_sdk/models/etf_stats.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/etf_summary.py b/intrinio_sdk/models/etf_summary.py index 723c8a79..675d2476 100644 --- a/intrinio_sdk/models/etf_summary.py +++ b/intrinio_sdk/models/etf_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/filing.py b/intrinio_sdk/models/filing.py index 86756d26..e0154609 100644 --- a/intrinio_sdk/models/filing.py +++ b/intrinio_sdk/models/filing.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/filing_note.py b/intrinio_sdk/models/filing_note.py index 53c373ed..cb8f32a5 100644 --- a/intrinio_sdk/models/filing_note.py +++ b/intrinio_sdk/models/filing_note.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/filing_note_filing.py b/intrinio_sdk/models/filing_note_filing.py index f7746248..1d9e7f8b 100644 --- a/intrinio_sdk/models/filing_note_filing.py +++ b/intrinio_sdk/models/filing_note_filing.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/filing_note_summary.py b/intrinio_sdk/models/filing_note_summary.py index 165c760e..53965baf 100644 --- a/intrinio_sdk/models/filing_note_summary.py +++ b/intrinio_sdk/models/filing_note_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/filing_summary.py b/intrinio_sdk/models/filing_summary.py index 0ecd9acf..860c1b5e 100644 --- a/intrinio_sdk/models/filing_summary.py +++ b/intrinio_sdk/models/filing_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/force_index_technical_value.py b/intrinio_sdk/models/force_index_technical_value.py index 251fe8f1..9f314356 100644 --- a/intrinio_sdk/models/force_index_technical_value.py +++ b/intrinio_sdk/models/force_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/forex_currency.py b/intrinio_sdk/models/forex_currency.py index fccbf1b4..f028815b 100644 --- a/intrinio_sdk/models/forex_currency.py +++ b/intrinio_sdk/models/forex_currency.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/forex_pair.py b/intrinio_sdk/models/forex_pair.py index 1c964eae..0b830f84 100644 --- a/intrinio_sdk/models/forex_pair.py +++ b/intrinio_sdk/models/forex_pair.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/forex_price.py b/intrinio_sdk/models/forex_price.py index 41d04d30..da797c92 100644 --- a/intrinio_sdk/models/forex_price.py +++ b/intrinio_sdk/models/forex_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/fundamental.py b/intrinio_sdk/models/fundamental.py index a66c1f3d..50f4f9e1 100644 --- a/intrinio_sdk/models/fundamental.py +++ b/intrinio_sdk/models/fundamental.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/fundamental_summary.py b/intrinio_sdk/models/fundamental_summary.py index 3de93641..0ba42669 100644 --- a/intrinio_sdk/models/fundamental_summary.py +++ b/intrinio_sdk/models/fundamental_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/historical_data.py b/intrinio_sdk/models/historical_data.py index e816ef57..188e6fbb 100644 --- a/intrinio_sdk/models/historical_data.py +++ b/intrinio_sdk/models/historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py b/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py index f57af2db..62927ccc 100644 --- a/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py +++ b/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/insider_transaction.py b/intrinio_sdk/models/insider_transaction.py index e67bd06c..8e878b0b 100644 --- a/intrinio_sdk/models/insider_transaction.py +++ b/intrinio_sdk/models/insider_transaction.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/insider_transaction_filing.py b/intrinio_sdk/models/insider_transaction_filing.py index 3a781914..c83b91db 100644 --- a/intrinio_sdk/models/insider_transaction_filing.py +++ b/intrinio_sdk/models/insider_transaction_filing.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/institutional_holding.py b/intrinio_sdk/models/institutional_holding.py index ac4a5dda..458bd0c2 100644 --- a/intrinio_sdk/models/institutional_holding.py +++ b/intrinio_sdk/models/institutional_holding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/institutional_ownership.py b/intrinio_sdk/models/institutional_ownership.py index 4fad5441..6a1b5393 100644 --- a/intrinio_sdk/models/institutional_ownership.py +++ b/intrinio_sdk/models/institutional_ownership.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/intraday_stock_price.py b/intrinio_sdk/models/intraday_stock_price.py index ee48344f..8a63e57f 100644 --- a/intrinio_sdk/models/intraday_stock_price.py +++ b/intrinio_sdk/models/intraday_stock_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/keltner_channel_technical_value.py b/intrinio_sdk/models/keltner_channel_technical_value.py index 7a60462c..8b0834ec 100644 --- a/intrinio_sdk/models/keltner_channel_technical_value.py +++ b/intrinio_sdk/models/keltner_channel_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/know_sure_thing_technical_value.py b/intrinio_sdk/models/know_sure_thing_technical_value.py index df665deb..9416eb55 100644 --- a/intrinio_sdk/models/know_sure_thing_technical_value.py +++ b/intrinio_sdk/models/know_sure_thing_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/market_status_result.py b/intrinio_sdk/models/market_status_result.py index fc8b4444..396e7f28 100644 --- a/intrinio_sdk/models/market_status_result.py +++ b/intrinio_sdk/models/market_status_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/mass_index_technical_value.py b/intrinio_sdk/models/mass_index_technical_value.py index 9105cc5d..d6415f5d 100644 --- a/intrinio_sdk/models/mass_index_technical_value.py +++ b/intrinio_sdk/models/mass_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/money_flow_index_technical_value.py b/intrinio_sdk/models/money_flow_index_technical_value.py index 46dd68fc..d99bd6c7 100644 --- a/intrinio_sdk/models/money_flow_index_technical_value.py +++ b/intrinio_sdk/models/money_flow_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py b/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py index 77f794c2..4d47c524 100644 --- a/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py +++ b/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/municipality.py b/intrinio_sdk/models/municipality.py index a74a27a1..41528c6f 100644 --- a/intrinio_sdk/models/municipality.py +++ b/intrinio_sdk/models/municipality.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/municipality_financial.py b/intrinio_sdk/models/municipality_financial.py index dd48c96c..27a482c8 100644 --- a/intrinio_sdk/models/municipality_financial.py +++ b/intrinio_sdk/models/municipality_financial.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/negative_volume_index_technical_value.py b/intrinio_sdk/models/negative_volume_index_technical_value.py index 289a8ac6..234c0c4d 100644 --- a/intrinio_sdk/models/negative_volume_index_technical_value.py +++ b/intrinio_sdk/models/negative_volume_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/news_topic.py b/intrinio_sdk/models/news_topic.py index 2b322a29..4d435f9c 100644 --- a/intrinio_sdk/models/news_topic.py +++ b/intrinio_sdk/models/news_topic.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/on_balance_volume_mean_technical_value.py b/intrinio_sdk/models/on_balance_volume_mean_technical_value.py index 3b7b25e5..d7af261d 100644 --- a/intrinio_sdk/models/on_balance_volume_mean_technical_value.py +++ b/intrinio_sdk/models/on_balance_volume_mean_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/on_balance_volume_technical_value.py b/intrinio_sdk/models/on_balance_volume_technical_value.py index 71210186..ab57443b 100644 --- a/intrinio_sdk/models/on_balance_volume_technical_value.py +++ b/intrinio_sdk/models/on_balance_volume_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option.py b/intrinio_sdk/models/option.py index e1fecbb9..12cf3cd3 100644 --- a/intrinio_sdk/models/option.py +++ b/intrinio_sdk/models/option.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_chain.py b/intrinio_sdk/models/option_chain.py index fed35244..38a2d546 100644 --- a/intrinio_sdk/models/option_chain.py +++ b/intrinio_sdk/models/option_chain.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_chain_eod.py b/intrinio_sdk/models/option_chain_eod.py index 1ed51d86..ce73ccb6 100644 --- a/intrinio_sdk/models/option_chain_eod.py +++ b/intrinio_sdk/models/option_chain_eod.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_chain_realtime.py b/intrinio_sdk/models/option_chain_realtime.py index 1366a5c6..f844cb87 100644 --- a/intrinio_sdk/models/option_chain_realtime.py +++ b/intrinio_sdk/models/option_chain_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_contracts_list.py b/intrinio_sdk/models/option_contracts_list.py index 696be2b7..42739906 100644 --- a/intrinio_sdk/models/option_contracts_list.py +++ b/intrinio_sdk/models/option_contracts_list.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_eod.py b/intrinio_sdk/models/option_eod.py index 9e5a29e2..6b084f07 100644 --- a/intrinio_sdk/models/option_eod.py +++ b/intrinio_sdk/models/option_eod.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_factors_realtime.py b/intrinio_sdk/models/option_factors_realtime.py index 884b169d..46d3076e 100644 --- a/intrinio_sdk/models/option_factors_realtime.py +++ b/intrinio_sdk/models/option_factors_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_interval.py b/intrinio_sdk/models/option_interval.py index 39533fec..ed064215 100644 --- a/intrinio_sdk/models/option_interval.py +++ b/intrinio_sdk/models/option_interval.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_interval_mover.py b/intrinio_sdk/models/option_interval_mover.py index 1842d51e..33ef9288 100644 --- a/intrinio_sdk/models/option_interval_mover.py +++ b/intrinio_sdk/models/option_interval_mover.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_intervals_movers_result.py b/intrinio_sdk/models/option_intervals_movers_result.py index 74c1465a..291cbaec 100644 --- a/intrinio_sdk/models/option_intervals_movers_result.py +++ b/intrinio_sdk/models/option_intervals_movers_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_intervals_result.py b/intrinio_sdk/models/option_intervals_result.py index 900a42e2..eb84a447 100644 --- a/intrinio_sdk/models/option_intervals_result.py +++ b/intrinio_sdk/models/option_intervals_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_price.py b/intrinio_sdk/models/option_price.py index 0f754182..92c69e38 100644 --- a/intrinio_sdk/models/option_price.py +++ b/intrinio_sdk/models/option_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_price_batch_realtime.py b/intrinio_sdk/models/option_price_batch_realtime.py index 6d94d5dc..9d219676 100644 --- a/intrinio_sdk/models/option_price_batch_realtime.py +++ b/intrinio_sdk/models/option_price_batch_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_price_eod.py b/intrinio_sdk/models/option_price_eod.py index 881c7399..6d83080b 100644 --- a/intrinio_sdk/models/option_price_eod.py +++ b/intrinio_sdk/models/option_price_eod.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_price_realtime.py b/intrinio_sdk/models/option_price_realtime.py index 82ae7017..ba741263 100644 --- a/intrinio_sdk/models/option_price_realtime.py +++ b/intrinio_sdk/models/option_price_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_price_realtime_extended.py b/intrinio_sdk/models/option_price_realtime_extended.py index 14671623..d2b9a9fd 100644 --- a/intrinio_sdk/models/option_price_realtime_extended.py +++ b/intrinio_sdk/models/option_price_realtime_extended.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_realtime.py b/intrinio_sdk/models/option_realtime.py index bf45fb8b..7d9eff74 100644 --- a/intrinio_sdk/models/option_realtime.py +++ b/intrinio_sdk/models/option_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_snapshot_group.py b/intrinio_sdk/models/option_snapshot_group.py index e48ed4c5..77d7e8d5 100644 --- a/intrinio_sdk/models/option_snapshot_group.py +++ b/intrinio_sdk/models/option_snapshot_group.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_snapshots_result.py b/intrinio_sdk/models/option_snapshots_result.py index 2e1dc268..81ac753c 100644 --- a/intrinio_sdk/models/option_snapshots_result.py +++ b/intrinio_sdk/models/option_snapshots_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_stats_realtime.py b/intrinio_sdk/models/option_stats_realtime.py index b7367f24..5b058ede 100644 --- a/intrinio_sdk/models/option_stats_realtime.py +++ b/intrinio_sdk/models/option_stats_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/option_unusual_trade.py b/intrinio_sdk/models/option_unusual_trade.py index fcf2e542..07723b81 100644 --- a/intrinio_sdk/models/option_unusual_trade.py +++ b/intrinio_sdk/models/option_unusual_trade.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/options_aggregate.py b/intrinio_sdk/models/options_aggregate.py index e6e13a2a..071cd471 100644 --- a/intrinio_sdk/models/options_aggregate.py +++ b/intrinio_sdk/models/options_aggregate.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/owner.py b/intrinio_sdk/models/owner.py index 8193c021..4b5f8beb 100644 --- a/intrinio_sdk/models/owner.py +++ b/intrinio_sdk/models/owner.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/owner_summary.py b/intrinio_sdk/models/owner_summary.py index 1dd0a1d6..345a3362 100644 --- a/intrinio_sdk/models/owner_summary.py +++ b/intrinio_sdk/models/owner_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/realtime_index_price.py b/intrinio_sdk/models/realtime_index_price.py index adc20804..d67c65c0 100644 --- a/intrinio_sdk/models/realtime_index_price.py +++ b/intrinio_sdk/models/realtime_index_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/realtime_index_price_index.py b/intrinio_sdk/models/realtime_index_price_index.py index a17968f6..9d0347d2 100644 --- a/intrinio_sdk/models/realtime_index_price_index.py +++ b/intrinio_sdk/models/realtime_index_price_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/realtime_stock_price.py b/intrinio_sdk/models/realtime_stock_price.py index 7d92aeb2..fc449748 100644 --- a/intrinio_sdk/models/realtime_stock_price.py +++ b/intrinio_sdk/models/realtime_stock_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/realtime_stock_price_security.py b/intrinio_sdk/models/realtime_stock_price_security.py index b308ded1..56eff898 100644 --- a/intrinio_sdk/models/realtime_stock_price_security.py +++ b/intrinio_sdk/models/realtime_stock_price_security.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/relative_strength_index_technical_value.py b/intrinio_sdk/models/relative_strength_index_technical_value.py index 1768d6ae..3cc2cceb 100644 --- a/intrinio_sdk/models/relative_strength_index_technical_value.py +++ b/intrinio_sdk/models/relative_strength_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/reported_financial.py b/intrinio_sdk/models/reported_financial.py index b6dfbf00..c7d37ed7 100644 --- a/intrinio_sdk/models/reported_financial.py +++ b/intrinio_sdk/models/reported_financial.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/reported_financial_dimension.py b/intrinio_sdk/models/reported_financial_dimension.py index f402f10a..ef752835 100644 --- a/intrinio_sdk/models/reported_financial_dimension.py +++ b/intrinio_sdk/models/reported_financial_dimension.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/reported_tag.py b/intrinio_sdk/models/reported_tag.py index a74c1e2b..ff808113 100644 --- a/intrinio_sdk/models/reported_tag.py +++ b/intrinio_sdk/models/reported_tag.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security.py b/intrinio_sdk/models/security.py index c7ce8b34..92a0ea39 100644 --- a/intrinio_sdk/models/security.py +++ b/intrinio_sdk/models/security.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_history.py b/intrinio_sdk/models/security_history.py index c4e3fdd7..c4b50d70 100644 --- a/intrinio_sdk/models/security_history.py +++ b/intrinio_sdk/models/security_history.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_history_list_result.py b/intrinio_sdk/models/security_history_list_result.py index fd51513b..cc967e3f 100644 --- a/intrinio_sdk/models/security_history_list_result.py +++ b/intrinio_sdk/models/security_history_list_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_interval_mover.py b/intrinio_sdk/models/security_interval_mover.py index a2163c4f..b016bec4 100644 --- a/intrinio_sdk/models/security_interval_mover.py +++ b/intrinio_sdk/models/security_interval_mover.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_intervals_movers_result.py b/intrinio_sdk/models/security_intervals_movers_result.py index c63140f4..724e1700 100644 --- a/intrinio_sdk/models/security_intervals_movers_result.py +++ b/intrinio_sdk/models/security_intervals_movers_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_replay_file_result.py b/intrinio_sdk/models/security_replay_file_result.py index 7f233bde..86df6f0d 100644 --- a/intrinio_sdk/models/security_replay_file_result.py +++ b/intrinio_sdk/models/security_replay_file_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_screen_clause.py b/intrinio_sdk/models/security_screen_clause.py index b4b2c05e..5e2b5d18 100644 --- a/intrinio_sdk/models/security_screen_clause.py +++ b/intrinio_sdk/models/security_screen_clause.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_screen_group.py b/intrinio_sdk/models/security_screen_group.py index 01a0505e..49ab1aed 100644 --- a/intrinio_sdk/models/security_screen_group.py +++ b/intrinio_sdk/models/security_screen_group.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_screen_group.py-- b/intrinio_sdk/models/security_screen_group.py-- index bba183fb..29f499c8 100644 --- a/intrinio_sdk/models/security_screen_group.py-- +++ b/intrinio_sdk/models/security_screen_group.py-- @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_screen_result.py b/intrinio_sdk/models/security_screen_result.py index 9cec1dc8..b173ebfa 100644 --- a/intrinio_sdk/models/security_screen_result.py +++ b/intrinio_sdk/models/security_screen_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_screen_result_data.py b/intrinio_sdk/models/security_screen_result_data.py index 60c425c1..679a88a6 100644 --- a/intrinio_sdk/models/security_screen_result_data.py +++ b/intrinio_sdk/models/security_screen_result_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_snapshot_group.py b/intrinio_sdk/models/security_snapshot_group.py index 06b8af36..1734cfd0 100644 --- a/intrinio_sdk/models/security_snapshot_group.py +++ b/intrinio_sdk/models/security_snapshot_group.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_snapshots_result.py b/intrinio_sdk/models/security_snapshots_result.py index 7b86880a..0e5d5dcd 100644 --- a/intrinio_sdk/models/security_snapshots_result.py +++ b/intrinio_sdk/models/security_snapshots_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_summary.py b/intrinio_sdk/models/security_summary.py index 06c2661b..857bd25c 100644 --- a/intrinio_sdk/models/security_summary.py +++ b/intrinio_sdk/models/security_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_trades.py b/intrinio_sdk/models/security_trades.py index 1f501871..8b451fb2 100644 --- a/intrinio_sdk/models/security_trades.py +++ b/intrinio_sdk/models/security_trades.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/security_trades_result.py b/intrinio_sdk/models/security_trades_result.py index 7855a892..3f752c62 100644 --- a/intrinio_sdk/models/security_trades_result.py +++ b/intrinio_sdk/models/security_trades_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/sic_index.py b/intrinio_sdk/models/sic_index.py index c02b953b..42ed78ff 100644 --- a/intrinio_sdk/models/sic_index.py +++ b/intrinio_sdk/models/sic_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/simple_moving_average_technical_value.py b/intrinio_sdk/models/simple_moving_average_technical_value.py index 4bdd0d1a..c57c8793 100644 --- a/intrinio_sdk/models/simple_moving_average_technical_value.py +++ b/intrinio_sdk/models/simple_moving_average_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/standardized_financial.py b/intrinio_sdk/models/standardized_financial.py index 888a3ecb..001a0459 100644 --- a/intrinio_sdk/models/standardized_financial.py +++ b/intrinio_sdk/models/standardized_financial.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/standardized_financials_dimension.py b/intrinio_sdk/models/standardized_financials_dimension.py index 7c2b5bc8..0cdbf6e5 100644 --- a/intrinio_sdk/models/standardized_financials_dimension.py +++ b/intrinio_sdk/models/standardized_financials_dimension.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stochastic_oscillator_technical_value.py b/intrinio_sdk/models/stochastic_oscillator_technical_value.py index 510218b7..0633dcad 100644 --- a/intrinio_sdk/models/stochastic_oscillator_technical_value.py +++ b/intrinio_sdk/models/stochastic_oscillator_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_exchange.py b/intrinio_sdk/models/stock_exchange.py index 8369709f..da2da599 100644 --- a/intrinio_sdk/models/stock_exchange.py +++ b/intrinio_sdk/models/stock_exchange.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_market_index.py b/intrinio_sdk/models/stock_market_index.py index 8ff398e3..b428eeea 100644 --- a/intrinio_sdk/models/stock_market_index.py +++ b/intrinio_sdk/models/stock_market_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_market_index_summary.py b/intrinio_sdk/models/stock_market_index_summary.py index 5323887a..e3b7f59d 100644 --- a/intrinio_sdk/models/stock_market_index_summary.py +++ b/intrinio_sdk/models/stock_market_index_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_price.py b/intrinio_sdk/models/stock_price.py index a78f3ec6..f2775cf7 100644 --- a/intrinio_sdk/models/stock_price.py +++ b/intrinio_sdk/models/stock_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_price_adjustment.py b/intrinio_sdk/models/stock_price_adjustment.py index db73b770..ac54a085 100644 --- a/intrinio_sdk/models/stock_price_adjustment.py +++ b/intrinio_sdk/models/stock_price_adjustment.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_price_adjustment_summary.py b/intrinio_sdk/models/stock_price_adjustment_summary.py index f82a66f6..d7501418 100644 --- a/intrinio_sdk/models/stock_price_adjustment_summary.py +++ b/intrinio_sdk/models/stock_price_adjustment_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_price_interval.py b/intrinio_sdk/models/stock_price_interval.py index e22f00fe..d5b697c3 100644 --- a/intrinio_sdk/models/stock_price_interval.py +++ b/intrinio_sdk/models/stock_price_interval.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/stock_price_summary.py b/intrinio_sdk/models/stock_price_summary.py index 5a229880..8b40d760 100644 --- a/intrinio_sdk/models/stock_price_summary.py +++ b/intrinio_sdk/models/stock_price_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/technical_indicator.py b/intrinio_sdk/models/technical_indicator.py index f03d0a5a..231cabf2 100644 --- a/intrinio_sdk/models/technical_indicator.py +++ b/intrinio_sdk/models/technical_indicator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/thea_entity_answer.py b/intrinio_sdk/models/thea_entity_answer.py index 09ed1d0f..753975fe 100644 --- a/intrinio_sdk/models/thea_entity_answer.py +++ b/intrinio_sdk/models/thea_entity_answer.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/thea_source_document.py b/intrinio_sdk/models/thea_source_document.py index 6f53d513..c22f327e 100644 --- a/intrinio_sdk/models/thea_source_document.py +++ b/intrinio_sdk/models/thea_source_document.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/triple_exponential_average_technical_value.py b/intrinio_sdk/models/triple_exponential_average_technical_value.py index 308a479a..c1b0cbfa 100644 --- a/intrinio_sdk/models/triple_exponential_average_technical_value.py +++ b/intrinio_sdk/models/triple_exponential_average_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/true_strength_index_technical_value.py b/intrinio_sdk/models/true_strength_index_technical_value.py index a7095b98..431e6d35 100644 --- a/intrinio_sdk/models/true_strength_index_technical_value.py +++ b/intrinio_sdk/models/true_strength_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/ultimate_oscillator_technical_value.py b/intrinio_sdk/models/ultimate_oscillator_technical_value.py index 3cebb485..cb61b777 100644 --- a/intrinio_sdk/models/ultimate_oscillator_technical_value.py +++ b/intrinio_sdk/models/ultimate_oscillator_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/volume_price_trend_technical_value.py b/intrinio_sdk/models/volume_price_trend_technical_value.py index 51711839..8086db40 100644 --- a/intrinio_sdk/models/volume_price_trend_technical_value.py +++ b/intrinio_sdk/models/volume_price_trend_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/volume_weighted_average_price_value.py b/intrinio_sdk/models/volume_weighted_average_price_value.py index e2eb2d00..a1d90cec 100644 --- a/intrinio_sdk/models/volume_weighted_average_price_value.py +++ b/intrinio_sdk/models/volume_weighted_average_price_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/vortex_indicator_technical_value.py b/intrinio_sdk/models/vortex_indicator_technical_value.py index d4b22db8..295ab19a 100644 --- a/intrinio_sdk/models/vortex_indicator_technical_value.py +++ b/intrinio_sdk/models/vortex_indicator_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/williams_r_technical_value.py b/intrinio_sdk/models/williams_r_technical_value.py index 0df34313..7766b136 100644 --- a/intrinio_sdk/models/williams_r_technical_value.py +++ b/intrinio_sdk/models/williams_r_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_analyst_rating.py b/intrinio_sdk/models/zacks_analyst_rating.py index e3837ff4..d588eee6 100644 --- a/intrinio_sdk/models/zacks_analyst_rating.py +++ b/intrinio_sdk/models/zacks_analyst_rating.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_analyst_rating_snapshot.py b/intrinio_sdk/models/zacks_analyst_rating_snapshot.py index fb3926d9..2a3e4cee 100644 --- a/intrinio_sdk/models/zacks_analyst_rating_snapshot.py +++ b/intrinio_sdk/models/zacks_analyst_rating_snapshot.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_analyst_rating_summary.py b/intrinio_sdk/models/zacks_analyst_rating_summary.py index 7bc87949..544bff8f 100644 --- a/intrinio_sdk/models/zacks_analyst_rating_summary.py +++ b/intrinio_sdk/models/zacks_analyst_rating_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_ebitda_consensus.py b/intrinio_sdk/models/zacks_ebitda_consensus.py index 1d535f59..e140e4c3 100644 --- a/intrinio_sdk/models/zacks_ebitda_consensus.py +++ b/intrinio_sdk/models/zacks_ebitda_consensus.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_eps_estimate.py b/intrinio_sdk/models/zacks_eps_estimate.py index 1aadfaa8..9ba1a8f0 100644 --- a/intrinio_sdk/models/zacks_eps_estimate.py +++ b/intrinio_sdk/models/zacks_eps_estimate.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_eps_growth_rate.py b/intrinio_sdk/models/zacks_eps_growth_rate.py index 9f14e429..d7aef972 100644 --- a/intrinio_sdk/models/zacks_eps_growth_rate.py +++ b/intrinio_sdk/models/zacks_eps_growth_rate.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_eps_surprise.py b/intrinio_sdk/models/zacks_eps_surprise.py index ad3e4315..9de71c05 100644 --- a/intrinio_sdk/models/zacks_eps_surprise.py +++ b/intrinio_sdk/models/zacks_eps_surprise.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_eps_surprise_summary.py b/intrinio_sdk/models/zacks_eps_surprise_summary.py index d15c8035..3db5e167 100644 --- a/intrinio_sdk/models/zacks_eps_surprise_summary.py +++ b/intrinio_sdk/models/zacks_eps_surprise_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_etf_holding.py b/intrinio_sdk/models/zacks_etf_holding.py index 19f9523c..9e682f1b 100644 --- a/intrinio_sdk/models/zacks_etf_holding.py +++ b/intrinio_sdk/models/zacks_etf_holding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_forward_pe.py b/intrinio_sdk/models/zacks_forward_pe.py index 4d726d7d..2895afb0 100644 --- a/intrinio_sdk/models/zacks_forward_pe.py +++ b/intrinio_sdk/models/zacks_forward_pe.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding.py b/intrinio_sdk/models/zacks_institutional_holding.py index 17f30e3d..b3de74e2 100644 --- a/intrinio_sdk/models/zacks_institutional_holding.py +++ b/intrinio_sdk/models/zacks_institutional_holding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding_company_detail.py b/intrinio_sdk/models/zacks_institutional_holding_company_detail.py index 2b2938d2..3fba346f 100644 --- a/intrinio_sdk/models/zacks_institutional_holding_company_detail.py +++ b/intrinio_sdk/models/zacks_institutional_holding_company_detail.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding_company_summary.py b/intrinio_sdk/models/zacks_institutional_holding_company_summary.py index 86df441f..4ffdce60 100644 --- a/intrinio_sdk/models/zacks_institutional_holding_company_summary.py +++ b/intrinio_sdk/models/zacks_institutional_holding_company_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding_historical_summary.py b/intrinio_sdk/models/zacks_institutional_holding_historical_summary.py index 1db276b0..41aa0950 100644 --- a/intrinio_sdk/models/zacks_institutional_holding_historical_summary.py +++ b/intrinio_sdk/models/zacks_institutional_holding_historical_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding_owner_detail.py b/intrinio_sdk/models/zacks_institutional_holding_owner_detail.py index db90ca71..b0774ea8 100644 --- a/intrinio_sdk/models/zacks_institutional_holding_owner_detail.py +++ b/intrinio_sdk/models/zacks_institutional_holding_owner_detail.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_institutional_holding_owner_summary.py b/intrinio_sdk/models/zacks_institutional_holding_owner_summary.py index d58a2195..7ac96dd8 100644 --- a/intrinio_sdk/models/zacks_institutional_holding_owner_summary.py +++ b/intrinio_sdk/models/zacks_institutional_holding_owner_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_long_term_growth_rate.py b/intrinio_sdk/models/zacks_long_term_growth_rate.py index 9ee3986b..d550573e 100644 --- a/intrinio_sdk/models/zacks_long_term_growth_rate.py +++ b/intrinio_sdk/models/zacks_long_term_growth_rate.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_sales_estimate.py b/intrinio_sdk/models/zacks_sales_estimate.py index 0b315f2c..1b22be26 100644 --- a/intrinio_sdk/models/zacks_sales_estimate.py +++ b/intrinio_sdk/models/zacks_sales_estimate.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_sales_surprise.py b/intrinio_sdk/models/zacks_sales_surprise.py index 9c21bcf0..6828c89c 100644 --- a/intrinio_sdk/models/zacks_sales_surprise.py +++ b/intrinio_sdk/models/zacks_sales_surprise.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_sales_surprise_summary.py b/intrinio_sdk/models/zacks_sales_surprise_summary.py index 86715546..45f2b98a 100644 --- a/intrinio_sdk/models/zacks_sales_surprise_summary.py +++ b/intrinio_sdk/models/zacks_sales_surprise_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/models/zacks_target_price_consensus.py b/intrinio_sdk/models/zacks_target_price_consensus.py index 2d06a135..df879502 100644 --- a/intrinio_sdk/models/zacks_target_price_consensus.py +++ b/intrinio_sdk/models/zacks_target_price_consensus.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intrinio_sdk/rest.py b/intrinio_sdk/rest.py index e24fa985..c4e487fc 100644 --- a/intrinio_sdk/rest.py +++ b/intrinio_sdk/rest.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/setup.py b/setup.py index 7f3af4c5..044f9fcc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_accumulation_distribution_index_technical_value.py b/test/test_accumulation_distribution_index_technical_value.py index 5c03e54a..fbbd567a 100644 --- a/test/test_accumulation_distribution_index_technical_value.py +++ b/test/test_accumulation_distribution_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_bulk_download_links.py b/test/test_api_response_bulk_download_links.py index edf1790c..7e24eb17 100644 --- a/test/test_api_response_bulk_download_links.py +++ b/test/test_api_response_bulk_download_links.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_companies.py b/test/test_api_response_companies.py index a3391133..8a1c3c30 100644 --- a/test/test_api_response_companies.py +++ b/test/test_api_response_companies.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_companies_search.py b/test/test_api_response_companies_search.py index c0f833ef..70a8b010 100644 --- a/test/test_api_response_companies_search.py +++ b/test/test_api_response_companies_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_answers.py b/test/test_api_response_company_answers.py index 54ff6ae3..5e9e99ed 100644 --- a/test/test_api_response_company_answers.py +++ b/test/test_api_response_company_answers.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_daily_metrics.py b/test/test_api_response_company_daily_metrics.py index 51f80136..7b554fb2 100644 --- a/test/test_api_response_company_daily_metrics.py +++ b/test/test_api_response_company_daily_metrics.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 4779df97..9f5e03c2 100644 --- a/test/test_api_response_company_filings.py +++ b/test/test_api_response_company_filings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 5e607ace..67ebea63 100644 --- a/test/test_api_response_company_fundamentals.py +++ b/test/test_api_response_company_fundamentals.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 4af9cb33..338da73b 100644 --- a/test/test_api_response_company_historical_data.py +++ b/test/test_api_response_company_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_insider_transaction_filings.py b/test/test_api_response_company_insider_transaction_filings.py index 5143b4ca..5d94ccae 100644 --- a/test/test_api_response_company_insider_transaction_filings.py +++ b/test/test_api_response_company_insider_transaction_filings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 2a1e87a6..c92f3cc5 100644 --- a/test/test_api_response_company_news.py +++ b/test/test_api_response_company_news.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_news_body.py b/test/test_api_response_company_news_body.py index c9e307b3..3277c25c 100644 --- a/test/test_api_response_company_news_body.py +++ b/test/test_api_response_company_news_body.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_public_float_result.py b/test/test_api_response_company_public_float_result.py index 1125e5b8..6bbe9401 100644 --- a/test/test_api_response_company_public_float_result.py +++ b/test/test_api_response_company_public_float_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_recognize.py b/test/test_api_response_company_recognize.py index c64abfac..6cadbf22 100644 --- a/test/test_api_response_company_recognize.py +++ b/test/test_api_response_company_recognize.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 3b4e929f..7063c28a 100644 --- a/test/test_api_response_company_securities.py +++ b/test/test_api_response_company_securities.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_company_shares_outstanding.py b/test/test_api_response_company_shares_outstanding.py index b28895c7..be3d4a91 100644 --- a/test/test_api_response_company_shares_outstanding.py +++ b/test/test_api_response_company_shares_outstanding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 60a5faa7..7d3ab783 100644 --- a/test/test_api_response_data_tags.py +++ b/test/test_api_response_data_tags.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_data_tags_search.py b/test/test_api_response_data_tags_search.py index 69199b0a..cd52ca86 100644 --- a/test/test_api_response_data_tags_search.py +++ b/test/test_api_response_data_tags_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 a313d47e..8b33b851 100644 --- a/test/test_api_response_economic_index_historical_data.py +++ b/test/test_api_response_economic_index_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 b6d9f531..9345ce2f 100644 --- a/test/test_api_response_economic_indices.py +++ b/test/test_api_response_economic_indices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_economic_indices_search.py b/test/test_api_response_economic_indices_search.py index 9460ab7d..9083fd72 100644 --- a/test/test_api_response_economic_indices_search.py +++ b/test/test_api_response_economic_indices_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_eod_index_prices.py b/test/test_api_response_eod_index_prices.py index a9b8a43d..0748525d 100644 --- a/test/test_api_response_eod_index_prices.py +++ b/test/test_api_response_eod_index_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_eod_index_prices_all.py b/test/test_api_response_eod_index_prices_all.py index cba3de9c..667a9f27 100644 --- a/test/test_api_response_eod_index_prices_all.py +++ b/test/test_api_response_eod_index_prices_all.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_esg_companies.py b/test/test_api_response_esg_companies.py index 6c9e5409..289f8b1a 100644 --- a/test/test_api_response_esg_companies.py +++ b/test/test_api_response_esg_companies.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_esg_company_comprehensive_rating_history.py b/test/test_api_response_esg_company_comprehensive_rating_history.py index 94beddc9..019efcb7 100644 --- a/test/test_api_response_esg_company_comprehensive_rating_history.py +++ b/test/test_api_response_esg_company_comprehensive_rating_history.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_esg_company_rating_history.py b/test/test_api_response_esg_company_rating_history.py index ec2cc538..23cbab2e 100644 --- a/test/test_api_response_esg_company_rating_history.py +++ b/test/test_api_response_esg_company_rating_history.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_esg_latest.py b/test/test_api_response_esg_latest.py index 87db52fe..fcc08146 100644 --- a/test/test_api_response_esg_latest.py +++ b/test/test_api_response_esg_latest.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_esg_latest_comprehensive.py b/test/test_api_response_esg_latest_comprehensive.py index b4821878..3c14e2ae 100644 --- a/test/test_api_response_esg_latest_comprehensive.py +++ b/test/test_api_response_esg_latest_comprehensive.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_et_fs.py b/test/test_api_response_et_fs.py index 7f5cd935..68d67172 100644 --- a/test/test_api_response_et_fs.py +++ b/test/test_api_response_et_fs.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_etf_holdings.py b/test/test_api_response_etf_holdings.py index 66fcc208..d90b31ab 100644 --- a/test/test_api_response_etf_holdings.py +++ b/test/test_api_response_etf_holdings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_filing_answers.py b/test/test_api_response_filing_answers.py index 111c207a..32139e24 100644 --- a/test/test_api_response_filing_answers.py +++ b/test/test_api_response_filing_answers.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_filing_fundamentals.py b/test/test_api_response_filing_fundamentals.py index fd15a2be..74c0098a 100644 --- a/test/test_api_response_filing_fundamentals.py +++ b/test/test_api_response_filing_fundamentals.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_filing_notes.py b/test/test_api_response_filing_notes.py index 0556d91e..df56fb67 100644 --- a/test/test_api_response_filing_notes.py +++ b/test/test_api_response_filing_notes.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_filing_notes_search.py b/test/test_api_response_filing_notes_search.py index 4f2f0e90..dedddc42 100644 --- a/test/test_api_response_filing_notes_search.py +++ b/test/test_api_response_filing_notes_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 d3e91045..db0ef7d7 100644 --- a/test/test_api_response_filings.py +++ b/test/test_api_response_filings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_forex_currencies.py b/test/test_api_response_forex_currencies.py index 73f178bb..c0d3c389 100644 --- a/test/test_api_response_forex_currencies.py +++ b/test/test_api_response_forex_currencies.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_forex_pairs.py b/test/test_api_response_forex_pairs.py index 393e6804..dec87f7f 100644 --- a/test/test_api_response_forex_pairs.py +++ b/test/test_api_response_forex_pairs.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_forex_prices.py b/test/test_api_response_forex_prices.py index 1e8a5e93..619184e9 100644 --- a/test/test_api_response_forex_prices.py +++ b/test/test_api_response_forex_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 0df432a4..c3fc2b93 100644 --- a/test/test_api_response_historical_data.py +++ b/test/test_api_response_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_index.py b/test/test_api_response_index.py index 3e9f4eaa..b1cdc740 100644 --- a/test/test_api_response_index.py +++ b/test/test_api_response_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_indices.py b/test/test_api_response_indices.py index 1af8308d..92d84ccf 100644 --- a/test/test_api_response_indices.py +++ b/test/test_api_response_indices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_initial_public_offerings.py b/test/test_api_response_initial_public_offerings.py index 5a992cba..5c7b9213 100644 --- a/test/test_api_response_initial_public_offerings.py +++ b/test/test_api_response_initial_public_offerings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_insider_transaction_filings.py b/test/test_api_response_insider_transaction_filings.py index 196028f8..153a1dcf 100644 --- a/test/test_api_response_insider_transaction_filings.py +++ b/test/test_api_response_insider_transaction_filings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_municipalities.py b/test/test_api_response_municipalities.py index 23149f73..be7d5a23 100644 --- a/test/test_api_response_municipalities.py +++ b/test/test_api_response_municipalities.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_municipalitiy_financials.py b/test/test_api_response_municipalitiy_financials.py index 2e2a04d7..4d0eb51f 100644 --- a/test/test_api_response_municipalitiy_financials.py +++ b/test/test_api_response_municipalitiy_financials.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 0d7573ba..2392b9a7 100644 --- a/test/test_api_response_news.py +++ b/test/test_api_response_news.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_option_prices.py b/test/test_api_response_option_prices.py index 25097ced..994cab95 100644 --- a/test/test_api_response_option_prices.py +++ b/test/test_api_response_option_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options.py b/test/test_api_response_options.py index 1249d38a..903b68a7 100644 --- a/test/test_api_response_options.py +++ b/test/test_api_response_options.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_aggregates.py b/test/test_api_response_options_aggregates.py index 9bbb15a0..26473a63 100644 --- a/test/test_api_response_options_aggregates.py +++ b/test/test_api_response_options_aggregates.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_chain.py b/test/test_api_response_options_chain.py index fbf37ace..5fc0b97a 100644 --- a/test/test_api_response_options_chain.py +++ b/test/test_api_response_options_chain.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_chain_eod.py b/test/test_api_response_options_chain_eod.py index a324f07a..735a9320 100644 --- a/test/test_api_response_options_chain_eod.py +++ b/test/test_api_response_options_chain_eod.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_chain_realtime.py b/test/test_api_response_options_chain_realtime.py index 2bebbe49..5209a2ea 100644 --- a/test/test_api_response_options_chain_realtime.py +++ b/test/test_api_response_options_chain_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_expirations.py b/test/test_api_response_options_expirations.py index 35d9021c..8084a250 100644 --- a/test/test_api_response_options_expirations.py +++ b/test/test_api_response_options_expirations.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_price_realtime.py b/test/test_api_response_options_price_realtime.py index bb3b7f39..a4606373 100644 --- a/test/test_api_response_options_price_realtime.py +++ b/test/test_api_response_options_price_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_prices_batch_realtime.py b/test/test_api_response_options_prices_batch_realtime.py index d26813ed..f09c2778 100644 --- a/test/test_api_response_options_prices_batch_realtime.py +++ b/test/test_api_response_options_prices_batch_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_prices_by_ticker_realtime.py b/test/test_api_response_options_prices_by_ticker_realtime.py index 613b0f26..69060be5 100644 --- a/test/test_api_response_options_prices_by_ticker_realtime.py +++ b/test/test_api_response_options_prices_by_ticker_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_prices_eod.py b/test/test_api_response_options_prices_eod.py index b13913e5..770f4a4b 100644 --- a/test/test_api_response_options_prices_eod.py +++ b/test/test_api_response_options_prices_eod.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_realtime.py b/test/test_api_response_options_realtime.py index 572d88b8..61d106d5 100644 --- a/test/test_api_response_options_realtime.py +++ b/test/test_api_response_options_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_stats_realtime.py b/test/test_api_response_options_stats_realtime.py index 310a590f..0ddfbb85 100644 --- a/test/test_api_response_options_stats_realtime.py +++ b/test/test_api_response_options_stats_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_tickers.py b/test/test_api_response_options_tickers.py index 70339611..361a318e 100644 --- a/test/test_api_response_options_tickers.py +++ b/test/test_api_response_options_tickers.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_options_unusual_activity.py b/test/test_api_response_options_unusual_activity.py index 3312abb8..e05427fa 100644 --- a/test/test_api_response_options_unusual_activity.py +++ b/test/test_api_response_options_unusual_activity.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_owner_insider_transaction_filings.py b/test/test_api_response_owner_insider_transaction_filings.py index b6dc0f5c..697084e6 100644 --- a/test/test_api_response_owner_insider_transaction_filings.py +++ b/test/test_api_response_owner_insider_transaction_filings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_owner_institutional_holdings.py b/test/test_api_response_owner_institutional_holdings.py index 5bcd1707..9be28799 100644 --- a/test/test_api_response_owner_institutional_holdings.py +++ b/test/test_api_response_owner_institutional_holdings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_owners.py b/test/test_api_response_owners.py index 34f56911..865e9726 100644 --- a/test/test_api_response_owners.py +++ b/test/test_api_response_owners.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_realtime_index_prices.py b/test/test_api_response_realtime_index_prices.py index f7a7ebee..019f4cb8 100644 --- a/test/test_api_response_realtime_index_prices.py +++ b/test/test_api_response_realtime_index_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 ec8fb690..3aa98a13 100644 --- a/test/test_api_response_reported_financials.py +++ b/test/test_api_response_reported_financials.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 25cd3e76..0b75fdfe 100644 --- a/test/test_api_response_securities.py +++ b/test/test_api_response_securities.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_securities_search.py b/test/test_api_response_securities_search.py index 263cacd9..46dd3ddf 100644 --- a/test/test_api_response_securities_search.py +++ b/test/test_api_response_securities_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_accumulation_distribution_index.py b/test/test_api_response_security_accumulation_distribution_index.py index 1def2760..73a53972 100644 --- a/test/test_api_response_security_accumulation_distribution_index.py +++ b/test/test_api_response_security_accumulation_distribution_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_average_daily_trading_volume.py b/test/test_api_response_security_average_daily_trading_volume.py index 5bc22c00..ed08a597 100644 --- a/test/test_api_response_security_average_daily_trading_volume.py +++ b/test/test_api_response_security_average_daily_trading_volume.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_average_directional_index.py b/test/test_api_response_security_average_directional_index.py index 03ea4a99..f3de1ede 100644 --- a/test/test_api_response_security_average_directional_index.py +++ b/test/test_api_response_security_average_directional_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_average_true_range.py b/test/test_api_response_security_average_true_range.py index c6e8b2f3..228013df 100644 --- a/test/test_api_response_security_average_true_range.py +++ b/test/test_api_response_security_average_true_range.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_awesome_oscillator.py b/test/test_api_response_security_awesome_oscillator.py index c08c28f1..c68d9db6 100644 --- a/test/test_api_response_security_awesome_oscillator.py +++ b/test/test_api_response_security_awesome_oscillator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_bollinger_bands.py b/test/test_api_response_security_bollinger_bands.py index f46f675b..f232202b 100644 --- a/test/test_api_response_security_bollinger_bands.py +++ b/test/test_api_response_security_bollinger_bands.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_chaikin_money_flow.py b/test/test_api_response_security_chaikin_money_flow.py index e85f7951..1cb45a94 100644 --- a/test/test_api_response_security_chaikin_money_flow.py +++ b/test/test_api_response_security_chaikin_money_flow.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_commodity_channel_index.py b/test/test_api_response_security_commodity_channel_index.py index e29b61c5..04a74a8d 100644 --- a/test/test_api_response_security_commodity_channel_index.py +++ b/test/test_api_response_security_commodity_channel_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_detrended_price_oscillator.py b/test/test_api_response_security_detrended_price_oscillator.py index dc852b2b..46c5a7b9 100644 --- a/test/test_api_response_security_detrended_price_oscillator.py +++ b/test/test_api_response_security_detrended_price_oscillator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_donchian_channel.py b/test/test_api_response_security_donchian_channel.py index a7702634..5dda401d 100644 --- a/test/test_api_response_security_donchian_channel.py +++ b/test/test_api_response_security_donchian_channel.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_ease_of_movement.py b/test/test_api_response_security_ease_of_movement.py index 0e9558c4..05b45c3d 100644 --- a/test/test_api_response_security_ease_of_movement.py +++ b/test/test_api_response_security_ease_of_movement.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_force_index.py b/test/test_api_response_security_force_index.py index b8c1f5e0..f22b482d 100644 --- a/test/test_api_response_security_force_index.py +++ b/test/test_api_response_security_force_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 6d50fbf3..9d06e0f5 100644 --- a/test/test_api_response_security_historical_data.py +++ b/test/test_api_response_security_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_ichimoku_kinko_hyo.py b/test/test_api_response_security_ichimoku_kinko_hyo.py index 4f08e86f..6e89deef 100644 --- a/test/test_api_response_security_ichimoku_kinko_hyo.py +++ b/test/test_api_response_security_ichimoku_kinko_hyo.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_institutional_ownership.py b/test/test_api_response_security_institutional_ownership.py index bfd1d124..7205c43f 100644 --- a/test/test_api_response_security_institutional_ownership.py +++ b/test/test_api_response_security_institutional_ownership.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_interval_prices.py b/test/test_api_response_security_interval_prices.py index 13d375a6..029f543c 100644 --- a/test/test_api_response_security_interval_prices.py +++ b/test/test_api_response_security_interval_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_intraday_prices.py b/test/test_api_response_security_intraday_prices.py index c96a1e44..f111628d 100644 --- a/test/test_api_response_security_intraday_prices.py +++ b/test/test_api_response_security_intraday_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_keltner_channel.py b/test/test_api_response_security_keltner_channel.py index 01e98687..88f24f8f 100644 --- a/test/test_api_response_security_keltner_channel.py +++ b/test/test_api_response_security_keltner_channel.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_know_sure_thing.py b/test/test_api_response_security_know_sure_thing.py index c42a2751..ed9ec00c 100644 --- a/test/test_api_response_security_know_sure_thing.py +++ b/test/test_api_response_security_know_sure_thing.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_mass_index.py b/test/test_api_response_security_mass_index.py index da2fbb78..fbc88d66 100644 --- a/test/test_api_response_security_mass_index.py +++ b/test/test_api_response_security_mass_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_money_flow_index.py b/test/test_api_response_security_money_flow_index.py index c0ae2dc9..a2e53909 100644 --- a/test/test_api_response_security_money_flow_index.py +++ b/test/test_api_response_security_money_flow_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_moving_average_convergence_divergence.py b/test/test_api_response_security_moving_average_convergence_divergence.py index 51147758..9e8f6620 100644 --- a/test/test_api_response_security_moving_average_convergence_divergence.py +++ b/test/test_api_response_security_moving_average_convergence_divergence.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_negative_volume_index.py b/test/test_api_response_security_negative_volume_index.py index f2f3d587..797e8b3b 100644 --- a/test/test_api_response_security_negative_volume_index.py +++ b/test/test_api_response_security_negative_volume_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_on_balance_volume.py b/test/test_api_response_security_on_balance_volume.py index 000203ca..b1dfb10d 100644 --- a/test/test_api_response_security_on_balance_volume.py +++ b/test/test_api_response_security_on_balance_volume.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_on_balance_volume_mean.py b/test/test_api_response_security_on_balance_volume_mean.py index dc514e91..b0707538 100644 --- a/test/test_api_response_security_on_balance_volume_mean.py +++ b/test/test_api_response_security_on_balance_volume_mean.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_quote.py b/test/test_api_response_security_quote.py index e110e8c3..6da0c848 100644 --- a/test/test_api_response_security_quote.py +++ b/test/test_api_response_security_quote.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_relative_strength_index.py b/test/test_api_response_security_relative_strength_index.py index ae6acad0..7aceb3b3 100644 --- a/test/test_api_response_security_relative_strength_index.py +++ b/test/test_api_response_security_relative_strength_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_simple_moving_average.py b/test/test_api_response_security_simple_moving_average.py index 255af3b2..c7b25426 100644 --- a/test/test_api_response_security_simple_moving_average.py +++ b/test/test_api_response_security_simple_moving_average.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_stochastic_oscillator.py b/test/test_api_response_security_stochastic_oscillator.py index 52c9beea..0942983e 100644 --- a/test/test_api_response_security_stochastic_oscillator.py +++ b/test/test_api_response_security_stochastic_oscillator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 2f7666ba..2b14f212 100644 --- a/test/test_api_response_security_stock_price_adjustments.py +++ b/test/test_api_response_security_stock_price_adjustments.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 c37f41fa..ca88cf26 100644 --- a/test/test_api_response_security_stock_prices.py +++ b/test/test_api_response_security_stock_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_triple_exponential_average.py b/test/test_api_response_security_triple_exponential_average.py index b464e5a0..e2e56bdd 100644 --- a/test/test_api_response_security_triple_exponential_average.py +++ b/test/test_api_response_security_triple_exponential_average.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_true_strength_index.py b/test/test_api_response_security_true_strength_index.py index a4ec199d..f1c28da6 100644 --- a/test/test_api_response_security_true_strength_index.py +++ b/test/test_api_response_security_true_strength_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_ultimate_oscillator.py b/test/test_api_response_security_ultimate_oscillator.py index 5356c592..db277f68 100644 --- a/test/test_api_response_security_ultimate_oscillator.py +++ b/test/test_api_response_security_ultimate_oscillator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_volume_price_trend.py b/test/test_api_response_security_volume_price_trend.py index ce2802c8..cca6467b 100644 --- a/test/test_api_response_security_volume_price_trend.py +++ b/test/test_api_response_security_volume_price_trend.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_volume_weighted_average_price.py b/test/test_api_response_security_volume_weighted_average_price.py index 2f5ff280..98cecc55 100644 --- a/test/test_api_response_security_volume_weighted_average_price.py +++ b/test/test_api_response_security_volume_weighted_average_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_vortex_indicator.py b/test/test_api_response_security_vortex_indicator.py index 9a6517d8..6ecfffd2 100644 --- a/test/test_api_response_security_vortex_indicator.py +++ b/test/test_api_response_security_vortex_indicator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_williams_r.py b/test/test_api_response_security_williams_r.py index 37e956ee..44565d06 100644 --- a/test/test_api_response_security_williams_r.py +++ b/test/test_api_response_security_williams_r.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_zacks_analyst_ratings.py b/test/test_api_response_security_zacks_analyst_ratings.py index ae418bc7..635d465a 100644 --- a/test/test_api_response_security_zacks_analyst_ratings.py +++ b/test/test_api_response_security_zacks_analyst_ratings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_zacks_analyst_ratings_snapshot.py b/test/test_api_response_security_zacks_analyst_ratings_snapshot.py index 303b54b0..3396f08e 100644 --- a/test/test_api_response_security_zacks_analyst_ratings_snapshot.py +++ b/test/test_api_response_security_zacks_analyst_ratings_snapshot.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_zacks_eps_surprises.py b/test/test_api_response_security_zacks_eps_surprises.py index 910e3be4..d7c6691d 100644 --- a/test/test_api_response_security_zacks_eps_surprises.py +++ b/test/test_api_response_security_zacks_eps_surprises.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_security_zacks_sales_surprises.py b/test/test_api_response_security_zacks_sales_surprises.py index 7d7343b5..69d4a8d9 100644 --- a/test/test_api_response_security_zacks_sales_surprises.py +++ b/test/test_api_response_security_zacks_sales_surprises.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 45558c74..274905ee 100644 --- a/test/test_api_response_sic_index_historical_data.py +++ b/test/test_api_response_sic_index_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 eddfb4be..654dad01 100644 --- a/test/test_api_response_sic_indices.py +++ b/test/test_api_response_sic_indices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_sic_indices_search.py b/test/test_api_response_sic_indices_search.py index 5f2b82de..c3a92e48 100644 --- a/test/test_api_response_sic_indices_search.py +++ b/test/test_api_response_sic_indices_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 25839dbe..e4096955 100644 --- a/test/test_api_response_standardized_financials.py +++ b/test/test_api_response_standardized_financials.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_standardized_financials_dimensions.py b/test/test_api_response_standardized_financials_dimensions.py index d230071d..077d963e 100644 --- a/test/test_api_response_standardized_financials_dimensions.py +++ b/test/test_api_response_standardized_financials_dimensions.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_stock_exchange_realtime_stock_prices.py b/test/test_api_response_stock_exchange_realtime_stock_prices.py index 1b2e994c..c6bcfd97 100644 --- a/test/test_api_response_stock_exchange_realtime_stock_prices.py +++ b/test/test_api_response_stock_exchange_realtime_stock_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 9c4754a5..39fc3d7b 100644 --- a/test/test_api_response_stock_exchange_securities.py +++ b/test/test_api_response_stock_exchange_securities.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 ddb58e1f..e2b74f56 100644 --- a/test/test_api_response_stock_exchange_stock_price_adjustments.py +++ b/test/test_api_response_stock_exchange_stock_price_adjustments.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 133036b4..8a660bbf 100644 --- a/test/test_api_response_stock_exchange_stock_prices.py +++ b/test/test_api_response_stock_exchange_stock_prices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 0582f80c..ae31d167 100644 --- a/test/test_api_response_stock_exchanges.py +++ b/test/test_api_response_stock_exchanges.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 714b4950..5c38b8a0 100644 --- a/test/test_api_response_stock_market_index_historical_data.py +++ b/test/test_api_response_stock_market_index_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 d63c5a4b..d728d42d 100644 --- a/test/test_api_response_stock_market_indices.py +++ b/test/test_api_response_stock_market_indices.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_stock_market_indices_search.py b/test/test_api_response_stock_market_indices_search.py index 9dad4513..5c4f6555 100644 --- a/test/test_api_response_stock_market_indices_search.py +++ b/test/test_api_response_stock_market_indices_search.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_analyst_ratings.py b/test/test_api_response_zacks_analyst_ratings.py index 4ec94d49..b6988801 100644 --- a/test/test_api_response_zacks_analyst_ratings.py +++ b/test/test_api_response_zacks_analyst_ratings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_ebitda_consensus.py b/test/test_api_response_zacks_ebitda_consensus.py index 9414ee69..297354ff 100644 --- a/test/test_api_response_zacks_ebitda_consensus.py +++ b/test/test_api_response_zacks_ebitda_consensus.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_eps_estimates.py b/test/test_api_response_zacks_eps_estimates.py index 1f6276a5..e582db0d 100644 --- a/test/test_api_response_zacks_eps_estimates.py +++ b/test/test_api_response_zacks_eps_estimates.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_eps_growth_rates.py b/test/test_api_response_zacks_eps_growth_rates.py index bac811d9..91ce6dd3 100644 --- a/test/test_api_response_zacks_eps_growth_rates.py +++ b/test/test_api_response_zacks_eps_growth_rates.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_eps_surprises.py b/test/test_api_response_zacks_eps_surprises.py index 4f0eda79..a252143f 100644 --- a/test/test_api_response_zacks_eps_surprises.py +++ b/test/test_api_response_zacks_eps_surprises.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_etf_holdings.py b/test/test_api_response_zacks_etf_holdings.py index a00927de..8f495b01 100644 --- a/test/test_api_response_zacks_etf_holdings.py +++ b/test/test_api_response_zacks_etf_holdings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_forward_p_es.py b/test/test_api_response_zacks_forward_p_es.py index 01a9b828..83c4ee57 100644 --- a/test/test_api_response_zacks_forward_p_es.py +++ b/test/test_api_response_zacks_forward_p_es.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_institutional_holding_companies.py b/test/test_api_response_zacks_institutional_holding_companies.py index 2211fb20..0ca1e55b 100644 --- a/test/test_api_response_zacks_institutional_holding_companies.py +++ b/test/test_api_response_zacks_institutional_holding_companies.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_institutional_holding_owners.py b/test/test_api_response_zacks_institutional_holding_owners.py index e4ec5520..1d2ccf5c 100644 --- a/test/test_api_response_zacks_institutional_holding_owners.py +++ b/test/test_api_response_zacks_institutional_holding_owners.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_institutional_holdings.py b/test/test_api_response_zacks_institutional_holdings.py index 2c998f05..3b2361d9 100644 --- a/test/test_api_response_zacks_institutional_holdings.py +++ b/test/test_api_response_zacks_institutional_holdings.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_long_term_growth_rates.py b/test/test_api_response_zacks_long_term_growth_rates.py index 449e0895..cc5b9242 100644 --- a/test/test_api_response_zacks_long_term_growth_rates.py +++ b/test/test_api_response_zacks_long_term_growth_rates.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_sales_estimates.py b/test/test_api_response_zacks_sales_estimates.py index f74ad7cf..b7ac745b 100644 --- a/test/test_api_response_zacks_sales_estimates.py +++ b/test/test_api_response_zacks_sales_estimates.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_sales_surprises.py b/test/test_api_response_zacks_sales_surprises.py index b5d03814..bffb8cfc 100644 --- a/test/test_api_response_zacks_sales_surprises.py +++ b/test/test_api_response_zacks_sales_surprises.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_response_zacks_target_price_consensuses.py b/test/test_api_response_zacks_target_price_consensuses.py index 6dc4485b..e7bc7859 100644 --- a/test/test_api_response_zacks_target_price_consensuses.py +++ b/test/test_api_response_zacks_target_price_consensuses.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_average_daily_trading_volume_technical_value.py b/test/test_average_daily_trading_volume_technical_value.py index d7cd0677..96b170bd 100644 --- a/test/test_average_daily_trading_volume_technical_value.py +++ b/test/test_average_daily_trading_volume_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_average_directional_index_technical_value.py b/test/test_average_directional_index_technical_value.py index 3e6b930e..78e83ca7 100644 --- a/test/test_average_directional_index_technical_value.py +++ b/test/test_average_directional_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_average_true_range_technical_value.py b/test/test_average_true_range_technical_value.py index b3cb7c53..148b2366 100644 --- a/test/test_average_true_range_technical_value.py +++ b/test/test_average_true_range_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_awesome_oscillator_technical_value.py b/test/test_awesome_oscillator_technical_value.py index f0df6280..a7a4f541 100644 --- a/test/test_awesome_oscillator_technical_value.py +++ b/test/test_awesome_oscillator_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_bollinger_bands_technical_value.py b/test/test_bollinger_bands_technical_value.py index d0c971ae..8322d3f5 100644 --- a/test/test_bollinger_bands_technical_value.py +++ b/test/test_bollinger_bands_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_bulk_download_links.py b/test/test_bulk_download_links.py index 56c492f6..afe7b80e 100644 --- a/test/test_bulk_download_links.py +++ b/test/test_bulk_download_links.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_bulk_download_summary.py b/test/test_bulk_download_summary.py index 45373607..adcd5474 100644 --- a/test/test_bulk_download_summary.py +++ b/test/test_bulk_download_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_bulk_downloads_api.py b/test/test_bulk_downloads_api.py index 376c66e6..057ea4b7 100644 --- a/test/test_bulk_downloads_api.py +++ b/test/test_bulk_downloads_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_chaikin_money_flow_technical_value.py b/test/test_chaikin_money_flow_technical_value.py index c946c3d9..4065957e 100644 --- a/test/test_chaikin_money_flow_technical_value.py +++ b/test/test_chaikin_money_flow_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_commodity_channel_index_technical_value.py b/test/test_commodity_channel_index_technical_value.py index 1c3f1db9..0d560c35 100644 --- a/test/test_commodity_channel_index_technical_value.py +++ b/test/test_commodity_channel_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company.py b/test/test_company.py index 85527a59..a47eeba8 100644 --- a/test/test_company.py +++ b/test/test_company.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 2f0599e4..abdb4ef7 100644 --- a/test/test_company_api.py +++ b/test/test_company_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_daily_metric.py b/test/test_company_daily_metric.py index 5ff374b8..ff94034e 100644 --- a/test/test_company_daily_metric.py +++ b/test/test_company_daily_metric.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_filing.py b/test/test_company_filing.py index 09dcd281..2e6e0cb5 100644 --- a/test/test_company_filing.py +++ b/test/test_company_filing.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_initial_public_offering.py b/test/test_company_initial_public_offering.py index 4ebd41e2..ca0fe612 100644 --- a/test/test_company_initial_public_offering.py +++ b/test/test_company_initial_public_offering.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 792f6ee2..3d7309d0 100644 --- a/test/test_company_news.py +++ b/test/test_company_news.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 1b4116ad..aae0ccb3 100644 --- a/test/test_company_news_summary.py +++ b/test/test_company_news_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_public_float.py b/test/test_company_public_float.py index ecbfaf90..6f0620bb 100644 --- a/test/test_company_public_float.py +++ b/test/test_company_public_float.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_company_shares_outstanding.py b/test/test_company_shares_outstanding.py index f40e5388..426f2bd8 100644 --- a/test/test_company_shares_outstanding.py +++ b/test/test_company_shares_outstanding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 6555b5d2..5932f383 100644 --- a/test/test_company_summary.py +++ b/test/test_company_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 e5df8928..57e1e640 100644 --- a/test/test_data_point_api.py +++ b/test/test_data_point_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_data_tag.py b/test/test_data_tag.py index 5c7e86a9..8e3a67ea 100644 --- a/test/test_data_tag.py +++ b/test/test_data_tag.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 fa392913..8e390920 100644 --- a/test/test_data_tag_api.py +++ b/test/test_data_tag_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_data_tag_summary.py b/test/test_data_tag_summary.py index 21772081..3fd1ed4a 100644 --- a/test/test_data_tag_summary.py +++ b/test/test_data_tag_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_detrended_price_oscillator_technical_value.py b/test/test_detrended_price_oscillator_technical_value.py index 44d48ab5..fc88c07d 100644 --- a/test/test_detrended_price_oscillator_technical_value.py +++ b/test/test_detrended_price_oscillator_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_dividend_record.py b/test/test_dividend_record.py index 05f331b9..521f6bdf 100644 --- a/test/test_dividend_record.py +++ b/test/test_dividend_record.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_donchian_channel_technical_value.py b/test/test_donchian_channel_technical_value.py index 446b39a2..9f939c33 100644 --- a/test/test_donchian_channel_technical_value.py +++ b/test/test_donchian_channel_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_earnings_record.py b/test/test_earnings_record.py index 46063229..281a6ac6 100644 --- a/test/test_earnings_record.py +++ b/test/test_earnings_record.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_ease_of_movement_technical_value.py b/test/test_ease_of_movement_technical_value.py index 6a0adf9d..09015960 100644 --- a/test/test_ease_of_movement_technical_value.py +++ b/test/test_ease_of_movement_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 3606f33c..9dd7c336 100644 --- a/test/test_economic_index.py +++ b/test/test_economic_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 1b713685..0251675f 100644 --- a/test/test_economic_index_summary.py +++ b/test/test_economic_index_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_eod_index_price.py b/test/test_eod_index_price.py index 6c60e175..d9600214 100644 --- a/test/test_eod_index_price.py +++ b/test/test_eod_index_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_eod_index_price_summary.py b/test/test_eod_index_price_summary.py index d1337ad2..296f72a5 100644 --- a/test/test_eod_index_price_summary.py +++ b/test/test_eod_index_price_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_api.py b/test/test_esg_api.py index dd2602c1..69fb4294 100644 --- a/test/test_esg_api.py +++ b/test/test_esg_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_company_summary.py b/test/test_esg_company_summary.py index 795ea62d..3e5cd39e 100644 --- a/test/test_esg_company_summary.py +++ b/test/test_esg_company_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_comprehensive_rating.py b/test/test_esg_comprehensive_rating.py index 8af2386d..697e09fd 100644 --- a/test/test_esg_comprehensive_rating.py +++ b/test/test_esg_comprehensive_rating.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_comprehensive_rating_with_company.py b/test/test_esg_comprehensive_rating_with_company.py index 84c17b8a..539d1b64 100644 --- a/test/test_esg_comprehensive_rating_with_company.py +++ b/test/test_esg_comprehensive_rating_with_company.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_rating.py b/test/test_esg_rating.py index e3824cf1..dff6a923 100644 --- a/test/test_esg_rating.py +++ b/test/test_esg_rating.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_esg_rating_with_company.py b/test/test_esg_rating_with_company.py index c6c2c640..9b31d01a 100644 --- a/test/test_esg_rating_with_company.py +++ b/test/test_esg_rating_with_company.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_et_fs_api.py b/test/test_et_fs_api.py index a629a66b..59c71c7e 100644 --- a/test/test_et_fs_api.py +++ b/test/test_et_fs_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_etf.py b/test/test_etf.py index 869b7abd..5f5130e4 100644 --- a/test/test_etf.py +++ b/test/test_etf.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_etf_analytics.py b/test/test_etf_analytics.py index 776dc2b2..bb9db91e 100644 --- a/test/test_etf_analytics.py +++ b/test/test_etf_analytics.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_etf_holding.py b/test/test_etf_holding.py index 00a9c405..789e296c 100644 --- a/test/test_etf_holding.py +++ b/test/test_etf_holding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_etf_stats.py b/test/test_etf_stats.py index 792b749a..961b4b41 100644 --- a/test/test_etf_stats.py +++ b/test/test_etf_stats.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_etf_summary.py b/test/test_etf_summary.py index ed7d90da..019429a8 100644 --- a/test/test_etf_summary.py +++ b/test/test_etf_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing.py b/test/test_filing.py index dbd68951..cbf5de64 100644 --- a/test/test_filing.py +++ b/test/test_filing.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 cd3eb979..756ddc2f 100644 --- a/test/test_filing_api.py +++ b/test/test_filing_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing_note.py b/test/test_filing_note.py index c390a18d..39a0b784 100644 --- a/test/test_filing_note.py +++ b/test/test_filing_note.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing_note_filing.py b/test/test_filing_note_filing.py index cddc819d..6d4c0721 100644 --- a/test/test_filing_note_filing.py +++ b/test/test_filing_note_filing.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing_note_summary.py b/test/test_filing_note_summary.py index 5f14e7dc..a904a8ae 100644 --- a/test/test_filing_note_summary.py +++ b/test/test_filing_note_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filing_summary.py b/test/test_filing_summary.py index d485cf46..d6c9d8d2 100644 --- a/test/test_filing_summary.py +++ b/test/test_filing_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_force_index_technical_value.py b/test/test_force_index_technical_value.py index 2cae7ab0..6bfc3acd 100644 --- a/test/test_force_index_technical_value.py +++ b/test/test_force_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_forex_api.py b/test/test_forex_api.py index 2d1b165c..1c2b7950 100644 --- a/test/test_forex_api.py +++ b/test/test_forex_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_forex_currency.py b/test/test_forex_currency.py index 26832494..dc69653a 100644 --- a/test/test_forex_currency.py +++ b/test/test_forex_currency.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_forex_pair.py b/test/test_forex_pair.py index a9d7d8f8..fc4b1981 100644 --- a/test/test_forex_pair.py +++ b/test/test_forex_pair.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_forex_price.py b/test/test_forex_price.py index a11794fc..7c7aaf71 100644 --- a/test/test_forex_price.py +++ b/test/test_forex_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_fundamental.py b/test/test_fundamental.py index 078643fc..7da5a01d 100644 --- a/test/test_fundamental.py +++ b/test/test_fundamental.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 e7f6abb2..82418f3b 100644 --- a/test/test_fundamental_summary.py +++ b/test/test_fundamental_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 b33d4e2f..b56a57fe 100644 --- a/test/test_fundamentals_api.py +++ b/test/test_fundamentals_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_historical_data.py b/test/test_historical_data.py index dbde6f38..9d714d44 100644 --- a/test/test_historical_data.py +++ b/test/test_historical_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 2df5a231..2031a3b7 100644 --- a/test/test_historical_data_api.py +++ b/test/test_historical_data_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_ichimoku_kinko_hyo_technical_value.py b/test/test_ichimoku_kinko_hyo_technical_value.py index ba406c16..8d84e6cb 100644 --- a/test/test_ichimoku_kinko_hyo_technical_value.py +++ b/test/test_ichimoku_kinko_hyo_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_index_api.py b/test/test_index_api.py index ba462357..7442ac28 100644 --- a/test/test_index_api.py +++ b/test/test_index_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_insider_transaction.py b/test/test_insider_transaction.py index e719fe7a..f8742690 100644 --- a/test/test_insider_transaction.py +++ b/test/test_insider_transaction.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_insider_transaction_filing.py b/test/test_insider_transaction_filing.py index d183e55e..7b19d439 100644 --- a/test/test_insider_transaction_filing.py +++ b/test/test_insider_transaction_filing.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_insider_transaction_filings_api.py b/test/test_insider_transaction_filings_api.py index 7430d652..534f0b7f 100644 --- a/test/test_insider_transaction_filings_api.py +++ b/test/test_insider_transaction_filings_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_institutional_holding.py b/test/test_institutional_holding.py index 4282ecfc..6c38cdb2 100644 --- a/test/test_institutional_holding.py +++ b/test/test_institutional_holding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_institutional_ownership.py b/test/test_institutional_ownership.py index 0244a81c..a14aec78 100644 --- a/test/test_institutional_ownership.py +++ b/test/test_institutional_ownership.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_intraday_stock_price.py b/test/test_intraday_stock_price.py index 717389c9..f1f914f4 100644 --- a/test/test_intraday_stock_price.py +++ b/test/test_intraday_stock_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_keltner_channel_technical_value.py b/test/test_keltner_channel_technical_value.py index 18d25589..4985adce 100644 --- a/test/test_keltner_channel_technical_value.py +++ b/test/test_keltner_channel_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_know_sure_thing_technical_value.py b/test/test_know_sure_thing_technical_value.py index 744fefa7..f05dc8d8 100644 --- a/test/test_know_sure_thing_technical_value.py +++ b/test/test_know_sure_thing_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_market_api.py b/test/test_market_api.py index 1341b41a..81fc0056 100644 --- a/test/test_market_api.py +++ b/test/test_market_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_market_status_result.py b/test/test_market_status_result.py index 01ed374e..0627c783 100644 --- a/test/test_market_status_result.py +++ b/test/test_market_status_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_mass_index_technical_value.py b/test/test_mass_index_technical_value.py index 372568e6..cdfff2c6 100644 --- a/test/test_mass_index_technical_value.py +++ b/test/test_mass_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_money_flow_index_technical_value.py b/test/test_money_flow_index_technical_value.py index 33d0e5d7..12a8b106 100644 --- a/test/test_money_flow_index_technical_value.py +++ b/test/test_money_flow_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_moving_average_convergence_divergence_technical_value.py b/test/test_moving_average_convergence_divergence_technical_value.py index 08998589..8dc3e213 100644 --- a/test/test_moving_average_convergence_divergence_technical_value.py +++ b/test/test_moving_average_convergence_divergence_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_municipality.py b/test/test_municipality.py index c53e9288..787ae769 100644 --- a/test/test_municipality.py +++ b/test/test_municipality.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_municipality_api.py b/test/test_municipality_api.py index 8442286e..76c745aa 100644 --- a/test/test_municipality_api.py +++ b/test/test_municipality_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_municipality_financial.py b/test/test_municipality_financial.py index 46a2a621..ba7d3bcf 100644 --- a/test/test_municipality_financial.py +++ b/test/test_municipality_financial.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_negative_volume_index_technical_value.py b/test/test_negative_volume_index_technical_value.py index 112cc11c..d6be8ddd 100644 --- a/test/test_negative_volume_index_technical_value.py +++ b/test/test_negative_volume_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_news_topic.py b/test/test_news_topic.py index 942c9fe4..79d238e2 100644 --- a/test/test_news_topic.py +++ b/test/test_news_topic.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_on_balance_volume_mean_technical_value.py b/test/test_on_balance_volume_mean_technical_value.py index 6065b29d..150ec4ba 100644 --- a/test/test_on_balance_volume_mean_technical_value.py +++ b/test/test_on_balance_volume_mean_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_on_balance_volume_technical_value.py b/test/test_on_balance_volume_technical_value.py index 75082a1b..ee6e9e49 100644 --- a/test/test_on_balance_volume_technical_value.py +++ b/test/test_on_balance_volume_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option.py b/test/test_option.py index 9ab98d59..901871b4 100644 --- a/test/test_option.py +++ b/test/test_option.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_chain.py b/test/test_option_chain.py index b89e336f..7be7a6af 100644 --- a/test/test_option_chain.py +++ b/test/test_option_chain.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_chain_eod.py b/test/test_option_chain_eod.py index 0c16a114..09255766 100644 --- a/test/test_option_chain_eod.py +++ b/test/test_option_chain_eod.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_chain_realtime.py b/test/test_option_chain_realtime.py index f66f8355..cce11ccb 100644 --- a/test/test_option_chain_realtime.py +++ b/test/test_option_chain_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_contracts_list.py b/test/test_option_contracts_list.py index 91a79ade..0e049f33 100644 --- a/test/test_option_contracts_list.py +++ b/test/test_option_contracts_list.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_eod.py b/test/test_option_eod.py index 619163dc..64c91eec 100644 --- a/test/test_option_eod.py +++ b/test/test_option_eod.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_factors_realtime.py b/test/test_option_factors_realtime.py index 5f86721d..1c8a6f72 100644 --- a/test/test_option_factors_realtime.py +++ b/test/test_option_factors_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_interval.py b/test/test_option_interval.py index d6ef06bf..298d434a 100644 --- a/test/test_option_interval.py +++ b/test/test_option_interval.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_interval_mover.py b/test/test_option_interval_mover.py index 9b6e3717..812b3758 100644 --- a/test/test_option_interval_mover.py +++ b/test/test_option_interval_mover.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_intervals_movers_result.py b/test/test_option_intervals_movers_result.py index 95145812..221320b4 100644 --- a/test/test_option_intervals_movers_result.py +++ b/test/test_option_intervals_movers_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_intervals_result.py b/test/test_option_intervals_result.py index 10642e6a..7a8a9189 100644 --- a/test/test_option_intervals_result.py +++ b/test/test_option_intervals_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_price.py b/test/test_option_price.py index 7f257a4a..ea3e13c6 100644 --- a/test/test_option_price.py +++ b/test/test_option_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_price_batch_realtime.py b/test/test_option_price_batch_realtime.py index eee4a67d..b6fa47bd 100644 --- a/test/test_option_price_batch_realtime.py +++ b/test/test_option_price_batch_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_price_eod.py b/test/test_option_price_eod.py index 4b6838cf..6bc1a277 100644 --- a/test/test_option_price_eod.py +++ b/test/test_option_price_eod.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_price_realtime.py b/test/test_option_price_realtime.py index 8549bcf0..e3d58c1b 100644 --- a/test/test_option_price_realtime.py +++ b/test/test_option_price_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_price_realtime_extended.py b/test/test_option_price_realtime_extended.py index ccbf6310..325807aa 100644 --- a/test/test_option_price_realtime_extended.py +++ b/test/test_option_price_realtime_extended.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_realtime.py b/test/test_option_realtime.py index e56267cc..44036f40 100644 --- a/test/test_option_realtime.py +++ b/test/test_option_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_snapshot_group.py b/test/test_option_snapshot_group.py index ab9dba47..ccc8e988 100644 --- a/test/test_option_snapshot_group.py +++ b/test/test_option_snapshot_group.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_snapshots_result.py b/test/test_option_snapshots_result.py index a396c63b..6d9133fb 100644 --- a/test/test_option_snapshots_result.py +++ b/test/test_option_snapshots_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_stats_realtime.py b/test/test_option_stats_realtime.py index c3b0d146..e9ef6df6 100644 --- a/test/test_option_stats_realtime.py +++ b/test/test_option_stats_realtime.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_option_unusual_trade.py b/test/test_option_unusual_trade.py index 46a1990c..bde4a984 100644 --- a/test/test_option_unusual_trade.py +++ b/test/test_option_unusual_trade.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_options_aggregate.py b/test/test_options_aggregate.py index 51448ac3..2d4e5160 100644 --- a/test/test_options_aggregate.py +++ b/test/test_options_aggregate.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_options_api.py b/test/test_options_api.py index 67e066c4..6e6ab3e5 100644 --- a/test/test_options_api.py +++ b/test/test_options_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_owner.py b/test/test_owner.py index 064c87f8..76874f38 100644 --- a/test/test_owner.py +++ b/test/test_owner.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_owner_summary.py b/test/test_owner_summary.py index faed8981..a6b822ff 100644 --- a/test/test_owner_summary.py +++ b/test/test_owner_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_owners_api.py b/test/test_owners_api.py index cd623ecb..9b94602c 100644 --- a/test/test_owners_api.py +++ b/test/test_owners_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_realtime_index_price.py b/test/test_realtime_index_price.py index 61b34911..4746192e 100644 --- a/test/test_realtime_index_price.py +++ b/test/test_realtime_index_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_realtime_index_price_index.py b/test/test_realtime_index_price_index.py index ce9ef0f1..4ba4978a 100644 --- a/test/test_realtime_index_price_index.py +++ b/test/test_realtime_index_price_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_realtime_stock_price.py b/test/test_realtime_stock_price.py index 4ac5ddde..fbb65743 100644 --- a/test/test_realtime_stock_price.py +++ b/test/test_realtime_stock_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_realtime_stock_price_security.py b/test/test_realtime_stock_price_security.py index 94febe26..1110e7c9 100644 --- a/test/test_realtime_stock_price_security.py +++ b/test/test_realtime_stock_price_security.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_relative_strength_index_technical_value.py b/test/test_relative_strength_index_technical_value.py index 2b544de5..aa7ab30d 100644 --- a/test/test_relative_strength_index_technical_value.py +++ b/test/test_relative_strength_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_reported_financial.py b/test/test_reported_financial.py index 1182e127..aecb4205 100644 --- a/test/test_reported_financial.py +++ b/test/test_reported_financial.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_reported_financial_dimension.py b/test/test_reported_financial_dimension.py index b81f0126..dfc12da0 100644 --- a/test/test_reported_financial_dimension.py +++ b/test/test_reported_financial_dimension.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 83f814ae..d4c5b381 100644 --- a/test/test_reported_tag.py +++ b/test/test_reported_tag.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security.py b/test/test_security.py index 6fa7174c..e59b4473 100644 --- a/test/test_security.py +++ b/test/test_security.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 ecfd05ef..b102491f 100644 --- a/test/test_security_api.py +++ b/test/test_security_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_history.py b/test/test_security_history.py index d24adc17..8d91fbac 100644 --- a/test/test_security_history.py +++ b/test/test_security_history.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_history_list_result.py b/test/test_security_history_list_result.py index 38f9efd7..ebecc609 100644 --- a/test/test_security_history_list_result.py +++ b/test/test_security_history_list_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_interval_mover.py b/test/test_security_interval_mover.py index 72c32196..5a11bc68 100644 --- a/test/test_security_interval_mover.py +++ b/test/test_security_interval_mover.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_intervals_movers_result.py b/test/test_security_intervals_movers_result.py index 6df8ca96..88e3e111 100644 --- a/test/test_security_intervals_movers_result.py +++ b/test/test_security_intervals_movers_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_replay_file_result.py b/test/test_security_replay_file_result.py index c14ac789..e7638503 100644 --- a/test/test_security_replay_file_result.py +++ b/test/test_security_replay_file_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_screen_clause.py b/test/test_security_screen_clause.py index 454cf964..39ad251f 100644 --- a/test/test_security_screen_clause.py +++ b/test/test_security_screen_clause.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 68dd1222..d314e3c1 100644 --- a/test/test_security_screen_group.py +++ b/test/test_security_screen_group.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 436052ea..805a6118 100644 --- a/test/test_security_screen_result.py +++ b/test/test_security_screen_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 22b7e826..eee37705 100644 --- a/test/test_security_screen_result_data.py +++ b/test/test_security_screen_result_data.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_snapshot_group.py b/test/test_security_snapshot_group.py index 210e36ea..874d0cbe 100644 --- a/test/test_security_snapshot_group.py +++ b/test/test_security_snapshot_group.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_snapshots_result.py b/test/test_security_snapshots_result.py index 8b20733b..4ee61016 100644 --- a/test/test_security_snapshots_result.py +++ b/test/test_security_snapshots_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 6786fa7d..88f164bd 100644 --- a/test/test_security_summary.py +++ b/test/test_security_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_trades.py b/test/test_security_trades.py index 0084a1d8..85457ef3 100644 --- a/test/test_security_trades.py +++ b/test/test_security_trades.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_security_trades_result.py b/test/test_security_trades_result.py index f2bfcd37..c263f567 100644 --- a/test/test_security_trades_result.py +++ b/test/test_security_trades_result.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 2a14517a..6410bbf5 100644 --- a/test/test_sic_index.py +++ b/test/test_sic_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_simple_moving_average_technical_value.py b/test/test_simple_moving_average_technical_value.py index 75dd7a4a..4cbf5c65 100644 --- a/test/test_simple_moving_average_technical_value.py +++ b/test/test_simple_moving_average_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 f75b8317..5c52af53 100644 --- a/test/test_standardized_financial.py +++ b/test/test_standardized_financial.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_standardized_financials_dimension.py b/test/test_standardized_financials_dimension.py index 606feee6..f4648aaf 100644 --- a/test/test_standardized_financials_dimension.py +++ b/test/test_standardized_financials_dimension.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stochastic_oscillator_technical_value.py b/test/test_stochastic_oscillator_technical_value.py index 97d32461..61582498 100644 --- a/test/test_stochastic_oscillator_technical_value.py +++ b/test/test_stochastic_oscillator_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 2f491850..24418293 100644 --- a/test/test_stock_exchange.py +++ b/test/test_stock_exchange.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 ac668045..90587f8d 100644 --- a/test/test_stock_exchange_api.py +++ b/test/test_stock_exchange_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stock_market_index.py b/test/test_stock_market_index.py index 4faef51a..6b6c6fac 100644 --- a/test/test_stock_market_index.py +++ b/test/test_stock_market_index.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 68dc1a5d..96e3345e 100644 --- a/test/test_stock_market_index_summary.py +++ b/test/test_stock_market_index_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 6a0141da..b1763caf 100644 --- a/test/test_stock_price.py +++ b/test/test_stock_price.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 a4784db6..65f8e933 100644 --- a/test/test_stock_price_adjustment.py +++ b/test/test_stock_price_adjustment.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 4c4c613e..25845a5f 100644 --- a/test/test_stock_price_adjustment_summary.py +++ b/test/test_stock_price_adjustment_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_stock_price_interval.py b/test/test_stock_price_interval.py index 39a48993..3377ccea 100644 --- a/test/test_stock_price_interval.py +++ b/test/test_stock_price_interval.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.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 8efdc35c..c036be12 100644 --- a/test/test_stock_price_summary.py +++ b/test/test_stock_price_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_technical_api.py b/test/test_technical_api.py index f802705d..a93fdc30 100644 --- a/test/test_technical_api.py +++ b/test/test_technical_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_technical_indicator.py b/test/test_technical_indicator.py index 03e73a1b..bee70dea 100644 --- a/test/test_technical_indicator.py +++ b/test/test_technical_indicator.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_thea_entity_answer.py b/test/test_thea_entity_answer.py index 62373f16..51625f23 100644 --- a/test/test_thea_entity_answer.py +++ b/test/test_thea_entity_answer.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_thea_source_document.py b/test/test_thea_source_document.py index bfbacfa2..a823b2c6 100644 --- a/test/test_thea_source_document.py +++ b/test/test_thea_source_document.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_triple_exponential_average_technical_value.py b/test/test_triple_exponential_average_technical_value.py index 17eceea9..8ac37a18 100644 --- a/test/test_triple_exponential_average_technical_value.py +++ b/test/test_triple_exponential_average_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_true_strength_index_technical_value.py b/test/test_true_strength_index_technical_value.py index c11e951d..894ad74d 100644 --- a/test/test_true_strength_index_technical_value.py +++ b/test/test_true_strength_index_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_ultimate_oscillator_technical_value.py b/test/test_ultimate_oscillator_technical_value.py index 2fc43abd..01ee4c2f 100644 --- a/test/test_ultimate_oscillator_technical_value.py +++ b/test/test_ultimate_oscillator_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_price_trend_technical_value.py b/test/test_volume_price_trend_technical_value.py index 8691fcf8..b072b0e2 100644 --- a/test/test_volume_price_trend_technical_value.py +++ b/test/test_volume_price_trend_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_weighted_average_price_value.py b/test/test_volume_weighted_average_price_value.py index 6b10d9df..fa29b7fd 100644 --- a/test/test_volume_weighted_average_price_value.py +++ b/test/test_volume_weighted_average_price_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_vortex_indicator_technical_value.py b/test/test_vortex_indicator_technical_value.py index d5e66c08..a9c126a6 100644 --- a/test/test_vortex_indicator_technical_value.py +++ b/test/test_vortex_indicator_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_williams_r_technical_value.py b/test/test_williams_r_technical_value.py index b6e05fd1..79c742ee 100644 --- a/test/test_williams_r_technical_value.py +++ b/test/test_williams_r_technical_value.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_analyst_rating.py b/test/test_zacks_analyst_rating.py index 14253e0b..d3dd9d2f 100644 --- a/test/test_zacks_analyst_rating.py +++ b/test/test_zacks_analyst_rating.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_analyst_rating_snapshot.py b/test/test_zacks_analyst_rating_snapshot.py index 273cc2ed..fd00ad42 100644 --- a/test/test_zacks_analyst_rating_snapshot.py +++ b/test/test_zacks_analyst_rating_snapshot.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_analyst_rating_summary.py b/test/test_zacks_analyst_rating_summary.py index 259bcd7c..175b04ad 100644 --- a/test/test_zacks_analyst_rating_summary.py +++ b/test/test_zacks_analyst_rating_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_api.py b/test/test_zacks_api.py index 850ee65f..b4a3917b 100644 --- a/test/test_zacks_api.py +++ b/test/test_zacks_api.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_ebitda_consensus.py b/test/test_zacks_ebitda_consensus.py index 4fbd9543..da0915a2 100644 --- a/test/test_zacks_ebitda_consensus.py +++ b/test/test_zacks_ebitda_consensus.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_eps_estimate.py b/test/test_zacks_eps_estimate.py index 7cf91974..91df16b3 100644 --- a/test/test_zacks_eps_estimate.py +++ b/test/test_zacks_eps_estimate.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_eps_growth_rate.py b/test/test_zacks_eps_growth_rate.py index b5276e0e..b9a567f7 100644 --- a/test/test_zacks_eps_growth_rate.py +++ b/test/test_zacks_eps_growth_rate.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_eps_surprise.py b/test/test_zacks_eps_surprise.py index d08de23d..f87aa6ef 100644 --- a/test/test_zacks_eps_surprise.py +++ b/test/test_zacks_eps_surprise.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_eps_surprise_summary.py b/test/test_zacks_eps_surprise_summary.py index 5ac997d3..9387535e 100644 --- a/test/test_zacks_eps_surprise_summary.py +++ b/test/test_zacks_eps_surprise_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_etf_holding.py b/test/test_zacks_etf_holding.py index 359e39f4..d60a19d4 100644 --- a/test/test_zacks_etf_holding.py +++ b/test/test_zacks_etf_holding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_forward_pe.py b/test/test_zacks_forward_pe.py index 0ed4ec73..d945944a 100644 --- a/test/test_zacks_forward_pe.py +++ b/test/test_zacks_forward_pe.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding.py b/test/test_zacks_institutional_holding.py index d62a687b..f0b8c832 100644 --- a/test/test_zacks_institutional_holding.py +++ b/test/test_zacks_institutional_holding.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding_company_detail.py b/test/test_zacks_institutional_holding_company_detail.py index 77c2f489..a62bb83b 100644 --- a/test/test_zacks_institutional_holding_company_detail.py +++ b/test/test_zacks_institutional_holding_company_detail.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding_company_summary.py b/test/test_zacks_institutional_holding_company_summary.py index bbb7a5ab..b015c36c 100644 --- a/test/test_zacks_institutional_holding_company_summary.py +++ b/test/test_zacks_institutional_holding_company_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding_historical_summary.py b/test/test_zacks_institutional_holding_historical_summary.py index 261624b3..399f6389 100644 --- a/test/test_zacks_institutional_holding_historical_summary.py +++ b/test/test_zacks_institutional_holding_historical_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding_owner_detail.py b/test/test_zacks_institutional_holding_owner_detail.py index 5f044ac5..50b8bf26 100644 --- a/test/test_zacks_institutional_holding_owner_detail.py +++ b/test/test_zacks_institutional_holding_owner_detail.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_institutional_holding_owner_summary.py b/test/test_zacks_institutional_holding_owner_summary.py index c235a56e..f2b16351 100644 --- a/test/test_zacks_institutional_holding_owner_summary.py +++ b/test/test_zacks_institutional_holding_owner_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_long_term_growth_rate.py b/test/test_zacks_long_term_growth_rate.py index 160e949d..2ab72a4c 100644 --- a/test/test_zacks_long_term_growth_rate.py +++ b/test/test_zacks_long_term_growth_rate.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_sales_estimate.py b/test/test_zacks_sales_estimate.py index d944380e..6828ae99 100644 --- a/test/test_zacks_sales_estimate.py +++ b/test/test_zacks_sales_estimate.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_sales_surprise.py b/test/test_zacks_sales_surprise.py index f2e1cdc3..8516aeb5 100644 --- a/test/test_zacks_sales_surprise.py +++ b/test/test_zacks_sales_surprise.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_sales_surprise_summary.py b/test/test_zacks_sales_surprise_summary.py index 5a9e914f..9829f472 100644 --- a/test/test_zacks_sales_surprise_summary.py +++ b/test/test_zacks_sales_surprise_summary.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_zacks_target_price_consensus.py b/test/test_zacks_target_price_consensus.py index 3ebee533..9509719d 100644 --- a/test/test_zacks_target_price_consensus.py +++ b/test/test_zacks_target_price_consensus.py @@ -5,7 +5,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501 - OpenAPI spec version: 2.63.6 + OpenAPI spec version: 2.64.0 Generated by: https://github.com/swagger-api/swagger-codegen.git """