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

# ETFs

> Returns the latest price of an ETF in USD.

## Path Parameter

<ParamField path="ETFSymbol" type="string" required>
  ETF symbol e.g. IVV (iShares Core S\&P 500 ETF)
</ParamField>

<Accordion title="Available ETFs">
  1. IVV (iShares Core S\&P 500 ETF)
  2. URTH (iShares MSCI World ETF)
  3. EEM (iShares MSCI Emerging Markets ETF)
</Accordion>

<ResponseExample>
  ```json Sample Response theme={"system"}
  {
    "Ticker": "IVV",
    "Name": "iShares Core S&P 500 ETF",
    "Price": 612.97,
    "Timestamp": "2025-02-18T14:30:00Z"
  }
  ```
</ResponseExample>

To request custom data feeds, you can always refer to the following section:

<Card title="Request a Custom Oracle" icon="angle-right" horizontal href="/docs/request-a-custom-oracle" />

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