cURL
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.
Upload Exchange Rates via CSV.
Documentation IndexFetch the complete documentation index at: https://docs.vantage.sh/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
CSV file containing exchange rates. Format: base_currency_code, currency_code, rate, date (YYYY-MM-DD)