USD to UZS exchange rate API
US Dollar to Uzbekistan Sum · quoted 2026-09-24
11787.22
▼ +2.01% over YTD
1 USD = 11787.22 UZS · 1 UZS = 0.000085 USD · Get this rate via the API
1 USD buys 11787.22 UZS as of 2026-09-24, so 1 UZS buys 0.000085 USD. Over the year to date, USD/UZS traded between 11740.02 and 12329.98, averaged 12039.63 and fell 2.01%. The API holds daily USD/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/UZS over YTD: show the values
| Point | USD/UZS |
|---|---|
| 2025-12-31 | 12028.66 |
| 2026-01-07 | 11977.32 |
| 2026-01-14 | 12085.69 |
| 2026-01-21 | 12063.80 |
| 2026-01-28 | 12129.63 |
| 2026-02-04 | 12252.42 |
| 2026-02-11 | 12329.98 |
| 2026-02-18 | 12151.31 |
| 2026-02-25 | 12198.83 |
| 2026-03-04 | 12209.61 |
| 2026-03-11 | 12164.37 |
| 2026-03-18 | 12106.22 |
| 2026-03-25 | 12180.56 |
| 2026-04-01 | 12212.75 |
| 2026-04-08 | 12192.17 |
| 2026-04-15 | 12151.10 |
| 2026-04-22 | 12075.70 |
| 2026-04-29 | 12070.00 |
| 2026-05-06 | 12025.00 |
| 2026-05-14 | 12079.90 |
| 2026-05-21 | 12086.53 |
| 2026-05-29 | 12010.21 |
| 2026-06-05 | 11979.26 |
| 2026-06-14 | 11982.72 |
| 2026-06-21 | 12058.42 |
| 2026-06-28 | 12008.78 |
| 2026-07-05 | 11975.49 |
| 2026-07-12 | 12075.15 |
| 2026-07-19 | 12031.71 |
| 2026-07-26 | 12022.96 |
| 2026-08-02 | 11959.90 |
| 2026-08-09 | 11951.99 |
| 2026-08-16 | 11893.76 |
| 2026-08-24 | 11848.28 |
| 2026-08-31 | 11833.45 |
| 2026-09-07 | 11779.06 |
| 2026-09-14 | 11740.02 |
| 2026-09-21 | 11835.53 |
High
12329.98
Low
11740.02
Average
12039.63
Get this rate via the API
One GET request returns the USD/UZS rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/UZS API questions
How do I get the USD/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/UZS rate in rates.UZS.
How far back does USD/UZS historical data go?
Daily USD/UZS rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free USD/UZS exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.