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: show the values
| Point | FJD/TJS |
|---|---|
| 2025-09-24 | 4.1390 |
| 2025-10-01 | 4.1439 |
| 2025-10-08 | 4.0786 |
| 2025-10-15 | 4.0142 |
| 2025-10-22 | 3.9918 |
| 2025-10-29 | 4.0616 |
| 2025-11-05 | 4.0201 |
| 2025-11-12 | 4.0421 |
| 2025-11-19 | 4.0302 |
| 2025-11-26 | 4.0236 |
| 2025-12-03 | 4.0570 |
| 2025-12-11 | 4.0482 |
| 2025-12-18 | 4.0268 |
| 2025-12-25 | 4.0726 |
| 2026-01-01 | 4.0622 |
| 2026-01-08 | 4.0934 |
| 2026-01-15 | 4.0863 |
| 2026-01-22 | 4.1305 |
| 2026-01-29 | 4.2220 |
| 2026-02-05 | 4.2128 |
| 2026-02-12 | 4.2768 |
| 2026-02-19 | 4.2813 |
| 2026-02-26 | 4.2881 |
| 2026-03-05 | 4.3288 |
| 2026-03-12 | 4.3529 |
| 2026-03-19 | 4.3459 |
| 2026-03-26 | 4.3173 |
| 2026-04-02 | 4.2673 |
| 2026-04-09 | 4.2622 |
| 2026-04-16 | 4.2670 |
| 2026-04-23 | 4.2790 |
| 2026-04-30 | 4.2568 |
| 2026-05-07 | 4.2570 |
| 2026-05-15 | 4.2697 |
| 2026-05-23 | 4.1899 |
| 2026-05-30 | 4.1732 |
| 2026-06-06 | 4.2038 |
| 2026-06-15 | 4.1818 |
| 2026-06-22 | 4.1604 |
| 2026-06-29 | 4.1096 |
| 2026-07-06 | 4.1257 |
| 2026-07-13 | 4.1346 |
| 2026-07-20 | 4.1258 |
| 2026-07-27 | 4.1234 |
| 2026-08-03 | 4.1453 |
| 2026-08-10 | 4.1428 |
| 2026-08-17 | 4.1485 |
| 2026-08-25 | 4.1823 |
| 2026-09-01 | 4.1686 |
| 2026-09-08 | 4.1812 |
| 2026-09-15 | 4.1643 |
| 2026-09-22 | 4.1368 |
High
4.3529
Low
3.9918
Average
4.1611
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.