List all account transactions in a given time range
This API facilitates pagination to help manage accounts with numerous transactions. To return paginated results you will need to include the query parameters limit
, offset
, and direction
. Please see the example request listed to the right.
Results Explained
Attribute | Type | Description |
---|---|---|
| number | Amount of transaction |
| number | Account balance at time of transaction |
| string | Type of account. Reference Account Types for options |
| string | Comment on transaction. |
| object | Object containing details of a dividend transaction |
| string | Type of dividend events:
|
| number | The amount per share the dividend is paying |
| string | The tax code associated with the dividend:
|
| object | object containing details of a dividend withholding |
| number | The withholding rate associated with the dividend payment |
| string | The type of tax associated with the withholding:
|
| boolean | If |
| string | Transaction identifier |
| string | Type of transaction. Transaction Types Explained |
| number | SEC fees for a |
| number | Trading Activity Fee (aka TAF) for a |
| number | Base fee net of TAF and SEC fee |
| number | Commission charged when the share quantity is > base share amount. Reference List All Commissions API for more info |
| number | Exchange Fee |
| number | Quantity of shares filled for a transaction |
| number | Fill price for a transaction |
| string | Order identifier |
| object | Object containing details of a corporate event |
| string | Type of corporate event
|
| object | Object containing details of the acquiring company |
| string | Instrument identifier |
| string | Symbol |
| string | Name of company |
| object | Object containing the details of the acquired company |
| string | Instrument identifier |
| string | Symbol |
| string | Name of company |
| number | The delta in number of shares due to the corporate action |