Retrieve Uzbekistan Som (UZS) prices through this API
Retrieve Uzbekistan Som (UZS) Prices Through This API
In the rapidly evolving landscape of financial markets, the ability to access real-time data is crucial for developers and businesses alike. One such valuable resource is the Uzbekistan Som (UZS), which plays a significant role in the region's economy. By leveraging the Metals-API, developers can retrieve accurate and timely exchange rates for UZS and other currencies, enabling them to build innovative applications that cater to the needs of their users.
About Uzbekistan Som (UZS)
The Uzbekistan Som (UZS) is the official currency of Uzbekistan, a country rich in natural resources and a growing market for metals and commodities. As the world moves towards digital transformation, the metal markets are also undergoing significant changes. The integration of technological innovations and advancements in data analytics is reshaping how traders and businesses interact with financial data.
With the rise of smart technology, the demand for real-time data has never been higher. Developers can harness the power of data analytics to gain insights into market trends, fluctuations, and pricing strategies. The future of the Uzbekistan Som and its markets will likely see increased integration of smart technologies, allowing for more efficient trading and investment strategies.
API Description
The Metals-API is a powerful tool that provides developers with access to real-time metals data, including exchange rates for various currencies, including UZS. This API empowers developers to create next-generation applications that can analyze and visualize market data effectively. With its robust capabilities, the Metals-API enables users to retrieve the latest rates, historical data, and perform conversions seamlessly.
For comprehensive guidance on how to utilize the API, developers can refer to the Metals-API Documentation, which offers detailed instructions on implementing various features and endpoints.
Key Features and Endpoints
The Metals-API boasts a wide range of features that cater to different needs within the financial sector. Here are some of the key functionalities:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint provides real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a specific date (YYYY-MM-DD) to the API request, developers can retrieve past exchange rates, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices, providing insights into market liquidity and pricing strategies.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert amounts from one currency to another. This is particularly useful for applications that deal with multiple currencies.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two chosen dates, allowing for in-depth analysis of market trends over time.
- Fluctuation Endpoint: This endpoint provides information about how currencies fluctuate on a day-to-day basis, helping traders understand market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, which is essential for jewelers and investors in precious metals.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for a specified date, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows users to get the open, high, low, and close prices for a specific date, which is crucial for traders looking to analyze market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a wealth of data for analysis.
- API Key: Each user is assigned a unique API key that must be included in the API requests to authenticate access.
- API Response: The exchange rates delivered by the Metals-API are relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API offers 14 different endpoints, each providing unique functionalities to cater to diverse user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, ensuring users can access the latest symbols and their specifications.
- Intraday Endpoint: Query intraday exchange rate data for a single symbol, which is essential for high-frequency trading applications.
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
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1788653405,
"base": "USD",
"date": "2026-09-06",
"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": 1788567005,
"base": "USD",
"date": "2026-09-05",
"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-08-30",
"end_date": "2026-09-06",
"base": "USD",
"rates": {
"2026-08-30": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-09-01": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-09-06": {
"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": 1788653405,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-08-30",
"end_date": "2026-09-06",
"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": 1788653405,
"base": "USD",
"date": "2026-09-06",
"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": 1788653405,
"base": "USD",
"date": "2026-09-06",
"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) is a vital currency in a region that is experiencing significant economic growth and transformation. By utilizing the Metals-API, developers can access a wealth of real-time data that empowers them to create innovative applications tailored to the needs of their users. The API's extensive features, including the latest rates, historical data, and conversion capabilities, provide a comprehensive toolkit for financial analysis and decision-making.
As the market continues to evolve, the integration of advanced technologies and data analytics will play a crucial role in shaping the future of currency trading and investment strategies. By staying informed and leveraging the capabilities of the Metals-API, developers can position themselves at the forefront of this transformation.