Skip to content

TOP to FJD exchange rate API

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

0.94074

▼ +1.82% over 6M

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 last 6 months, TOP/FJD traded between 0.93877 and 0.95820, averaged 0.94729 and fell 1.82%. 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 6M

TOP/FJD over 6M: show the values
PointTOP/FJD
2026-03-290.95820
2026-04-050.95556
2026-04-130.94973
2026-04-200.93920
2026-04-270.94553
2026-05-040.94226
2026-05-110.93877
2026-05-180.94471
2026-05-250.94503
2026-06-010.94673
2026-06-080.95160
2026-06-150.94468
2026-06-220.94898
2026-06-290.95278
2026-07-060.94950
2026-07-130.94834
2026-07-200.94969
2026-07-270.95139
2026-08-030.94405
2026-08-100.94571
2026-08-170.94730
2026-08-240.94846
2026-08-310.94709
2026-09-070.94318
2026-09-140.94438
2026-09-210.95334

High

0.95820

Low

0.93877

Average

0.94729

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.