Returns securities with the highest loss percent change traded on the chosen stock exchange.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Stock Exchange identifier (MIC or Intrinio ID) | |
minPrice | BigDecimal | The minimum price filter | [optional] |
pageSize | Integer | 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] [enum: iex, bats_delayed, utp_delayed, cta_a_delayed, cta_b_delayed, otc_delayed, delayed_sip, nasdaq_basic] |
Name | Type | Description |
---|---|---|
movers | List | 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 | BigDecimal | The last price of the last trade. |
change | BigDecimal | The raw change in price. |
percentChange | BigDecimal | The percent change in price. |
marketVolume | BigDecimal | 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 | LocalDate | The earliest date for which Intrinio has stock prices for the exchange |
lastStockPriceDate | LocalDate | The latest date for which Intrinio has stock prices for the exchange |