> ## Documentation Index
> Fetch the complete documentation index at: https://www.diadata.org/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Forex

> Returns the latest available exchange rate for fiat currencies.

## Path Parameter

<ParamField path="FiatQuote" type="string" required>
  Exchange pair, e.g. EUR-USD; GBP-USD
</ParamField>

<Accordion title="Available FX pairs">
  1. NGN/USD
  2. EUR/USD
  3. BRL/USD
  4. JPY/USD
  5. CHF/USD
  6. GBP/USD
</Accordion>

<ResponseExample>
  ```json Sample Response theme={"system"}
  {
    "Ticker": "EUR-USD",
    "Price": 1.04512317205083,
    "Timestamp": "2025-02-18T14:49:00Z"
  }
  ```
</ResponseExample>
