-
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
5a0dc24
commit 9261f18
Showing
654 changed files
with
2,431 additions
and
662 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,27 @@ | ||
|
||
|
||
[//]: # (CLASS:ApiResponseStockExchangeMovers) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseStockExchangeMovers | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**movers** | [**list[StockExchangeMover]**](StockExchangeMover.md) | The mover security. | ||
**stock_exchange** | [**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,26 @@ | ||
|
||
|
||
[//]: # (CLASS:StockExchangeMover) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### StockExchangeMover | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**security_id** | str | The Intrinio Identifier for this security. | ||
**ticker** | str | The ticker symbol for this security. | ||
**last_price** | float | The last price of the last trade. | ||
**change** | float | The raw change in price. | ||
**percent_change** | float | The percent change in price. | ||
**market_volume** | float | The market volume for the most recent (today) trading day. | ||
**source** | str | The source of the data. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
|
Oops, something went wrong.