Obtain Platinum Jul 2026 (PLN26) Historical Prices via this API

Introduction
In the ever-evolving world of precious metals trading, obtaining accurate historical prices is crucial for investors, analysts, and developers alike. This blog post will delve into how to obtain Platinum (XPT) historical prices for July 2026 using the Metals-API. We will explore the capabilities of this powerful API, its innovative features, and how it can empower developers to create next-generation applications that leverage real-time metals data.
Metals-API Information
About Platinum (XPT)
Platinum, represented by the symbol XPT, is a precious metal known for its rarity and unique properties. It plays a significant role in various industries, particularly in green technology applications, sustainable innovation, and clean energy solutions. As the world shifts towards more sustainable practices, the demand for Platinum is expected to rise, especially in catalytic converters for vehicles and in hydrogen fuel cells.
Moreover, the integration of smart technology in mining and refining processes is transforming how Platinum is sourced and utilized. Digital transformation in the industry is paving the way for more efficient operations, reducing environmental impact, and enhancing the overall sustainability of Platinum production.
API Description
The Metals-API provides a comprehensive suite of tools for accessing real-time and historical data on various metals, including Platinum. This API is designed for developers looking to integrate metals data into their applications seamlessly. With its robust architecture, the Metals-API allows for quick access to critical information, enabling users to make informed decisions based on the latest market trends.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data, historical prices, and various analytical tools that can be used for market analysis and forecasting. This API empowers developers to build applications that can track price fluctuations, analyze trends over time, and convert between different metal values effortlessly.
Key Features and Endpoints
The Metals-API offers a range of endpoints that cater to different needs, making it a versatile tool for developers. 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 or every 10 minutes. For example, you can retrieve the current price of Platinum in USD, which is essential for traders looking to make quick decisions.
- Historical Rates Endpoint: This feature allows users to access historical rates for most currencies dating back to 2019. By appending a specific date, developers can query the API for historical prices of Platinum, enabling them to analyze trends and make predictions.
- Bid And Ask Endpoint: This powerful feature retrieves real-time bid and ask prices for Platinum and other metals. It is particularly useful for traders who need to know the current market spread to make informed trading decisions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This is particularly useful for investors dealing with multiple metal types.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice. It is ideal for conducting in-depth analyses over specific periods.
- Fluctuation Endpoint: Users can track how Platinum prices fluctuate on a day-to-day basis, providing insights into market volatility and helping investors strategize their trades.
- Carat Endpoint: This feature allows users to retrieve information about Gold rates by Carat, which can be useful for those dealing with jewelry and precious metal investments.
- Lowest/Highest Price Endpoint: This endpoint enables users to query the API for the lowest and highest price of Platinum over a specified period, helping investors identify market trends.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access the open, high, low, and close prices for Platinum, which is essential for technical analysis.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols, dating back to 2008, allowing 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 and ease of use for developers.
- Available Endpoints: The API comprises 14 endpoints, each providing distinct functionalities tailored to various user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, ensuring users can access the latest symbols and their specifications.
- Gold Price India Endpoint: Users can retrieve the latest gold price in India, which is beneficial for investors in that region.
- News Endpoint: This feature allows users to access the latest news articles related to various metals, keeping them informed about 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 implementation. Below are examples of various API endpoints and their expected responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1757588447,
"base": "USD",
"date": "2025-09-11",
"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": 1757502047,
"base": "USD",
"date": "2025-09-10",
"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": "2025-09-04",
"end_date": "2025-09-11",
"base": "USD",
"rates": {
"2025-09-04": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-06": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-11": {
"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": 1757588447,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-04",
"end_date": "2025-09-11",
"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": 1757588447,
"base": "USD",
"date": "2025-09-11",
"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": 1757588447,
"base": "USD",
"date": "2025-09-11",
"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, obtaining historical prices for Platinum (XPT) using the Metals-API is a straightforward process that can significantly enhance your trading strategies and market analyses. With its extensive range of features, including real-time rates, historical data, and various analytical tools, the Metals-API stands out as a vital resource for developers and investors alike.
By leveraging the capabilities of the Metals-API, you can create applications that not only track current market conditions but also analyze historical trends, providing a comprehensive view of the Platinum market. Whether you are developing a trading platform, a financial analysis tool, or simply looking to stay informed about the latest market developments, the Metals-API offers the tools you need to succeed.
For more information on how to get started, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metals. Embrace the future of metals trading with the innovative solutions provided by the Metals-API.