Returns securities with the highest gain percent change traded on the chosen stock exchange.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Stock Exchange identifier (MIC or Intrinio ID) | |
minPrice | Number | The minimum price filter | [optional] |
pageSize | Number | The number of results to return | [optional] [default to 100] |
source | String | Return the realtime price from the specified source instead of the most recent. | [optional] |
Name | Type | Description |
---|---|---|
movers | [StockExchangeMover] | The mover security. |
stockExchange | StockExchange | The Stock Exchange resolved from the given identifier |
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. |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID for the Stock Exchange |
name | String | The name of the exchange |
mic | String | The Market Identifier Code (MIC) of the exchange |
acronym | String | The acronym of the exchange's name |
city | String | The city in which the exchange is located |
country | String | The country in which the exchange is located |
countryCode | String | The 2-digit code of the exchange's country |
website | String | The website of the exchange |
firstStockPriceDate | Date | The earliest date for which Intrinio has stock prices for the exchange |
lastStockPriceDate | Date | The latest date for which Intrinio has stock prices for the exchange |