# Historical items Review your account's trading history. Access detailed records of past orders, dividend payments, and cash transactions, or generate downloadable CSV reports for analysis and record-keeping. ## Historical order data - [GET /api/v0/equity/history/orders](https://docs.trading212.com/api/historical-items/orders_1.md): Rate Limit: 6 requests per 1 minute ## Paid out dividends - [GET /api/v0/history/dividends](https://docs.trading212.com/api/historical-items/dividends.md): Rate Limit: 6 requests per 1 minute ## List Generated Reports - [GET /api/v0/history/exports](https://docs.trading212.com/api/historical-items/getreports.md): Rate Limit: 1 request per 1 minute Retrieves a list of all requested CSV reports and their current status. Asynchronous Workflow: 1. Call POST /history/exports to request a report. You will receive a reportId. 2. Periodically call this endpoint (GET /history/exports) to check the status of the report corresponding to your reportId. 3. Once the status is Finished, the downloadLink field will contain a URL to download the CSV file. ## Request a CSV Report - [POST /api/v0/history/exports](https://docs.trading212.com/api/historical-items/requestreport.md): Rate Limit: 1 request per 30 seconds Initiates the generation of a CSV report containing historical account data. This is an asynchronous operation. The response will include a reportId which you can use to track the status of the generation process using the GET /history/exports endpoint. ## Transaction list - [GET /api/v0/history/transactions](https://docs.trading212.com/api/historical-items/transactions.md): Rate Limit: 6 requests per 1 minute Fetch superficial information about movements to and from your account