# Download Transactions to Finmars

Go to Workflow Page

[![Screenshot 2024-09-27 at 21.51.04.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-21-51-04.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-21-51-04.png)

Execute workflow `com.finmars.exante-broker:get-transactions`

```
{
    "secret": "finmars/exante",
    "date_from": "2024-01-01",
    "date_to": "2024-09-27",
    "currencies": ["USD"],
    "portfolios": ["ABCD1234.001"]
}
```

[![Screenshot 2024-09-27 at 21.51.55.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-21-51-55.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-21-51-55.png)

Go to see status of your workflow

[![Screenshot 2024-09-27 at 21.52.38.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-21-52-38.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-21-52-38.png)

Great success! You can find your downloaded instrument in `/explorer/data/exante/transactions`

[![Screenshot 2024-09-27 at 22.10.36.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-22-10-36.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-22-10-36.png)

Example of content:

```json
[
    {
        "symbolId": "VCIT.NASDAQ",
        "timestamp": 1725510299999,
        "uuid": "000000000-4bf9-4766-8ac2-12ff79ded491",
        "orderPos": null,
        "accountId": "ABCD123.001",
        "valueDate": "2024-09-05",
        "id": 000000000,
        "sum": "166.46",
        "orderId": null,
        "operationType": "DIVIDEND",
        "parentUuid": null,
        "asset": "USD"
    },
    {
        "symbolId": "VCIT.NASDAQ",
        "timestamp": 1725510299999,
        "uuid": "000000000-118b-4182-be13-a2e94d0772e9",
        "orderPos": null,
        "accountId": "ABCD123.001",
        "valueDate": "2024-09-05",
        "id": 000000000,
        "sum": "-49.94",
        "orderId": null,
        "operationType": "US TAX",
        "parentUuid": null,
        "asset": "USD"
    }
]
```

  
  
Now see `com.finmars.exante-data-transformer`, it should have Transaction transformer to Finmars Standard Configuration