Skip to content

FJD to TRY exchange rate API

Fiji Dollar to Turkish Lira · quoted 2026-09-25

21.8124

▲ +18.71% over 1Y

1 FJD = 21.8124 TRY · 1 TRY = 0.04585 FJD · Get this rate via the API

1 FJD buys 21.8124 TRY as of 2026-09-25, so 1 TRY buys 0.04585 FJD. Over the last year, FJD/TRY traded between 18.3127 and 21.9189, averaged 20.0174 and rose 18.71%. The API holds daily FJD/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/TRY over 1Y

FJD/TRY over 1Y: show the values
PointFJD/TRY
2025-09-2518.3742
2025-10-0218.3656
2025-10-0918.3562
2025-10-1618.3127
2025-10-2318.3420
2025-10-3018.4124
2025-11-0618.3617
2025-11-1318.4538
2025-11-2018.3961
2025-11-2718.5273
2025-12-0418.6231
2025-12-1118.7260
2025-12-1818.7242
2025-12-2518.8520
2026-01-0118.8976
2026-01-0818.9520
2026-01-1518.9656
2026-01-2219.1333
2026-01-2919.6081
2026-02-0519.6166
2026-02-1219.8364
2026-02-1919.8257
2026-02-2619.9248
2026-03-0519.8819
2026-03-1219.9719
2026-03-1920.0351
2026-03-2619.9422
2026-04-0219.8480
2026-04-0920.0087
2026-04-1620.2644
2026-04-2320.3481
2026-04-3020.5104
2026-05-0720.5993
2026-05-1420.7240
2026-05-2120.6528
2026-05-2820.8688
2026-06-0420.8597
2026-06-1120.6952
2026-06-1820.8258
2026-06-2520.7290
2026-07-0220.8077
2026-07-0920.8690
2026-07-1621.0670
2026-07-2321.1175
2026-07-3021.2319
2026-08-0621.3829
2026-08-1321.4714
2026-08-2021.6652
2026-08-2721.7970
2026-09-0321.8143
2026-09-1021.9189
2026-09-1721.8145
2026-09-2421.8160

High

21.9189

Low

18.3127

Average

20.0174

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/TRY API questions

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

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

How far back does FJD/TRY historical data go?

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