---
title: "GET /fetch-many-to-one"
method: GET
path: "/fetch-many-to-one"
tags: ["currency", "plan-one", "plan-extra", "plan-premium"]
---

# GET /fetch-many-to-one

`GET /fetch-many-to-one`

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.

## Query parameters

- `from` string, required — A comma-separated list of three-letter ISO 4217 currency codes
- `to` string, required — Three-letter ISO 4217 currency code

## Response `200`

Success

- object
  - `to` string — Three-letter ISO 4217 currency code
  - `updated` union — A datetime value. If no timezone offset supplied, UTC/GMT is assumed.
    - string — UTC/GMT datetime YYYY-MM-DD HH:MM:SS
    - string — ISO8601 Datetime with optional timezone offset YYYY-MM-DDTHH:MM:SS±HH:00
    - number — Milliseconds since Jan 1 1970 (unix timestamp with millisecond precision)
  - `calls` number — The number of API calls consumed by this request
  - `ms` number — Server response time in milliseconds
  - `from` object

## Other responses

- `400` — Bad Request
- `401` — Not Authorized
- `403` — Forbidden
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/fastforex/apis/fastforex-io.md) · [All operations](https://skmtc.dev/fastforex/apis/fastforex-io/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastforex/fastforex-io/revisions/140f748aaf10/schema)
