v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBEvents
Subscribe to Non-Trading Activities Events (SSE)
The Events API provides event push as well as historical queries via SSE (server sent events).
You can listen to non-trading activities updates as they get processed by our backoffice, for both end-user and firm accounts.
Historical events are streamed immediately if queried, and updates are pushed as events occur.
You can listen to when NTAs are pushed such as CSDs, JNLC (journals) or FEEs.
Query Params Rules:
- since required if until specified
- since_id required if until_id specified
- since_ulid required if until_ulid specified
- since, since_id or since_ulid can't be used at the same time Behavior:
- if since, since_id or since_ulid not specified this will not return any historic data
- if until, until_id or until_ulid reached stream will end (status 200)'
get/v1/events/nta
Query parameters
idstring
sincestring date
Format: YYYY-MM-DD
untilstring date
Format: YYYY-MM-DD
since_idinteger
until_idinteger
since_ulidstring ulid
until_ulidstring ulid
include_preprocessingboolean
group_idstring uuid
ID used to link activities who share a sibling relationship
Response
OK
Example response
{
"cusip": "037833100",
"description": "Example description",
"entry_type": "JNLC",
"net_amount": 1,
"per_share_amount": 0.3,
"price": "0.38921",
"status": "executed",
"symbol": "AAPL"
}