---
title: "Exchange rate"
method: GET
path: "/exchange_rate"
tags: ["currencies"]
---

# Exchange rate

`GET /exchange_rate`

The exchange rate endpoint provides real-time exchange rates for specified currency pairs, including both forex and cryptocurrency. It returns the current exchange rate value between two currencies, allowing users to quickly access up-to-date conversion rates for financial transactions or market analysis.

## Query parameters

- `symbol` string, required
- `date` string
- `format` 'JSON' | 'CSV'
- `delimiter` string
- `dp` integer
- `timezone` string

## Response `200`

- object
  - `symbol` string, required — Requested currency symbol
  - `rate` number, double, required — Real-time exchange rate for the corresponding symbol
  - `timestamp` integer, required — Unix timestamp of the rate

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
