# Download Instruments to Finmars

Go to Workflow Page

[![Screenshot 2024-09-27 at 01.05.07.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-01-05-07.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-01-05-07.png)  
  
Execute workflow `com.finmars.exante-broker:get-instruments`

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

[![Screenshot 2024-09-27 at 01.06.13.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-01-06-13.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-01-06-13.png)

Go to see status of your workflow

[![Screenshot 2024-09-27 at 01.06.47.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-01-06-47.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-01-06-47.png)  
  
Great success! You can find your downloaded instrument in `/explorer/data/exante/instruments`

[![Screenshot 2024-09-27 at 01.07.28.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-01-07-28.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-01-07-28.png)  
Example of content:

```json
{
    "optionData": null,
    "name": "Utilities Select Sector SPDR Fund",
    "symbolId": "XLU.ARCA",
    "description": "Utilities Select Sector SPDR Fund",
    "icon": "https://circles-all.s3.eu-central-1.amazonaws.com/STOCK/z0pQgH2BLJJBB08lr52o4n6OFTe98UlaK.svg",
    "symbolType": "STOCK",
    "currency": "USD",
    "minPriceIncrement": "0.01",
    "ticker": "XLU",
    "expiration": null,
    "group": null,
    "underlyingSymbolId": null,
    "country": "US",
    "identifiers": {
        "CFI": "CEOJLS",
        "FIGI": "BBG000BJ7G75",
        "ISIN": "US81369Y8865",
        "RIC": "1",
        "SEDOL": "2371812",
        "assetClass": "EQ"
    },
    "exchange": "ARCA"
}
```

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