Skip to content

FJD to TRY exchange rate API

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

21.8124

▲ +10.56% over 6M

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 6 months, FJD/TRY traded between 19.7285 and 22.0032, averaged 20.9176 and rose 10.56%. 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 6M

FJD/TRY over 6M: show the values
PointFJD/TRY
2026-03-2919.7285
2026-04-0519.8860
2026-04-1220.0589
2026-04-1920.1727
2026-04-2620.2937
2026-05-0320.4788
2026-05-1020.6172
2026-05-1720.5660
2026-05-2420.5980
2026-05-3120.7156
2026-06-0720.5361
2026-06-1420.6987
2026-06-2120.6961
2026-06-2820.5666
2026-07-0520.7403
2026-07-1220.8179
2026-07-1921.0033
2026-07-2621.0780
2026-08-0221.4261
2026-08-0921.4726
2026-08-1621.5431
2026-08-2321.7278
2026-08-3021.8107
2026-09-0621.8638
2026-09-1321.8642
2026-09-2022.0032

High

22.0032

Low

19.7285

Average

20.9176

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.