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: show the values
| Point | FJD/TRY |
|---|---|
| 2025-09-25 | 18.3742 |
| 2025-10-02 | 18.3656 |
| 2025-10-09 | 18.3562 |
| 2025-10-16 | 18.3127 |
| 2025-10-23 | 18.3420 |
| 2025-10-30 | 18.4124 |
| 2025-11-06 | 18.3617 |
| 2025-11-13 | 18.4538 |
| 2025-11-20 | 18.3961 |
| 2025-11-27 | 18.5273 |
| 2025-12-04 | 18.6231 |
| 2025-12-11 | 18.7260 |
| 2025-12-18 | 18.7242 |
| 2025-12-25 | 18.8520 |
| 2026-01-01 | 18.8976 |
| 2026-01-08 | 18.9520 |
| 2026-01-15 | 18.9656 |
| 2026-01-22 | 19.1333 |
| 2026-01-29 | 19.6081 |
| 2026-02-05 | 19.6166 |
| 2026-02-12 | 19.8364 |
| 2026-02-19 | 19.8257 |
| 2026-02-26 | 19.9248 |
| 2026-03-05 | 19.8819 |
| 2026-03-12 | 19.9719 |
| 2026-03-19 | 20.0351 |
| 2026-03-26 | 19.9422 |
| 2026-04-02 | 19.8480 |
| 2026-04-09 | 20.0087 |
| 2026-04-16 | 20.2644 |
| 2026-04-23 | 20.3481 |
| 2026-04-30 | 20.5104 |
| 2026-05-07 | 20.5993 |
| 2026-05-14 | 20.7240 |
| 2026-05-21 | 20.6528 |
| 2026-05-28 | 20.8688 |
| 2026-06-04 | 20.8597 |
| 2026-06-11 | 20.6952 |
| 2026-06-18 | 20.8258 |
| 2026-06-25 | 20.7290 |
| 2026-07-02 | 20.8077 |
| 2026-07-09 | 20.8690 |
| 2026-07-16 | 21.0670 |
| 2026-07-23 | 21.1175 |
| 2026-07-30 | 21.2319 |
| 2026-08-06 | 21.3829 |
| 2026-08-13 | 21.4714 |
| 2026-08-20 | 21.6652 |
| 2026-08-27 | 21.7970 |
| 2026-09-03 | 21.8143 |
| 2026-09-10 | 21.9189 |
| 2026-09-17 | 21.8145 |
| 2026-09-24 | 21.8160 |
High
21.9189
Low
18.3127
Average
20.0174
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.