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

<Warning>
  As part of our migration to DIA's next-generation oracle infrastructure, Lumina, the hosted DIA REST API is being deprecated and will be discontinued on **20 December 2026**. This affects the REST endpoints under `https://api.diadata.org/v1`.

  If your protocol relies on these, please email [support@diadata.org](mailto:support@diadata.org) and confirm that you are using them. We will provide you with a migration path so you can continue accessing the same data through Lumina without interruption. Integrations that don't reach out may lose access after the deprecation date.
</Warning>
