Get a halt

The current halt for a single symbol.

GET /api/v1/halts/{symbol}

Returns the current halt for one ticker.

Path parameters

ParamTypeDescription
symbolstringTicker, case-insensitive.

Request

curl https://upcuit.com/api/v1/halts/AAPL

Response

200 OK — a { data, meta } envelope where data is a single halt object.

Errors

StatusMeaning
404The symbol is not currently halted.
503Feed is warming up.