Skip to content

Commit 2e7bc78

Browse files
No release notes for this build
1 parent ea3d506 commit 2e7bc78

File tree

663 files changed

+684
-666
lines changed

Some content is hidden

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

663 files changed

+684
-666
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.80.1
7+
- API version: 2.91.1
88
- Package version: 6.35.0
99

1010

docs/OptionsApi.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ Name | Type | Description | Notes
20062006

20072007
[//]: # (START_OVERVIEW)
20082008

2009-
> OptionSnapshotsResult get_options_snapshots(source=source, at_datetime=at_datetime)
2009+
> OptionSnapshotsResult get_options_snapshots(source=source, at_datetime=at_datetime, with_greeks=with_greeks, stock_price_source=stock_price_source, with_underlying_price=with_underlying_price)
20102010
20112011
#### Option Prices Realtime Snapshot
20122012

@@ -2029,8 +2029,11 @@ intrinio.ApiClient().allow_retries(True)
20292029

20302030
source = ''
20312031
at_datetime = ''
2032+
with_greeks = ''
2033+
stock_price_source = ''
2034+
with_underlying_price = ''
20322035

2033-
response = intrinio.OptionsApi().get_options_snapshots(source=source, at_datetime=at_datetime)
2036+
response = intrinio.OptionsApi().get_options_snapshots(source=source, at_datetime=at_datetime, with_greeks=with_greeks, stock_price_source=stock_price_source, with_underlying_price=with_underlying_price)
20342037
print(response)
20352038

20362039
# Note: For a Pandas DataFrame, import Pandas and use pd.DataFrame(response.property_name_dict)
@@ -2048,6 +2051,9 @@ Name | Type | Description | Notes
20482051
------------- | ------------- | ------------- | -------------
20492052
**source** | str| Realtime or 15-minute delayed contracts. | [optional]  
20502053
**at_datetime** | datetime| The UTC date and time (with url-encoded spaces) the snapshot will cover. | [optional]  
2054+
**with_greeks** | bool| Whether to include Greek calculations fields when available. | [optional]  
2055+
**stock_price_source** | str| Source for underlying price for calculating Greeks. | [optional]  
2056+
**with_underlying_price** | bool| Whether to include the underlying price of the security in the file. | [optional]  
20512057
<br/>
20522058

20532059
[//]: # (END_PARAMETERS)

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.80.1
10+
OpenAPI spec version: 2.91.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.80.1
8+
OpenAPI spec version: 2.91.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

intrinio_sdk/api/company_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.80.1
8+
OpenAPI spec version: 2.91.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

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.80.1
8+
OpenAPI spec version: 2.91.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

intrinio_sdk/api/data_tag_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.80.1
8+
OpenAPI spec version: 2.91.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

intrinio_sdk/api/esg_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.80.1
8+
OpenAPI spec version: 2.91.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

intrinio_sdk/api/et_fs_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.80.1
8+
OpenAPI spec version: 2.91.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

intrinio_sdk/api/filing_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.80.1
8+
OpenAPI spec version: 2.91.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)