---
title: "Forex Symbol"
method: GET
path: "/forex/symbol"
tags: ["Default"]
---

# Forex Symbol

`GET /forex/symbol`

List supported forex symbols.

## Query parameters

- `exchange` string, required

## Response `200`

successful operation

- ForexSymbol[]
  - `description` string — Symbol description
  - `displaySymbol` string — Display symbol name.
  - `symbol` string — Unique symbol used to identify this symbol used in <code>/forex/candle</code> endpoint.

## Changes

- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-05-26** `c5b8e420b78c` — 1 info
  - api tag `Default` removed

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/forex/symbol/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
