FJD to VND exchange rate API
Fiji Dollar to Dong · quoted 2026-09-24
11649.39
▲ +2.94% over 5Y
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 5 years, FJD/VND traded between 10681.69 and 12038.92, averaged 11445.05 and rose 2.94%. 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 5Y: show the values
| Point | FJD/VND |
|---|---|
| 2024-08-24 | 11316.81 |
| 2024-10-05 | 11196.67 |
| 2024-11-04 | 11058.88 |
| 2024-12-04 | 11046.19 |
| 2025-01-03 | 10720.83 |
| 2025-02-02 | 10681.69 |
| 2025-03-04 | 10812.68 |
| 2025-04-04 | 11011.41 |
| 2025-05-04 | 11279.16 |
| 2025-06-04 | 11434.24 |
| 2025-07-04 | 11518.60 |
| 2025-08-03 | 11390.91 |
| 2025-09-02 | 11532.85 |
| 2025-10-03 | 11521.09 |
| 2025-11-02 | 11488.07 |
| 2025-12-02 | 11566.89 |
| 2026-01-01 | 11611.64 |
| 2026-01-31 | 11790.16 |
| 2026-03-02 | 11811.35 |
| 2026-04-01 | 11799.81 |
| 2026-05-01 | 12038.92 |
| 2026-05-31 | 11900.92 |
| 2026-07-01 | 11772.04 |
| 2026-07-31 | 11801.70 |
| 2026-08-30 | 11818.43 |
High
12038.92
Low
10681.69
Average
11445.05
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.