Access Uranium Dec 2025 (UXZ25) Exchange Rates API Documentation in JSON Format

Access Uranium Dec 2025 (UXZ25) Exchange Rates API Documentation in JSON Format
In the ever-evolving landscape of financial technology, the ability to retrieve real-time exchange rates for metals is crucial for developers and businesses alike. The Metals-API provides a robust platform for accessing exchange rates in JSON format, enabling seamless integration into applications. This blog post will delve into how to retrieve exchange rates for {Symbol} using the Metals-API, including sample API responses and integration tips.
Understanding Metals-API
The Metals-API is designed to facilitate access to real-time and historical data for various metals, including precious and industrial metals. By leveraging advanced technology and data analytics, the API empowers developers to create applications that can analyze market trends, track price fluctuations, and make informed decisions based on real-time data. With a focus on digital transformation in metal markets, the Metals-API stands out as a key player in the financial data landscape.
Key Features of Metals-API
The Metals-API offers a variety of endpoints that cater to different needs, making it a versatile tool for developers. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated every 60 minutes or more frequently depending on your subscription plan. It allows developers to access the most current rates for various metals.
- Historical Rates Endpoint: Access historical exchange rates dating back to 2019. By appending a specific date to your request, you can retrieve past rates for analysis and reporting.
- Bid and Ask Endpoint: This feature enables retrieval of real-time bid and ask prices, essential for traders looking to make informed buying and selling decisions.
- Convert Endpoint: Easily convert amounts between different metals or to/from USD, facilitating transactions and financial calculations.
- Time-Series Endpoint: Query daily historical rates between two chosen dates, allowing for comprehensive trend analysis over time.
- Fluctuation Endpoint: Track how rates fluctuate over a specified period, providing insights into market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, useful for jewelers and investors.
- Lowest/Highest Price Endpoint: Get the lowest and highest prices for a specified date, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Access detailed OHLC data for specific time periods, essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing valuable data for market analysis.
- API Key: Your unique API key is required for authentication, ensuring secure access to the API.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format.
- Supported Symbols Endpoint: Retrieve a constantly updated list of all available currencies and metals supported by the API.
- News Endpoint: Access the latest news articles related to various metals, keeping you informed about market developments.
Retrieving {Symbol} Exchange Rates
To retrieve exchange rates for {Symbol}, you will need to utilize the appropriate endpoint from the Metals-API. Below, we will explore how to access the latest rates, historical data, and more, with detailed examples of API responses.
Latest Rates Endpoint Example
{
"success": true,
"timestamp": 1760716841,
"base": "USD",
"date": "2025-10-17",
"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"
}
The above response indicates a successful request, providing the latest exchange rates for various metals relative to USD. The "rates" object contains the exchange rates for each metal symbol, allowing developers to easily access the data they need.
Historical Rates Endpoint Example
{
"success": true,
"timestamp": 1760630441,
"base": "USD",
"date": "2025-10-16",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This response shows historical rates for a specific date. Developers can use this data for trend analysis and reporting purposes.
Time-Series Endpoint Example
{
"success": true,
"timeseries": true,
"start_date": "2025-10-10",
"end_date": "2025-10-17",
"base": "USD",
"rates": {
"2025-10-10": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-12": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-17": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series endpoint allows developers to analyze trends over a specified period, providing daily rates for the selected metals.
Convert Endpoint Example
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1760716841,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This example illustrates how to convert a specified amount from one metal to another or to/from USD. The response includes the conversion rate and the resulting amount.
Fluctuation Endpoint Example
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-10",
"end_date": "2025-10-17",
"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"
}
The fluctuation endpoint provides insights into how rates have changed over a specified period, which is essential for traders and analysts.
OHLC (Open/High/Low/Close) Price Endpoint Example
{
"success": true,
"timestamp": 1760716841,
"base": "USD",
"date": "2025-10-17",
"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 detailed OHLC data, which is crucial for technical analysis and understanding market trends.
Bid/Ask Endpoint Example
{
"success": true,
"timestamp": 1760716841,
"base": "USD",
"date": "2025-10-17",
"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"
}
The bid/ask endpoint is essential for traders, providing the current bid and ask prices along with the spread, which is crucial for making trading decisions.
Integration Tips
Integrating the Metals-API into your application can enhance its functionality significantly. Here are some tips for successful integration:
- Authentication: Ensure you securely store your API key and include it in every request to authenticate your access.
- Rate Limiting: Be mindful of the API's rate limits based on your subscription plan to avoid throttling.
- Error Handling: Implement robust error handling to manage potential issues such as network errors or invalid requests.
- Data Caching: Consider caching responses to reduce the number of API calls and improve performance.
- Security Best Practices: Always use HTTPS to encrypt data in transit and protect sensitive information.
Conclusion
The Metals-API provides a powerful and flexible solution for accessing real-time and historical exchange rates for metals, including {Symbol}. By utilizing its various endpoints, developers can create applications that leverage real-time data for trading, analysis, and reporting. With a focus on technological innovation and data analytics, the Metals-API is an essential tool for anyone looking to stay ahead in the dynamic world of metal markets.
For more information, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available metals. Start integrating today and unlock the potential of real-time metals data!