Skip to content

FKP to VND exchange rate API

Falkland Islands Pound to Dong · quoted 2026-09-25

34510.18

▼ +2.83% over YTD

1 FKP = 34510.18 VND · 1 VND = 0.000029 FKP · Get this rate via the API

1 FKP buys 34510.18 VND as of 2026-09-25, so 1 VND buys 0.000029 FKP. Over the year to date, FKP/VND traded between 34510.18 and 36116.66, averaged 35394.03 and fell 2.83%. The API holds daily FKP/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/VND over YTD

FKP/VND over YTD: show the values
PointFKP/VND
2025-12-3135514.11
2026-01-0735627.44
2026-01-1435405.08
2026-01-2135450.99
2026-01-2836116.66
2026-02-0435738.74
2026-02-1135588.35
2026-02-1835312.33
2026-02-2535427.61
2026-03-0435060.91
2026-03-1135392.48
2026-03-1835243.40
2026-03-2535440.61
2026-04-0134980.06
2026-04-0835399.98
2026-04-1535557.33
2026-04-2235764.44
2026-04-2935828.20
2026-05-0635748.23
2026-05-1435773.63
2026-05-2135520.41
2026-05-2935477.66
2026-06-0535478.35
2026-06-1435343.58
2026-06-2134925.61
2026-06-2834772.64
2026-07-0535198.91
2026-07-1235204.53
2026-07-1935364.26
2026-07-2635147.66
2026-08-0235510.70
2026-08-0935461.64
2026-08-1635441.70
2026-08-2435784.94
2026-08-3135432.15
2026-09-0735319.53
2026-09-1435163.10
2026-09-2134938.99

High

36116.66

Low

34510.18

Average

35394.03

For developers

Get this rate via the API

One GET request returns the FKP/VND 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=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=VND");
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=VND").json()

Replace YOUR_API_KEY with the key from your dashboard.

FKP/VND API questions

How do I get the FKP/VND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/VND rate in rates.VND.

How far back does FKP/VND historical data go?

Daily FKP/VND 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/VND 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.