Access live Platinum Ask (XPT-ASK) prices using this API

Access Live Platinum Ask (XPT-ASK) Prices Using This API
Metals-API provides a powerful solution for accessing live Platinum (XPT) prices, among other metals, through its comprehensive API. This blog post will delve into the intricacies of the Platinum market, explore the innovative applications of the Metals-API, and provide detailed insights into its various features and endpoints.
About Platinum (XPT)
XPT, is a precious metal that plays a significant role in various industries, particularly in green technology applications and sustainable innovation. As the world shifts towards cleaner energy solutions, the demand for Platinum is expected to rise due to its use in catalytic converters, fuel cells, and other smart technology integrations.
API Description
Metals-API is designed to empower developers by providing access to real-time metals data, including Platinum prices. This API enables the creation of next-generation applications that can analyze, visualize, and utilize precious metals data effectively. With a focus on innovation and technological advancement, the Metals-API allows users to access a wealth of information that can drive financial insights and strategic decisions.
Metals-API Documentation, which provides comprehensive guidance on how to implement and utilize the API effectively.
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Platinum and other metals. Depending on your subscription plan, the API can return updates every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for traders who need to stay updated on market fluctuations.
- Historical Rates Endpoint: Access historical rates for Platinum dating back to 2019. By appending a specific date to your query, you can retrieve past prices, allowing for trend analysis and market research.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time bid and ask prices for Platinum. This information is crucial for traders who need to make quick decisions based on current market conditions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert amounts from one metal to another or to/from USD. This feature is particularly useful for investors dealing with multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is invaluable for analyzing price trends over specific periods.
- Fluctuation Endpoint: Track how Platinum prices fluctuate on a day-to-day basis. This endpoint provides insights into market volatility, helping traders make informed decisions.
- Carat Endpoint: Retrieve information about Gold rates by Carat. While primarily focused on Platinum, this feature allows for cross-metal analysis.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for Platinum over a specified period. This data is essential for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for Platinum, which is crucial for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols, dating back to 2008. This endpoint is particularly useful for those interested in the London Metal Exchange.
- API Key: Your unique API key is essential for accessing the Metals-API. It must be included in your requests to authenticate your access.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API offers a comprehensive list of endpoints, each designed to fulfill specific data needs. For a complete list, refer to the Metals-API Supported Symbols.
- Gold Price India Endpoint: Retrieve the latest gold price in India, showcasing the API's versatility across different metals.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context to market movements.
List of Symbols
Symbols page.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755097229,
"base": "USD",
"date": "2025-08-13",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744,
"XCU": 0.294118,
"XAL": 0.434783,
"XNI": 0.142857,
"XZN": 0.344828
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1755010829,
"base": "USD",
"date": "2025-08-12",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-06",
"end_date": "2025-08-13",
"base": "USD",
"rates": {
"2025-08-06": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-08": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-13": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1755097229,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-06",
"end_date": "2025-08-13",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
},
"XAG": {
"start_rate": 0.03825,
"end_rate": 0.03815,
"change": -0.0001,
"change_pct": -0.26
},
"XPT": {
"start_rate": 0.000915,
"end_rate": 0.000912,
"change": -3.0e-6,
"change_pct": -0.33
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1755097229,
"base": "USD",
"date": "2025-08-13",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
},
"XAG": {
"open": 0.03825,
"high": 0.0383,
"low": 0.0381,
"close": 0.03815
},
"XPT": {
"open": 0.000915,
"high": 0.000918,
"low": 0.00091,
"close": 0.000912
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1755097229,
"base": "USD",
"date": "2025-08-13",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
},
"XPT": {
"bid": 0.000911,
"ask": 0.000913,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API provides a robust framework for accessing live Platinum prices and other precious metals data. With its extensive range of features, including real-time rates, historical data, and conversion capabilities, developers can create powerful applications that leverage this data for trading, analysis, and market insights. The API's focus on innovation and technological advancement positions it as a vital tool for anyone involved in the precious metals market.
Metals-API Website and dive into the Metals-API Documentation for detailed implementation guidance. Understanding the intricacies of the API will empower you to harness the full potential of real-time metals data, driving informed decisions and strategic actions in your financial endeavors.