Skip to content

TND to FJD exchange rate API

Tunisian Dinar to Fiji Dollar · quoted 2026-09-25

0.75994

▼ +2.14% over 1Y

1 TND = 0.75994 FJD · 1 FJD = 1.3159 TND · Get this rate via the API

1 TND buys 0.75994 FJD as of 2026-09-25, so 1 FJD buys 1.3159 TND. Over the last year, TND/FJD traded between 0.75221 and 0.79036, averaged 0.76895 and fell 2.14%. The API holds daily TND/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/FJD over 1Y

TND/FJD over 1Y: show the values
PointTND/FJD
2025-09-250.77653
2025-10-020.78094
2025-10-090.77629
2025-10-160.78197
2025-10-230.78100
2025-10-300.77864
2025-11-060.77552
2025-11-130.77708
2025-11-200.77841
2025-11-270.77798
2025-12-040.77898
2025-12-120.77889
2025-12-190.78354
2025-12-260.78659
2026-01-020.79036
2026-01-090.78485
2026-01-160.78689
2026-01-230.78361
2026-01-300.77691
2026-02-060.77622
2026-02-130.77345
2026-02-200.76784
2026-02-270.76881
2026-03-060.76504
2026-03-130.75221
2026-03-200.75963
2026-03-270.76646
2026-04-030.76857
2026-04-100.77072
2026-04-170.76736
2026-04-240.76830
2026-05-010.76232
2026-05-080.75429
2026-05-160.75826
2026-05-240.76135
2026-05-310.76262
2026-06-090.75878
2026-06-160.76102
2026-06-230.76067
2026-06-300.76302
2026-07-070.76093
2026-07-140.75843
2026-07-210.75756
2026-07-280.75448
2026-08-040.76015
2026-08-110.75980
2026-08-180.76104
2026-08-260.76114
2026-09-020.75956
2026-09-090.76202
2026-09-160.76130
2026-09-230.75618

High

0.79036

Low

0.75221

Average

0.76895

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/FJD API questions

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

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

How far back does TND/FJD historical data go?

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