Top market movers
GET {{baseUrl}}/v1beta1/screener/:market_type/movers
Returns the top market movers (gainers and losers). The change for each symbol is calculated from the previous closing price and the latest closing price.
For stocks the endpoint resets at market open, until then it shows the last market day's movers. The data is split adjusted. Only tradable symbols are included.
For crypto the endpoint resets at midnight.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
top | number | Number of top market movers to fetch (gainers and losers). Will return number top for each. By default 10 gainers and 10 losers. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"gainers":[{"change":2.29,"percent_change":177.49,"price":3.5796,"symbol":"BACK"},{"change":0.0187,"percent_change":92.12,"price":0.039,"symbol":"OSAAW"},{"change":0.043,"percent_change":86,"price":0.093,"symbol":"AACIW"},{"change":1.515,"percent_change":81.89,"price":3.365,"symbol":"NVFY"},{"change":0.0132,"percent_change":66,"price":0.0332,"symbol":"IXAQW"},{"change":6.232,"percent_change":64.78,"price":15.852,"symbol":"MRNO"},{"change":0.0051,"percent_change":63.75,"price":0.0131,"symbol":"AREBW"},{"change":0.2318,"percent_change":62.68,"price":0.6016,"symbol":"NXPLW"},{"change":0.0155,"percent_change":62,"price":0.0405,"symbol":"ATEK.WS"},{"change":0.0216,"percent_change":59.67,"price":0.0578,"symbol":"GB.WS"}],"last_updated":"2024-03-22T14:54:00.076301999Z","losers":[{"change":-0.0399,"percent_change":-56.28,"price":0.031,"symbol":"LGVCW"},{"change":-0.0308,"percent_change":-50.57,"price":0.0301,"symbol":"SYTAW"},{"change":-0.0148,"percent_change":-42.53,"price":0.02,"symbol":"OUST.WSA"},{"change":-0.0464,"percent_change":-38.67,"price":0.0736,"symbol":"SXTPW"},{"change":-1.368,"percent_change":-37.5,"price":2.28,"symbol":"BCAN"},{"change":-0.0187,"percent_change":-33.1,"price":0.0378,"symbol":"ABLVW"},{"change":-0.0144,"percent_change":-32.95,"price":0.0293,"symbol":"SPECW"},{"change":-0.0098,"percent_change":-32.67,"price":0.0202,"symbol":"FOA.WS"},{"change":-0.75,"percent_change":-32.61,"price":1.55,"symbol":"CUTR"},{"change":-0.0111,"percent_change":-31.62,"price":0.024,"symbol":"CLVRW"}],"market_type":"stocks"}