-
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
c308ad7
commit 097cf43
Showing
656 changed files
with
7,649 additions
and
643 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,28 @@ | ||
|
||
|
||
[//]: # (CLASS:ApiResponseEodIndexPrices) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseEodIndexPrices | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**prices** | [**list[EodIndexPriceSummary]**](EodIndexPriceSummary.md) | | ||
**index** | [**ApiResponseIndex**](ApiResponseIndex.md) | The index | ||
**next_page** | str | The token required to request the next page of the data. If null, no further results are available. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:EodIndexPriceSummary) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:ApiResponseIndex) | ||
|
||
|
||
|
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:ApiResponseEodIndexPricesAll) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseEodIndexPricesAll | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**prices** | [**list[EodIndexPrice]**](EodIndexPrice.md) | | ||
**next_page** | str | The token required to request the next page of the data. If null, no further results are available. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:EodIndexPrice) | ||
|
||
|
||
|
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,21 @@ | ||
|
||
|
||
[//]: # (CLASS:ApiResponseIndex) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseIndex | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**symbol** | str | The index symbol | ||
**name** | str | The index name | ||
|
||
[//]: # (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,24 @@ | ||
|
||
|
||
[//]: # (CLASS:ApiResponseIndices) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseIndices | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**indices** | [**list[ApiResponseIndex]**](ApiResponseIndex.md) | | ||
**next_page** | str | The token required to request the next page of the data. If null, no further results are available. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:ApiResponseIndex) | ||
|
||
|
||
|
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:ApiResponseOptionsAggregates) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseOptionsAggregates | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**aggregates** | [**list[OptionsAggregate]**](OptionsAggregate.md) | A list of option expiration dates in descending order | ||
**next_page** | str | The token required to request the next page of the data. If null, no further results are available. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:OptionsAggregate) | ||
|
||
|
||
|
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:ApiResponseRealtimeIndexPrices) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseRealtimeIndexPrices | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**prices** | [**list[RealtimeIndexPrice]**](RealtimeIndexPrice.md) | | ||
**next_page** | str | The token required to request the next page of the data. If null, no further results are available. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:RealtimeIndexPrice) | ||
|
||
|
||
|
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:ApiResponseZacksEBITDAConsensus) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseZacksEBITDAConsensus | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**ebitda_consensuses** | [**list[ZacksEBITDAConsensus]**](ZacksEBITDAConsensus.md) | Zacks target price consensuses for the latest date | ||
**next_page** | str | The token required to request the next page of the data. If null, no further results are available. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:ZacksEBITDAConsensus) | ||
|
||
|
||
|
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:ApiResponseZacksForwardPEs) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseZacksForwardPEs | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**forward_pe** | [**list[ZacksForwardPE]**](ZacksForwardPE.md) | Zacks forward PE ratio estimates | ||
**next_page** | str | The token required to request the next page of the data. If null, no further results are available. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:ZacksForwardPE) | ||
|
||
|
||
|
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
Oops, something went wrong.