currency
plan-one
plan-extra
plan-premium

Fetch a set of many source currency rates to a single target currency (inverse of /fetch-multi). Midpoint spot rates. Costs one API call per pair returned.

get/fetch-many-to-one

Query parameters

fromstring required

A comma-separated list of three-letter ISO 4217 currency codes

Source currencies, comma separated list of 3-letter symbols

tostring required

Three-letter ISO 4217 currency code

Target currency 3-letter symbol, defaults to USD

Response

Success

tostring

Three-letter ISO 4217 currency code

callsnumber

The number of API calls consumed by this request

msnumber

Server response time in milliseconds

fromobject

Example response

{
  "updated": "2021-01-26T15:30:00-05:00"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.