Platinum (XPTUSD) market data
Platinum (XPTUSD) is a metals contract priced in USD.
About Platinum (XPTUSD)
XPTUSD is the price of platinum quoted in US dollars, commonly represented as the value of one troy ounce. Platinum is a precious and industrial metal, so it appears in workflows that track both macro risk and industrial commodity exposure.
SiftingIO makes XPTUSD available through the commodities data API with normalized symbol, timestamp, and response conventions. The latest market data can be requested through REST, and historical bars are available for charting, backtesting, and research.
Historical XPTUSD OHLCV bars are returned over REST at documented intervals. Developers can use the same API key and client conventions used for gold, silver, crude oil, FX, and crypto, which keeps multi-asset commodity screens simpler to maintain.
XPTUSD is useful for metals dashboards, commodity monitors, portfolio valuation, inflation and macro research, alerts, and AI workflows that need precious metals context beyond gold and silver.
Reference data
- Symbol
- XPTUSD
- Name
- Platinum
- Asset class
- Commodities
- Venue
- SPOT
- Base asset
- XPT
- Quote asset
- USD
- Currency
- USD
- Category
- metals
XPTUSD Commodity Price and Market Data API
Access XPTUSD 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/XPTUSD 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/XPTUSD"# 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": ["XPTUSD"] }# With the SiftingIO MCP server connected:Get the latest XPTUSD commodity market data from SiftingIO.Then fetch historical OHLCV bars for XPTUSD at a 1h interval.Related commodities
Related reading
Frequently asked questions about Platinum (XPTUSD)
What is XPTUSD?
XPTUSD is the US dollar price of platinum, commonly quoted as the value of one troy ounce.
How do I get XPTUSD platinum data from an API?
Use the SiftingIO REST API with the commodities/XPTUSD symbol key to request the latest XPTUSD market data.
Is historical XPTUSD OHLCV data available?
Yes. Historical open, high, low, close, and volume bars are available over REST at documented intervals. Available history depth depends on plan tier.
What can I build with XPTUSD data?
XPTUSD can support metals dashboards, commodity research, portfolio valuation, alerts, and AI workflows that need platinum market context.
Can AI agents access XPTUSD through MCP?
Yes. With the SiftingIO MCP server connected, compatible AI clients can request XPTUSD commodity market data through MCP tools.