FJD to TRY exchange rate API
Fiji Dollar to Turkish Lira · quoted 2026-09-25
21.8124
▲ +15.37% over YTD
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 year to date, FJD/TRY traded between 18.9068 and 21.9451, averaged 20.5435 and rose 15.37%. 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 YTD: show the values
| Point | FJD/TRY |
|---|---|
| 2025-12-31 | 18.9068 |
| 2026-01-07 | 18.9587 |
| 2026-01-14 | 18.9434 |
| 2026-01-21 | 19.0999 |
| 2026-01-28 | 19.5741 |
| 2026-02-04 | 19.6581 |
| 2026-02-11 | 19.8086 |
| 2026-02-18 | 19.8358 |
| 2026-02-25 | 19.8866 |
| 2026-03-04 | 19.8745 |
| 2026-03-11 | 19.9779 |
| 2026-03-18 | 19.9756 |
| 2026-03-25 | 19.8754 |
| 2026-04-01 | 19.8568 |
| 2026-04-08 | 19.8694 |
| 2026-04-15 | 20.2311 |
| 2026-04-22 | 20.3641 |
| 2026-04-29 | 20.4306 |
| 2026-05-06 | 20.5726 |
| 2026-05-13 | 20.6817 |
| 2026-05-20 | 20.6483 |
| 2026-05-27 | 20.8567 |
| 2026-06-03 | 20.8500 |
| 2026-06-10 | 20.8010 |
| 2026-06-17 | 20.8520 |
| 2026-06-24 | 20.7429 |
| 2026-07-01 | 20.8152 |
| 2026-07-08 | 20.8587 |
| 2026-07-15 | 21.0122 |
| 2026-07-22 | 21.1362 |
| 2026-07-29 | 21.1521 |
| 2026-08-05 | 21.4114 |
| 2026-08-12 | 21.4911 |
| 2026-08-19 | 21.5821 |
| 2026-08-26 | 21.7998 |
| 2026-09-02 | 21.7806 |
| 2026-09-09 | 21.9451 |
| 2026-09-16 | 21.9205 |
| 2026-09-23 | 21.8901 |
High
21.9451
Low
18.9068
Average
20.5435
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.