Easily Get Uzbekistan Som (UZS) Historical Prices using this API
Easily Get Uzbekistan Som (UZS) Historical Prices using this API
In today's rapidly evolving financial landscape, having access to accurate and timely data is crucial for developers and businesses alike. The ability to easily retrieve historical prices for currencies, such as the Uzbekistan Som (UZS), can empower developers to create innovative applications that leverage real-time and historical financial data. One of the most effective tools for achieving this is the Metals-API, a powerful API designed to provide comprehensive data on metals and currency exchange rates.
Metals-API Information
The Metals-API is a robust platform that offers developers the ability to access a wide range of financial data related to metals and currencies. With its user-friendly interface and extensive documentation, developers can easily integrate this API into their applications. The API supports various endpoints that allow users to retrieve the latest rates, historical data, and much more.
About Micro Silver Futures (SIL)
When discussing Micro Silver Futures, it is essential to consider the digital transformation occurring within metal markets. The integration of technological innovations and advancements has revolutionized how traders and investors interact with financial data. Data analytics and insights derived from real-time data can significantly enhance decision-making processes.
Moreover, the integration of smart technology into trading platforms allows for more efficient trading strategies and risk management. As we look to the future, the possibilities for technological advancements in the financial sector are limitless. The Metals-API stands at the forefront of this transformation, providing developers with the tools they need to build next-generation applications that can adapt to these evolving trends.
API Description
The Metals-API is designed to empower developers by providing them with real-time and historical metals data. This API enables users to build applications that can track price fluctuations, convert currencies, and analyze trends over time. By leveraging the capabilities of the Metals-API, developers can create applications that cater to various financial needs, from investment tracking to market analysis.
For more detailed information about the API's capabilities, you can explore the Metals-API Documentation, which outlines all available features and endpoints.
Key Features and Endpoints
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. Depending on your plan, you can receive updates every 60 minutes or even every 10 minutes.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019 by appending a specific date to the API request. This feature is particularly useful for analyzing trends over time.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices, enabling traders to make informed decisions based on current market conditions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint that allows users to convert amounts between different currencies, facilitating seamless transactions.
- Time-Series Endpoint: This endpoint enables users to query daily historical rates between two specified dates, providing insights into price movements over time.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, allowing for better understanding of market dynamics.
- Carat Endpoint: This feature provides information about gold rates by carat, which is essential for jewelers and investors alike.
- Lowest/Highest Price Endpoint: Users can query the API to find the lowest and highest prices for a specified date, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides 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 comprehensive view of market trends.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate access to the API.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in data presentation.
- Available Endpoints: The Metals-API features 14 different endpoints, each serving a unique purpose.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies, ensuring users have access to the latest information.
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
Understanding how to interact with the Metals-API 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": 1779409190,
"base": "USD",
"date": "2026-05-22",
"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": 1779322790,
"base": "USD",
"date": "2026-05-21",
"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-05-15",
"end_date": "2026-05-22",
"base": "USD",
"rates": {
"2026-05-15": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-05-17": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-05-22": {
"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": 1779409190,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-15",
"end_date": "2026-05-22",
"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": 1779409190,
"base": "USD",
"date": "2026-05-22",
"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": 1779409190,
"base": "USD",
"date": "2026-05-22",
"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 offers a powerful solution for developers looking to access historical prices for the Uzbekistan Som (UZS) and other currencies. With its extensive range of endpoints and features, developers can create applications that provide valuable insights into financial markets. By leveraging the capabilities of the Metals-API, businesses can stay ahead of the curve in an increasingly data-driven world.
For more information on how to get started with the Metals-API, be sure to check out the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available data. By integrating this API into your applications, you can unlock the potential of real-time and historical financial data, paving the way for innovative solutions in the financial sector.