FKP to VUV exchange rate API
Falkland Islands Pound to Vatu · quoted 2026-09-25
157.1182
▼ +1.20% over 6M
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 6 months, FKP/VUV traded between 157.1182 and 161.7584, averaged 159.5633 and fell 1.20%. 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 6M: show the values
| Point | FKP/VUV |
|---|---|
| 2026-03-29 | 159.0242 |
| 2026-04-05 | 157.7555 |
| 2026-04-12 | 160.2045 |
| 2026-04-19 | 159.5240 |
| 2026-04-26 | 159.8212 |
| 2026-05-03 | 161.7584 |
| 2026-05-10 | 160.8440 |
| 2026-05-18 | 157.6574 |
| 2026-05-26 | 159.4240 |
| 2026-06-02 | 158.8764 |
| 2026-06-11 | 159.4589 |
| 2026-06-18 | 158.4328 |
| 2026-06-25 | 157.7102 |
| 2026-07-02 | 159.4469 |
| 2026-07-09 | 161.0676 |
| 2026-07-16 | 161.5398 |
| 2026-07-23 | 159.6814 |
| 2026-07-30 | 159.7243 |
| 2026-08-06 | 160.4546 |
| 2026-08-13 | 160.1284 |
| 2026-08-21 | 161.4096 |
| 2026-08-28 | 160.3370 |
| 2026-09-04 | 159.7539 |
| 2026-09-11 | 159.3126 |
| 2026-09-18 | 158.1806 |
High
161.7584
Low
157.1182
Average
159.5633
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.