Inspect Platinum Apr 2026 (PLJ26) Historical Prices through this API
Inspect Platinum Apr 2026 (PLJ26) Historical Prices through this API
In the ever-evolving landscape of precious metals, Platinum (XPT) stands out not only for its intrinsic value but also for its applications in green technology and sustainable innovation. As we delve into the historical prices of Platinum for April 2026, we will explore how the Metals-API can empower developers to access real-time and historical data, enabling the creation of next-generation applications that leverage this valuable information.
About Platinum (XPT)
Platinum is a precious metal that plays a crucial role in various industries, particularly in the realm of green technology. Its applications in catalytic converters for vehicles help reduce harmful emissions, making it a key player in the transition to cleaner energy solutions. Furthermore, Platinum is increasingly being integrated into smart technologies, enhancing the efficiency of electronic devices and renewable energy systems.
As the world shifts towards sustainable innovation, the demand for Platinum is expected to rise. This makes understanding its historical prices essential for investors, developers, and businesses alike. The Metals-API provides a robust platform for accessing this data, allowing users to query historical rates and analyze trends over time.
API Description
The Metals-API is a powerful tool designed to provide real-time and historical data on various metals, including Platinum. With its innovative capabilities, the API allows developers to build applications that can track price fluctuations, convert currencies, and analyze historical trends with ease.
One of the standout features of the Metals-API is its ability to deliver data in real-time, ensuring that users have access to the most current information available. This is particularly important in the fast-paced world of trading and investment, where every second counts. The API's endpoints are designed to cater to a wide range of use cases, from simple price checks to complex data analysis.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that provide different functionalities, each tailored to meet the needs of developers and businesses. 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 can return updates every 60 minutes or even every 10 minutes, ensuring that you always have the latest information at your fingertips.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019 by appending a specific date to the API request. This feature is invaluable for analyzing price trends over time, allowing developers to create applications that visualize historical data effectively.
- Bid And Ask Endpoint: This endpoint retrieves real-time bid and ask prices for Platinum, providing insights into market conditions and helping traders make informed decisions.
- Convert Endpoint: The Metals-API includes a currency conversion feature that allows users to convert amounts from one metal to another or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: This endpoint enables users to query daily historical rates between two specified dates. It is ideal for analyzing trends and fluctuations over specific periods.
- Fluctuation Endpoint: Users can track how prices fluctuate between two dates, providing insights into market volatility and helping traders strategize their investments.
- Carat Endpoint: This feature allows users to retrieve information about Gold rates by Carat, catering to jewelers and businesses in the jewelry industry.
- Lowest/Highest Price Endpoint: Users can query the API to find the lowest and highest prices for Platinum on a specific date, which is crucial for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides detailed OHLC data for a specific date, allowing traders to analyze price movements throughout the day.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is essential for comprehensive market analysis.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate and authorize access to the API.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency across responses.
- Available Endpoints: With 14 different endpoints, the Metals-API provides a comprehensive suite of tools for developers to access and analyze metal prices.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies and metals, ensuring users have access to the latest information.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate specific metals into their applications.
API Endpoint Examples and Responses
Latest Rates Endpoint
To get real-time exchange rates for all available metals, you can use the Latest Rates Endpoint. Here’s an example response:
{
"success": true,
"timestamp": 1783815518,
"base": "USD",
"date": "2026-07-12",
"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
Accessing historical exchange rates for any date since 1999 is straightforward. Here’s an example response:
{
"success": true,
"timestamp": 1783729118,
"base": "USD",
"date": "2026-07-11",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
The Time-series Endpoint allows you to get exchange rates for a specific time period. Here’s an example response:
{
"success": true,
"timeseries": true,
"start_date": "2026-07-05",
"end_date": "2026-07-12",
"base": "USD",
"rates": {
"2026-07-05": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-07-07": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-12": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
The Convert Endpoint allows you to convert any amount from one metal to another or to/from USD. Here’s an example response:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1783815518,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates using the Fluctuation Endpoint. Here’s an example response:
{
"success": true,
"fluctuation": true,
"start_date": "2026-07-05",
"end_date": "2026-07-12",
"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
Get OHLC data for a specific time period using the OHLC Endpoint. Here’s an example response:
{
"success": true,
"timestamp": 1783815518,
"base": "USD",
"date": "2026-07-12",
"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
Retrieve current bid and ask prices for metals using the Bid/Ask Endpoint. Here’s an example response:
{
"success": true,
"timestamp": 1783815518,
"base": "USD",
"date": "2026-07-12",
"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
In conclusion, the Metals-API offers a comprehensive suite of tools for developers looking to access real-time and historical data on Platinum and other metals. With its robust features, including the Latest Rates, Historical Rates, and various conversion endpoints, the API empowers users to build innovative applications that can analyze market trends and make informed decisions.
As the demand for Platinum continues to grow in the context of green technology and sustainable innovation, having access to accurate and timely data is more important than ever. By leveraging the capabilities of the Metals-API, developers can create solutions that not only meet the needs of their users but also contribute to a more sustainable future.
For more information on how to get started with the Metals-API, visit the Metals-API Documentation and explore the various endpoints available. Additionally, the Metals-API Supported Symbols page provides a comprehensive list of all available metals and currencies, ensuring that you have the information you need at your fingertips.