Get accurate Uranium (URANIUM) prices using this API

Get Accurate Uranium (URANIUM) Prices Using This API
Metals-API provides developers with the tools necessary to access accurate Uranium (URANIUM) prices and other metal data seamlessly. This blog post will delve into the capabilities of the Metals-API, focusing on its innovative features, endpoints, and how it can transform the way developers interact with metal markets.
Metals-API Information
About Uranium (URANIUM)
API Description
Metals-API is a powerful tool designed for developers who need real-time and historical data on various metals, including Uranium. This API empowers users to build next-generation applications that can analyze and visualize metal prices effectively. With its user-friendly interface and comprehensive documentation, developers can easily integrate the API into their projects.
Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, including Uranium, updated at intervals based on your subscription plan. For instance, users can receive updates every 60 minutes or every 10 minutes, ensuring they have the most current information available.
- Historical Rates Endpoint: Developers can access historical rates dating back to 2019. By appending a specific date to the API request, users can retrieve past prices, which is invaluable for trend analysis and forecasting.
- Bid and Ask Endpoint: This feature allows users to obtain real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The API includes a currency conversion feature, enabling users to convert amounts between different metals or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: Users can query the API for daily historical rates between two specified dates, allowing for in-depth analysis of price movements over time.
- Fluctuation Endpoint: This endpoint provides information on how metal prices fluctuate on a day-to-day basis, helping users understand market volatility.
- Carat Endpoint: For those interested in gold, this feature allows users to retrieve gold rates by carat, which is essential for jewelers and gold traders.
- Lowest/Highest Price Endpoint: Users can query the API to find out the lowest and highest prices for a specified date, which is crucial for identifying market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, offering a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is beneficial for long-term analysis.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate and authorize access to the API.
- API Response: The API returns exchange rates relative to USD by default, ensuring consistency in data interpretation.
- 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 local traders.
- News Endpoint: Stay updated with the latest news articles related to various metals, helping users keep track of market developments.
List of Symbols
Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1750280414,
"base": "USD",
"date": "2025-06-18",
"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"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1750194014,
"base": "USD",
"date": "2025-06-17",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-06-11",
"end_date": "2025-06-18",
"base": "USD",
"rates": {
"2025-06-11": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-06-13": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-06-18": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1750280414,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-06-11",
"end_date": "2025-06-18",
"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"
}
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1750280414,
"base": "USD",
"date": "2025-06-18",
"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"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1750280414,
"base": "USD",
"date": "2025-06-18",
"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"
}
Conclusion
Metals-API is an invaluable resource for developers looking to access accurate Uranium prices and other metal data. With its comprehensive range of endpoints, the API empowers users to build applications that can analyze real-time and historical data effectively. By leveraging the capabilities of the Metals-API, developers can create innovative solutions that enhance decision-making processes in the metal markets.
Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metals. The future of metal trading is here, and the Metals-API is at the forefront of this digital transformation.