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

# Commodities

> Returns the latest price of a commodity in USD.

## Path Parameter

<ParamField path="CommoditySymbol" type="string" required>
  Commodity symbol e.g. XAU-USD (Gold)
</ParamField>

<Accordion title="Available commodities">
  1. XAU/USD (Gold)
  2. XAGG/USD (Silver)
  3. XG/USD (Copper)
</Accordion>

<ResponseExample>
  ```json Sample Response theme={"system"}
  {
    "Ticker": "XAU-USD",
    "Name": "Gold Spot / US Dollar",
    "Price": 2925.88989,
    "Timestamp": "2025-02-17T20:00:00Z"
  }
  ```
</ResponseExample>
