Skip to content

FJD to VND exchange rate API

Fiji Dollar to Dong · quoted 2026-09-24

11649.39

▲ +0.65% over 1Y

1 FJD = 11649.39 VND · 1 VND = 0.000086 FJD · Get this rate via the API

1 FJD buys 11649.39 VND as of 2026-09-24, so 1 VND buys 0.000086 FJD. Over the last year, FJD/VND traded between 11502.31 and 12041.73, averaged 11755.96 and rose 0.65%. The API holds daily FJD/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/VND over 1Y

FJD/VND over 1Y: show the values
PointFJD/VND
2025-09-2411573.67
2025-10-0111543.22
2025-10-0811624.09
2025-10-1511545.47
2025-10-2211502.31
2025-10-2911612.75
2025-11-0511503.04
2025-11-1211535.10
2025-11-1911518.32
2025-11-2611526.26
2025-12-0311588.12
2025-12-1011621.11
2025-12-1711591.66
2025-12-2411632.28
2025-12-3111609.75
2026-01-0711614.18
2026-01-1411567.66
2026-01-2111627.24
2026-01-2811802.43
2026-02-0411782.34
2026-02-1111828.21
2026-02-1811807.58
2026-02-2511885.63
2026-03-0411884.74
2026-03-1111931.95
2026-03-1811920.32
2026-03-2511846.88
2026-04-0111799.81
2026-04-0811801.75
2026-04-1511955.63
2026-04-2211973.04
2026-04-2911985.51
2026-05-0612015.14
2026-05-1312041.73
2026-05-2011980.42
2026-05-2712005.27
2026-06-0311992.34
2026-06-1111842.62
2026-06-1811844.41
2026-06-2511771.15
2026-07-0211755.71
2026-07-0911760.06
2026-07-1611795.39
2026-07-2311805.03
2026-07-3011814.49
2026-08-0611832.27
2026-08-1311751.94
2026-08-2011845.24
2026-08-2711855.82
2026-09-0311820.75
2026-09-1011752.90
2026-09-1711692.65
2026-09-2411654.95

High

12041.73

Low

11502.31

Average

11755.96

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/VND API questions

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

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

How far back does FJD/VND historical data go?

Daily FJD/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 FJD/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.