FKP to VUV exchange rate API
Falkland Islands Pound to Vatu · quoted 2026-09-25
157.1182
▼ +0.00% over 1Y
1 FKP = 157.1182 VUV · 1 VUV = 0.006365 FKP · Get this rate via the API
1 FKP buys 157.1182 VUV as of 2026-09-25, so 1 VUV buys 0.006365 FKP. Over the last year, FKP/VUV traded between 155.6371 and 164.5008, averaged 160.4472 and fell 0.00%. The API holds daily FKP/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/VUV over 1Y: show the values
| Point | FKP/VUV |
|---|---|
| 2025-09-25 | 157.1196 |
| 2025-10-02 | 161.5945 |
| 2025-10-09 | 162.8440 |
| 2025-10-16 | 164.5008 |
| 2025-10-23 | 162.8250 |
| 2025-10-30 | 160.6539 |
| 2025-11-06 | 159.4475 |
| 2025-11-13 | 160.0444 |
| 2025-11-20 | 159.2876 |
| 2025-11-27 | 162.4511 |
| 2025-12-04 | 162.9821 |
| 2025-12-12 | 162.6993 |
| 2025-12-19 | 162.3218 |
| 2025-12-26 | 163.0549 |
| 2026-01-02 | 163.7812 |
| 2026-01-09 | 162.8209 |
| 2026-01-16 | 162.2482 |
| 2026-01-23 | 162.6504 |
| 2026-01-30 | 164.4700 |
| 2026-02-06 | 162.3230 |
| 2026-02-13 | 161.4250 |
| 2026-02-20 | 159.6701 |
| 2026-02-27 | 160.1928 |
| 2026-03-06 | 159.1259 |
| 2026-03-13 | 159.3507 |
| 2026-03-20 | 159.7105 |
| 2026-03-27 | 160.0983 |
| 2026-04-03 | 158.0476 |
| 2026-04-10 | 160.2905 |
| 2026-04-17 | 160.3238 |
| 2026-04-24 | 159.7208 |
| 2026-05-01 | 159.9620 |
| 2026-05-08 | 160.3762 |
| 2026-05-16 | 155.6371 |
| 2026-05-24 | 159.0840 |
| 2026-05-31 | 159.1868 |
| 2026-06-09 | 158.9680 |
| 2026-06-16 | 159.3320 |
| 2026-06-23 | 157.8641 |
| 2026-06-30 | 159.0609 |
| 2026-07-07 | 160.4729 |
| 2026-07-14 | 160.0912 |
| 2026-07-21 | 160.4495 |
| 2026-07-28 | 158.8908 |
| 2026-08-04 | 160.0986 |
| 2026-08-11 | 160.4619 |
| 2026-08-18 | 160.5048 |
| 2026-08-26 | 161.2615 |
| 2026-09-02 | 159.5750 |
| 2026-09-09 | 159.7025 |
| 2026-09-16 | 159.7413 |
| 2026-09-23 | 157.7881 |
High
164.5008
Low
155.6371
Average
160.4472
Get this rate via the API
One GET request returns the FKP/VUV 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=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/VUV API questions
How do I get the FKP/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/VUV rate in rates.VUV.
How far back does FKP/VUV historical data go?
Daily FKP/VUV 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/VUV 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.