---
title: "BlockTrade V1"
method: GET
path: "/api/v1/signal/block_trade"
tags: ["Block Trade"]
---

# BlockTrade V1

`GET /api/v1/signal/block_trade`

Returns block trade data, which includes unusually large trades that may indicate institutional trading activity

## Query parameters

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

## Response `200`

Block Trade

- ApiBlockTradeResponse — API response containing an array of block trade records
  - `block-trade` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiBlockTrade[]
    - `ask` string
    - `bid` string
    - `count` integer
    - `cusip` string
    - `date` string
    - `description` string
    - `exchange` string
    - `executing_exchange` string
    - `id` string
    - `importance` integer
    - `isin` string
    - `name` string
    - `price` string
    - `sale_conditions` string
    - `size` string
    - `ticker` string
    - `time` string — Time of the block trade (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)
