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: show the values
| Point | TOP/FJD |
|---|---|
| 2025-12-31 | 0.95469 |
| 2026-01-07 | 0.95272 |
| 2026-01-14 | 0.96042 |
| 2026-01-21 | 0.95856 |
| 2026-01-28 | 0.94571 |
| 2026-02-04 | 0.94864 |
| 2026-02-11 | 0.94478 |
| 2026-02-18 | 0.94284 |
| 2026-02-25 | 0.94391 |
| 2026-03-04 | 0.94280 |
| 2026-03-11 | 0.93982 |
| 2026-03-18 | 0.94580 |
| 2026-03-25 | 0.95064 |
| 2026-04-01 | 0.94872 |
| 2026-04-08 | 0.94927 |
| 2026-04-16 | 0.95211 |
| 2026-04-23 | 0.94031 |
| 2026-04-30 | 0.94976 |
| 2026-05-07 | 0.94222 |
| 2026-05-14 | 0.94531 |
| 2026-05-21 | 0.94947 |
| 2026-05-28 | 0.94252 |
| 2026-06-04 | 0.93944 |
| 2026-06-11 | 0.94294 |
| 2026-06-18 | 0.96284 |
| 2026-06-25 | 0.94763 |
| 2026-07-02 | 0.94703 |
| 2026-07-09 | 0.94720 |
| 2026-07-16 | 0.94983 |
| 2026-07-23 | 0.95457 |
| 2026-07-30 | 0.94929 |
| 2026-08-06 | 0.94306 |
| 2026-08-13 | 0.94406 |
| 2026-08-20 | 0.94464 |
| 2026-08-27 | 0.94557 |
| 2026-09-03 | 0.94766 |
| 2026-09-10 | 0.94571 |
| 2026-09-17 | 0.94842 |
| 2026-09-24 | 0.94860 |
High
0.96284
Low
0.93944
Average
0.94751
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.