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: show the values
| Point | FJD/TRY |
|---|---|
| 2026-08-26 | 21.7998 |
| 2026-08-27 | 21.7970 |
| 2026-08-28 | 21.8509 |
| 2026-08-29 | 21.9440 |
| 2026-08-30 | 21.8107 |
| 2026-08-31 | 21.8087 |
| 2026-09-01 | 21.8117 |
| 2026-09-02 | 21.7806 |
| 2026-09-03 | 21.8143 |
| 2026-09-04 | 21.9221 |
| 2026-09-05 | 21.9867 |
| 2026-09-06 | 21.8638 |
| 2026-09-07 | 21.9306 |
| 2026-09-08 | 21.9517 |
| 2026-09-09 | 21.9451 |
| 2026-09-10 | 21.9189 |
| 2026-09-11 | 21.9143 |
| 2026-09-12 | 21.9368 |
| 2026-09-13 | 21.8642 |
| 2026-09-14 | 21.9497 |
| 2026-09-15 | 21.9309 |
| 2026-09-16 | 21.9205 |
| 2026-09-17 | 21.8145 |
| 2026-09-18 | 21.9169 |
| 2026-09-19 | 22.0105 |
| 2026-09-20 | 22.0032 |
| 2026-09-21 | 21.9172 |
| 2026-09-22 | 21.8591 |
| 2026-09-23 | 21.8901 |
| 2026-09-24 | 21.8160 |
| 2026-09-25 | 21.8211 |
High
22.0105
Low
21.7806
Average
21.8848
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.