Skip to content

BRL to FJD exchange rate API

Brazilian Real to Fiji Dollar · quoted 2026-09-24

0.43343

▲ +1.66% over 1Y

1 BRL = 0.43343 FJD · 1 FJD = 2.3072 BRL · Get this rate via the API

1 BRL buys 0.43343 FJD as of 2026-09-24, so 1 FJD buys 2.3072 BRL. Over the last year, BRL/FJD traded between 0.41120 and 0.44782, averaged 0.43032 and rose 1.66%. The API holds daily BRL/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BRL/FJD over 1Y

BRL/FJD over 1Y: show the values
PointBRL/FJD
2025-09-240.42635
2025-10-010.42605
2025-10-080.42474
2025-10-150.41904
2025-10-220.42668
2025-10-290.42548
2025-11-050.42507
2025-11-120.43494
2025-11-190.43064
2025-11-260.42699
2025-12-030.42938
2025-12-100.41716
2025-12-170.41436
2025-12-240.41120
2025-12-310.41485
2026-01-070.42109
2026-01-140.42462
2026-01-210.42393
2026-01-280.42870
2026-02-040.42396
2026-02-110.42381
2026-02-180.42237
2026-02-250.43012
2026-03-040.42389
2026-03-110.42683
2026-03-180.42374
2026-03-250.42648
2026-04-010.43401
2026-04-080.44053
2026-04-150.44217
2026-04-220.44373
2026-04-290.44249
2026-05-060.44779
2026-05-130.44782
2026-05-200.43893
2026-05-270.43620
2026-06-030.43922
2026-06-110.43217
2026-06-180.43330
2026-06-250.43137
2026-07-020.43148
2026-07-090.43605
2026-07-160.43918
2026-07-230.44105
2026-07-300.43780
2026-08-060.43442
2026-08-130.42945
2026-08-200.42618
2026-08-270.42943
2026-09-030.43650
2026-09-100.43173
2026-09-170.43490
2026-09-240.43324

High

0.44782

Low

0.41120

Average

0.43032

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BRL/FJD API questions

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

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

How far back does BRL/FJD historical data go?

Daily BRL/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 BRL/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.