Get real-time Uranium (URANIUM) prices using this API

Get Real-Time Uranium (URANIUM) Prices Using This API
Metals-API provides a robust solution for obtaining real-time prices of various metals, including Uranium (URANIUM). 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 metals data.
Metals-API Information
About Uranium (URANIUM)
Digital Transformation in Metal Markets
Technological Innovation and Advancement
Data Analytics and Insights
Smart Technology Integration
Future Trends and Possibilities
API Description
Metals-API is a powerful tool that provides developers with access to real-time metals data, including prices, historical rates, and conversion capabilities. The API is designed to empower developers to build next-generation applications that can leverage this data for various use cases, from trading platforms to analytical tools.
Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1749693613,
"base": "USD",
"date": "2025-06-12",
"rates": {
"URANIUM": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1749607213,
"base": "USD",
"date": "2025-06-11",
"rates": {
"URANIUM": 0.000485
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1749693613,
"base": "USD",
"date": "2025-06-12",
"rates": {
"URANIUM": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "URANIUM",
"amount": 1000
},
"info": {
"timestamp": 1749693613,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-05",
"end_date": "2025-06-12",
"base": "USD",
"rates": {
"2025-06-05": {
"URANIUM": 0.000485
},
"2025-06-12": {
"URANIUM": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-05",
"end_date": "2025-06-12",
"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
{
"success": true,
"timestamp": 1749693613,
"base": "USD",
"date": "2025-06-12",
"rates": {
"URANIUM": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
API Key and Response
List of Symbols
Metals-API Supported Symbols page.
Conclusion
Metals-API offers a powerful solution for accessing real-time Uranium prices and other metals data. With its extensive range of endpoints, developers can create innovative applications that leverage this data for various use cases, from trading platforms to analytical tools. The API's capabilities, including real-time rates, historical data, and conversion features, empower users to make informed decisions in the dynamic metals market.
Metals-API Documentation and explore the possibilities that await.