---
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.

---

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