-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ee5da2
commit 2dd4bda
Showing
536 changed files
with
3,280 additions
and
525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
|
||
[//]: # (CLASS:ApiResponseOptionsChainEod) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseOptionsChainEod | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**chain** | [**list[OptionChainEod]**](OptionChainEod.md) | A list of realtime options for the provided expiration date their respective option prices. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:OptionChainEod) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
|
||
[//]: # (CLASS:ApiResponseOptionsPricesEod) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseOptionsPricesEod | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**prices** | [**list[OptionPriceEod]**](OptionPriceEod.md) | A list of options prices with the given symbol | ||
**option** | [**OptionEod**](OptionEod.md) | | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:OptionPriceEod) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:OptionEod) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
|
||
[//]: # (CLASS:OptionChainEod) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### OptionChainEod | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**option** | [**OptionEod**](OptionEod.md) | | ||
**price** | [**OptionPriceEod**](OptionPriceEod.md) | | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:OptionEod) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:OptionPriceEod) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
|
||
[//]: # (CLASS:OptionEod) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### OptionEod | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**code** | str | The Intrinio Code for the Option. | ||
**ticker** | str | The ticker symbol of the Security for the Option. | ||
**expiration** | str | The date on which the Option expires. The Option becomes invalid after this date and cannot be exercised. | ||
**strike** | float | The strike price is the fixed price at which a derivative can be exercised, and refers to the price of the derivative’s underlying asset. In a call option, the strike price is the price at which the option holder can purchase the underlying security. For a put option, the strike price is the price at which the option holder can sell the underlying security. | ||
**type** | str | The type of Option (put or call). A put option is an option contract giving the owner the right, but not the obligation, to sell a specified amount of an underlying asset at a specified price before the option's expiration date. A call option gives the holder the right to buy an underlying asset at a specified price, before the option's expiration date. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
|
||
[//]: # (CLASS:OptionPriceEod) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### OptionPriceEod | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**date** | str | The date of the price, in the format YYYY-MM-DD | ||
**close** | float | The closing price of the options contract. | ||
**close_bid** | float | The closing bid price of the options contract. | ||
**close_ask** | float | The closing ask price of the options contract. | ||
**volume** | int | The cumulative volume of this options contract that traded that day. | ||
**open** | float | The price at the beginning of the period | ||
**open_ask** | float | The ask at the beginning of the period | ||
**open_bid** | float | The bid at the beginning of the period | ||
**open_interest** | int | The total number of this options contract that are still open. | ||
**high** | float | The highest price over the span of the period | ||
**low** | float | The highest price over the span of the period | ||
**mark** | float | The mid price between the latest bid and ask spread | ||
**ask_high** | float | The highest ask over the span of the period | ||
**ask_low** | float | The lowest ask over the span of the period | ||
**bid_high** | float | The highest bid over the span of the period | ||
**bid_low** | object | The lowest bid over the span of the period | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.