---
title: "HaltResume V1"
method: GET
path: "/api/v1/signal/halt_resume"
tags: ["Halt Resume"]
---

# HaltResume V1

`GET /api/v1/signal/halt_resume`

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

## Query parameters

- `page` integer
- `pageSize` integer
- `date_from` string, date
- `date_to` string, date
- `tickers` string, csv
- `updated` integer

## Response `200`

Halt Resume

- GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiHaltResume
  - `count` integer
  - `cusip` string
  - `date` string
  - `description` string
  - `exchange` string
  - `halt_type` string
  - `id` string
  - `importance` integer
  - `isin` string
  - `name` string
  - `ticker` string
  - `time` string — Time of halt or resumption (EST)
  - `updated` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.dev/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/revisions/ea334a9e2e05/schema)
