FKP to UZS exchange rate API
Falkland Islands Pound to Uzbekistan Sum · quoted 2026-09-27
15667.67
▼ +3.78% over 1Y
1 FKP = 15667.67 UZS · 1 UZS = 0.000064 FKP · Get this rate via the API
1 FKP buys 15667.67 UZS as of 2026-09-27, so 1 UZS buys 0.000064 FKP. Over the last year, FKP/UZS traded between 15567.00 and 16751.92, averaged 16134.43 and fell 3.78%. The API holds daily FKP/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/UZS over 1Y: show the values
| Point | FKP/UZS |
|---|---|
| 2025-09-27 | 16283.90 |
| 2025-10-04 | 16259.80 |
| 2025-10-11 | 16138.91 |
| 2025-10-18 | 16404.10 |
| 2025-10-25 | 16072.05 |
| 2025-11-01 | 15818.33 |
| 2025-11-08 | 15830.94 |
| 2025-11-15 | 15906.01 |
| 2025-11-22 | 15567.00 |
| 2025-11-29 | 15803.55 |
| 2025-12-06 | 16023.05 |
| 2025-12-14 | 16135.76 |
| 2025-12-21 | 16056.85 |
| 2025-12-28 | 16274.71 |
| 2026-01-04 | 16164.25 |
| 2026-01-11 | 16261.94 |
| 2026-01-18 | 16006.70 |
| 2026-01-25 | 16483.45 |
| 2026-02-01 | 16736.70 |
| 2026-02-08 | 16751.92 |
| 2026-02-15 | 16684.57 |
| 2026-02-22 | 16469.18 |
| 2026-03-01 | 16413.54 |
| 2026-03-08 | 16354.45 |
| 2026-03-15 | 15998.35 |
| 2026-03-22 | 16260.90 |
| 2026-03-29 | 16176.08 |
| 2026-04-05 | 16065.42 |
| 2026-04-12 | 16340.98 |
| 2026-04-19 | 16477.01 |
| 2026-04-26 | 16210.71 |
| 2026-05-03 | 16275.06 |
| 2026-05-10 | 16483.03 |
| 2026-05-18 | 15990.39 |
| 2026-05-26 | 16193.45 |
| 2026-06-02 | 16097.33 |
| 2026-06-11 | 16144.44 |
| 2026-06-18 | 16070.20 |
| 2026-06-25 | 15875.93 |
| 2026-07-02 | 15818.99 |
| 2026-07-09 | 16080.52 |
| 2026-07-16 | 16289.50 |
| 2026-07-23 | 16127.03 |
| 2026-07-30 | 16029.60 |
| 2026-08-06 | 15989.38 |
| 2026-08-13 | 16112.03 |
| 2026-08-21 | 16162.74 |
| 2026-08-28 | 16045.27 |
| 2026-09-04 | 15937.99 |
| 2026-09-11 | 15911.38 |
| 2026-09-18 | 15781.31 |
| 2026-09-25 | 15610.36 |
High
16751.92
Low
15567.00
Average
16134.43
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/UZS API questions
How do I get the FKP/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/UZS rate in rates.UZS.
How far back does FKP/UZS historical data go?
Daily FKP/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 FKP/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.