Request CSV Report
request_csv_reportRequest a CSV report for a date range, with options for orders, dividends, transactions, interest. Returns a report ID to track status and get the download link.
Instructions
Initiate async generation of a CSV report for a date range. Choose which data to include: orders, dividends, transactions, interest. Returns a reportId — use get_reports to poll status and get the download link when finished. Rate limit: 1 req / 30s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeTo | Yes | End date in ISO 8601 format (e.g. 2024-12-31T23:59:59Z). | |
| timeFrom | Yes | Start date in ISO 8601 format (e.g. 2024-01-01T00:00:00Z). | |
| includeOrders | No | Include order history in the report. | |
| includeInterest | No | Include interest data in the report. | |
| includeDividends | No | Include dividend history in the report. | |
| includeTransactions | No | Include transaction history in the report. |