# Creating new Currency Exchange Rate

Endpoint: POST /currency
Version: v3.0: 3.30.0
Security: Auth API User Token

## Request fields (application/json-patch+json):

  - `currencyCode` (string, required)

  - `date` (string, required)

  - `exchangeRate` (number, required)

## Response 400 fields (application/json):

  - `message` (string | null)

  - `errors` (array | null)

  - `errors.message` (string | null)

  - `errors.extensions` (string | null)

## Response 500 fields (application/json):

  - `message` (string | null)

  - `errors` (array | null)

  - `errors.message` (string | null)

  - `errors.extensions` (string | null)

