Skip to content

FJD to TRY exchange rate API

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

21.8124

▲ +0.06% over 30D

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 30 days, FJD/TRY traded between 21.7806 and 22.0105, averaged 21.8848 and rose 0.06%. 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 30D

FJD/TRY over 30D: show the values
PointFJD/TRY
2026-08-2621.7998
2026-08-2721.7970
2026-08-2821.8509
2026-08-2921.9440
2026-08-3021.8107
2026-08-3121.8087
2026-09-0121.8117
2026-09-0221.7806
2026-09-0321.8143
2026-09-0421.9221
2026-09-0521.9867
2026-09-0621.8638
2026-09-0721.9306
2026-09-0821.9517
2026-09-0921.9451
2026-09-1021.9189
2026-09-1121.9143
2026-09-1221.9368
2026-09-1321.8642
2026-09-1421.9497
2026-09-1521.9309
2026-09-1621.9205
2026-09-1721.8145
2026-09-1821.9169
2026-09-1922.0105
2026-09-2022.0032
2026-09-2121.9172
2026-09-2221.8591
2026-09-2321.8901
2026-09-2421.8160
2026-09-2521.8211

High

22.0105

Low

21.7806

Average

21.8848

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.