Access Comprehensive Historical Data for Platinum Jul 2026 (PLN26) with this API
Access Comprehensive Historical Data for Platinum Jul 2026 (PLN26) with this API
In the ever-evolving landscape of precious metals trading, having access to comprehensive historical data is crucial for informed decision-making. The Metals-API provides a robust solution for developers looking to integrate real-time and historical data for platinum (XPT) and other metals into their applications. This blog post will explore the capabilities of the Metals-API, focusing on how to access historical prices and leverage this data for various applications.
About Platinum (XPT)
Platinum is not just a precious metal; it plays a pivotal role in green technology applications, sustainable innovation, and clean energy solutions. As industries shift towards more sustainable practices, the demand for platinum is expected to rise, particularly in catalytic converters for vehicles and in various electronic applications. The integration of smart technology and digital transformation in the mining and trading sectors further enhances the importance of having accurate and timely data.
With the Metals-API, developers can access a wealth of information about platinum and its market dynamics. This API empowers users to build next-generation applications that can analyze trends, forecast prices, and make data-driven decisions. The ability to retrieve historical data dating back to 2019 allows for comprehensive market analysis and strategic planning.
API Description
The Metals-API is designed to provide developers with real-time and historical data on various metals, including platinum. This API is a powerful tool that can be utilized to create applications that require up-to-date pricing information, historical trends, and conversion capabilities. With its innovative features, the Metals-API enables developers to harness the transformative potential of real-time metals data.
For more information, visit the Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs, making it a versatile tool for developers. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for platinum and other metals, updated every 60 minutes, every 10 minutes, or more frequently depending on your subscription plan.
- Historical Rates Endpoint: Access historical rates for platinum dating back to 2019. This endpoint allows you to query the API by appending a specific date to retrieve past pricing information.
- Bid and Ask Endpoint: Retrieve real-time bid and ask prices for platinum, enabling traders to make informed decisions based on current market conditions.
- Convert Endpoint: This feature allows you to convert any amount from one currency to another, facilitating transactions and analysis across different markets.
- Time-Series Endpoint: Query daily historical rates between two dates of your choice, providing insights into price trends over time.
- Fluctuation Endpoint: Track how platinum prices fluctuate on a day-to-day basis, helping traders understand market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, which can be useful for jewelers and investors alike.
- Lowest/Highest Price Endpoint: Get the lowest and highest prices for platinum over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for platinum, which are essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols, dating back to 2008, providing a broader context for market analysis.
- API Key: Your unique API key is required for authentication and is passed into the API base URL's access_key parameter.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API includes 14 endpoints, each offering distinct functionalities tailored to various user needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals supported by the API.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you informed about market trends and 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
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1776126045,
"base": "USD",
"date": "2026-04-14",
"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
Access historical exchange rates for any date since 1999.
{
"success": true,
"timestamp": 1776039645,
"base": "USD",
"date": "2026-04-13",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period.
{
"success": true,
"timeseries": true,
"start_date": "2026-04-07",
"end_date": "2026-04-14",
"base": "USD",
"rates": {
"2026-04-07": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-04-09": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-04-14": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1776126045,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-04-07",
"end_date": "2026-04-14",
"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.
{
"success": true,
"timestamp": 1776126045,
"base": "USD",
"date": "2026-04-14",
"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
Get current bid and ask prices for metals.
{
"success": true,
"timestamp": 1776126045,
"base": "USD",
"date": "2026-04-14",
"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
Accessing comprehensive historical data for platinum and other metals is essential for developers looking to create applications that require accurate and timely information. The Metals-API offers a wide range of features and endpoints that cater to various needs, from real-time pricing to historical data analysis. By leveraging this API, developers can build innovative solutions that drive efficiency and enhance decision-making in the precious metals market.
For further exploration of the API's capabilities, refer to the Metals-API Documentation and discover the full range of supported symbols on the Metals-API Supported Symbols page. With the right tools and data, the potential for innovation in the metals trading space is limitless.