FJD to ZAR exchange rate API
Fiji Dollar to Rand · quoted 2026-09-25
7.2559
▼ +0.36% over YTD
1 FJD = 7.2559 ZAR · 1 ZAR = 0.13782 FJD · Get this rate via the API
1 FJD buys 7.2559 ZAR as of 2026-09-25, so 1 ZAR buys 0.13782 FJD. Over the year to date, FJD/ZAR traded between 7.1609 and 7.6272, averaged 7.3500 and fell 0.36%. The API holds daily FJD/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/ZAR over YTD: show the values
| Point | FJD/ZAR |
|---|---|
| 2025-12-31 | 7.2820 |
| 2026-01-07 | 7.2475 |
| 2026-01-14 | 7.1927 |
| 2026-01-21 | 7.1950 |
| 2026-01-28 | 7.1609 |
| 2026-02-04 | 7.2007 |
| 2026-02-11 | 7.2115 |
| 2026-02-18 | 7.2635 |
| 2026-02-25 | 7.1898 |
| 2026-03-04 | 7.3754 |
| 2026-03-11 | 7.4310 |
| 2026-03-18 | 7.6272 |
| 2026-03-25 | 7.5785 |
| 2026-04-01 | 7.4937 |
| 2026-04-08 | 7.2856 |
| 2026-04-15 | 7.4275 |
| 2026-04-22 | 7.4652 |
| 2026-04-29 | 7.5243 |
| 2026-05-06 | 7.4627 |
| 2026-05-13 | 7.4908 |
| 2026-05-20 | 7.5160 |
| 2026-05-27 | 7.4329 |
| 2026-06-03 | 7.3815 |
| 2026-06-10 | 7.4848 |
| 2026-06-17 | 7.3030 |
| 2026-06-24 | 7.4128 |
| 2026-07-01 | 7.3293 |
| 2026-07-08 | 7.2929 |
| 2026-07-15 | 7.3192 |
| 2026-07-22 | 7.3750 |
| 2026-07-29 | 7.4749 |
| 2026-08-05 | 7.3568 |
| 2026-08-12 | 7.2605 |
| 2026-08-19 | 7.3139 |
| 2026-08-26 | 7.2108 |
| 2026-09-02 | 7.2586 |
| 2026-09-09 | 7.2610 |
| 2026-09-16 | 7.3289 |
| 2026-09-23 | 7.3272 |
High
7.6272
Low
7.1609
Average
7.3500
Get this rate via the API
One GET request returns the FJD/ZAR 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=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ZAR").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/ZAR API questions
How do I get the FJD/ZAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/ZAR rate in rates.ZAR.
How far back does FJD/ZAR historical data go?
Daily FJD/ZAR 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/ZAR 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.