FKP to UYU exchange rate API
Falkland Islands Pound to Peso Uruguayo · quoted 2026-09-26
52.9259
▼ +1.24% over 1Y
1 FKP = 52.9259 UYU · 1 UYU = 0.01889 FKP · Get this rate via the API
1 FKP buys 52.9259 UYU as of 2026-09-26, so 1 UYU buys 0.01889 FKP. Over the last year, FKP/UYU traded between 51.6471 and 54.6106, averaged 53.2907 and fell 1.24%. The API holds daily FKP/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/UYU over 1Y: show the values
| Point | FKP/UYU |
|---|---|
| 2025-09-26 | 53.5904 |
| 2025-10-03 | 53.6275 |
| 2025-10-10 | 53.3762 |
| 2025-10-17 | 53.7186 |
| 2025-10-24 | 52.9188 |
| 2025-10-31 | 52.4902 |
| 2025-11-07 | 52.2579 |
| 2025-11-14 | 52.2615 |
| 2025-11-21 | 52.0401 |
| 2025-11-28 | 52.5957 |
| 2025-12-05 | 52.1607 |
| 2025-12-13 | 52.5115 |
| 2025-12-20 | 52.4265 |
| 2025-12-27 | 52.7375 |
| 2026-01-03 | 52.5924 |
| 2026-01-10 | 52.1863 |
| 2026-01-17 | 51.6471 |
| 2026-01-24 | 52.3802 |
| 2026-01-31 | 51.9153 |
| 2026-02-07 | 52.4568 |
| 2026-02-14 | 52.6405 |
| 2026-02-21 | 52.3108 |
| 2026-02-28 | 51.7807 |
| 2026-03-07 | 53.9533 |
| 2026-03-14 | 53.2799 |
| 2026-03-21 | 53.7490 |
| 2026-03-28 | 54.0423 |
| 2026-04-04 | 53.2279 |
| 2026-04-11 | 54.2168 |
| 2026-04-18 | 53.8490 |
| 2026-04-25 | 53.4445 |
| 2026-05-02 | 54.1696 |
| 2026-05-09 | 54.2708 |
| 2026-05-17 | 53.6017 |
| 2026-05-25 | 53.9558 |
| 2026-06-01 | 53.9825 |
| 2026-06-10 | 54.1670 |
| 2026-06-17 | 54.2510 |
| 2026-06-24 | 53.0320 |
| 2026-07-01 | 53.0874 |
| 2026-07-08 | 53.8897 |
| 2026-07-15 | 53.7422 |
| 2026-07-22 | 53.8564 |
| 2026-07-29 | 53.4120 |
| 2026-08-05 | 54.1285 |
| 2026-08-12 | 54.3523 |
| 2026-08-20 | 54.4406 |
| 2026-08-27 | 54.6106 |
| 2026-09-03 | 54.2661 |
| 2026-09-10 | 54.5415 |
| 2026-09-17 | 54.0993 |
| 2026-09-24 | 53.2358 |
High
54.6106
Low
51.6471
Average
53.2907
Get this rate via the API
One GET request returns the FKP/UYU 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=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=UYU").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/UYU API questions
How do I get the FKP/UYU exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=UYU, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/UYU rate in rates.UYU.
How far back does FKP/UYU historical data go?
Daily FKP/UYU 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/UYU 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.