Fetch Platinum Continuous Contract (PL00) pricing information using this API
Introduction
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 real-time data for informed decision-making, the Metals-API emerges as a powerful tool for accessing Platinum pricing information and other metal data. This blog post will delve into the capabilities of the Metals-API, focusing on how it can be utilized to fetch Platinum Continuous Contract (PL00) pricing information, along with its innovative features and endpoints that empower developers to create next-generation applications.
Metals-API Information
About Platinum (XPT)
Platinum is a precious metal that plays a crucial role in various sectors, particularly in green technology applications. Its catalytic properties make it essential for reducing emissions in automotive engines, contributing to cleaner air and a healthier environment. As industries pivot towards sustainable innovation, Platinum is increasingly being integrated into clean energy solutions, such as fuel cells and renewable energy systems.
Moreover, the digital transformation of industries has led to the integration of smart technology, where Platinum's unique properties are leveraged for advanced applications. For instance, in electronics, Platinum is used in high-precision components, enhancing the performance and reliability of devices. The demand for Platinum is expected to grow as more sectors recognize its potential in driving sustainable practices and technological advancements.
API Description
The Metals-API is designed to provide developers with real-time and historical data on various metals, including Platinum. This API enables seamless integration into applications, allowing users to access up-to-date pricing information, historical trends, and conversion capabilities. With its robust architecture, the Metals-API empowers developers to build applications that can analyze market trends, optimize trading strategies, and enhance decision-making processes.
One of the standout features of the Metals-API is its ability to deliver real-time data, which is crucial for traders and businesses that rely on timely information to make informed decisions. The API supports a variety of endpoints, each offering unique functionalities that cater to different needs, from retrieving the latest rates to accessing historical data and performing currency conversions.
Key Features and Endpoints
The Metals-API offers a range of endpoints that provide valuable functionalities for developers:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for Platinum and other metals, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or every 10 minutes, ensuring that users have access to the most current 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 market research.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for Platinum, providing insights into market dynamics and helping traders make informed decisions based on current market conditions.
- Convert Endpoint: The conversion endpoint enables users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for businesses that deal with multiple currencies and need to streamline their financial operations.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two chosen dates. This functionality is ideal for analyzing price movements over specific periods, allowing for comprehensive market analysis.
- Fluctuation Endpoint: This endpoint provides information about how Platinum prices fluctuate on a day-to-day basis, helping users understand market volatility and make strategic decisions.
- Carat Endpoint: Users can retrieve information about Gold rates by Carat, which is useful for jewelers and businesses involved in the precious metals market.
- Lowest/Highest Price Endpoint: This feature allows users to query the API for the lowest and highest prices of Platinum over a specified period, aiding in market analysis and investment strategies.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access the open, high, low, and close prices for Platinum, which are critical for traders looking to analyze market trends and make informed trading decisions.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, offering valuable insights into long-term market trends.
- API Key: Each user is assigned a unique API key that must be included in the API requests, ensuring secure access to the data.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format, making it easy for developers to integrate into their applications.
- Available Endpoints: The Metals-API features 14 different endpoints, each designed to provide specific functionalities tailored to users' needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available metal symbols, allowing users to stay informed about the metals they can access through the API.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them updated on market developments and trends.
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 integrate specific metal data into their applications.
API Endpoint Examples and Responses
To illustrate the capabilities of the Metals-API, here are several examples of API responses for different endpoints:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1766448645,
"base": "USD",
"date": "2025-12-23",
"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": 1766362245,
"base": "USD",
"date": "2025-12-22",
"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-12-16",
"end_date": "2025-12-23",
"base": "USD",
"rates": {
"2025-12-16": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-12-18": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-12-23": {
"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": 1766448645,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-12-16",
"end_date": "2025-12-23",
"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": 1766448645,
"base": "USD",
"date": "2025-12-23",
"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": 1766448645,
"base": "USD",
"date": "2025-12-23",
"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
The Metals-API provides a comprehensive and innovative solution for accessing real-time and historical pricing information for Platinum and other precious metals. With its wide array of endpoints, developers can create applications that not only track market trends but also facilitate informed decision-making in trading and investment strategies. By leveraging the capabilities of the Metals-API, businesses can enhance their operational efficiency and stay ahead in the competitive landscape of precious metals trading.
For more information on how to get started with the Metals-API, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metals. By integrating this powerful API into your applications, you can unlock the potential of real-time metals data and drive your business forward.