Get Uzbekistan Som (UZS) prices using this API
Get Uzbekistan Som (UZS) Prices Using This API
In the rapidly evolving world of finance, the ability to access real-time data is crucial for making informed decisions. One such currency that has gained attention is the Uzbekistan Som (UZS). With the advent of APIs like Metals-API, developers can seamlessly integrate real-time metal prices and currency conversions into their applications. This blog post will delve into the Uzbekistan Som, its markets, and how the Metals-API empowers developers to harness the power of real-time data.
About Uzbekistan Som (UZS)
The Uzbekistan Som is the official currency of Uzbekistan, a country rich in natural resources, including various metals. As the global economy shifts towards digital transformation, the metal markets are also experiencing significant changes. The integration of smart technology and data analytics is paving the way for innovative solutions that enhance market efficiency.
Technological advancements have enabled better tracking of metal prices, allowing traders and investors to make data-driven decisions. The future of the Uzbekistan Som and its associated markets looks promising, with potential for increased transparency and accessibility through digital platforms.
Understanding the Metals-API
The Metals-API is a powerful tool designed to provide real-time and historical data on metal prices and currency conversions. This API is particularly beneficial for developers looking to create applications that require accurate and timely information. With its robust features, the Metals-API allows users to access a wide range of functionalities, including the latest rates, historical data, and conversion capabilities.
Key Features of Metals-API
The Metals-API offers a variety of endpoints that cater to different needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated based on your subscription plan. Developers can retrieve the latest rates for various metals, including Gold (XAU), Silver (XAG), and Platinum (XPT).
- Historical Rates Endpoint: Access historical rates dating back to 2019. This feature allows users to query the API for specific dates, making it easier to analyze trends over time.
- Bid and Ask Endpoint: Retrieve real-time bid and ask prices for metals. This endpoint is essential for traders looking to make informed decisions based on current market conditions.
- Convert Endpoint: This endpoint allows users to convert any amount from one currency to another, facilitating seamless transactions across different markets.
- Time-Series Endpoint: Query the API for daily historical rates between two chosen dates, enabling users to analyze price movements over time.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: Retrieve information about Gold rates by carat, which is particularly useful for jewelers and investors in precious metals.
- Lowest/Highest Price Endpoint: Get the lowest and highest prices for a specified date, helping users identify market trends.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for a specific time period, which is crucial for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- API Key: Each user receives a unique API key that must be included in requests to authenticate access to the API.
- API Response: The API returns exchange rates relative to USD, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API features 14 different endpoints, each offering unique functionalities to cater to diverse user needs.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies, ensuring users have access to the latest information.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping users informed about market developments.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is essential for developers. Below are examples of various endpoints and their expected responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1769645477,
"base": "USD",
"date": "2026-01-29",
"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": 1769559077,
"base": "USD",
"date": "2026-01-28",
"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-01-22",
"end_date": "2026-01-29",
"base": "USD",
"rates": {
"2026-01-22": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-01-24": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-01-29": {
"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": 1769645477,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-01-22",
"end_date": "2026-01-29",
"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": 1769645477,
"base": "USD",
"date": "2026-01-29",
"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": 1769645477,
"base": "USD",
"date": "2026-01-29",
"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 Uzbekistan Som (UZS) represents a unique opportunity within the global metal markets, especially as digital transformation continues to reshape financial landscapes. By leveraging the capabilities of the Metals-API, developers can create applications that provide real-time insights into metal prices and currency conversions. The API's extensive features, including various endpoints for retrieving latest rates, historical data, and conversion capabilities, empower developers to build innovative solutions that meet the demands of today's market.
As the future unfolds, the integration of smart technology and data analytics will likely enhance the efficiency and transparency of metal markets, making it essential for developers to stay informed about the latest trends and tools available. For more information on how to get started with the Metals-API, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available currencies.