create_exchange_rate
Create a new exchange rate between two currencies by specifying source and target ISO currency names and the rate value.
Instructions
Creates new currency exchange rate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency_from | Yes | ISO currency name we are setting exchange from | |
| currency_to | Yes | ISO currency name we are setting exchange to | |
| rate | Yes | exchange rate value |