Skip to content

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

FJD/TRY over YTD: show the values
PointFJD/TRY
2025-12-3118.9068
2026-01-0718.9587
2026-01-1418.9434
2026-01-2119.0999
2026-01-2819.5741
2026-02-0419.6581
2026-02-1119.8086
2026-02-1819.8358
2026-02-2519.8866
2026-03-0419.8745
2026-03-1119.9779
2026-03-1819.9756
2026-03-2519.8754
2026-04-0119.8568
2026-04-0819.8694
2026-04-1520.2311
2026-04-2220.3641
2026-04-2920.4306
2026-05-0620.5726
2026-05-1320.6817
2026-05-2020.6483
2026-05-2720.8567
2026-06-0320.8500
2026-06-1020.8010
2026-06-1720.8520
2026-06-2420.7429
2026-07-0120.8152
2026-07-0820.8587
2026-07-1521.0122
2026-07-2221.1362
2026-07-2921.1521
2026-08-0521.4114
2026-08-1221.4911
2026-08-1921.5821
2026-08-2621.7998
2026-09-0221.7806
2026-09-0921.9451
2026-09-1621.9205
2026-09-2321.8901

High

21.9451

Low

18.9068

Average

20.5435

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.