Access Real-Time Uranium Dec 2025 (UXZ25) Historical Prices using this API
Access Real-Time Uranium Dec 2025 (UXZ25) Historical Prices using this API
In the rapidly evolving landscape of metal markets, accessing real-time data is crucial for developers and businesses alike. The Metals-API provides a robust solution for obtaining historical prices of various metals, including Uranium (UXZ25). This blog post will delve into the capabilities of the Metals-API, focusing on how to retrieve historical prices and the transformative potential of real-time metals data.
Metals-API Information
The Metals-API is a powerful tool designed for developers who need accurate and timely data on metal prices. With its comprehensive suite of endpoints, the API allows users to access real-time and historical price data, making it an essential resource for financial analysis, trading applications, and market research.
About Uranium (UXZ25)
Uranium, symbolized as UXZ25 in the Metals-API, is a critical metal used primarily as fuel for nuclear power plants. As the world shifts towards sustainable energy sources, the demand for Uranium is expected to rise. The digital transformation in metal markets has led to technological innovations that enhance data analytics and insights, allowing stakeholders to make informed decisions based on real-time data.
Technological advancements have integrated smart technology into the metal markets, enabling developers to create applications that leverage real-time data for predictive analytics and trend forecasting. The future of Uranium trading will likely be shaped by these innovations, providing opportunities for enhanced market efficiency and transparency.
API Description
The Metals-API is designed to empower developers to build next-generation applications by providing access to real-time and historical metals data. With a focus on innovation and technological advancement, the API offers various endpoints that cater to different data needs. Whether you are looking for the latest rates, historical prices, or conversion capabilities, the Metals-API has you covered.
For more information, you can visit the Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that provide different functionalities, each designed to meet specific user needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for metals, updated based on your subscription plan. Depending on your plan, you can receive updates every 60 minutes or every 10 minutes, ensuring you have the most current information at your fingertips.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019 by appending a specific date in the format YYYY-MM-DD. This feature is particularly useful for analyzing trends and making informed decisions based on past performance.
- Bid And Ask Endpoint: This powerful feature allows you to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint that enables users to convert any amount from one metal to another or to/from USD. This is essential for traders who operate in multiple currencies.
- Time-Series Endpoint: With this endpoint, you can query the API for daily historical rates between two dates of your choice, allowing for comprehensive analysis over time.
- Fluctuation Endpoint: This feature provides information about how metal prices fluctuate on a day-to-day basis, helping users understand market volatility.
- Carat Endpoint: Users can retrieve information about Gold rates by Carat, which is particularly useful for jewelers and traders in the luxury market.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the API to get the lowest and highest price for a specific metal over a designated period.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides the open, high, low, and close prices for a specific date, which is crucial for traders looking to analyze market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a long-term view of market trends.
- API Key: Your unique API key is essential for accessing the API and must be included in the request URL.
- API Response: The Metals-API delivers exchange rates relative to USD, with all data returned in a structured JSON format.
- Available Endpoints: The API offers 14 different endpoints, each providing unique functionalities tailored to various user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available metal symbols, ensuring users have access to the latest data.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you informed about market developments.
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
Understanding the API responses is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1774570482,
"base": "USD",
"date": "2026-03-27",
"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 response indicates a successful request, providing the latest exchange rates for various metals relative to USD. Each rate is expressed in terms of troy ounces, which is the standard measurement for precious metals.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1774484082,
"base": "USD",
"date": "2026-03-26",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This endpoint allows users to access historical exchange rates for a specific date. The response includes the rates for various metals, enabling users to analyze past performance and trends.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-03-20",
"end_date": "2026-03-27",
"base": "USD",
"rates": {
"2026-03-20": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-03-22": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-03-27": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series endpoint provides daily historical rates between two specified dates. This is particularly useful for trend analysis and forecasting.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1774570482,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This endpoint allows users to convert a specified amount from one metal to another or to/from USD. In this example, 1000 USD is converted to 0.482 troy ounces of Gold (XAU).
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-03-20",
"end_date": "2026-03-27",
"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"
}
The fluctuation endpoint tracks rate changes between two dates, providing insights into market volatility and price trends.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1774570482,
"base": "USD",
"date": "2026-03-27",
"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 endpoint provides the open, high, low, and close prices for a specific date, which is essential for traders analyzing market performance.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1774570482,
"base": "USD",
"date": "2026-03-27",
"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 endpoint provides current bid and ask prices for metals, allowing traders to gauge market liquidity and pricing dynamics.
Conclusion
In conclusion, the Metals-API is an invaluable resource for developers and businesses looking to access real-time and historical prices of metals, including Uranium (UXZ25). With its comprehensive suite of endpoints, the API empowers users to build innovative applications that leverage real-time data for market analysis, trading, and decision-making.
By understanding the various endpoints and their functionalities, developers can effectively integrate the Metals-API into their applications, ensuring they have access to the most accurate and timely data available. For further exploration, visit the Metals-API Website, check the Metals-API Documentation, and explore the Metals-API Supported Symbols for a complete list of available metals.