Skip to content

TOP to FJD exchange rate API

Pa’anga to Fiji Dollar · quoted 2026-09-25

0.94074

▼ +1.46% over YTD

1 TOP = 0.94074 FJD · 1 FJD = 1.0630 TOP · Get this rate via the API

1 TOP buys 0.94074 FJD as of 2026-09-25, so 1 FJD buys 1.0630 TOP. Over the year to date, TOP/FJD traded between 0.93944 and 0.96284, averaged 0.94751 and fell 1.46%. The API holds daily TOP/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/FJD over YTD

TOP/FJD over YTD: show the values
PointTOP/FJD
2025-12-310.95469
2026-01-070.95272
2026-01-140.96042
2026-01-210.95856
2026-01-280.94571
2026-02-040.94864
2026-02-110.94478
2026-02-180.94284
2026-02-250.94391
2026-03-040.94280
2026-03-110.93982
2026-03-180.94580
2026-03-250.95064
2026-04-010.94872
2026-04-080.94927
2026-04-160.95211
2026-04-230.94031
2026-04-300.94976
2026-05-070.94222
2026-05-140.94531
2026-05-210.94947
2026-05-280.94252
2026-06-040.93944
2026-06-110.94294
2026-06-180.96284
2026-06-250.94763
2026-07-020.94703
2026-07-090.94720
2026-07-160.94983
2026-07-230.95457
2026-07-300.94929
2026-08-060.94306
2026-08-130.94406
2026-08-200.94464
2026-08-270.94557
2026-09-030.94766
2026-09-100.94571
2026-09-170.94842
2026-09-240.94860

High

0.96284

Low

0.93944

Average

0.94751

For developers

Get this rate via the API

One GET request returns the TOP/FJD 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=TOP&currencies=FJD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=FJD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/FJD API questions

How do I get the TOP/FJD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/FJD rate in rates.FJD.

How far back does TOP/FJD historical data go?

Daily TOP/FJD 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 TOP/FJD 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.