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.
OK
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.
The type of transaction that occurred.
exercise, conversion, 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.
The amount of money that was received from the transaction.
{ "currency": "USD", "value": "1000000" }