CurrencyBeacon integration (Finance, Data). Imported from open-connector.
https://api.currencybeacon.com/v1/currencies
/latest
| Param | Type | Required | Description |
|---|---|---|---|
| base | string | optional | Base currency code for the requested exchange rates. |
| symbols | array | optional | List of target currency codes to include in the response. |
/historical
| Param | Type | Required | Description |
|---|---|---|---|
| base | string | optional | Base currency code for the historical exchange rates. |
| date | string | required | Historical date in YYYY-MM-DD format. |
| symbols | array | optional | List of target currency codes to include in the response. |
/timeseries
| Param | Type | Required | Description |
|---|---|---|---|
| base | string | optional | Base currency code for the timeseries exchange rates. |
| startDate | string | required | Start date of the timeseries range in YYYY-MM-DD format. |
| endDate | string | required | End date of the timeseries range in YYYY-MM-DD format. |
| symbols | array | optional | List of target currency codes to include in the response. |
/convert
| Param | Type | Required | Description |
|---|---|---|---|
| from | string | required | Source currency code for the conversion. |
| to | string | required | Target currency code for the conversion. |
| amount | number | required | Positive amount to convert. |
| date | string | optional | Optional historical date in YYYY-MM-DD format for historical conversion. |