Skip to main content
GET
HaltResume V1

Authorizations

token
string
query
required

Query Parameters

page
integer
default:0

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

pageSize
integer
default:100

Number of results returned. Limit 1000

date_from
string<date>

Start date in YYYY-MM-DD format

date_to
string<date>

End date in YYYY-MM-DD format

tickers
string<csv>

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

updated
integer

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

count
integer

Number of halts/resumes for this security

Example:

1

cusip
string

Committee on Uniform Securities Identification Procedures number

Example:

"88160R101"

date
string

Date of halt or resumption

Example:

"2024-01-09"

description
string

Description of halt/resume reason

Example:

"Trading halted due to news pending"

exchange
string

Stock exchange where the security is traded

Example:

"NASDAQ"

halt_type
string

Type of halt (News Pending, Volatility, Regulatory, Resume)

Example:

"News Pending"

id
string

Unique identifier for the halt/resume record

Example:

"60a7f5e8e4b0f5a3c8e9f5b3"

importance
integer

Importance rating of the halt/resume (0-5 scale)

Example:

4

isin
string

International Securities Identification Number

Example:

"US88160R1014"

name
string

Company name

Example:

"Tesla Inc."

ticker
string

Stock ticker symbol

Example:

"TSLA"

time
string

Time of halt or resumption (EST)

Example:

"14:25:00"

updated
integer

Unix timestamp of last update

Example:

1704819600