Obtain Uranium Aug 2025 (UXQ25) Historical Prices via this API

Introduction
In the ever-evolving landscape of financial markets, obtaining accurate and timely data is crucial for informed decision-making. For those interested in tracking the historical prices of uranium, specifically the symbol UXQ25, the Metals-API offers a powerful solution. This API provides developers with the tools necessary to access real-time and historical data on various metals, including uranium. In this blog post, we will explore the capabilities of the Metals-API, focusing on how to retrieve historical prices and the innovative features that make it a valuable resource for API developers.
Metals-API Information
About Uranium (UXQ25)
Uranium, represented by the symbol UXQ25, is a critical element in the energy sector, primarily used as fuel for nuclear power plants. As the world shifts towards sustainable energy solutions, the demand for uranium is expected to rise. The digital transformation in metal markets has led to significant advancements in how data is collected, analyzed, and utilized. With the integration of smart technology and data analytics, stakeholders can gain insights into market trends and make data-driven decisions.
Technological innovation plays a pivotal role in the uranium market, enabling real-time tracking of prices and fluctuations. The Metals-API empowers developers to build applications that leverage this data, providing users with the ability to monitor market conditions and make informed investment choices. As we look to the future, the integration of advanced analytics and machine learning will further enhance the capabilities of APIs like Metals-API, allowing for predictive modeling and trend analysis.
API Description
The Metals-API is a robust platform designed to provide developers with access to real-time and historical metal prices. With a focus on innovation and technological advancement, this API offers a suite of features that enable users to build next-generation applications. The API's capabilities include retrieving the latest rates, historical prices, and various analytical data points, all of which are essential for making informed decisions in the metals market.
For more detailed information about the API, you can visit the Metals-API Website or check out the Metals-API Documentation.
Key Features and Endpoints
The Metals-API comes equipped with several endpoints, each designed to provide specific functionalities that cater to the needs of developers and analysts alike. Here are some of the key features:
Latest Rates Endpoint
The Latest Rates Endpoint allows users to retrieve real-time exchange rate data for uranium and other metals. Depending on your subscription plan, this endpoint can return updated rates every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for traders who need to stay informed about the latest market conditions.
{
"success": true,
"timestamp": 1757822429,
"base": "USD",
"date": "2025-09-14",
"rates": {
"UXQ25": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Accessing historical rates is crucial for analyzing market trends over time. The Historical Rates Endpoint allows users to query historical prices for uranium dating back to 2019. By appending a specific date to the API request, developers can retrieve historical data that is vital for back-testing trading strategies or conducting market analysis.
{
"success": true,
"timestamp": 1757736029,
"base": "USD",
"date": "2025-09-13",
"rates": {
"UXQ25": 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 the best possible prices. Depending on your subscription plan, this endpoint can deliver timely data that reflects current market conditions.
{
"success": true,
"timestamp": 1757822429,
"base": "USD",
"date": "2025-09-14",
"rates": {
"UXQ25": {
"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 or metals.
{
"success": true,
"query": {
"from": "USD",
"to": "UXQ25",
"amount": 1000
},
"info": {
"timestamp": 1757822429,
"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 conducting in-depth market analysis and understanding price movements over specific periods.
{
"success": true,
"timeseries": true,
"start_date": "2025-09-07",
"end_date": "2025-09-14",
"base": "USD",
"rates": {
"2025-09-07": {
"UXQ25": 0.000485
},
"2025-09-14": {
"UXQ25": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
Using the Fluctuation Endpoint, users can retrieve information about how uranium prices fluctuate on a day-to-day basis. This data is essential for understanding market volatility and making informed trading decisions.
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-07",
"end_date": "2025-09-14",
"base": "USD",
"rates": {
"UXQ25": {
"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 Price Endpoint provides users with the open, high, low, and close prices for uranium over a specific time period. This data is crucial for traders looking to analyze price trends and make strategic decisions based on historical performance.
{
"success": true,
"timestamp": 1757822429,
"base": "USD",
"date": "2025-09-14",
"rates": {
"UXQ25": {
"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 endpoint is particularly useful for users interested in analyzing long-term trends in the uranium market.
{
"success": true,
"timestamp": 1757736029,
"base": "USD",
"date": "2025-09-13",
"rates": {
"UXQ25": 0.000485
},
"unit": "per troy ounce"
}
API Key and Response
Your API Key is a unique identifier that must be passed into the API base URL's access_key parameter. This key is essential for authenticating your requests and ensuring secure access to the API's features. The API response is delivered in JSON format, with exchange rates typically relative to USD. All data is returned in a structured format, making it easy for developers to integrate into their applications.
Available Endpoints
The Metals-API offers a total of 14 endpoints, each providing different functionalities tailored to the needs of developers and analysts. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
Conclusion
In conclusion, the Metals-API is an invaluable resource for developers looking to access real-time and historical data on uranium prices. With its comprehensive suite of features, including the Latest Rates, Historical Rates, and various analytical endpoints, the API empowers users to make informed decisions in the dynamic metals market. As the demand for uranium continues to grow, leveraging the capabilities of the Metals-API will be essential for staying ahead in this competitive landscape. For more information, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance on implementation and usage.