FKP to VUV exchange rate API
Falkland Islands Pound to Vatu · quoted 2026-09-25
157.1182
▼ +3.43% over YTD
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 year to date, FKP/VUV traded between 157.1182 and 164.9942, averaged 160.3197 and fell 3.43%. 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 YTD: show the values
| Point | FKP/VUV |
|---|---|
| 2025-12-31 | 162.7041 |
| 2026-01-07 | 163.5439 |
| 2026-01-14 | 162.9501 |
| 2026-01-21 | 162.5897 |
| 2026-01-28 | 164.9942 |
| 2026-02-04 | 164.0618 |
| 2026-02-11 | 162.8727 |
| 2026-02-18 | 160.7729 |
| 2026-02-25 | 160.4792 |
| 2026-03-04 | 158.6605 |
| 2026-03-11 | 160.8442 |
| 2026-03-18 | 159.1766 |
| 2026-03-25 | 159.7993 |
| 2026-04-01 | 159.0693 |
| 2026-04-08 | 160.5064 |
| 2026-04-15 | 159.6360 |
| 2026-04-22 | 160.1135 |
| 2026-04-29 | 160.2334 |
| 2026-05-06 | 159.9581 |
| 2026-05-14 | 159.6225 |
| 2026-05-21 | 159.0164 |
| 2026-05-29 | 158.8833 |
| 2026-06-05 | 158.6967 |
| 2026-06-14 | 159.8826 |
| 2026-06-21 | 157.3134 |
| 2026-06-28 | 157.8076 |
| 2026-07-05 | 159.9653 |
| 2026-07-12 | 160.6773 |
| 2026-07-19 | 160.3078 |
| 2026-07-26 | 158.9528 |
| 2026-08-02 | 160.4572 |
| 2026-08-09 | 160.7559 |
| 2026-08-16 | 160.6129 |
| 2026-08-24 | 161.4374 |
| 2026-08-31 | 160.0533 |
| 2026-09-07 | 159.3911 |
| 2026-09-14 | 159.8379 |
| 2026-09-21 | 158.7119 |
High
164.9942
Low
157.1182
Average
160.3197
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.