Returns a list of top losers since last close.
| Name | Description | Example |
|---|---|---|
|
mode
* required
|
Which metric to sort by - change, percent change, or volume.
Options:
change
percent_change
volume
show more
show less
|
percent_change |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
mode
* required
Which metric to sort by - change, percent change, or volume.
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
| Name | Description | Type |
|---|---|---|
| movers | array | |
|
code
|
The unique options contract, in a format combining ticker symbol, expiration, strike, and put or call. Example - AAPL__260101P00123500. The ticker symbol is right padded by underscores to 6 characters. Following that is the 2 digit year, 2 digit month, and 2 digit day, then a P for put or C for call. The last section is the strike. The first 5 digits are the whole number portion, left padded by zeros. The last 3 digits are the decimal portion, right padded by zeros. | string |
|
ticker
|
The ticker symbol of the underlying security for the options contract. | string |
|
last_price
|
The most recent trade price of the options contract. | number |
|
last_close_price
|
The closing price of the options contract from the previous trading session. | number |
|
change
|
The absolute dollar change in the contract's price from the previous close to the last price. | number |
|
percent_change
|
The percentage change in the contract's price from the previous close to the last price, expressed as a decimal (e.g., 0.12 for 12%). | number |
|
volume
|
The total trading volume for this options contract during the current session. | integer |
|
open_interest
|
The total number of outstanding contracts for this option that have not yet been closed or exercised. | integer |
|
last_close_date
|
The date of the previous trading session's close for this contract. | date |
| next_page | A pagination token for retrieving the next page of results, if available. Null or absent if no further pages exist. | string |
|
movers
|
||
|
next_page
A pagination token for retrieving the next page of results, if available. Null or absent if no further pages exist.
|