Access Platinum Continuous Contract (PL00) price trends using this API
Access Platinum Continuous Contract (PL00) Price Trends Using This API
In the world of precious metals, Platinum (XPT) stands out not only for its rarity but also for its diverse applications in green technology, sustainable innovation, and clean energy solutions. As industries increasingly turn towards digital transformation and smart technology integration, the need for real-time data on Platinum prices becomes paramount. This is where the Metals-API comes into play, providing developers with the tools necessary to access and analyze Platinum price trends effectively.
About Platinum (XPT)
Platinum is a precious metal that plays a crucial role in various sectors, including automotive, electronics, and jewelry. Its unique properties make it an essential component in catalytic converters, which help reduce harmful emissions from vehicles. As the world shifts towards greener technologies, the demand for Platinum is expected to rise, making it vital for developers and businesses to monitor its price trends closely.
The integration of Platinum into clean energy solutions, such as hydrogen fuel cells, further emphasizes its importance in the transition to sustainable energy. As developers, understanding the market dynamics of Platinum can lead to innovative applications that leverage real-time data for better decision-making.
API Description
The Metals-API is a powerful tool designed to provide developers with real-time and historical data on various metals, including Platinum. This API empowers developers to build next-generation applications that can analyze market trends, perform currency conversions, and track fluctuations in metal prices.
With the Metals-API, developers can access a wide range of endpoints that cater to different needs, from retrieving the latest rates to analyzing historical data. The API's capabilities allow for seamless integration into applications, enabling businesses to make informed decisions based on accurate and timely information.
Key Features and Endpoints
The Metals-API offers several endpoints that provide valuable data for developers looking to track Platinum prices and other metals. Here are some of the key features:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for Platinum and other metals, updated based on your subscription plan. Developers can access the latest rates every 60 minutes, 10 minutes, or even more frequently, depending on their needs.
- Historical Rates Endpoint: For those interested in analyzing past trends, the historical rates endpoint allows users to query data dating back to 2019. By appending a specific date to the request, developers can retrieve historical prices for Platinum and other metals.
- Bid and Ask Endpoint: This feature provides real-time bid and ask prices for Platinum, enabling traders to make informed decisions based on current market conditions.
- Convert Endpoint: The conversion endpoint allows users to convert any amount from one metal to another or to/from USD, making it easier to analyze price trends across different currencies.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two dates of their choice, providing insights into price movements over time.
- Fluctuation Endpoint: This endpoint tracks how Platinum prices fluctuate on a day-to-day basis, offering valuable insights into market volatility.
- Carat Endpoint: For those interested in gold rates by carat, this endpoint provides detailed information, allowing for precise calculations in jewelry and investment scenarios.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for Platinum over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides comprehensive data on the open, high, low, and close prices for Platinum, essential for traders and analysts.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for in-depth analysis of market trends.
- API Key: Each user is provided with a unique API key, which is essential for accessing the API's features securely.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency and clarity in the data provided.
- Available Endpoints: With 14 different endpoints, the Metals-API offers a comprehensive suite of tools for developers to explore.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies and metals, ensuring developers have access to the latest information.
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": 1781395909,
"base": "USD",
"date": "2026-06-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": 1781309509,
"base": "USD",
"date": "2026-06-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-06-07",
"end_date": "2026-06-14",
"base": "USD",
"rates": {
"2026-06-07": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-09": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-06-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": 1781395909,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-07",
"end_date": "2026-06-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": 1781395909,
"base": "USD",
"date": "2026-06-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": 1781395909,
"base": "USD",
"date": "2026-06-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
In conclusion, the Metals-API provides a robust platform for developers looking to access real-time and historical data on Platinum and other metals. With its comprehensive suite of endpoints, developers can build applications that not only track price trends but also analyze market fluctuations, perform conversions, and access detailed historical data.
As industries continue to evolve towards sustainable practices, the demand for accurate and timely data on precious metals like Platinum will only increase. By leveraging the capabilities of the Metals-API, developers can create innovative solutions that contribute to a more sustainable future.
For more information on how to implement these features, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available data points. The future of precious metals trading is here, and with the right tools, developers can harness its full potential.