Retrieve Uzbekistan Som (UZS) Historical Prices with this API
Retrieve Uzbekistan Som (UZS) Historical Prices with this API
In the rapidly evolving landscape of financial technology, the ability to access and analyze historical currency data is crucial for developers and businesses alike. The Uzbekistan Som (UZS) is no exception, as it plays a significant role in the region's economy. By leveraging the capabilities of the Metals-API, developers can retrieve historical prices for UZS and gain valuable insights into market trends. This blog post delves into the transformative potential of the Metals-API, exploring its features, endpoints, and practical applications for accessing historical data.
About Uzbekistan Som (UZS)
The Uzbekistan Som (UZS) is the official currency of Uzbekistan, a country rich in natural resources and a growing economy. As the nation embraces digital transformation, the integration of technological innovations in financial markets is becoming increasingly important. The Metals-API offers a robust solution for developers looking to harness data analytics and insights related to UZS and other currencies. By utilizing smart technology integration, businesses can stay ahead of the curve and adapt to future trends in the financial landscape.
API Description
The Metals-API is a powerful tool designed to provide real-time and historical data on metal prices and currency exchange rates. With its user-friendly interface and comprehensive documentation, developers can easily integrate the API into their applications. The API empowers users to build next-generation applications that require accurate and timely data, enabling informed decision-making in various financial contexts.
For detailed information on how to get started, refer to the Metals-API Documentation. This resource provides insights into the API's capabilities, including endpoints for retrieving historical rates, latest rates, and much more.
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: Depending on your subscription plan, this endpoint returns 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 UZS and other currencies dating back to 2019. By appending a specific date in the format YYYY-MM-DD, developers can query the Metals-API for historical rates, allowing for in-depth analysis of currency trends over time.
- Bid And Ask Endpoint: This endpoint provides real-time bid and ask prices, which are crucial for traders looking to make informed decisions based on market conditions. The bid and ask prices reflect the current market sentiment and can vary based on demand and supply.
- Convert Endpoint: The Metals-API includes a currency conversion feature that allows users to convert any amount from one currency to another. This is particularly useful for businesses operating in multiple regions or for developers creating applications that require currency conversion functionalities.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice. By analyzing time-series data, developers can identify trends and patterns that inform strategic decisions.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis with this endpoint. It provides insights into the volatility of UZS, helping businesses manage risks associated with currency fluctuations.
- Carat Endpoint: Retrieve information about gold rates by carat. This feature is particularly relevant for jewelers and businesses involved in the gold trade, allowing them to stay updated on market prices.
- Lowest/Highest Price Endpoint: This endpoint enables users to query the API to get the lowest and highest price for a specific date, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access detailed OHLC data for a specific time period, which is essential for technical analysis and understanding market trends.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008. This endpoint is particularly useful for users interested in the London Metal Exchange prices.
- API Key: Each user is assigned a unique API key that must be included in the API requests to authenticate access. This ensures that only authorized users can retrieve data.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Available Endpoints: With 14 different API endpoints, the Metals-API provides diverse functionalities to meet various data needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies, allowing developers to stay informed about the symbols they can work with.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping users updated on 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. This resource is invaluable for developers looking to understand the various metals and currencies available for querying.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1776212300,
"base": "USD",
"date": "2026-04-15",
"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": 1776125900,
"base": "USD",
"date": "2026-04-14",
"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-04-08",
"end_date": "2026-04-15",
"base": "USD",
"rates": {
"2026-04-08": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-04-10": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-04-15": {
"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": 1776212300,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-04-08",
"end_date": "2026-04-15",
"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": 1776212300,
"base": "USD",
"date": "2026-04-15",
"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": 1776212300,
"base": "USD",
"date": "2026-04-15",
"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
In conclusion, the Metals-API provides a comprehensive solution for developers seeking to retrieve historical prices for the Uzbekistan Som (UZS) and other currencies. With its extensive range of endpoints, the API empowers users to access real-time and historical data, enabling informed decision-making in the financial sector. By leveraging the capabilities of the Metals-API, businesses can harness the power of data analytics and insights to drive innovation and stay competitive in a rapidly changing market.
For more information on how to implement these features and access the full range of functionalities, visit the Metals-API Documentation. Additionally, explore the Metals-API Supported Symbols page to familiarize yourself with the various currencies and metals available for querying. Embrace the future of financial technology with the Metals-API and unlock the potential of historical data analysis.