Fetch Platinum Apr 2026 (PLJ26) Historical Prices with this API

Fetch Platinum Apr 2026 (PLJ26) Historical Prices with this API
In the world of precious metals, platinum (symbol: XPT) holds a unique position due to its rarity and diverse applications. As we look towards April 2026, understanding the historical prices of platinum becomes crucial for investors, manufacturers, and researchers alike. One of the most effective ways to access this data is through the Metals-API, a powerful tool that provides real-time and historical pricing information for various metals, including platinum.
About Platinum (XPT)
Platinum is not only valued for its beauty and rarity but also for its critical role in green technology applications, sustainable innovation, and clean energy solutions. As industries shift towards more environmentally friendly practices, the demand for platinum is expected to rise, particularly in catalytic converters for vehicles, hydrogen fuel cells, and various electronic applications.
Moreover, the integration of smart technology in manufacturing processes is transforming how platinum is utilized. Digital transformation in the mining and refining sectors is leading to more efficient extraction methods and better resource management, which can ultimately affect platinum prices. Understanding these dynamics is essential for anyone looking to invest in or utilize platinum in their operations.
Metals-API Information
The Metals-API is designed to empower developers and businesses with real-time metals data, enabling the creation of next-generation applications. This API provides a comprehensive suite of features that allow users to access current and historical prices, perform currency conversions, and analyze market trends effectively.
With a focus on innovation and technological advancement, Metals-API offers a range of endpoints that cater to various needs. Whether you are looking to fetch the latest rates, historical data, or perform conversions, this API has you covered. The transformative potential of real-time metals data cannot be overstated, as it allows for informed decision-making in a rapidly changing market.
Key Features and Endpoints
The Metals-API provides several key features that enhance its usability and functionality:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for traders and businesses that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a specific date to your query, you can retrieve the historical price of platinum, allowing for in-depth analysis of market trends over time.
- Bid and Ask Endpoint: This powerful feature enables you to retrieve real-time bid and ask prices for platinum and other metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing you to convert any amount from one metal to another or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is invaluable for analyzing price movements over specific periods, helping investors make informed decisions.
- Fluctuation Endpoint: Retrieve information about how platinum prices fluctuate on a day-to-day basis. Understanding these fluctuations can aid in predicting future price movements.
- Carat Endpoint: This endpoint provides information about gold rates by carat, which can be useful for businesses dealing with gold-plated products.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price of platinum for a specified date, helping you identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows you to get the open, high, low, and close prices for platinum, providing a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which can be crucial for understanding long-term market trends.
- API Key: Your API Key is essential for accessing the Metals-API. It is passed into the API base URL's access_key parameter to authenticate your requests.
- API Response: Exchange rates delivered by the Metals-API are by default relative to USD, ensuring consistency in your data analysis.
- Available Endpoints: The Metals-API offers a variety of endpoints, each providing different functionalities tailored to meet diverse user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, ensuring you have access to the latest symbols and their specifications.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which can be beneficial for regional market analysis.
- News Endpoint: Stay updated with the latest news articles related to various metals, helping you keep track of market developments.
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.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for effective data retrieval. Below are examples of various API endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1756828849,
"base": "USD",
"date": "2025-09-02",
"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"
}
This response indicates that the current price of platinum (XPT) is 0.000912 per troy ounce, relative to USD.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1756742449,
"base": "USD",
"date": "2025-09-01",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows the historical price of platinum on September 1, 2025, which was 0.000915 per troy ounce.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-26",
"end_date": "2025-09-02",
"base": "USD",
"rates": {
"2025-08-26": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-28": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-02": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides a time series of platinum prices over a specified period, which is essential for trend analysis.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1756828849,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This example demonstrates how to convert an amount from USD to platinum, showing that $1000 converts to approximately 0.482 troy ounces of platinum.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-26",
"end_date": "2025-09-02",
"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"
}
This response provides insights into how platinum prices fluctuated over a specified period, which can be crucial for traders looking to capitalize on price movements.
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1756828849,
"base": "USD",
"date": "2025-09-02",
"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"
}
This endpoint provides a comprehensive view of the price movements of platinum throughout the day, which is essential for day traders and market analysts.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1756828849,
"base": "USD",
"date": "2025-09-02",
"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"
}
This response provides the current bid and ask prices for platinum, which is essential for traders looking to execute buy or sell orders.
Conclusion
In conclusion, the Metals-API is an invaluable resource for anyone interested in platinum and its historical prices. By leveraging the various endpoints offered by the API, developers and businesses can access real-time data, perform conversions, and analyze market trends effectively. Whether you are a trader, manufacturer, or researcher, understanding the dynamics of platinum pricing is crucial for making informed decisions.
As the demand for platinum continues to grow in various sectors, staying updated with the latest market data will be essential. The Metals-API not only provides access to historical prices but also empowers users with the tools needed to analyze and interpret this data effectively. For more information, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance on utilizing the API to its fullest potential.