Discover Uzbekistan Som (UZS) Historical Prices via this API
Discover Uzbekistan Som (UZS) Historical Prices via this API
In the ever-evolving landscape of financial markets, the Uzbekistan Som (UZS) stands out as a unique currency with its own historical significance and fluctuations. Understanding the historical prices of UZS is crucial for developers and analysts who are keen on integrating real-time data into their applications. The Metals-API provides a robust solution for accessing historical prices, enabling developers to harness the power of data analytics and insights. This blog post will delve into the capabilities of the Metals-API, focusing on how it can be utilized to track the historical prices of the Uzbekistan Som and other metals.
About Uzbekistan Som (UZS)
The Uzbekistan Som (UZS) is the official currency of Uzbekistan, a country rich in cultural heritage and natural resources. As the global economy shifts towards digital transformation, the metal markets are also evolving, driven by technological innovation and advancements. The integration of smart technology into financial systems allows for real-time data access, which is essential for making informed decisions in trading and investment.
With the rise of data analytics, developers can leverage the Metals-API to gain insights into market trends and fluctuations. This API not only provides historical data but also empowers users to explore future trends and possibilities in the metal markets. By utilizing the Metals-API, developers can create applications that analyze historical prices, track fluctuations, and convert currencies seamlessly.
API Description
The Metals-API is a powerful tool designed for developers looking to access real-time and historical data on metal prices and currency conversions. This API is built with innovation in mind, offering a range of features that allow for the integration of advanced data analytics into applications. By providing real-time metals data, the Metals-API enables developers to build next-generation applications that can respond to market changes instantly.
For more information about the API's capabilities, you can visit the Metals-API Website or check the Metals-API Documentation for detailed instructions on how to implement its features.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Each endpoint is designed to provide specific functionalities that can be utilized in various applications. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated at intervals based on your subscription plan. Developers can access the latest rates for UZS and other currencies, allowing for timely decision-making.
- Historical Rates Endpoint: Users can query historical rates for UZS dating back to 2019. By appending a specific date to the endpoint, developers can retrieve historical data that is crucial for trend analysis.
- Bid And Ask Endpoint: This feature allows developers to retrieve real-time bid and ask prices for metals, providing insights into market dynamics and helping traders make informed decisions.
- Convert Endpoint: The conversion endpoint enables users to convert any amount from one currency to another, including UZS to USD or other metals. This is particularly useful for applications that require currency conversion functionalities.
- Time-Series Endpoint: This endpoint allows developers to query daily historical rates between two selected dates, making it easier to analyze trends over time.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, providing insights into market volatility and helping developers create applications that respond to these changes.
- Carat Endpoint: This endpoint provides information about gold rates by carat, allowing developers to access detailed data on gold pricing.
- Lowest/Highest Price Endpoint: Developers can query the API to get the lowest and highest prices for UZS over a specified period, which is essential for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides OHLC data for a specific time period, enabling developers to analyze price movements comprehensively.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is beneficial for developers focusing on industrial metals.
- API Key: Each user is provided with a unique API key that is necessary for accessing the API's features securely.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data representation.
- Available Endpoints: The Metals-API includes 14 different endpoints, each designed to provide unique functionalities for developers.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies and metals, ensuring developers have access to the latest information.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols, including UZS. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Understanding how to interpret the API responses is crucial for developers. 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": 1782951523,
"base": "USD",
"date": "2026-07-02",
"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": 1782865123,
"base": "USD",
"date": "2026-07-01",
"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-25",
"end_date": "2026-07-02",
"base": "USD",
"rates": {
"2026-06-25": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-27": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-02": {
"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": 1782951523,
"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-25",
"end_date": "2026-07-02",
"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": 1782951523,
"base": "USD",
"date": "2026-07-02",
"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": 1782951523,
"base": "USD",
"date": "2026-07-02",
"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 Uzbekistan Som (UZS) presents a fascinating case for developers and analysts interested in understanding historical prices and market trends. The Metals-API offers a comprehensive suite of features that empower users to access real-time and historical data, facilitating informed decision-making in trading and investment. By leveraging the capabilities of the Metals-API, developers can create innovative applications that integrate advanced data analytics and insights.
For those looking to dive deeper into the world of metals and currency conversion, the Metals-API Documentation provides extensive resources and guidance. Additionally, the Metals-API Supported Symbols page offers a complete list of available currencies and metals, ensuring that developers have access to the latest information.
As the financial landscape continues to evolve, the integration of smart technology and data analytics will play a crucial role in shaping the future of trading and investment. By utilizing the Metals-API, developers can stay ahead of the curve and create applications that not only meet current demands but also anticipate future trends.