Skip to content

FJD to TRY exchange rate API

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

21.8124

▲ +41.69% over 5Y

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 5 years, FJD/TRY traded between 15.0816 and 21.9440, averaged 18.1699 and rose 41.69%. 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 5Y

FJD/TRY over 5Y: show the values
PointFJD/TRY
2024-08-2415.3944
2024-10-0515.4535
2024-11-0415.2160
2024-12-0415.2818
2025-01-0315.0816
2025-02-0215.4163
2025-03-0415.5912
2025-04-0416.4102
2025-05-0416.8923
2025-06-0417.3457
2025-07-0417.7298
2025-08-0317.8168
2025-09-0218.2580
2025-10-0318.4055
2025-11-0218.3282
2025-12-0218.5392
2026-01-0118.8976
2026-01-3119.7048
2026-03-0219.7982
2026-04-0119.8568
2026-05-0120.5593
2026-05-3120.7156
2026-06-3020.7368
2026-07-3021.2319
2026-08-2921.9440

High

21.9440

Low

15.0816

Average

18.1699

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.