request_csv_export
Request a CSV export of account orders, dividends, and transactions history. Specify date range and data types to include.
Instructions
Request a CSV export of the account's orders, dividends and transactions
history.
Once the export is complete it can be accessed from the download link in the
exports list.
Args:
include_dividends: Whether to include dividend information in the export.
Defaults to True
include_interest: Whether to include interest information in the export.
Defaults to True
include_orders: Whether to include order history in the export.
Defaults to True
include_transactions: Whether to include transaction history in the export.
Defaults to True
time_from: Start time for the report in ISO 8601 format
(e.g., '2023-01-01T00:00:00Z')
time_to: End time for the report in ISO 8601 format
(e.g., '2023-12-31T23:59:59Z')
Returns:
EnqueuedReportResponse: Response containing the report ID and status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_dividends | No | ||
| include_interest | No | ||
| include_orders | No | ||
| include_transactions | No | ||
| time_from | No | ||
| time_to | No |