# Create FX rates **POST /v2/api/fxrates** Create one or more custom FX rates for your account. ## Servers - https://api.maddenanalytics.com: https://api.maddenanalytics.com () ## Authentication methods - Bearer ## Parameters ### Body: application/json (array[object]) - **exchangeDate** (string) - **externalReference** (string) - **fromCurrency** (string) - **fromDate** (string) - **id** (integer) - **rate** (number) - **toCurrency** (string) - **toDate** (string) ## Responses ### 201 Created #### Body: application/json (array[object]) - **exchangeDate** (string) - **externalReference** (string) - **fromCurrency** (string) - **fromDate** (string) - **id** (integer) - **rate** (number) - **toCurrency** (string) - **toDate** (string) ### default All errors will return the same object with a describing code & message #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) [Powered by Bump.sh](https://bump.sh)