Skip to content

Commit 2ea84c1

Browse files
No release notes for this build
1 parent e1ddcff commit 2ea84c1

File tree

670 files changed

+2088
-691
lines changed

Some content is hidden

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

670 files changed

+2088
-691
lines changed

README.md

Lines changed: 5 additions & 2 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.75.0
8-
- Package version: 6.33.0
7+
- API version: 2.76.3
8+
- Package version: 6.34.0
99

1010

1111
## Requirements.
@@ -283,6 +283,7 @@ Class | Method | HTTP request | Description
283283
*SecurityApi* | [**screen_securities**](docs/SecurityApi.md#screen_securities) | **POST** /securities/screen | Screen Securities
284284
*SecurityApi* | [**search_securities**](docs/SecurityApi.md#search_securities) | **GET** /securities/search | Search Securities
285285
*StockExchangeApi* | [**get_all_stock_exchanges**](docs/StockExchangeApi.md#get_all_stock_exchanges) | **GET** /stock_exchanges | All Stock Exchanges
286+
*StockExchangeApi* | [**get_stock_exchange_betas**](docs/StockExchangeApi.md#get_stock_exchange_betas) | **GET** /stock_exchanges/{identifier}/betas | Security Betas
286287
*StockExchangeApi* | [**get_stock_exchange_by_id**](docs/StockExchangeApi.md#get_stock_exchange_by_id) | **GET** /stock_exchanges/{identifier} | Lookup Stock Exchange
287288
*StockExchangeApi* | [**get_stock_exchange_gainers**](docs/StockExchangeApi.md#get_stock_exchange_gainers) | **GET** /stock_exchanges/{identifier}/gainers | Top Gainers by Exchange
288289
*StockExchangeApi* | [**get_stock_exchange_losers**](docs/StockExchangeApi.md#get_stock_exchange_losers) | **GET** /stock_exchanges/{identifier}/losers | Top Losers by Exchange
@@ -458,6 +459,7 @@ Class | Method | HTTP request | Description
458459
- [ApiResponseSecurityZacksSalesSurprises](docs/ApiResponseSecurityZacksSalesSurprises.md)
459460
- [ApiResponseStandardizedFinancials](docs/ApiResponseStandardizedFinancials.md)
460461
- [ApiResponseStandardizedFinancialsDimensions](docs/ApiResponseStandardizedFinancialsDimensions.md)
462+
- [ApiResponseStockExchangeBetas](docs/ApiResponseStockExchangeBetas.md)
461463
- [ApiResponseStockExchangeMovers](docs/ApiResponseStockExchangeMovers.md)
462464
- [ApiResponseStockExchangeQuote](docs/ApiResponseStockExchangeQuote.md)
463465
- [ApiResponseStockExchangeRealtimeStockPrices](docs/ApiResponseStockExchangeRealtimeStockPrices.md)
@@ -486,6 +488,7 @@ Class | Method | HTTP request | Description
486488
- [AverageDirectionalIndexTechnicalValue](docs/AverageDirectionalIndexTechnicalValue.md)
487489
- [AverageTrueRangeTechnicalValue](docs/AverageTrueRangeTechnicalValue.md)
488490
- [AwesomeOscillatorTechnicalValue](docs/AwesomeOscillatorTechnicalValue.md)
491+
- [Beta](docs/Beta.md)
489492
- [BollingerBandsTechnicalValue](docs/BollingerBandsTechnicalValue.md)
490493
- [BulkDownloadLinks](docs/BulkDownloadLinks.md)
491494
- [BulkDownloadSummary](docs/BulkDownloadSummary.md)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
3+
[//]: # (CLASS:ApiResponseStockExchangeBetas)
4+
5+
[//]: # (KIND:object)
6+
7+
### ApiResponseStockExchangeBetas
8+
9+
#### Properties
10+
11+
[//]: # (START_DEFINITION)
12+
13+
Name | Type | Description
14+
------------ | ------------- | -------------
15+
**betas** | [**list[Beta]**](Beta.md) | The mover security.  
16+
**stock_exchange** | [**StockExchange**](StockExchange.md) | The Stock Exchange resolved from the given identifier  
17+
**next_page** | str | The token required to request the next page of the data. If null, no further results are available.  
18+
19+
[//]: # (END_DEFINITION)
20+
21+
22+
[//]: # (CONTAINED_CLASS:Beta)
23+
24+
25+
[//]: # (CONTAINED_CLASS:StockExchange)
26+
27+
28+

docs/Beta.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
3+
[//]: # (CLASS:Beta)
4+
5+
[//]: # (KIND:object)
6+
7+
### Beta
8+
9+
#### Properties
10+
11+
[//]: # (START_DEFINITION)
12+
13+
Name | Type | Description
14+
------------ | ------------- | -------------
15+
**period_type** | str | Type of period for this beta value.  
16+
**one_year_beta** | float | The one year beta value for this security.  
17+
**three_year_beta** | float | The three year beta value for this security.  
18+
**five_year_beta** | float | The five year beta value for this security.  
19+
**seven_year_beta** | float | The seven year beta value for this security.  
20+
**ten_year_beta** | float | The ten year beta value for this security.  
21+
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security.  
22+
23+
[//]: # (END_DEFINITION)
24+
25+
26+
[//]: # (CONTAINED_CLASS:SecuritySummary)
27+
28+
29+

docs/OptionInterval.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ Name | Type | Description
1818
**high** | float | The highest traded contract price in this interval.  
1919
**low** | float | The lowest traded contract price in this interval.  
2020
**close** | float | The last traded contract price in this interval.  
21-
**volume** | float | The volume of contract trades in this interval.  
21+
**volume** | float | The volume of contracts traded in this interval.  
2222
**average** | float | The volume weighted average price of contract trades in this interval.  
2323
**change** | float | The ratio of Close minus Open to Open.  
24+
**trade_count** | float | The number of qualified trades executed during the period  
2425

2526
[//]: # (END_DEFINITION)
2627

docs/OptionIntervalMover.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ Name | Type | Description
1818
**high** | float | The highest traded contract price in this interval.  
1919
**low** | float | The lowest traded contract price in this interval.  
2020
**close** | float | The last traded contract price in this interval.  
21-
**volume** | float | The volume of contract trades in this interval.  
21+
**volume** | float | The volume of contracts traded in this interval.  
2222
**average** | float | The volume weighted average price of contract trades in this interval.  
23+
**trade_count** | float | The number of contract trades executed in this interval  
2324

2425
[//]: # (END_DEFINITION)
2526

docs/OptionsApi.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Method | HTTP request | Description
6060

6161
[//]: # (START_OVERVIEW)
6262

63-
> ApiResponseOptionsTickers get_all_options_tickers()
63+
> ApiResponseOptionsTickers get_all_options_tickers(use_underlying_symbols=use_underlying_symbols)
6464
6565
#### Options Tickers
6666

@@ -81,8 +81,9 @@ from intrinio_sdk.rest import ApiException
8181
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
8282
intrinio.ApiClient().allow_retries(True)
8383

84+
use_underlying_symbols = False
8485

85-
response = intrinio.OptionsApi().get_all_options_tickers()
86+
response = intrinio.OptionsApi().get_all_options_tickers(use_underlying_symbols=use_underlying_symbols)
8687
print(response)
8788

8889
# Note: For a Pandas DataFrame, import Pandas and use pd.DataFrame(response.property_name_dict)
@@ -95,7 +96,10 @@ print(response)
9596

9697
[//]: # (START_PARAMETERS)
9798

98-
This endpoint does not need any parameter.
99+
100+
Name | Type | Description | Notes
101+
------------- | ------------- | ------------- | -------------
102+
**use_underlying_symbols** | bool| Use underlying symbol vs contract symbol | [optional] [default to False]  
99103
<br/>
100104

101105
[//]: # (END_PARAMETERS)

docs/SecurityIntervalMover.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ Name | Type | Description
1818
**high** | float | The highest traded price in this interval. &nbsp;
1919
**low** | float | The lowest traded price in this interval. &nbsp;
2020
**close** | float | The last traded price in this interval. &nbsp;
21-
**volume** | float | The volume of trades in this interval. &nbsp;
21+
**volume** | float | The volume of shares in this interval. &nbsp;
2222
**average** | float | The volume weighted average price of trades in this interval. &nbsp;
23+
**trade_count** | float | The of trades in this interval. &nbsp;
2324

2425
[//]: # (END_DEFINITION)
2526

docs/StockExchangeApi.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All URIs are relative to *https://api-v2.intrinio.com*
55
Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**get_all_stock_exchanges**](StockExchangeApi.md#get_all_stock_exchanges) | **GET** /stock_exchanges | All Stock Exchanges
8+
[**get_stock_exchange_betas**](StockExchangeApi.md#get_stock_exchange_betas) | **GET** /stock_exchanges/{identifier}/betas | Security Betas
89
[**get_stock_exchange_by_id**](StockExchangeApi.md#get_stock_exchange_by_id) | **GET** /stock_exchanges/{identifier} | Lookup Stock Exchange
910
[**get_stock_exchange_gainers**](StockExchangeApi.md#get_stock_exchange_gainers) | **GET** /stock_exchanges/{identifier}/gainers | Top Gainers by Exchange
1011
[**get_stock_exchange_losers**](StockExchangeApi.md#get_stock_exchange_losers) | **GET** /stock_exchanges/{identifier}/losers | Top Losers by Exchange
@@ -97,6 +98,89 @@ Name | Type | Description | Notes
9798
[//]: # (END_OPERATION)
9899

99100

101+
[//]: # (START_OPERATION)
102+
103+
[//]: # (CLASS:StockExchangeApi)
104+
105+
[//]: # (METHOD:get_stock_exchange_betas)
106+
107+
[//]: # (RETURN_TYPE:ApiResponseStockExchangeBetas)
108+
109+
[//]: # (RETURN_TYPE_KIND:object)
110+
111+
[//]: # (RETURN_TYPE_DOC:ApiResponseStockExchangeBetas.md)
112+
113+
[//]: # (OPERATION:get_stock_exchange_betas_v2)
114+
115+
[//]: # (ENDPOINT:/stock_exchanges/{identifier}/betas)
116+
117+
[//]: # (DOCUMENT_LINK:StockExchangeApi.md#get_stock_exchange_betas)
118+
119+
## **get_stock_exchange_betas**
120+
121+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/python/get_stock_exchange_betas_v2)
122+
123+
[//]: # (START_OVERVIEW)
124+
125+
> ApiResponseStockExchangeBetas get_stock_exchange_betas(identifier, type=type, date=date, page_size=page_size, next_page=next_page)
126+
127+
#### Security Betas
128+
129+
130+
Returns security beta data in the Stock Exchange with the given `identifier`
131+
132+
[//]: # (END_OVERVIEW)
133+
134+
### Example
135+
[//]: # (START_CODE_EXAMPLE)
136+
137+
```python
138+
from __future__ import print_function
139+
import time
140+
import intrinio_sdk as intrinio
141+
from intrinio_sdk.rest import ApiException
142+
143+
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
144+
intrinio.ApiClient().allow_retries(True)
145+
146+
identifier = 'USCOMP'
147+
type = 'weekly'
148+
date = "2024-04-24"
149+
page_size = 100
150+
next_page = ''
151+
152+
response = intrinio.StockExchangeApi().get_stock_exchange_betas(identifier, type=type, date=date, page_size=page_size, next_page=next_page)
153+
print(response)
154+
155+
# Note: For a Pandas DataFrame, import Pandas and use pd.DataFrame(response.property_name_dict)
156+
```
157+
[//]: # (END_CODE_EXAMPLE)
158+
159+
[//]: # (START_DEFINITION)
160+
161+
### Parameters
162+
163+
[//]: # (START_PARAMETERS)
164+
165+
166+
Name | Type | Description | Notes
167+
------------- | ------------- | ------------- | -------------
168+
**identifier** | str| A Stock Exchange identifier (MIC or Intrinio ID) | &nbsp;
169+
**type** | str| Only of the given type | [optional] [default to weekly] &nbsp;
170+
**date** | [**object**](.md)| Return data for this period end date. | [optional] &nbsp;
171+
**page_size** | int| The number of results to return | [optional] [default to 100] &nbsp;
172+
**next_page** | str| Gets the next page of data from a previous API call | [optional] &nbsp;
173+
<br/>
174+
175+
[//]: # (END_PARAMETERS)
176+
177+
### Return type
178+
179+
[**ApiResponseStockExchangeBetas**](ApiResponseStockExchangeBetas.md)
180+
181+
[//]: # (END_OPERATION)
182+
183+
100184
[//]: # (START_OPERATION)
101185

102186
[//]: # (CLASS:StockExchangeApi)

docs/StockPriceInterval.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Name | Type | Description
3636
**ask_first_time** | datetime | The timestamp that represents the first ask time from the interval span. &nbsp;
3737
**ask_last_time** | datetime | The timestamp that represents the last ask time from the interval span. &nbsp;
3838
**ask_change_percent** | float | The ratio of the close to open ask difference, in percent. &nbsp;
39+
**trade_count** | float | The number of qualified trades executed during the period &nbsp;
3940

4041
[//]: # (END_DEFINITION)
4142

intrinio_sdk/__init__.py

Lines changed: 3 additions & 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.75.0
10+
OpenAPI spec version: 2.76.3
1111
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""
@@ -158,6 +158,7 @@
158158
from intrinio_sdk.models.api_response_security_zacks_sales_surprises import ApiResponseSecurityZacksSalesSurprises
159159
from intrinio_sdk.models.api_response_standardized_financials import ApiResponseStandardizedFinancials
160160
from intrinio_sdk.models.api_response_standardized_financials_dimensions import ApiResponseStandardizedFinancialsDimensions
161+
from intrinio_sdk.models.api_response_stock_exchange_betas import ApiResponseStockExchangeBetas
161162
from intrinio_sdk.models.api_response_stock_exchange_movers import ApiResponseStockExchangeMovers
162163
from intrinio_sdk.models.api_response_stock_exchange_quote import ApiResponseStockExchangeQuote
163164
from intrinio_sdk.models.api_response_stock_exchange_realtime_stock_prices import ApiResponseStockExchangeRealtimeStockPrices
@@ -186,6 +187,7 @@
186187
from intrinio_sdk.models.average_directional_index_technical_value import AverageDirectionalIndexTechnicalValue
187188
from intrinio_sdk.models.average_true_range_technical_value import AverageTrueRangeTechnicalValue
188189
from intrinio_sdk.models.awesome_oscillator_technical_value import AwesomeOscillatorTechnicalValue
190+
from intrinio_sdk.models.beta import Beta
189191
from intrinio_sdk.models.bollinger_bands_technical_value import BollingerBandsTechnicalValue
190192
from intrinio_sdk.models.bulk_download_links import BulkDownloadLinks
191193
from intrinio_sdk.models.bulk_download_summary import BulkDownloadSummary

0 commit comments

Comments
 (0)