Get Platinum Apr 2026 (PLJ26) Historical Prices with this Data Retrieval API

Get Platinum Apr 2026 (PLJ26) Historical Prices with this Data Retrieval API
In the world of precious metals, Platinum (XPT) stands out as a valuable asset, particularly for investors and industries focused on sustainable innovation and green technology applications. With the rise of clean energy solutions and digital transformation, the demand for accurate and real-time data on Platinum prices has never been more critical. This is where the Metals-API comes into play, offering developers a powerful tool to retrieve historical prices and other essential data related to Platinum and other metals.
About Platinum (XPT)
Platinum is not just a precious metal; it is a cornerstone of modern technology and sustainable practices. Its applications range from catalytic converters in vehicles to advanced electronics and medical devices. As industries pivot towards greener technologies, the role of Platinum becomes increasingly significant. The integration of smart technology in manufacturing processes also highlights the need for precise and timely data on Platinum prices.
With the Metals-API, developers can access a wealth of information about Platinum, including its historical prices, which can be crucial for market analysis, investment strategies, and economic forecasting. The API provides a seamless way to integrate this data into applications, enabling businesses to make informed decisions based on real-time and historical market trends.
API Description
The Metals-API is designed to empower developers by providing comprehensive access to real-time and historical data on various metals, including Platinum. This API is built with innovation in mind, allowing for the creation of next-generation applications that can leverage real-time metals data for various use cases. Whether you are developing a financial application, a market analysis tool, or a trading platform, the Metals-API offers the capabilities you need.
One of the standout features of the Metals-API is its ability to deliver data with high accuracy and speed. The API supports multiple endpoints, each tailored to specific data retrieval needs, such as the latest rates, historical prices, and fluctuations over time. This flexibility allows developers to customize their data queries based on their unique requirements.
Key Features and Endpoints
The Metals-API offers a range of endpoints that cater to different data retrieval needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Platinum and other metals. Depending on your subscription plan, the API updates this data every 60 minutes or even more frequently, ensuring you have the most current information at your fingertips.
- Historical Rates Endpoint: Access historical rates for Platinum dating back to 2019. By appending a specific date to your query, you can retrieve the price of Platinum on any given day, allowing for in-depth market analysis.
- Bid And Ask Endpoint: This powerful feature enables you to retrieve real-time bid and ask prices for Platinum, providing insights into market sentiment and trading opportunities.
- Convert Endpoint: The API includes a currency conversion feature, allowing you to convert amounts from one metal to another or to/from USD. This is particularly useful for traders and investors dealing in multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is invaluable for analyzing trends over specific periods.
- Fluctuation Endpoint: Track how Platinum prices fluctuate on a day-to-day basis. This endpoint provides insights into market volatility and price trends.
- Open/High/Low/Close (OHLC) Price Endpoint: Retrieve detailed OHLC data for Platinum, which is essential for technical analysis and trading strategies.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the API for the lowest and highest prices of Platinum over a specified period, helping you identify market extremes.
- Historical LME Endpoint: Access historical rates for LME symbols, including Platinum, dating back to 2008. This is particularly useful for those interested in the London Metal Exchange data.
- API Key: Your unique API key is required to access the Metals-API. This key 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 your data analysis.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available metals and their specifications, ensuring you have access to the latest information.
- News Endpoint: Stay informed with the latest news articles related to various metals, including Platinum, which can impact market trends.
Example API Responses
Understanding the structure of API responses is crucial for effective integration. Here are some example responses for various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1759935654,
"base": "USD",
"date": "2025-10-08",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1759849254,
"base": "USD",
"date": "2025-10-07",
"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-10-01",
"end_date": "2025-10-08",
"base": "USD",
"rates": {
"2025-10-01": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-03": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-08": {
"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": 1759935654,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-01",
"end_date": "2025-10-08",
"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) Price Endpoint
{
"success": true,
"timestamp": 1759935654,
"base": "USD",
"date": "2025-10-08",
"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": 1759935654,
"base": "USD",
"date": "2025-10-08",
"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
The Metals-API is an invaluable resource for developers looking to integrate real-time and historical data on Platinum and other metals into their applications. With its extensive range of endpoints and capabilities, the API empowers users to make informed decisions based on accurate market data. Whether you are analyzing trends, tracking fluctuations, or converting between metals, the Metals-API provides the tools necessary for success.
For more information on how to get started with the Metals-API, visit the Metals-API Documentation and explore the comprehensive Metals-API Supported Symbols list. By leveraging this powerful API, you can stay ahead in the ever-evolving landscape of precious metals trading and investment.