Get Accurate Uzbekistan Som (UZS) Prices in Different Global Markets with this API
Get Accurate Uzbekistan Som (UZS) Prices in Different Global Markets with this API
In today's fast-paced financial landscape, having access to accurate and real-time currency exchange rates is crucial for businesses and developers alike. The Metals-API provides a powerful solution for obtaining accurate Uzbekistan Som (UZS) prices in various global markets. This API not only offers real-time exchange rates but also historical data, making it an invaluable tool for financial analysis, trading, and market research.
About Tellurium (TE)
Tellurium, a rare metalloid, is increasingly becoming a focal point in the digital transformation of metal markets. As industries evolve, the integration of technological innovation and advancement is reshaping how metals are traded and valued. The rise of data analytics and insights allows stakeholders to make informed decisions based on real-time data. Smart technology integration is paving the way for future trends, where predictive analytics and machine learning will play significant roles in forecasting metal prices, including Tellurium.
With the Metals-API, developers can harness the power of real-time metals data to build next-generation applications that cater to the evolving needs of the market. The API empowers users to access a wealth of information, enabling them to stay ahead of the curve in a competitive landscape.
API Description
The Metals-API is designed to provide developers with comprehensive access to metals prices and currency conversion data. By leveraging innovative technology, this API allows users to retrieve real-time exchange rates, historical data, and various analytical insights. The transformative potential of real-time metals data cannot be overstated, as it enables businesses to make data-driven decisions and optimize their operations.
For detailed information on how to utilize the API, refer to the Metals-API Documentation. This resource provides extensive guidance on the API's capabilities, including its endpoints and features.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Hereβs a closer look at some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for various metals, 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 dating back to 2019 by appending a specific date to your query. This feature is essential for analyzing trends and making informed decisions based on past data.
- Bid And Ask Endpoint: Retrieve real-time bid and ask prices for metals, allowing traders to make timely decisions based on market conditions.
- Convert Endpoint: This endpoint enables users to convert any amount from one currency to another, facilitating seamless transactions across different markets.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, providing insights into price movements over time.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, helping users understand market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, which is particularly useful for jewelers and gold traders.
- 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: Access open, high, low, and close prices for a specific time period, which is crucial for traders looking to analyze market trends.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a long-term perspective on metal prices.
- API Key: Your unique API key is essential for accessing the API and must be included in your requests.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API features 14 endpoints, each offering distinct functionalities to cater to various user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns 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
To illustrate the capabilities of the Metals-API, here are some examples of API responses for various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1784247597,
"base": "USD",
"date": "2026-07-17",
"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 provides real-time exchange rates for various metals, allowing users to quickly assess market conditions.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1784161197,
"base": "USD",
"date": "2026-07-16",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example demonstrates how to access historical exchange rates, which can be vital for trend analysis.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-07-10",
"end_date": "2026-07-17",
"base": "USD",
"rates": {
"2026-07-10": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-07-12": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-17": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series endpoint allows users to analyze price movements over a specified period, which is essential for making informed trading decisions.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1784247597,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This endpoint simplifies the process of converting currencies, making it easier for businesses to conduct transactions across different markets.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-07-10",
"end_date": "2026-07-17",
"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"
}
Tracking fluctuations over time helps users understand market volatility and make strategic decisions.
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1784247597,
"base": "USD",
"date": "2026-07-17",
"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 endpoint provides critical data for traders looking to analyze market trends and make informed decisions based on price movements.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1784247597,
"base": "USD",
"date": "2026-07-17",
"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 response provides current bid and ask prices, which are essential for traders looking to execute timely transactions.
Conclusion
The Metals-API is a powerful tool for developers and businesses seeking accurate Uzbekistan Som (UZS) prices in different global markets. With its extensive range of features, including real-time exchange rates, historical data, and various analytical endpoints, the API empowers users to make informed decisions based on reliable data.
By integrating the Metals-API into their applications, developers can enhance their offerings and provide users with valuable insights into metal prices and currency fluctuations. The comprehensive documentation available at the Metals-API Documentation ensures that users can easily navigate the API's capabilities and implement its features effectively.
For those looking to explore the full range of supported symbols, the Metals-API Supported Symbols page provides a complete list, ensuring users have access to the latest information. As the financial landscape continues to evolve, leveraging the power of real-time data through the Metals-API will be essential for staying competitive in the market.