Skip to content

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

FJD/TND over 6M: show the values
PointFJD/TND
2026-03-281.2945
2026-04-041.3051
2026-04-111.3055
2026-04-181.2943
2026-04-251.3068
2026-05-021.2956
2026-05-091.3129
2026-05-171.3139
2026-05-251.3190
2026-06-011.2984
2026-06-101.3155
2026-06-171.3104
2026-06-241.3140
2026-07-011.3151
2026-07-081.3132
2026-07-151.3162
2026-07-221.3184
2026-07-291.3176
2026-08-051.3140
2026-08-121.3144
2026-08-201.3093
2026-08-271.3145
2026-09-031.3148
2026-09-101.3111
2026-09-171.3137
2026-09-241.3200

High

1.3200

Low

1.2943

Average

1.3110

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=TND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=TND");
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=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&currencies=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.