Skip to main content
POST
/
exchange_rates
/
csv
Upload exchange rates via CSV
curl --request POST \
  --url https://api.vantage.sh/v2/exchange_rates/csv \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'csv=<string>'
This response has no body data.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

csv
file
required

CSV file containing exchange rates. Format: base_currency_code, currency_code, rate, date (YYYY-MM-DD)

Response