currencyapi integration (Finance, Data). Imported from open-connector.
https://api.currencyapi.com/v3/status
/v3/currencies
| Param | Type | Required | Description |
|---|---|---|---|
| currencies | array | optional | List of currency codes to include in the response. |
| type | string | optional | Currency type filter. Supported values are fiat, metal, or crypto. |
/v3/latest
| Param | Type | Required | Description |
|---|---|---|---|
| base_currency | string | optional | Currency code using uppercase ASCII letters or digits. |
| currencies | array | optional | List of currency codes to include in the response. |
| type | string | optional | Currency type filter. Supported values are fiat, metal, or crypto. |
/v3/historical
| Param | Type | Required | Description |
|---|---|---|---|
| date | string | required | Date in YYYY-MM-DD format. |
| base_currency | string | optional | Currency code using uppercase ASCII letters or digits. |
| currencies | array | optional | List of currency codes to include in the response. |
| type | string | optional | Currency type filter. Supported values are fiat, metal, or crypto. |
/v3/convert
| Param | Type | Required | Description |
|---|---|---|---|
| value | number | required | Numeric amount to convert from the base currency. |
| date | string | optional | Date in YYYY-MM-DD format. |
| base_currency | string | optional | Currency code using uppercase ASCII letters or digits. |
| currencies | array | optional | List of currency codes to include in the response. |
| type | string | optional | Currency type filter. Supported values are fiat, metal, or crypto. |