Activity Statements
Activity statements show summary of account activity for a given time period. This includes net asset value, PnL data and transaction details. The API can be used to view available statements and generate statements in PDF format.
Available Statements
The gw/api/v1/statements/available can be used to query list of available statements based on accountId. The endpoint will return available statements for up to 2 years and year to date for daily, monthly and annual statements.
- Statements are available from date which account is funded.
- The reporting window closes at 5:15PM EST for commodities and 8:20PM EST for securities. Statements will be available around midnight (EST).
For daily, response will return first date available to last date available.
Example
Generate Statements
The gw/api/v1/statements can be used to generate standard statements in PDF format for given time period. The startDate and endDate will be used to set the time period.
- Maximum range is 365 days per request.
- Statements are only available from date which account is funded.
Additional formats (Excel, CSV, HTML) and Custom Statements are available for download within IBKR Portal.

