Palladium (XPDUSD) market data
Palladium (XPDUSD) is a metals contract priced in USD.
About Palladium (XPDUSD)
XPDUSD is the price of palladium quoted in US dollars, commonly read as the value of one troy ounce. Palladium is used in precious metals screens and industrial commodity workflows, especially where users track metals with both investment and manufacturing demand.
SiftingIO exposes XPDUSD through the commodities data API with the same symbol, timestamp, and response conventions used across metals and energy products. The latest market data can be requested over REST, and historical OHLCV bars are available for charts and research.
Because XPDUSD follows the same normalized schema as other SiftingIO markets, developers can place palladium next to gold, silver, platinum, copper, oil, FX, and crypto series without writing a separate data adapter.
Reference data
- Symbol
- XPDUSD
- Name
- Palladium
- Asset class
- Commodities
- Venue
- SPOT
- Base asset
- XPD
- Quote asset
- USD
- Currency
- USD
- Category
- metals
XPDUSD Commodity Price and Market Data API
Access XPDUSD commodity price and market data through SiftingIO's REST and WebSocket APIs, including latest price data, historical records, and live updates where available.
Use commodities/XPDUSD for request-based access through REST, or use the same symbol key with WebSocket streams for real-time commodities market updates.
curl -H "X-API-Key: $SIFTING_API_KEY" \
"https://api.sifting.io/v1/last/trade/commodities/XPDUSD"# Connect (set SIFTING_API_KEY first)wscat -c "wss://stream.sifting.io/ws/v1?key=$SIFTING_API_KEY" # Then send this subscribe frame:{ "op": "subscribe", "product": "com", "symbols": ["XPDUSD"] }# With the SiftingIO MCP server connected:Get the latest XPDUSD commodity market data from SiftingIO.Then fetch historical OHLCV bars for XPDUSD at a 1h interval.Related commodities
Related reading
Frequently asked questions about Palladium (XPDUSD)
What is XPDUSD?
XPDUSD is the US dollar price of palladium, commonly quoted as the value of one troy ounce.
How do I get XPDUSD palladium data from an API?
Use the SiftingIO REST API with the commodities/XPDUSD symbol key to request the latest XPDUSD market data.
Is historical XPDUSD OHLCV data available?
Yes. Historical open, high, low, close, and volume bars are available over REST at documented intervals. Available depth depends on plan tier.
What fields are returned for XPDUSD?
Responses use SiftingIO's normalized market data shape, including price fields, timestamps, and quality metadata where available for the product and plan.
Can AI agents request XPDUSD through MCP?
Yes. Compatible MCP clients can request XPDUSD commodity market data through SiftingIO tools using the same account entitlements as the REST API.