Skip to content

Commit ab8ff06

Browse files
No release notes for this build
1 parent 6d9e294 commit ab8ff06

File tree

647 files changed

+736
-674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

647 files changed

+736
-674
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ To get an API key, [sign up here](https://intrinio.com/).
44

55
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
66

7-
- API version: 2.64.0
8-
- Package version: 6.29.0
7+
- API version: 2.64.1
8+
- Package version: 6.29.1
99

1010

1111
## Requirements.
@@ -112,7 +112,7 @@ Class | Method | HTTP request | Description
112112
*CompanyApi* | [**get_company_historical_data**](docs/CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
113113
*CompanyApi* | [**get_company_ipos**](docs/CompanyApi.md#get_company_ipos) | **GET** /companies/ipos | IPOs
114114
*CompanyApi* | [**get_company_news**](docs/CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company
115-
*CompanyApi* | [**get_company_news_body**](docs/CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | The body of a news article
115+
*CompanyApi* | [**get_company_news_body**](docs/CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
116116
*CompanyApi* | [**get_company_public_float**](docs/CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float
117117
*CompanyApi* | [**get_company_securities**](docs/CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company
118118
*CompanyApi* | [**insider_transaction_filings_by_company**](docs/CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company

docs/ApiResponseCompanyNewsBody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Name | Type | Description
1414
------------ | ------------- | -------------
15-
**body** | str | The article body. Requires additional access.  
15+
**body** | str | The article body.  
1616

1717
[//]: # (END_DEFINITION)
1818

docs/ApiResponseSecurityQuote.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Name | Type | Description
2020
**high** | float | The highest price from the latest day of trading.  
2121
**low** | float | The lowest price from the latest day of trading.  
2222
**exchange_volume** | float | The volume of the security from the source.  
23+
**market_volume** | float | The volume of the security for the entire market.  
2324
**eod_fifty_two_week_high** | float | The 52 week high price.  
2425
**eod_fifty_two_week_low** | float | The 52 week low price.  
2526
**marketcap** | float | The current market cap.  

docs/CompanyApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Method | HTTP request | Description
1717
[**get_company_historical_data**](CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
1818
[**get_company_ipos**](CompanyApi.md#get_company_ipos) | **GET** /companies/ipos | IPOs
1919
[**get_company_news**](CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company
20-
[**get_company_news_body**](CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | The body of a news article
20+
[**get_company_news_body**](CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
2121
[**get_company_public_float**](CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float
2222
[**get_company_securities**](CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company
2323
[**insider_transaction_filings_by_company**](CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
@@ -1192,7 +1192,7 @@ Name | Type | Description | Notes
11921192

11931193
> ApiResponseCompanyNewsBody get_company_news_body(news_story_id, publication_date, specific_source=specific_source, next_page=next_page)
11941194
1195-
#### The body of a news article
1195+
#### The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
11961196

11971197

11981198
Returns the news article body.

docs/SecurityApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4098,7 +4098,7 @@ intrinio.ApiClient().set_api_key('YOUR_API_KEY')
40984098
intrinio.ApiClient().allow_retries(True)
40994099

41004100
identifier = 'AAPL'
4101-
source = ['iex']
4101+
source = ['iex,delayed_sip']
41024102

41034103
response = intrinio.SecurityApi().get_security_realtime_price(identifier, source=source)
41044104
print(response)
@@ -4117,7 +4117,7 @@ print(response)
41174117
Name | Type | Description | Notes
41184118
------------- | ------------- | ------------- | -------------
41194119
**identifier** | str| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |  
4120-
**source** | [**list[str]**](str.md)| Return the realtime price from the specified data source. If no source is specified, the best source available is used. | [optional]  
4120+
**source** | [**list[str]**](str.md)| Return the realtime price from the specified comma-delimited data sources. If no source is specified, the best source available is used. | [optional]  
41214121
<br/>
41224122

41234123
[//]: # (END_PARAMETERS)

docs/StockExchangeApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ start_date = '2020-08-14'
301301
end_date = '2022-08-14'
302302
page_size = 100
303303
next_page = ''
304-
tickers = ['']
304+
tickers = ['AAPL,MSFT,NVDA']
305305
next_page2 = ''
306306

307307
response = intrinio.StockExchangeApi().get_stock_exchange_prices(identifier, date=date, start_date=start_date, end_date=end_date, page_size=page_size, next_page=next_page, tickers=tickers, next_page2=next_page2)
@@ -326,7 +326,7 @@ Name | Type | Description | Notes
326326
**end_date** | date| The end of the date range you&#39;re querying. May not be used with date parameter. | [optional] &nbsp;
327327
**page_size** | int| The number of results to return | [optional] [default to 100] &nbsp;
328328
**next_page** | str| Gets the next page of data from a previous API call | [optional] &nbsp;
329-
**tickers** | [**list[str]**](str.md)| The list of ticker symbols to filter to. | [optional] &nbsp;
329+
**tickers** | [**list[str]**](str.md)| The comma-delimited list of ticker symbols to filter down to. If not provided, the entire stock exchange is returned. | [optional] &nbsp;
330330
**next_page2** | str| Gets the next page of data from a previous API call | [optional] &nbsp;
331331
<br/>
332332

@@ -385,10 +385,10 @@ intrinio.ApiClient().set_api_key('YOUR_API_KEY')
385385
intrinio.ApiClient().allow_retries(True)
386386

387387
identifier = 'USCOMP'
388-
source = ['']
388+
source = ['iex,delayed_sip']
389389
active_only = ''
390390
page_size = 100
391-
tickers = ['']
391+
tickers = ['AAPL,MSFT,NVDA']
392392
next_page = ''
393393

394394
response = intrinio.StockExchangeApi().get_stock_exchange_realtime_prices(identifier, source=source, active_only=active_only, page_size=page_size, tickers=tickers, next_page=next_page)
@@ -408,10 +408,10 @@ print(response)
408408
Name | Type | Description | Notes
409409
------------- | ------------- | ------------- | -------------
410410
**identifier** | str| A Stock Exchange identifier (MIC or Intrinio ID) | &nbsp;
411-
**source** | [**list[str]**](str.md)| Return realtime prices from the specified data source. If no source is specified, all sources are used. | [optional] &nbsp;
411+
**source** | [**list[str]**](str.md)| Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used. | [optional] &nbsp;
412412
**active_only** | bool| Returns prices only from the most recent trading day. | [optional] &nbsp;
413413
**page_size** | int| The number of results to return | [optional] [default to 100] &nbsp;
414-
**tickers** | [**list[str]**](str.md)| The list of ticker symbols to filter to. | [optional] &nbsp;
414+
**tickers** | [**list[str]**](str.md)| The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned. | [optional] &nbsp;
415415
**next_page** | str| Gets the next page of data from a previous API call | [optional] &nbsp;
416416
<br/>
417417

intrinio_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
99
10-
OpenAPI spec version: 2.64.0
10+
OpenAPI spec version: 2.64.1
1111
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""

intrinio_sdk/api/bulk_downloads_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
77
8-
OpenAPI spec version: 2.64.0
8+
OpenAPI spec version: 2.64.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

intrinio_sdk/api/company_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
77
8-
OpenAPI spec version: 2.64.0
8+
OpenAPI spec version: 2.64.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
@@ -1611,7 +1611,7 @@ def get_company_news_with_http_info(self, identifier, **kwargs): # noqa: E501
16111611
collection_formats=collection_formats)
16121612

16131613
def get_company_news_body(self, news_story_id, publication_date, **kwargs): # noqa: E501
1614-
"""The body of a news article # noqa: E501
1614+
"""The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. # noqa: E501
16151615
16161616
Returns the news article body. # noqa: E501
16171617
This method makes a synchronous HTTP request by default. To make an
@@ -1636,7 +1636,7 @@ def get_company_news_body(self, news_story_id, publication_date, **kwargs): # n
16361636
return data
16371637

16381638
def get_company_news_body_with_http_info(self, news_story_id, publication_date, **kwargs): # noqa: E501
1639-
"""The body of a news article # noqa: E501
1639+
"""The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. # noqa: E501
16401640
16411641
Returns the news article body. # noqa: E501
16421642
This method makes a synchronous HTTP request by default. To make an

intrinio_sdk/api/data_point_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
77
8-
OpenAPI spec version: 2.64.0
8+
OpenAPI spec version: 2.64.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)