Get Accurate Uzbekistan Som (UZS) Prices in Multiple Currencies with this API
Introduction
In today's fast-paced financial landscape, having access to accurate currency exchange rates is crucial for businesses and developers alike. The Metals-API provides a powerful solution for obtaining accurate Uzbekistan Som (UZS) prices in multiple currencies. This API not only offers real-time exchange rates but also historical data, making it an invaluable tool for developers looking to integrate currency conversion and metal pricing into their applications.
Understanding Metals-API
The Metals-API is designed to deliver real-time and historical data on metal prices and currency exchange rates. With its innovative approach to data analytics and smart technology integration, the API empowers developers to create next-generation applications that require precise financial data. The API's capabilities extend beyond mere currency conversion; it provides insights into market trends and fluctuations, enabling businesses to make informed decisions.
About Tellurium (TE)
When discussing Tellurium, it is essential to consider the digital transformation occurring within metal markets. Technological advancements have revolutionized how metals are traded and valued. The integration of data analytics allows for deeper insights into market dynamics, while smart technology enhances the efficiency of transactions. As we look to the future, the potential for innovation in this space is immense, with possibilities for improved tracking of metal prices and enhanced user experiences.
API Description
The Metals-API provides a comprehensive suite of features that cater to various business needs. Developers can leverage the API to access real-time exchange rates, historical data, and conversion capabilities. The API is designed to be user-friendly, with extensive documentation available at the Metals-API Documentation. This resource offers detailed guidance on how to implement the API effectively, ensuring that developers can maximize its potential.
Key Features and Endpoints
The Metals-API boasts several key features that enhance its functionality:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated every 60 minutes, 10 minutes, or even more frequently, depending on your subscription plan. This feature is essential for businesses that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical rates dating back to 2019. By appending a specific date (YYYY-MM-DD) to the endpoint, developers can retrieve past exchange rates, which is invaluable for trend analysis and reporting.
- Bid and Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for various metals, providing insights into market liquidity and pricing strategies.
- Convert Endpoint: The API includes a dedicated currency conversion endpoint, enabling users to convert any amount from one currency to another seamlessly. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two chosen dates. This feature is beneficial for analyzing price trends over specific periods.
- Fluctuation Endpoint: Retrieve information about how currencies fluctuate on a day-to-day basis, helping businesses understand market volatility.
- Carat Endpoint: This endpoint provides information about gold rates by carat, allowing jewelers and investors to make informed decisions based on precise measurements.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for a specified date, which is crucial for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access OHLC data for a specific time period, providing a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is essential for businesses involved in trading metals.
- API Key: Each user receives a unique API key, which is essential for accessing the API's features securely.
- API Response: The exchange rates delivered by the Metals-API are relative to USD by default, ensuring consistency in data interpretation.
- Supported Symbols Endpoint: This endpoint returns all available currencies, allowing developers to stay updated on the symbols they can work with.
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 understand the available options for their applications.
API Endpoint Examples and Responses
Understanding how to interpret API responses is crucial for effective integration. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1783210692,
"base": "USD",
"date": "2026-07-05",
"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
Access historical exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1783124292,
"base": "USD",
"date": "2026-07-04",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period:
{
"success": true,
"timeseries": true,
"start_date": "2026-06-28",
"end_date": "2026-07-05",
"base": "USD",
"rates": {
"2026-06-28": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-30": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-05": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1783210692,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-28",
"end_date": "2026-07-05",
"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) Endpoint
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1783210692,
"base": "USD",
"date": "2026-07-05",
"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
Get current bid and ask prices for metals:
{
"success": true,
"timestamp": 1783210692,
"base": "USD",
"date": "2026-07-05",
"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
The Metals-API is an essential tool for developers looking to access accurate Uzbekistan Som (UZS) prices in multiple currencies. With its extensive features, including real-time rates, historical data, and conversion capabilities, the API empowers businesses to make informed financial decisions. By leveraging the capabilities of the Metals-API, developers can create innovative applications that enhance user experiences and provide valuable insights into market trends.
For more information on how to implement the Metals-API in your projects, refer to the Metals-API Documentation. Additionally, explore the Metals-API Supported Symbols page to understand the available options for your applications. With the right tools and knowledge, you can harness the power of real-time metals data to drive your business forward.