POST
/
exchangeRateSeries
curl --request POST \
  --url https://gateway.finhub.cloud/currency/1.0.0/exchangeRateSeries \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "base": "<string>",
  "symbols": "<string>",
  "startDate": "<string>",
  "endDate": "<string>"
}'

Authorizations

Authorization
string
headerrequired

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

Body

application/json
base
string
required
symbols
string
required
startDate
string
required
endDate
string
required