# Import FX Rates

  
Just make sure you have installed `com.finmars.finmars-database-fx-rates` **Finmars Database FX Rates**  
  
You can change Schedule in workflow.json crontab  
  
`com/finmars/finmars-database-fx-rates/import-fx-rates/workflow.json`

```json
{
    "workflow": 
    {
        "user_code":"com.finmars.finmars-database-fx-rates:import-fx-rates",
        "is_manager": false,
        "tasks": ["com.finmars.finmars-database-fx-rates:import-fx-rates.task"],
        "periodic": {
            "crontab": "0 3 * * *"
        }
    }
}
```

  
So in the end you need to see your definition scheduled in Finmars Workflow

[![Screenshot 2024-10-01 at 01.29.56.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-10-01-at-01-29-56.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-10-01-at-01-29-56.png)