top_movers
Retrieve Stockbit's curated hotlist of top gainers, losers, or most active stocks. The list is a fixed nine-symbol set, not a market-wide ranking, and returns empty when the market is closed.
Instructions
Stockbit's HOTLIST — a small curated list, NOT a market-wide ranking. Use market_movers for the market-wide one.
This matters because the two look interchangeable and are not. Measured 2026-09-01, every call to this hotlist returned the SAME NINE symbols — at limit 5, 25, 50 and 100 alike. limit is sent and the service ignores it. So the ranking you get is a correct ordering over a nine-symbol universe, not the top of the exchange, and reading it as 'today's top gainers on IDX' overstates it by a wide margin.
That also disposes of a reported bug: a contiguous descending run of nine changes is what a correct sort over nine symbols looks like. There is nothing wrong with the ordering; the universe is simply small, and this description is the fix.
market_movers reads a different service and returned 50 rows for the same moment, including structured warrants. The two disagreeing is expected and is not evidence that either is wrong.
Returns an empty list when the market is closed — that is expected, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Which hotlist | |
| limit | No | Sent, but the service ignores it — nine rows come back regardless. Default 25. |