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: show the values
| Point | FJD/TRY |
|---|---|
| 2024-08-24 | 15.3944 |
| 2024-10-05 | 15.4535 |
| 2024-11-04 | 15.2160 |
| 2024-12-04 | 15.2818 |
| 2025-01-03 | 15.0816 |
| 2025-02-02 | 15.4163 |
| 2025-03-04 | 15.5912 |
| 2025-04-04 | 16.4102 |
| 2025-05-04 | 16.8923 |
| 2025-06-04 | 17.3457 |
| 2025-07-04 | 17.7298 |
| 2025-08-03 | 17.8168 |
| 2025-09-02 | 18.2580 |
| 2025-10-03 | 18.4055 |
| 2025-11-02 | 18.3282 |
| 2025-12-02 | 18.5392 |
| 2026-01-01 | 18.8976 |
| 2026-01-31 | 19.7048 |
| 2026-03-02 | 19.7982 |
| 2026-04-01 | 19.8568 |
| 2026-05-01 | 20.5593 |
| 2026-05-31 | 20.7156 |
| 2026-06-30 | 20.7368 |
| 2026-07-30 | 21.2319 |
| 2026-08-29 | 21.9440 |
High
21.9440
Low
15.0816
Average
18.1699
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.