FKP to UZS exchange rate API
Falkland Islands Pound to Uzbekistan Sum · quoted 2026-09-27
15667.67
▼ +2.35% over 30D
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 30 days, FKP/UZS traded between 15610.36 and 16045.27, averaged 15867.76 and fell 2.35%. 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 30D: show the values
| Point | FKP/UZS |
|---|---|
| 2026-08-28 | 16045.27 |
| 2026-08-29 | 16003.24 |
| 2026-08-30 | 16004.98 |
| 2026-08-31 | 16027.91 |
| 2026-09-01 | 15991.61 |
| 2026-09-02 | 15952.81 |
| 2026-09-03 | 15914.71 |
| 2026-09-04 | 15937.99 |
| 2026-09-05 | 15941.36 |
| 2026-09-06 | 15930.70 |
| 2026-09-07 | 15912.66 |
| 2026-09-08 | 15936.40 |
| 2026-09-09 | 15997.39 |
| 2026-09-10 | 16007.41 |
| 2026-09-11 | 15911.38 |
| 2026-09-12 | 15946.28 |
| 2026-09-13 | 15918.04 |
| 2026-09-14 | 15854.84 |
| 2026-09-15 | 15820.38 |
| 2026-09-16 | 15868.55 |
| 2026-09-17 | 15765.53 |
| 2026-09-18 | 15781.31 |
| 2026-09-19 | 15864.30 |
| 2026-09-20 | 15859.30 |
| 2026-09-21 | 15839.68 |
| 2026-09-22 | 15787.53 |
| 2026-09-23 | 15696.94 |
| 2026-09-24 | 15645.25 |
| 2026-09-25 | 15610.36 |
| 2026-09-26 | 15658.76 |
| 2026-09-27 | 15667.67 |
High
16045.27
Low
15610.36
Average
15867.76
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.