Returns securities with the highest loss percent change traded on the chosen stock exchange.
| Name | Description | Example |
|---|---|---|
|
identifier
* required
|
A Stock Exchange identifier (MIC or Intrinio ID) | USCOMP |
|
min_price
|
The minimum price filter | - |
|
page_size
|
The number of results to return | - |
|
source
|
Return the realtime price from the specified source instead of the most recent.
Options:
iex
utp_delayed
cta_a_delayed
cta_b_delayed
otc_delayed
delayed_sip
nasdaq_basic
cboe_one_delayed
iex_delayed
show more
show less
|
delayed_sip |
|
identifier
* required
A Stock Exchange identifier (MIC or Intrinio ID)
|
||
|
min_price
* required
The minimum price filter
|
||
|
page_size
* required
The number of results to return
|
||
|
source
* required
Return the realtime price from the specified source instead of the most recent.
|
| Name | Description | Type |
|---|---|---|
| movers | The mover security. | array |
|
security_id
|
The Intrinio Identifier for this security. | string |
|
ticker
|
The ticker symbol for this security. | string |
|
last_price
|
The last price of the last trade. | number |
|
change
|
The raw change in price. | number |
|
percent_change
|
The percent change in price. | number |
|
market_volume
|
The market volume for the most recent (today) trading day. | number |
|
source
|
The source of the data. | string |
| stock_exchange | The Stock Exchange resolved from the given identifier | object |
|
id
|
The Intrinio ID for the Stock Exchange | string |
|
name
|
The name of the exchange | string |
|
mic
|
The Market Identifier Code (MIC) of the exchange | string |
|
acronym
|
The acronym of the exchange's name | string |
|
city
|
The city in which the exchange is located | string |
|
country
|
The country in which the exchange is located | string |
|
country_code
|
The 2-digit code of the exchange's country | string |
|
website
|
The website of the exchange | string |
|
first_stock_price_date
|
The earliest date for which Intrinio has stock prices for the exchange | date |
|
last_stock_price_date
|
The latest date for which Intrinio has stock prices for the exchange | date |
|
movers
The mover security.
|
||
|
stock_exchange
The Stock Exchange resolved from the given identifier
|