Collect Platinum Continuous Contract (PL00) Historical Prices from this API

In the world of precious metals, Platinum (XPT) stands out not only for its rarity but also for its diverse applications in various industries, including green technology and clean energy solutions. As developers and businesses seek to harness the power of real-time data, accessing historical prices for Platinum through the Metals-API can provide invaluable insights for market analysis, investment strategies, and technological innovations. This blog post will explore how to collect Platinum Continuous Contract (PL00) historical prices using the Metals-API, delving into its features, capabilities, and practical applications.
About Platinum (XPT)
Platinum is a precious metal that has gained significant attention due to its role in sustainable innovation and green technology applications. Its unique properties make it an essential component in catalytic converters, which help reduce harmful emissions from vehicles. As the world shifts towards cleaner energy solutions, the demand for Platinum is expected to rise, making it crucial for investors and developers to stay informed about its market trends.
The integration of smart technology in various sectors has further propelled the need for accurate and real-time data. Developers can leverage the Metals-API to access historical prices and trends for Platinum, enabling them to create applications that provide insights into market fluctuations and investment opportunities. By utilizing this API, businesses can enhance their decision-making processes and contribute to the digital transformation of the metals market.
Metals-API Overview
The Metals-API is a powerful tool that provides real-time and historical data for various metals, including Platinum. It empowers developers to build next-generation applications by offering a wide range of endpoints that cater to different data needs. With the ability to access historical prices dating back to 2019, the Metals-API allows users to analyze trends, track fluctuations, and make informed decisions based on accurate data.
For more detailed information, you can refer to the Metals-API Documentation, which provides comprehensive guidance on how to utilize the API effectively.
Key Features of Metals-API
The Metals-API offers several key features that make it an essential resource for developers working with precious metals data:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Platinum and other metals, updated every 60 minutes, 10 minutes, or even more frequently, depending on your subscription plan. This feature is crucial for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Users can access historical rates for Platinum dating back to 2019. By appending a specific date to the API request, developers can retrieve past pricing data, which is essential for trend analysis and forecasting.
- Bid and Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for Platinum, providing insights into market liquidity and pricing dynamics. Understanding the bid-ask spread is vital for traders and investors looking to optimize their transactions.
- Convert Endpoint: The Metals-API includes a currency conversion feature that enables users to convert amounts between different metals or to/from USD. This is particularly useful for applications that require multi-metal pricing comparisons.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two specified dates. This endpoint is ideal for analyzing price movements over time and identifying patterns in Platinum pricing.
- Fluctuation Endpoint: This endpoint provides information about how Platinum prices fluctuate on a day-to-day basis, allowing users to track volatility and make informed trading decisions.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access detailed OHLC data for Platinum, which is crucial for technical analysis and understanding market trends.
- Historical LME Endpoint: This endpoint offers historical rates for LME symbols, dating back to 2008, providing a broader context for Platinum pricing.
- 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 Metals-API delivers exchange rates relative to USD by default, ensuring consistency and ease of use for developers.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available metal symbols, allowing developers to stay informed about the metals they can access.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them updated on market trends and developments.
Understanding API Responses
When working with the Metals-API, understanding the structure of API responses is crucial for effective data utilization. Below are examples of responses for various endpoints:
Latest Rates Endpoint
The Latest Rates Endpoint provides real-time exchange rates for all available metals, including Platinum. Here’s an example response:
{
"success": true,
"timestamp": 1756083692,
"base": "USD",
"date": "2025-08-25",
"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"
}
In this response, the "rates" object contains the current exchange rates for various metals, with Platinum (XPT) priced at 0.000912 per troy ounce.
Historical Rates Endpoint
The Historical Rates Endpoint allows users to access historical exchange rates for any date since 1999. Here’s an example response:
{
"success": true,
"timestamp": 1755997292,
"base": "USD",
"date": "2025-08-24",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response shows the historical rates for Platinum and other metals, allowing users to analyze past pricing trends.
Time-Series Endpoint
The Time-Series Endpoint provides exchange rates for a specific time period. Here’s an example response:
{
"success": true,
"timeseries": true,
"start_date": "2025-08-18",
"end_date": "2025-08-25",
"base": "USD",
"rates": {
"2025-08-18": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-20": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-25": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides daily rates for Platinum over the specified period, enabling users to visualize price movements and trends.
Convert Endpoint
The Convert Endpoint allows users 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": 1756083692,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response shows the conversion of 1000 USD to Gold (XAU), providing the equivalent amount in troy ounces.
Fluctuation Endpoint
The Fluctuation Endpoint tracks rate fluctuations between two dates. Here’s an example response:
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-18",
"end_date": "2025-08-25",
"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 have changed over the specified period, allowing users to assess market volatility.
OHLC (Open/High/Low/Close) Price Endpoint
The OHLC Price Endpoint provides open, high, low, and close prices for a specific time period. Here’s an example response:
{
"success": true,
"timestamp": 1756083692,
"base": "USD",
"date": "2025-08-25",
"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 response provides a comprehensive view of Platinum's price movements within the specified period, essential for technical analysis.
Bid/Ask Endpoint
The Bid/Ask Endpoint provides current bid and ask prices for metals. Here’s an example response:
{
"success": true,
"timestamp": 1756083692,
"base": "USD",
"date": "2025-08-25",
"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, allowing traders to make informed decisions based on market conditions.
Practical Use Cases for Metals-API
The Metals-API can be utilized in various practical scenarios, including:
- Investment Analysis: Investors can use historical pricing data to analyze trends and make informed decisions about buying or selling Platinum.
- Market Research: Researchers can access real-time and historical data to study market dynamics and the impact of external factors on Platinum prices.
- Trading Applications: Developers can build trading platforms that utilize real-time data from the Metals-API to execute trades based on current market conditions.
- Financial Reporting: Companies can integrate the API into their financial reporting systems to provide accurate and up-to-date information on Platinum prices.
- Risk Management: Businesses can use fluctuation data to assess risks associated with price volatility and develop strategies to mitigate potential losses.
Conclusion
Accessing historical prices for Platinum through the Metals-API opens up a world of possibilities for developers and businesses alike. With its comprehensive features, including real-time rates, historical data, and various endpoints, the Metals-API empowers users to make informed decisions based on accurate and timely information. Whether you are an investor, researcher, or developer, leveraging the capabilities of the Metals-API can enhance your understanding of the Platinum market and drive innovation in your applications.
For more information, visit the Metals-API Website and explore the Metals-API Supported Symbols to discover the full range of metals available for analysis. By harnessing the power of real-time metals data, you can stay ahead in the ever-evolving landscape of precious metals trading and investment.