Obtain Platinum Oct 2025 (PLV25) Historical Prices from this API

Introduction
Platinum Oct 2025 (PLV25), becomes crucial for investors, developers, and researchers alike. One of the most efficient ways to access this data is through the Metals-API, a powerful tool that provides real-time and historical data on various metals.
About Platinum (XPT)
Metals-API Overview
Metals-API is a comprehensive JSON API that provides access to real-time and historical prices for various metals, including Platinum. It is designed to empower developers to build next-generation applications that require precise metals data. The API offers a range of endpoints that cater to different needs, from retrieving the latest rates to accessing historical data dating back to 2019.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1754294571,
"base": "USD",
"date": "2025-08-04",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1754208171,
"base": "USD",
"date": "2025-08-03",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-07-28",
"end_date": "2025-08-04",
"base": "USD",
"rates": {
"2025-07-28": {
"XPT": 0.000915
},
"2025-08-04": {
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XPT",
"amount": 1000
},
"info": {
"timestamp": 1754294571,
"rate": 0.000912
},
"result": 0.912,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-28",
"end_date": "2025-08-04",
"base": "USD",
"rates": {
"XPT": {
"start_rate": 0.000915,
"end_rate": 0.000912,
"change": -3.0e-6,
"change_pct": -0.33
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1754294571,
"base": "USD",
"date": "2025-08-04",
"rates": {
"XPT": {
"open": 0.000915,
"high": 0.000918,
"low": 0.000910,
"close": 0.000912
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1754294571,
"base": "USD",
"date": "2025-08-04",
"rates": {
"XPT": {
"bid": 0.000911,
"ask": 0.000913,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
API Key and Authentication
API Response Structure
Common Use Cases
- Investment Analysis: Investors can track historical prices and fluctuations to make informed decisions about buying or selling Platinum.
- Market Research: Analysts can utilize the API to gather data for reports and studies on market trends and pricing dynamics.
- Trading Platforms: Developers can integrate real-time pricing data into trading applications to provide users with up-to-date information.
Performance Optimization and Scaling
Security Considerations
Conclusion
Metals-API. With its robust set of features, including real-time rates, historical data, and various endpoints, developers can create powerful applications that leverage precious metals data for investment analysis, market research, and trading.
Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available metals.