Skip to main content
GET
/
api
/
v1
/
signal
/
block_trade
BlockTrade V1
curl --request GET \
  --url 'https://api.benzinga.com/api/v1/signal/block_trade?token='
{
  "block_trade": [
    {
      "ask": "30.7",
      "bid": "30.13",
      "count": 1,
      "date": "2026-01-06",
      "description": "Block Trade: CFLT 2.2M @ $30.15",
      "exchange": "NASDAQ",
      "executing_exchange": "L",
      "id": "695d0f6d8f047b0001fefed9",
      "name": "Confluent",
      "price": "30.15",
      "sale_conditions": "@ TW",
      "size": "2216727",
      "ticker": "CFLT",
      "time": "08:34:34",
      "updated": 1767706477
    }
  ]
}
{
  "block_trade": [
    {
      "ask": "30.7",
      "bid": "30.13",
      "count": 1,
      "date": "2026-01-06",
      "description": "Block Trade: CFLT 2.2M @ $30.15",
      "exchange": "NASDAQ",
      "executing_exchange": "L",
      "id": "695d0f6d8f047b0001fefed9",
      "name": "Confluent",
      "price": "30.15",
      "sale_conditions": "@ TW",
      "size": "2216727",
      "ticker": "CFLT",
      "time": "08:34:34",
      "updated": 1767706477
    }
  ]
}

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

Block Trade

block_trade
object[]