TOP to UZS exchange rate API
Pa’anga to Uzbekistan Sum · quoted 2026-09-24
5004.61
▼ +3.24% over 1Y
1 TOP = 5004.61 UZS · 1 UZS = 0.000200 TOP · Get this rate via the API
1 TOP buys 5004.61 UZS as of 2026-09-24, so 1 UZS buys 0.000200 TOP. Over the last year, TOP/UZS traded between 4965.40 and 5286.97, averaged 5107.09 and fell 3.24%. The API holds daily TOP/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/UZS over 1Y: show the values
| Point | TOP/UZS |
|---|---|
| 2025-09-24 | 5172.31 |
| 2025-10-01 | 5114.13 |
| 2025-10-08 | 5103.26 |
| 2025-10-15 | 5161.46 |
| 2025-10-22 | 5120.86 |
| 2025-10-29 | 5061.89 |
| 2025-11-05 | 5096.54 |
| 2025-11-12 | 5083.21 |
| 2025-11-19 | 4994.44 |
| 2025-11-26 | 4977.72 |
| 2025-12-03 | 4965.40 |
| 2025-12-11 | 5014.99 |
| 2025-12-18 | 5026.46 |
| 2025-12-25 | 5013.60 |
| 2026-01-01 | 5023.95 |
| 2026-01-08 | 5024.95 |
| 2026-01-15 | 5062.98 |
| 2026-01-22 | 5105.86 |
| 2026-01-29 | 5157.35 |
| 2026-02-05 | 5235.80 |
| 2026-02-12 | 5286.97 |
| 2026-02-19 | 5182.82 |
| 2026-02-26 | 5191.20 |
| 2026-03-05 | 5192.88 |
| 2026-03-12 | 5218.94 |
| 2026-03-19 | 5208.17 |
| 2026-03-26 | 5226.68 |
| 2026-04-02 | 5164.94 |
| 2026-04-09 | 5195.07 |
| 2026-04-17 | 5178.80 |
| 2026-04-24 | 5127.37 |
| 2026-05-01 | 5174.16 |
| 2026-05-08 | 5185.10 |
| 2026-05-16 | 5070.79 |
| 2026-05-24 | 5092.05 |
| 2026-05-31 | 5132.65 |
| 2026-06-09 | 5151.49 |
| 2026-06-16 | 5103.87 |
| 2026-06-23 | 5109.34 |
| 2026-06-30 | 5090.21 |
| 2026-07-07 | 5082.19 |
| 2026-07-14 | 5127.21 |
| 2026-07-21 | 5087.85 |
| 2026-07-28 | 5128.37 |
| 2026-08-04 | 5123.77 |
| 2026-08-11 | 5051.20 |
| 2026-08-18 | 5077.43 |
| 2026-08-26 | 5038.86 |
| 2026-09-02 | 5057.07 |
| 2026-09-09 | 5057.83 |
| 2026-09-16 | 4996.56 |
| 2026-09-23 | 5041.93 |
High
5286.97
Low
4965.40
Average
5107.09
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/UZS API questions
How do I get the TOP/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/UZS rate in rates.UZS.
How far back does TOP/UZS historical data go?
Daily TOP/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 TOP/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.