v1

latestOpenAPI 3.0.02026-07-266091181.5 KB
Halt Resume

HaltResume V1

Returns trading halt and resume information for securities, including halt reasons and expected resumption times

get/api/v1/signal/halt_resume

Query parameters

pageinteger

Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date. Default is 0

pageSizeinteger

Number of results returned. Limit 1000

date_fromstring date

Start date in YYYY-MM-DD format

date_tostring date

End date in YYYY-MM-DD format

tickersstring csv

One or more ticker symbols separated by a comma. Maximum 50 tickers

updatedinteger

Records last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated

Response

Halt Resume

countinteger
cusipstring
datestring
descriptionstring
exchangestring
halt_typestring
idstring
importanceinteger
isinstring
namestring
tickerstring
timestring

Time of halt or resumption (EST)

updatedinteger

Example response

{
  "count": 1,
  "cusip": "88160R101",
  "date": "2024-01-09",
  "description": "Trading halted due to news pending",
  "exchange": "NASDAQ",
  "halt_type": "News Pending",
  "id": "60a7f5e8e4b0f5a3c8e9f5b3",
  "importance": 4,
  "isin": "US88160R1014",
  "name": "Tesla Inc.",
  "ticker": "TSLA",
  "time": "14:25:00",
  "updated": 1704819600
}