Skip to content

Commit 2821e2b

Browse files
committed
No release notes for this build
1 parent e97b854 commit 2821e2b

File tree

538 files changed

+894
-584
lines changed

Some content is hidden

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

538 files changed

+894
-584
lines changed

README.md

Lines changed: 2 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.26.6
8-
- Package version: 5.17.0
7+
- API version: 2.26.12
8+
- Package version: 5.18.0
99

1010

1111
## Requirements.

docs/OptionChainEod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Name | Type | Description
1414
------------ | ------------- | -------------
1515
**option** | [**OptionEod**](OptionEod.md) |  
16-
**price** | [**OptionPriceEod**](OptionPriceEod.md) |  
16+
**prices** | [**OptionPriceEod**](OptionPriceEod.md) |  
1717

1818
[//]: # (END_DEFINITION)
1919

docs/OptionPriceEod.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Name | Type | Description
2828
**ask_low** | float | The lowest ask over the span of the period  
2929
**bid_high** | float | The highest bid over the span of the period  
3030
**bid_low** | object | The lowest bid over the span of the period  
31+
**implied_volatility** | float | The implied volatility of the contract calculated using the Black-Scholes Model.  
32+
**delta** | float | Delta represents the rate of change between the option's price and a $1 change in the underlying asset's price.  
33+
**gamma** | float | Gamma represents the rate of change between an option's delta and the underlying asset's price.  
34+
**theta** | float | Theta represents the rate of change between the option price and time, or time sensitivity - sometimes known as an option's time decay.  
35+
**vega** | float | Vega represents the rate of change between an option's value and the underlying asset's implied volatility.  
3136

3237
[//]: # (END_DEFINITION)
3338

docs/SecurityApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3852,7 +3852,7 @@ Name | Type | Description | Notes
38523852
#### Zacks Analyst Ratings for Security
38533853

38543854

3855-
Returns buy, sell, and hold recommendations from analysts at brokerages for the Security with the given `identifier`. Zack’s storied research team aggregates and validates the ratings from professional analysts.
3855+
This database offers consensus analyst recommendations for over 5,000 US and Canadian listed companies.
38563856

38573857
[//]: # (END_OVERVIEW)
38583858

docs/ZacksApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Method | HTTP request | Description
4747
#### Zacks Analyst Ratings
4848

4949

50-
Returns buy, sell, and hold recommendations from analysts at brokerages for all companies in the Zacks universe. Zack’s storied research team aggregates and validates the ratings from professional analysts.
50+
This database offers consensus analyst recommendations for over 5,000 US and Canadian listed companies.
5151

5252
[//]: # (END_OVERVIEW)
5353

@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142142
#### Zacks EPS Estimates
143143

144144

145-
Returns Zacks consensus earnings-per-share (EPS) data for all Companies.
145+
This database offers consensus earnings estimates for over 5,000 US and Canadian listed companies.
146146

147147
[//]: # (END_OVERVIEW)
148148

@@ -233,7 +233,7 @@ Name | Type | Description | Notes
233233
#### Zacks EPS Growth Rates
234234

235235

236-
Returns the latest Zacks EPS growth rates
236+
This database offers consensus EPS growth rate estimates, comparing company estimates to historical company estimates, industry estimates, and S&P 500 index estimates.
237237

238238
[//]: # (END_OVERVIEW)
239239

@@ -316,7 +316,7 @@ Name | Type | Description | Notes
316316
#### Zacks EPS Surprises
317317

318318

319-
Returns Zacks eps surprise data for all Securities.
319+
This database returns historical estimated and actual earnings, guidance, and announcement dates for 17,000+ US and Canadian listed companies.
320320

321321
[//]: # (END_OVERVIEW)
322322

@@ -745,7 +745,7 @@ Name | Type | Description | Notes
745745
#### Zacks Long Term Growth Rates
746746

747747

748-
Returns the latest Zacks long term growth rates
748+
This database offers consensus long term growth rate estimates, including insight into changes in estimates and revisions over time.
749749

750750
[//]: # (END_OVERVIEW)
751751

@@ -824,7 +824,7 @@ Name | Type | Description | Notes
824824
#### Zacks Sales Surprises
825825

826826

827-
Returns Zacks sales surprise data for all Securities.
827+
This database returns historical estimated and actual sales, guidance, and announcement dates for 17,000+ US and Canadian listed companies.
828828

829829
[//]: # (END_OVERVIEW)
830830

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

0 commit comments

Comments
 (0)