Skip to content

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

FKP/VUV over YTD: show the values
PointFKP/VUV
2025-12-31162.7041
2026-01-07163.5439
2026-01-14162.9501
2026-01-21162.5897
2026-01-28164.9942
2026-02-04164.0618
2026-02-11162.8727
2026-02-18160.7729
2026-02-25160.4792
2026-03-04158.6605
2026-03-11160.8442
2026-03-18159.1766
2026-03-25159.7993
2026-04-01159.0693
2026-04-08160.5064
2026-04-15159.6360
2026-04-22160.1135
2026-04-29160.2334
2026-05-06159.9581
2026-05-14159.6225
2026-05-21159.0164
2026-05-29158.8833
2026-06-05158.6967
2026-06-14159.8826
2026-06-21157.3134
2026-06-28157.8076
2026-07-05159.9653
2026-07-12160.6773
2026-07-19160.3078
2026-07-26158.9528
2026-08-02160.4572
2026-08-09160.7559
2026-08-16160.6129
2026-08-24161.4374
2026-08-31160.0533
2026-09-07159.3911
2026-09-14159.8379
2026-09-21158.7119

High

164.9942

Low

157.1182

Average

160.3197

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=VUV");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=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&currencies=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.