Skip to content

FJD to TND exchange rate API

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

1.3194

▲ +2.82% over 1Y

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 year, FJD/TND traded between 1.2696 and 1.3263, averaged 1.3010 and rose 2.82%. 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 1Y

FJD/TND over 1Y: show the values
PointFJD/TND
2025-09-241.2832
2025-10-011.2834
2025-10-081.2859
2025-10-151.2806
2025-10-221.2775
2025-10-291.2825
2025-11-051.2857
2025-11-121.2830
2025-11-191.2829
2025-11-261.2853
2025-12-031.2886
2025-12-111.2861
2025-12-181.2759
2025-12-251.2730
2026-01-011.2720
2026-01-081.2751
2026-01-151.2696
2026-01-221.2747
2026-01-291.2791
2026-02-051.2887
2026-02-121.3097
2026-02-191.2964
2026-02-261.2991
2026-03-051.3109
2026-03-121.3263
2026-03-191.3245
2026-03-261.3115
2026-04-021.3066
2026-04-091.2977
2026-04-161.3110
2026-04-231.3215
2026-04-301.3128
2026-05-071.3082
2026-05-151.3193
2026-05-231.3194
2026-05-301.3121
2026-06-061.3195
2026-06-151.3024
2026-06-221.3069
2026-06-291.2976
2026-07-061.3121
2026-07-131.3184
2026-07-201.3205
2026-07-271.3252
2026-08-031.3186
2026-08-101.3147
2026-08-171.3154
2026-08-251.3139
2026-09-011.3155
2026-09-081.3142
2026-09-151.3218
2026-09-221.3188

High

1.3263

Low

1.2696

Average

1.3010

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.