# Download Prices to Finmars

Go to Workflow Page  
[![Screenshot 2024-09-28 at 21.51.01.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-28-at-21-51-01.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-28-at-21-51-01.png)  
  
Execute workflow `com.finmars.exante-broker:get-prices`

[![Screenshot 2024-09-28 at 21.54.54.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-28-at-21-54-54.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-28-at-21-54-54.png)  
  
Go to see status of your workflow

[![Screenshot 2024-09-28 at 21.55.24.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-28-at-21-55-24.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-28-at-21-55-24.png)  
  
Great success! You can find your downloaded instrument in `/explorer/data/exante/prices`  
  
[![Screenshot 2024-09-28 at 21.55.51.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-28-at-21-55-51.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-28-at-21-55-51.png)  
  
  
See content of month folder, it should has list of .json files with actual prices from Exante

[![Screenshot 2024-09-28 at 21.56.22.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-28-at-21-56-22.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-28-at-21-56-22.png)  
  
  
Example of content:

```json
[
    {
        "close": "2.925",
        "high": "2.985",
        "low": "2.865",
        "open": "2.94",
        "timestamp": 1726790400000,
        "date": "2024-09-20",
        "instrument": "CIFR.NASDAQ"
    }
]
```

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