Reserve Bank of Fiji Exchange Rate API

Official Reserve Bank of Fiji rates for 2 Sept 2026: 1 FJD = 0.4499 USD, 1 FJD = 0.3882 EUR. All 8 currencies published, history back to 2001. Free JSON API for tax, audits, and compliant invoicing.

Fiji flagReserve Bank of Fiji: every FJD rate the bank publishes, as JSON. 8 currencies, archive back to 2001, latest table free on every plan. Get your API key.

About Reserve Bank of Fiji

The Reserve Bank of Fiji publishes a daily mid-rate for the Fiji dollar against the US, Australian and New Zealand dollars, the pound, euro, yen, Swiss franc and the SDR — expressed as foreign units per one Fiji dollar, in statistical table 8.8. The Fiji dollar is managed against a basket of its main trading partners' currencies, and the RBF mid-rate is the official reference Fijian banks, customs and the revenue service use; the series runs back to January 2001.

Quick start

One request for the pair you need — FJD to USD at the official Reserve Bank of Fiji rate:

curl "https://allratestoday.com/api/v1/central-bank/rbf/latest?source=FJD&target=USD" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/rbf/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/rbf/history?source=FJD&target=USD&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-02)

This table has not been updated since 2026-09-02. Reserve Bank of Fiji publishes each business day, and we have been unable to collect a newer one for 5 days. The rates below are the last we hold and remain the ones Reserve Bank of Fiji published on that date — they are not today's. API responses for this source carry "stale": true so integrations can detect it too.

Reserve Bank of Fiji's newest published table, verbatim — the same rows the /latest endpoint returns at this moment. Values are FJD per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
FJD AUD reference 0.6298
FJD CHF reference 0.3652
FJD EUR reference 0.3882
FJD GBP reference 0.333
FJD JPY reference 72.07
FJD NZD reference 0.764
FJD USD reference 0.4499
FJD XDR reference 0.328788

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — reserve-bank-of-fiji-exchange-rate:

npm install reserve-bank-of-fiji-exchange-rate
import { getRate } from 'reserve-bank-of-fiji-exchange-rate';

const pair = await getRate('FJD', 'USD', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: reserve-bank-of-fiji-exchange-rate documentation.

Why use the official Reserve Bank of Fiji rate?

A market rate is a moving target; the rate Reserve Bank of Fiji publishes is a fixed, citable figure that stays put once printed — which is why invoicing, customs, audit evidence, and statutory accounting in Fiji lean on it rather than on a live feed. Every response from this API carries the bank's own rate_date, and on days with no publication you get the most recent published table — the one compliance rules tell you to apply.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via FJD) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Does an exchange rate API exist for Reserve Bank of Fiji data?

Yes. This endpoint returns Reserve Bank of Fiji's official daily figures as JSON; the newest table is free on every plan.

How often are the rates updated?

Reserve Bank of Fiji publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-09-02).

Are these really Reserve Bank of Fiji's official figures?

Yes. Every value comes from Reserve Bank of Fiji's own publication and is served unmodified, carrying the bank's publication date; computed pairs are explicitly flagged derived.

Reserve Bank of Fiji rates, one API key

Latest table on every plan. History back to 2001 on paid plans. No credit card to start.

Get Free API Key Read the Docs