Download Platinum Sep 2025 (PLU25) Historical Prices via this API

Download Platinum Sep 2025 (PLU25) Historical Prices via 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, sustainable innovation, and clean energy solutions. As the demand for real-time data on precious metals continues to grow, developers are increasingly turning to APIs to access historical prices and other vital information. One such powerful tool is the Metals-API, which provides comprehensive access to historical prices, including those for Platinum.
About Platinum (XPT)
Platinum is a precious metal that has garnered attention for its unique properties and applications. It is widely used in catalytic converters for vehicles, jewelry, and various industrial processes. As industries shift towards greener technologies, the demand for Platinum is expected to rise, particularly in applications related to hydrogen fuel cells and other clean energy solutions. The integration of smart technology and digital transformation in these sectors further emphasizes the importance of real-time data access, making APIs like Metals-API essential for developers and businesses alike.
With the Metals-API, developers can easily retrieve historical prices for Platinum and other metals, enabling them to build applications that can analyze trends, forecast prices, and make informed decisions. The API's capabilities extend beyond just price retrieval; it empowers developers to create innovative solutions that leverage real-time data for various applications.
API Description
The Metals-API is a robust platform that provides real-time and historical data for various metals, including Platinum. It offers a range of endpoints that allow developers to access the latest rates, historical prices, and even perform conversions between different metals and currencies. This API is designed with innovation in mind, enabling developers to harness the power of real-time data to create next-generation applications.
One of the standout features of the Metals-API is its ability to deliver data with high accuracy and reliability. The API updates its data at regular intervals, ensuring that users have access to the most current information available. This is particularly important in the fast-paced world of commodities trading, where even minor fluctuations can have significant financial implications.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to cater to specific needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for 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: Access historical rates for most metals dating back to 2019. By appending a specific date to the API request, developers can retrieve past prices, 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 metals, providing insights into market conditions and helping traders make informed decisions.
- Convert Endpoint: The API includes a currency conversion endpoint, enabling users to convert amounts from one metal to another or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two dates of their choice, allowing for comprehensive analysis over specific periods.
- Fluctuation Endpoint: This endpoint provides information about how metals fluctuate on a day-to-day basis, offering insights into market volatility.
- Carat Endpoint: Users can retrieve information about Gold rates by Carat, which is particularly useful for jewelers and retailers.
- Lowest/Highest Price Endpoint: This feature allows users to query the API to get the lowest and highest prices for a specified date, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, essential for traders looking to analyze market trends.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is invaluable for those involved in trading and investment.
- API Key: Each user is assigned a unique API key that must be included in 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.
- Available Endpoints: The Metals-API includes 14 different endpoints, each providing unique functionalities to cater to various user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies and metals, allowing developers to stay updated on the latest offerings.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for regional market analysis.
- News Endpoint: Stay informed with the latest news articles related to various metals, providing context and insights into market movements.
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 metals into their applications.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective integration. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1757764923,
"base": "USD",
"date": "2025-09-13",
"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"
}
The above response indicates a successful request for the latest rates, with the base currency set to USD. The rates for various metals, including Platinum (XPT), are provided in troy ounces.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1757678523,
"base": "USD",
"date": "2025-09-12",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response shows historical rates for a specific date, allowing developers to analyze past market conditions and trends.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-09-06",
"end_date": "2025-09-13",
"base": "USD",
"rates": {
"2025-09-06": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-08": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-13": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series response provides daily rates for the specified period, enabling developers to visualize trends and fluctuations over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1757764923,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This conversion response indicates that 1000 USD is equivalent to 0.482 troy ounces of Gold (XAU), showcasing the API's ability to facilitate currency conversions seamlessly.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-06",
"end_date": "2025-09-13",
"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 the rates for various metals, including Platinum, have fluctuated over a specified period, which is crucial for traders and analysts.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1757764923,
"base": "USD",
"date": "2025-09-13",
"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"
}
The OHLC response provides a comprehensive view of the price movements for Platinum over a specific day, allowing traders to make informed decisions based on market behavior.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1757764923,
"base": "USD",
"date": "2025-09-13",
"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, which is essential for traders looking to execute buy or sell orders effectively.
Conclusion
The Metals-API is an invaluable resource for developers looking to access real-time and historical data on precious metals, including Platinum. With its wide range of endpoints and capabilities, the API empowers users to build innovative applications that can analyze trends, forecast prices, and make informed decisions. Whether you are developing a trading platform, a market analysis tool, or a financial application, the Metals-API provides the necessary data and functionality to succeed.
For more information on how to get started with the Metals-API, refer to the Metals-API Documentation. To explore the full range of supported symbols, visit the Metals-API Supported Symbols page. By leveraging the power of real-time metals data, you can unlock new possibilities in your applications and stay ahead in the competitive landscape of precious metals trading.