Skip to content

FJD to TJS exchange rate API

Fiji Dollar to Somoni · quoted 2026-09-24

4.1338

▼ +0.13% over 1Y

1 FJD = 4.1338 TJS · 1 TJS = 0.24191 FJD · Get this rate via the API

1 FJD buys 4.1338 TJS as of 2026-09-24, so 1 TJS buys 0.24191 FJD. Over the last year, FJD/TJS traded between 3.9918 and 4.3529, averaged 4.1611 and fell 0.13%. The API holds daily FJD/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/TJS over 1Y

FJD/TJS over 1Y: show the values
PointFJD/TJS
2025-09-244.1390
2025-10-014.1439
2025-10-084.0786
2025-10-154.0142
2025-10-223.9918
2025-10-294.0616
2025-11-054.0201
2025-11-124.0421
2025-11-194.0302
2025-11-264.0236
2025-12-034.0570
2025-12-114.0482
2025-12-184.0268
2025-12-254.0726
2026-01-014.0622
2026-01-084.0934
2026-01-154.0863
2026-01-224.1305
2026-01-294.2220
2026-02-054.2128
2026-02-124.2768
2026-02-194.2813
2026-02-264.2881
2026-03-054.3288
2026-03-124.3529
2026-03-194.3459
2026-03-264.3173
2026-04-024.2673
2026-04-094.2622
2026-04-164.2670
2026-04-234.2790
2026-04-304.2568
2026-05-074.2570
2026-05-154.2697
2026-05-234.1899
2026-05-304.1732
2026-06-064.2038
2026-06-154.1818
2026-06-224.1604
2026-06-294.1096
2026-07-064.1257
2026-07-134.1346
2026-07-204.1258
2026-07-274.1234
2026-08-034.1453
2026-08-104.1428
2026-08-174.1485
2026-08-254.1823
2026-09-014.1686
2026-09-084.1812
2026-09-154.1643
2026-09-224.1368

High

4.3529

Low

3.9918

Average

4.1611

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/TJS API questions

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

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

How far back does FJD/TJS historical data go?

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