> ## 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" href="/docs/request-a-custom-oracle" icon="angle-right" horizontal />
