Get Uranium Feb 2026 (UXG26) - Per Pound prices using this API

Get Uranium Feb 2026 (UXG26) - Per Pound Prices Using This API
In the ever-evolving landscape of metal markets, the demand for accurate and real-time data is paramount. The Uranium Feb 2026 (UXG26) symbol represents a significant opportunity for investors and developers alike, as it opens up avenues for trading and analysis in uranium pricing. With the advent of advanced APIs like the Metals-API, accessing up-to-date information about uranium and other metals has never been easier. This blog post will delve into the capabilities of the Metals-API, exploring its features, endpoints, and the transformative potential it holds for developers in the metal markets.
Metals-API Information
The Metals-API is a powerful tool that provides real-time and historical data on various metals, including uranium. It is designed to empower developers to create applications that can analyze market trends, track prices, and make informed trading decisions. The API's capabilities extend beyond mere data retrieval; it integrates advanced data analytics and insights, enabling users to harness the power of smart technology in the metal markets.
About Neodymium (ND)
While our focus is on uranium, it is worth noting the broader context of metals like neodymium, which play a crucial role in technological innovation. Neodymium is essential in the production of high-strength magnets used in electric vehicles, wind turbines, and various electronic devices. The digital transformation in metal markets is driven by the need for real-time data and analytics, allowing stakeholders to make informed decisions based on current market conditions.
Technological advancements in data analytics have paved the way for smarter integrations within the metal industry. By leveraging APIs like Metals-API, developers can create applications that provide insights into market fluctuations, price trends, and historical data analysis. The future of metal trading is not just about the metals themselves but also about how we utilize technology to interpret and act on the data available.
API Description
The Metals-API is designed to provide developers with a comprehensive suite of features that facilitate the retrieval and analysis of metal prices. With its real-time data capabilities, the API empowers users to build next-generation applications that can respond to market changes instantly. The API supports a wide range of endpoints, each tailored to meet specific data needs, from the latest rates to historical trends.
For more detailed information, developers can refer to the Metals-API Documentation, which outlines the various functionalities and usage guidelines.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different data retrieval needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated according to your subscription plan. Whether you need updates every 60 minutes or every 10 minutes, this feature ensures you have the most current information at your fingertips.
- Historical Rates Endpoint: Access historical rates dating back to 2019. By appending a specific date to your query, you can retrieve past pricing data, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This feature allows you to obtain real-time bid and ask prices for various metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The conversion endpoint enables users to convert amounts between different metals or to/from USD, facilitating seamless transactions and calculations.
- Time-Series Endpoint: Query daily historical rates between two dates of your choice. This endpoint is particularly useful for analyzing trends over specific periods.
- Fluctuation Endpoint: Track how metal prices fluctuate on a day-to-day basis, allowing you to understand market volatility and make informed trading decisions.
- Carat Endpoint: Retrieve gold rates by carat, which is essential for jewelers and traders dealing in precious metals.
- Lowest/Highest Price Endpoint: This endpoint allows you to query for the lowest and highest prices of metals over a specified period, helping you identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for a specific time period, which is crucial for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- API Key: Your unique API key is essential for accessing the API's features and ensuring secure data retrieval.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format for easy integration.
- Available Endpoints: The Metals-API includes 14 endpoints, each designed to provide specific functionalities tailored to user needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available metal symbols, ensuring you have the latest information at your disposal.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for regional traders.
- News Endpoint: Stay informed with the latest news articles related to various metals, helping you keep abreast of 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.
API Endpoint Examples and Responses
Understanding the API's responses is crucial for effective implementation. Below are examples of various endpoints and their JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1758967244,
"base": "USD",
"date": "2025-09-27",
"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"
}
This response indicates the success of the request and provides the latest rates for various metals, with the base currency set to USD.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1758880844,
"base": "USD",
"date": "2025-09-26",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows how to access historical rates for specific dates, allowing developers to analyze past market behavior.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-09-20",
"end_date": "2025-09-27",
"base": "USD",
"rates": {
"2025-09-20": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-09-22": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-27": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides a time-series view of rates, which is essential for tracking price movements over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1758967244,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This example illustrates how to convert a specified amount from one currency to another, providing a clear result for the user.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-20",
"end_date": "2025-09-27",
"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"
}
This response provides insights into how prices have fluctuated over a specified period, which is critical for traders looking to capitalize on market movements.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1758967244,
"base": "USD",
"date": "2025-09-27",
"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"
}
This endpoint provides a comprehensive view of the price movement within a specific timeframe, essential for technical analysis.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1758967244,
"base": "USD",
"date": "2025-09-27",
"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"
}
This response provides current bid and ask prices, which are crucial for traders looking to execute orders at optimal prices.
Conclusion
The Metals-API is a transformative tool for developers and traders in the metal markets, offering a wealth of data and insights that can drive informed decision-making. With features like real-time rates, historical data access, and advanced analytics capabilities, the API empowers users to build sophisticated applications that respond to market dynamics. By leveraging the capabilities of the Metals-API, developers can create solutions that not only enhance trading efficiency but also provide deeper insights into market trends.
For those interested in exploring the full potential of the Metals-API, I encourage you to visit the Metals-API Website and dive into the Metals-API Documentation for comprehensive guidance. Additionally, the Metals-API Supported Symbols page will provide you with the necessary information to navigate the various metal symbols available for trading.
In summary, the integration of real-time data, advanced analytics, and user-friendly endpoints makes the Metals-API an essential resource for anyone looking to thrive in the metal markets. As technology continues to evolve, the potential for innovation in this space is limitless, and the Metals-API stands at the forefront of this transformation.