-
Notifications
You must be signed in to change notification settings - Fork 6
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
b620b26
commit 3ef80e3
Showing
650 changed files
with
1,919 additions
and
978 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:ApiResponseStockExchangeMovers) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseStockExchangeMovers | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**movers** | [**[StockExchangeMover]**](StockExchangeMover.md) | The mover security. | ||
**stockExchange** | [**StockExchange**](StockExchange.md) | The Stock Exchange resolved from the given identifier | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:StockExchangeMover) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:StockExchange) | ||
|
||
|
||
|
||
|
||
|
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
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
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:StockExchangeMover) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### StockExchangeMover | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**securityId** | String | The Intrinio Identifier for this security. | ||
**ticker** | String | The ticker symbol for this security. | ||
**lastPrice** | Number | The last price of the last trade. | ||
**change** | Number | The raw change in price. | ||
**percentChange** | Number | The percent change in price. | ||
**marketVolume** | Number | The market volume for the most recent (today) trading day. | ||
**source** | String | The source of the data. | ||
|
||
[//]: # (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
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.