Query Uranium (URANIUM) Historical Prices through this API

Query Uranium (URANIUM) Historical Prices through this API
In the ever-evolving landscape of financial markets, the demand for accurate and real-time data has never been more critical. For developers and analysts looking to track the historical prices of Uranium (URANIUM), the Metals-API offers a robust solution. This API not only provides access to current market rates but also allows users to delve into historical data, enabling informed decision-making and strategic planning. In this blog post, we will explore the capabilities of the Metals-API, focusing on how to effectively query historical prices for Uranium and other metals.
Metals-API Information
The Metals-API is a powerful tool designed to provide real-time and historical data for various metals, including Uranium. It leverages advanced technology to deliver accurate and timely information, making it an essential resource for developers and financial analysts. With its user-friendly interface and comprehensive documentation, the Metals-API empowers users to integrate metal price data into their applications seamlessly.
About Uranium (URANIUM)
Uranium is a crucial element in the energy sector, primarily used as fuel in nuclear reactors. As the world shifts towards sustainable energy solutions, understanding the historical pricing trends of Uranium becomes increasingly important. The digital transformation in metal markets has led to the integration of smart technologies and data analytics, allowing stakeholders to gain insights into market fluctuations and future trends.
Technological innovations have revolutionized how we access and analyze metal prices. The Metals-API stands at the forefront of this transformation, providing developers with the tools needed to build next-generation applications that can track and analyze Uranium prices effectively. By utilizing data analytics, users can uncover patterns and make predictions based on historical data, enhancing their decision-making processes.
API Description
The Metals-API is designed to provide developers with a comprehensive suite of features that facilitate the retrieval of metal prices. With a focus on innovation and technological advancement, this API allows users to access real-time and historical data, making it a valuable asset for any application that requires metal price information.
For more information, 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 cater to different data 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 essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Users can access historical rates for most metals dating back to 2019. By appending a specific date to the endpoint, developers can retrieve past pricing data, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for metals. Understanding the bid-ask spread is crucial for traders looking to make informed decisions in the market.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert amounts from one metal to another or to/from USD. This functionality is particularly useful for applications that require multi-currency support.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two specified dates. It is ideal for analyzing trends over time and understanding market movements.
- Fluctuation Endpoint: Users can track how metal prices fluctuate on a day-to-day basis, providing insights into market volatility and helping to identify potential investment opportunities.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides detailed pricing information, including the opening, highest, lowest, and closing prices for a specific time period. This data is essential for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008. This feature is particularly useful for users interested in the London Metal Exchange data.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate access to the API.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Available Endpoints: The API includes 14 endpoints, each designed to provide specific functionalities, allowing users to tailor their data retrieval to their needs.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available metal symbols, ensuring users have access to the latest information.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for users in the Indian market.
- News Endpoint: Stay updated with the latest news articles related to various metals, helping users stay informed about market trends and 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 data integration. Here are examples of responses for various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1758906045,
"base": "USD",
"date": "2025-09-26",
"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"
}
This response indicates the success of the request, the timestamp of the data retrieval, the base currency (USD), the date of the rates, and the current rates for various metals.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1758819645,
"base": "USD",
"date": "2025-09-25",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows how to access historical rates for a specific date. The response includes the same structure as the latest rates, allowing for easy integration into applications.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-09-19",
"end_date": "2025-09-26",
"base": "USD",
"rates": {
"2025-09-19": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-21": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-26": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series endpoint provides a detailed view of rates over a specified period, allowing users to analyze trends and fluctuations in metal prices.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1758906045,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This response illustrates how to convert a specific amount from one metal to another, showcasing the API's versatility in handling different currency conversions.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-19",
"end_date": "2025-09-26",
"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 endpoint allows users to track fluctuations in metal prices over a specified period, providing insights into market volatility.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1758906045,
"base": "USD",
"date": "2025-09-26",
"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 endpoint provides critical pricing data for traders and analysts, allowing for in-depth technical analysis.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1758906045,
"base": "USD",
"date": "2025-09-26",
"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 metals, essential for traders looking to make informed decisions based on market conditions.
Conclusion
In conclusion, the Metals-API is an invaluable resource for developers and analysts seeking to query historical prices for Uranium and other metals. With its extensive range of features, including real-time rates, historical data, and various endpoints tailored to specific needs, the API empowers users to make informed decisions based on accurate and timely information. By leveraging the capabilities of the Metals-API, developers can build innovative applications that enhance market analysis and trading strategies.
For further exploration of the API's capabilities, be sure to check the Metals-API Documentation and the Metals-API Supported Symbols page. The future of metal market analysis is here, and the Metals-API is at the forefront of this transformation.