Retrieve Up-to-Date Historical Prices for Platinum Jul 2026 (PLN26) through this API
Retrieve Up-to-Date Historical Prices for Platinum Jul 2026 (PLN26) through this API
In the ever-evolving landscape of precious metals trading, having access to real-time and historical data is crucial for making informed decisions. This is particularly true for platinum (XPT), a metal that plays a significant role in various industries, including automotive, jewelry, and electronics. With the Metals-API, developers can retrieve up-to-date historical prices for platinum and other metals, enabling them to build innovative applications that leverage this data.
About Platinum (XPT)
Platinum is not just a precious metal; it is a cornerstone of green technology applications and sustainable innovation. Its unique properties make it an essential component in catalytic converters, which help reduce harmful emissions from vehicles. As the world shifts towards clean energy solutions, the demand for platinum is expected to rise, driven by its applications in hydrogen fuel cells and other renewable technologies.
Moreover, the integration of smart technology in various sectors is transforming how platinum is utilized. From advanced manufacturing processes to digital transformation in trading platforms, the potential of platinum is vast. Understanding its market dynamics through real-time data is essential for developers looking to create applications that can adapt to these changes.
API Description
The Metals-API offers a robust set of features that empower developers to access real-time and historical metals data. This API is designed to facilitate the development of next-generation applications that require accurate and timely information about precious metals. With its user-friendly interface and comprehensive documentation, developers can easily integrate the API into their systems.
One of the standout features of the Metals-API is its ability to provide historical rates dating back to 2019. This allows developers to analyze trends over time, making it easier to forecast future price movements. The API supports a wide range of endpoints, each tailored to meet specific needs, from retrieving the latest rates to analyzing historical data.
Key Features and Endpoints
The Metals-API boasts a variety of endpoints that cater to different use cases. Here are some of the key features:
- 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 is crucial for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Developers can access historical rates for most currencies dating back to 2019. By appending a specific date (YYYY-MM-DD) to the endpoint, users can retrieve past prices, making it invaluable for trend analysis.
- Bid and Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The conversion endpoint enables users to convert any amount from one currency to another, facilitating seamless transactions across different metals.
- Time-Series Endpoint: This endpoint allows developers to query the API for daily historical rates between two dates of their choice, making it easier to analyze price movements over specific periods.
- Fluctuation Endpoint: Users can track how prices fluctuate on a day-to-day basis, which is essential for understanding market volatility.
- Carat Endpoint: This feature provides information about gold rates by carat, which is particularly useful for jewelers and traders.
- Lowest/Highest Price Endpoint: This endpoint allows users to query the API to get the lowest and highest prices for a specific date, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can retrieve open, high, low, and close prices for a specific date, which is critical for technical analysis.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, offering a wealth of data for analysis.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate access to the API.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in data presentation.
- Available Endpoints: The Metals-API includes 14 endpoints, each designed to provide different functionalities, ensuring comprehensive coverage of user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, allowing users to stay updated on the latest symbols.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them 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. This resource is invaluable for developers looking to understand the various metals available for trading and analysis.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1778890678,
"base": "USD",
"date": "2026-05-16",
"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": 1778804278,
"base": "USD",
"date": "2026-05-15",
"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-05-09",
"end_date": "2026-05-16",
"base": "USD",
"rates": {
"2026-05-09": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-05-11": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-05-16": {
"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": 1778890678,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-09",
"end_date": "2026-05-16",
"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": 1778890678,
"base": "USD",
"date": "2026-05-16",
"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": 1778890678,
"base": "USD",
"date": "2026-05-16",
"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 provides a comprehensive suite of tools for developers looking to access real-time and historical data for platinum and other metals. With features such as the Latest Rates Endpoint, Historical Rates Endpoint, and various conversion options, developers can create robust applications that cater to the needs of traders and analysts alike. By leveraging the power of this API, developers can stay ahead in the fast-paced world of precious metals trading.
For more information on how to get started, visit the Metals-API Documentation and explore the full range of capabilities offered by this powerful API. Whether you are looking to analyze market trends or integrate real-time pricing into your applications, the Metals-API is your go-to resource for all things related to precious metals.