Get daily Uranium (URANIUM) prices using this API

Get Daily Uranium (URANIUM) Prices Using This API
In the ever-evolving landscape of commodities trading, staying updated with real-time prices is crucial for investors and developers alike. The Metals-API provides a robust solution for accessing daily Uranium (URANIUM) prices, along with a plethora of other metals. This blog post delves into the capabilities of the Metals-API, its key features, and how it can empower developers to create innovative applications that leverage real-time data.
Metals-API Information
The Metals-API is a powerful tool designed for developers who need accurate and timely information about metal prices, including Uranium. With the rise of digital transformation in metal markets, the API stands out by offering technological innovations that facilitate data analytics and insights. By integrating smart technology, developers can harness the potential of real-time metals data to build next-generation applications.
About Uranium (URANIUM)
Uranium is a critical metal used primarily as fuel in nuclear reactors, making it a vital component in the energy sector. The demand for Uranium is influenced by various factors, including geopolitical dynamics, energy policies, and advancements in nuclear technology. As the world shifts towards cleaner energy sources, the role of Uranium is becoming increasingly significant.
In the context of digital transformation, the Uranium market is witnessing a surge in technological advancements. Data analytics plays a pivotal role in understanding market trends, price fluctuations, and investment opportunities. The integration of smart technology allows stakeholders to make informed decisions based on real-time data, thereby enhancing their trading strategies.
API Description
The Metals-API is designed to provide developers with comprehensive access to metal prices and currency conversion functionalities. It empowers users to build applications that require real-time data, historical trends, and analytical insights. The API's capabilities include:
- Real-time Price Updates: Access to the latest prices for Uranium and other metals, updated frequently based on the subscription plan.
- Historical Data: Retrieve historical prices dating back to 2019, allowing for in-depth analysis of market trends.
- Bid and Ask Prices: Get real-time bid and ask prices, essential for traders looking to make informed decisions.
- Currency Conversion: Convert amounts between different metals and currencies seamlessly.
- Time-Series Data: Analyze price movements over specific periods to identify trends and make predictions.
For more detailed information, you can visit the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available metals.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Hereβs a closer look at some of the key features:
Latest Rates Endpoint
The Latest Rates endpoint provides real-time exchange rate data for metals, including Uranium. Depending on your subscription plan, this endpoint can return updates every 60 minutes or even more frequently. This feature is essential for traders who need to stay informed about the latest market conditions.
{
"success": true,
"timestamp": 1750748411,
"base": "USD",
"date": "2025-06-24",
"rates": {
"URANIUM": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Access to historical rates allows users to analyze price trends over time. By appending a specific date to the endpoint, developers can retrieve historical data dating back to 2019. This feature is particularly useful for conducting market analysis and forecasting future price movements.
{
"success": true,
"timestamp": 1750662011,
"base": "USD",
"date": "2025-06-23",
"rates": {
"URANIUM": 0.000485
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The Bid and Ask endpoint is a powerful feature that provides real-time bid and ask prices for Uranium. This information is crucial for traders looking to execute buy or sell orders at optimal prices.
{
"success": true,
"timestamp": 1750748411,
"base": "USD",
"date": "2025-06-24",
"rates": {
"URANIUM": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
The Convert endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for traders who need to quickly assess the value of their holdings in different currencies.
{
"success": true,
"query": {
"from": "USD",
"to": "URANIUM",
"amount": 1000
},
"info": {
"timestamp": 1750748411,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
The Time-Series endpoint allows users to query the API for daily historical rates between two dates of their choice. This feature is invaluable for analyzing price trends over specific periods.
{
"success": true,
"timeseries": true,
"start_date": "2025-06-17",
"end_date": "2025-06-24",
"base": "USD",
"rates": {
"2025-06-17": {
"URANIUM": 0.000485
},
"2025-06-24": {
"URANIUM": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
The Fluctuation endpoint provides insights into how prices fluctuate on a day-to-day basis. This feature is essential for traders who want to understand market volatility and make informed decisions.
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-17",
"end_date": "2025-06-24",
"base": "USD",
"rates": {
"URANIUM": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
The OHLC endpoint provides detailed price information for a specific time period, including the opening, high, low, and closing prices. This data is crucial for traders looking to analyze market performance over time.
{
"success": true,
"timestamp": 1750748411,
"base": "USD",
"date": "2025-06-24",
"rates": {
"URANIUM": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
The Historical LME endpoint provides access to historical rates for LME symbols, dating back to 2008. This feature is particularly useful for analyzing long-term trends in the Uranium market.
{
"success": true,
"timestamp": 1750662011,
"base": "USD",
"date": "2025-06-23",
"rates": {
"URANIUM": 0.000485
},
"unit": "per troy ounce"
}
API Key and Response
To access the Metals-API, users must obtain an API key, which is passed into the API base URL's access_key parameter. This key is essential for authentication and authorization, ensuring that only authorized users can access the data.
The API response is delivered in JSON format, with exchange rates provided relative to USD by default. Each response includes a success status, timestamp, base currency, date, and the rates for the requested metals.
Conclusion
The Metals-API is an invaluable resource for developers looking to access real-time Uranium prices and other metal data. With its comprehensive features, including real-time updates, historical data, and various endpoints for different functionalities, the API empowers users to build innovative applications that leverage the power of real-time data.
By utilizing the Metals-API, developers can enhance their trading strategies, conduct in-depth market analysis, and make informed decisions based on accurate and timely information. For more information, visit the Metals-API Website and explore the extensive documentation available to get started.