Access Uranium Nov 2025 (UXX25) - Per Pound Historical Prices through this API

Access Uranium Nov 2025 (UXX25) - Per Pound Historical Prices through this API
In the ever-evolving landscape of metal markets, the demand for accurate and timely data has never been higher. As developers and analysts seek to harness the power of real-time information, the Metals-API emerges as a transformative tool. This API provides access to a wealth of historical prices, including the per-pound rates for Uranium (UXX25) and other metals. In this blog post, we will explore how to access historical prices through the Metals-API, focusing on the innovative features that empower developers to create next-generation applications.
Metals-API Information
The Metals-API is designed to facilitate seamless access to metal pricing data, enabling developers to integrate this information into their applications effortlessly. With a focus on technological innovation and advancement, the API offers a range of endpoints that cater to various data needs, from real-time rates to historical trends.
About Uranium (UXX25)
Uranium, symbolized as UXX25, is a critical metal in the energy sector, primarily used as fuel for nuclear reactors. As the world shifts towards sustainable energy solutions, the demand for Uranium is expected to rise. Understanding historical price trends is essential for investors and analysts looking to make informed decisions in this volatile market.
Digital transformation in metal markets has led to the integration of advanced data analytics and smart technology. The Metals-API exemplifies this shift by providing developers with the tools to access and analyze historical price data effectively. By leveraging data analytics, users can gain insights into market trends, fluctuations, and potential future movements.
API Description
The Metals-API is a powerful resource that allows developers to access real-time and historical metal prices through a simple and intuitive interface. With capabilities that include retrieving the latest rates, historical data, and conversion functionalities, the API is designed to meet the diverse needs of developers in the financial sector.
One of the standout features of the Metals-API is its ability to provide real-time data updates. Depending on the subscription plan, users can receive updates every 60 minutes or even every 10 minutes, ensuring that they have the most current information at their fingertips. This capability is crucial for applications that require timely data for trading or analysis.
For detailed information on how to utilize the API, developers can refer to the Metals-API Documentation, which provides comprehensive guidance on all available features and endpoints.
Key Features and Endpoints
The Metals-API boasts a variety of endpoints, each designed to serve specific data needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on the user's subscription plan. For example, a developer can access the latest price of Uranium (UXX25) and other metals with a simple API call.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019. By appending a specific date to the API request, developers can retrieve the historical price of Uranium, allowing for in-depth analysis of price trends over time.
- Bid And Ask Endpoint: This feature enables users to retrieve 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, allowing users to convert any amount from one metal to another or to/from USD. This is particularly useful for applications that require multi-currency support.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two specified dates. This functionality is essential for analyzing price movements over specific periods.
- Fluctuation Endpoint: This endpoint provides information about how metal prices fluctuate on a day-to-day basis, offering valuable insights into market volatility.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access OHLC data for a specific time period, which is crucial for technical analysis and trading strategies.
- Lowest/Highest Price Endpoint: This feature allows users to query the API for the lowest and highest prices within a specified timeframe, aiding in market analysis.
- Historical LME Endpoint: For those interested in LME symbols, this endpoint provides historical rates dating back to 2008, allowing for comprehensive analysis of metal prices.
- API Key: Each user is assigned a unique API key, which must be included in API requests to authenticate and authorize access to the data.
- API Response: The API delivers 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 that developers have access to the latest data.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market 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. This resource is invaluable for developers looking to integrate specific metal data into their applications.
API Endpoint Examples and Responses
Understanding how to interpret API responses is crucial for developers. Below are examples of various API endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1759917636,
"base": "USD",
"date": "2025-10-08",
"rates": {
"UXX25": 0.000482,
"XAU": 0.000482,
"XAG": 0.03815
},
"unit": "per pound"
}
This response indicates the latest price of Uranium (UXX25) along with other metals, providing a snapshot of current market conditions.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1759831236,
"base": "USD",
"date": "2025-10-07",
"rates": {
"UXX25": 0.000485,
"XAU": 0.000485,
"XAG": 0.03825
},
"unit": "per pound"
}
This example shows how to access historical prices for Uranium, allowing developers to analyze price trends over time.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-10-01",
"end_date": "2025-10-08",
"base": "USD",
"rates": {
"2025-10-01": {
"UXX25": 0.000485
},
"2025-10-03": {
"UXX25": 0.000483
},
"2025-10-08": {
"UXX25": 0.000482
}
},
"unit": "per pound"
}
This response illustrates how to retrieve daily historical rates for Uranium over a specified period, enabling detailed analysis of price movements.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "UXX25",
"amount": 1000
},
"info": {
"timestamp": 1759917636,
"rate": 0.000482
},
"result": 0.482,
"unit": "pounds"
}
The Convert Endpoint allows users to convert amounts between different metals or currencies, providing flexibility in data handling.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-01",
"end_date": "2025-10-08",
"base": "USD",
"rates": {
"UXX25": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per pound"
}
This endpoint tracks fluctuations in prices over a specified period, providing insights into market volatility.
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1759917636,
"base": "USD",
"date": "2025-10-08",
"rates": {
"UXX25": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per pound"
}
The OHLC data is essential for traders and analysts, providing a comprehensive view of price movements within a specific timeframe.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1759917636,
"base": "USD",
"date": "2025-10-08",
"rates": {
"UXX25": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per pound"
}
This endpoint provides current bid and ask prices, which are crucial for understanding market dynamics and making informed trading decisions.
Conclusion
The Metals-API is a powerful tool for developers seeking to access and analyze historical prices for metals like Uranium (UXX25). With its comprehensive range of endpoints, the API empowers users to build innovative applications that leverage real-time and historical data. By integrating features such as the Latest Rates, Historical Rates, and Fluctuation endpoints, developers can gain valuable insights into market trends and fluctuations.
For those looking to dive deeper into the capabilities of the Metals-API, the Metals-API Documentation provides extensive guidance on implementation and usage. Additionally, the Metals-API Supported Symbols page offers a comprehensive list of available metal symbols, ensuring that developers can access the data they need.
As the metal markets continue to evolve, staying informed and leveraging advanced data analytics will be crucial for success. The Metals-API stands at the forefront of this transformation, providing the tools necessary for developers to create impactful applications in the financial sector.