FKP to UZS exchange rate API
Falkland Islands Pound to Uzbekistan Sum · quoted 2026-09-27
15667.67
▼ +3.24% over YTD
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 year to date, FKP/UZS traded between 15667.67 and 16839.41, averaged 16204.12 and fell 3.24%. 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 YTD: show the values
| Point | FKP/UZS |
|---|---|
| 2025-12-31 | 16191.95 |
| 2026-01-07 | 16183.18 |
| 2026-01-14 | 16228.08 |
| 2026-01-21 | 16225.49 |
| 2026-01-28 | 16735.19 |
| 2026-02-04 | 16791.32 |
| 2026-02-11 | 16839.41 |
| 2026-02-18 | 16473.59 |
| 2026-02-25 | 16483.19 |
| 2026-03-04 | 16279.26 |
| 2026-03-11 | 16347.26 |
| 2026-03-18 | 16168.57 |
| 2026-03-25 | 16327.41 |
| 2026-04-01 | 16167.07 |
| 2026-04-08 | 16335.70 |
| 2026-04-15 | 16352.21 |
| 2026-04-22 | 16350.76 |
| 2026-04-29 | 16355.80 |
| 2026-05-06 | 16275.12 |
| 2026-05-14 | 16341.49 |
| 2026-05-21 | 16229.73 |
| 2026-05-29 | 16135.32 |
| 2026-06-05 | 16085.76 |
| 2026-06-14 | 16065.02 |
| 2026-06-21 | 15955.86 |
| 2026-06-28 | 15848.65 |
| 2026-07-05 | 15990.66 |
| 2026-07-12 | 16183.23 |
| 2026-07-19 | 16185.85 |
| 2026-07-26 | 16019.46 |
| 2026-08-02 | 16122.42 |
| 2026-08-09 | 16125.14 |
| 2026-08-16 | 16094.40 |
| 2026-08-24 | 16164.42 |
| 2026-08-31 | 16027.91 |
| 2026-09-07 | 15912.66 |
| 2026-09-14 | 15854.84 |
| 2026-09-21 | 15839.68 |
High
16839.41
Low
15667.67
Average
16204.12
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.