FJD to TND exchange rate API
Fiji Dollar to Tunisian Dinar · quoted 2026-09-24
1.3194
▲ +1.93% over 6M
1 FJD = 1.3194 TND · 1 TND = 0.75790 FJD · Get this rate via the API
1 FJD buys 1.3194 TND as of 2026-09-24, so 1 TND buys 0.75790 FJD. Over the last 6 months, FJD/TND traded between 1.2943 and 1.3200, averaged 1.3110 and rose 1.93%. The API holds daily FJD/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/TND over 6M: show the values
| Point | FJD/TND |
|---|---|
| 2026-03-28 | 1.2945 |
| 2026-04-04 | 1.3051 |
| 2026-04-11 | 1.3055 |
| 2026-04-18 | 1.2943 |
| 2026-04-25 | 1.3068 |
| 2026-05-02 | 1.2956 |
| 2026-05-09 | 1.3129 |
| 2026-05-17 | 1.3139 |
| 2026-05-25 | 1.3190 |
| 2026-06-01 | 1.2984 |
| 2026-06-10 | 1.3155 |
| 2026-06-17 | 1.3104 |
| 2026-06-24 | 1.3140 |
| 2026-07-01 | 1.3151 |
| 2026-07-08 | 1.3132 |
| 2026-07-15 | 1.3162 |
| 2026-07-22 | 1.3184 |
| 2026-07-29 | 1.3176 |
| 2026-08-05 | 1.3140 |
| 2026-08-12 | 1.3144 |
| 2026-08-20 | 1.3093 |
| 2026-08-27 | 1.3145 |
| 2026-09-03 | 1.3148 |
| 2026-09-10 | 1.3111 |
| 2026-09-17 | 1.3137 |
| 2026-09-24 | 1.3200 |
High
1.3200
Low
1.2943
Average
1.3110
Get this rate via the API
One GET request returns the FJD/TND 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=TND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=TND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=TND").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/TND API questions
How do I get the FJD/TND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/TND rate in rates.TND.
How far back does FJD/TND historical data go?
Daily FJD/TND 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/TND 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.