Access Uzbekistan Som (UZS) Historical Prices using this API
Access Uzbekistan Som (UZS) Historical Prices using this API
In today's rapidly evolving financial landscape, the ability to access historical prices for currencies like the Uzbekistan Som (UZS) is crucial for developers and analysts alike. The Metals-API provides a robust solution for retrieving real-time and historical data on various metals and currencies, including UZS. This blog post will delve into the capabilities of the Metals-API, focusing on how developers can leverage its features to access historical prices and gain valuable insights into market trends.
About Uzbekistan Som (UZS)
The Uzbekistan Som (UZS) is the official currency of Uzbekistan, a country rich in natural resources and a growing player in the global metals market. As the world increasingly embraces digital transformation, the integration of technology in metal markets is becoming more pronounced. The Metals-API stands at the forefront of this transformation, offering developers the tools needed to harness data analytics and insights for smarter decision-making.
With the rise of technological innovation, the Metals-API empowers developers to build next-generation applications that can analyze historical price data, track fluctuations, and integrate smart technology solutions. The future of currency and metal trading is leaning towards data-driven strategies, and the Metals-API is a key player in this evolution.
API Description
The Metals-API is a powerful tool designed to provide developers with real-time and historical data on metals and currencies. Its capabilities include access to various endpoints that allow users to retrieve exchange rates, historical data, and more. The API is built with innovation in mind, enabling seamless integration into applications that require up-to-date financial data.
For more detailed information, developers can refer to the Metals-API Documentation, which outlines the various features and functionalities available. The API supports a wide range of symbols, which can be explored in the Metals-API Supported Symbols list.
Key Features and Endpoints
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 based on your subscription plan. Depending on your plan, you can receive updates every 60 minutes, every 10 minutes, or even more frequently.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a date in the format YYYY-MM-DD, developers can query the Metals-API for specific historical rates.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for various metals, providing insights into market dynamics.
- Convert Endpoint: The API includes a currency conversion endpoint, enabling users to convert any amount from one currency to another, facilitating seamless transactions.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two dates of their choice, allowing for in-depth analysis of price trends over time.
- Fluctuation Endpoint: This endpoint provides information about how currencies fluctuate on a day-to-day basis, helping users understand market volatility.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is essential for those dealing in precious metals.
- Lowest/Highest Price Endpoint: This feature allows users to query the API to get the lowest and highest prices for a specified date.
- Open/High/Low/Close (OHLC) Price Endpoint: Developers can access the open, high, low, and close prices for a specific date, which is crucial for technical analysis.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, allowing for comprehensive market analysis.
- API Key: Each user is assigned a unique API key, which must be included in the API base URL's access_key parameter for authentication.
- 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 features 14 different endpoints, each designed to provide specific functionalities tailored to user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring users have access to the latest information.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market developments.
API Endpoint Examples and Responses
Understanding the API responses is crucial for effective implementation. Below are examples of the responses you can expect from various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1778804348,
"base": "USD",
"date": "2026-05-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"
}
This response indicates a successful request, providing the latest exchange rates for various metals relative to USD.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1778717948,
"base": "USD",
"date": "2026-05-14",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows how to retrieve historical rates for a specific date, allowing developers to analyze past market behavior.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-05-08",
"end_date": "2026-05-15",
"base": "USD",
"rates": {
"2026-05-08": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-05-10": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-05-15": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides a time series of exchange rates between two specified dates, enabling developers to visualize trends over time.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1778804348,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
The convert endpoint allows users to convert a specified amount from one currency to another, providing both the conversion rate and the result.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-08",
"end_date": "2026-05-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"
}
This endpoint tracks fluctuations in rates between two dates, providing insights into market volatility.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1778804348,
"base": "USD",
"date": "2026-05-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"
}
This response provides the open, high, low, and close prices for a specific date, which is essential for traders and analysts conducting technical analysis.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1778804348,
"base": "USD",
"date": "2026-05-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"
}
This endpoint provides current bid and ask prices for metals, which is vital for traders looking to make informed decisions.
Conclusion
Accessing historical prices for the Uzbekistan Som (UZS) and other currencies is made simple and efficient through the Metals-API. With its extensive range of endpoints, developers can retrieve real-time data, historical rates, and valuable insights into market trends. The API's capabilities empower users to build sophisticated applications that leverage data analytics and smart technology integration.
For those looking to dive deeper into the functionalities of the Metals-API, the Metals-API Documentation is an invaluable resource. Additionally, exploring the Metals-API Supported Symbols will provide a comprehensive understanding of the available data. As the financial landscape continues to evolve, embracing these technological advancements will be key to staying ahead in the market.