---
title: "Currency conversion"
method: GET
path: "/currency_conversion"
tags: ["currencies"]
---

# Currency conversion

`GET /currency_conversion`

The currency conversion endpoint provides real-time exchange rates and calculates the converted amount for specified currency pairs, including both forex and cryptocurrencies. This endpoint is useful for obtaining up-to-date conversion values between two currencies, facilitating tasks such as financial reporting, e-commerce transactions, and travel budgeting.

## Query parameters

- `symbol` string, required
- `amount` number, double, 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
  - `amount` number, double — Amount of converted currency
  - `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)
