Retrieve transactions for a firm or a specific company. If no filters are provided, the endpoint returns all transactions across the firm. If company IDs or transaction IDs are provided, it returns transactions specific to those companies or transactions.
Permissions:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Options for fetching transactions.
Filter by company IDs.
["pvYe", "a2Ne"]Filter by transaction IDs.
["pvYe", "a2Ne"]Filter by transaction event type.
exercise, conversion, sale "sale"
Filter by the input security ID of the transaction.
"pvYe"
Filter by the output security ID of the transaction.
"a2Ne"
OK
The ID of the transaction.
"a2Ne"
The ID of the company related to the transaction.
"pvYe"
The name of the company related to the record.
"Acme Corp"
The ID for the security that was being transacted.
"pvYe"
The ID for the security that was created as a result of the transaction.
"pvYe"
The date of the transaction.
"2030-01-01"
The type of transaction that occurred.
exercise, conversion, sale "Sale"
The number of shares that were transferred or sold as a result of the transaction.
"1000000"
The amount of money that was invested in the transaction.
{ "currency": "USD", "value": "1000000" }The amount of money that was received from the transaction.
{ "currency": "USD", "value": "1000000" }