cURL
curl --request GET \ --url https://api.tradearies.dev/v1/options/stocks/top-gainers \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Key: <api-key>'
[ { "symbol": "<string>", "type": "<string>", "sicCode": "<string>", "isETF": true, "sector": "<string>", "logoUrl": "<string>", "change": 123, "changePercent": 123, "lastPrice": 123, "previousClose": 123, "timestamp": 123, "volume": 123, "description": "<string>", "tag": "<string>" } ]
Retrieve the top-performing options for stocks with significant gains (>20% change)
1 <= x <= 99
Was this page helpful?