You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ To get an API key, [sign up here](https://intrinio.com/).
4
4
5
5
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
Copy file name to clipboardExpand all lines: docs/OptionPriceEod.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,11 @@ Name | Type | Description
28
28
**ask_low** | float | The lowest ask over the span of the period
29
29
**bid_high** | float | The highest bid over the span of the period
30
30
**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.
Copy file name to clipboardExpand all lines: docs/SecurityApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3852,7 +3852,7 @@ Name | Type | Description | Notes
3852
3852
#### Zacks Analyst Ratings for Security
3853
3853
3854
3854
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.
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.
51
51
52
52
[//]: #(END_OVERVIEW)
53
53
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142
142
#### Zacks EPS Estimates
143
143
144
144
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.
146
146
147
147
[//]: #(END_OVERVIEW)
148
148
@@ -233,7 +233,7 @@ Name | Type | Description | Notes
233
233
#### Zacks EPS Growth Rates
234
234
235
235
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.
237
237
238
238
[//]: #(END_OVERVIEW)
239
239
@@ -316,7 +316,7 @@ Name | Type | Description | Notes
316
316
#### Zacks EPS Surprises
317
317
318
318
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.
320
320
321
321
[//]: #(END_OVERVIEW)
322
322
@@ -745,7 +745,7 @@ Name | Type | Description | Notes
745
745
#### Zacks Long Term Growth Rates
746
746
747
747
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.
749
749
750
750
[//]: #(END_OVERVIEW)
751
751
@@ -824,7 +824,7 @@ Name | Type | Description | Notes
824
824
#### Zacks Sales Surprises
825
825
826
826
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.
Copy file name to clipboardExpand all lines: intrinio_sdk/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
Copy file name to clipboardExpand all lines: intrinio_sdk/api/bulk_downloads_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
Copy file name to clipboardExpand all lines: intrinio_sdk/api/company_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
Copy file name to clipboardExpand all lines: intrinio_sdk/api/data_point_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
Copy file name to clipboardExpand all lines: intrinio_sdk/api/data_tag_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
0 commit comments