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: show the values
| Point | BRL/FJD |
|---|---|
| 2025-09-24 | 0.42635 |
| 2025-10-01 | 0.42605 |
| 2025-10-08 | 0.42474 |
| 2025-10-15 | 0.41904 |
| 2025-10-22 | 0.42668 |
| 2025-10-29 | 0.42548 |
| 2025-11-05 | 0.42507 |
| 2025-11-12 | 0.43494 |
| 2025-11-19 | 0.43064 |
| 2025-11-26 | 0.42699 |
| 2025-12-03 | 0.42938 |
| 2025-12-10 | 0.41716 |
| 2025-12-17 | 0.41436 |
| 2025-12-24 | 0.41120 |
| 2025-12-31 | 0.41485 |
| 2026-01-07 | 0.42109 |
| 2026-01-14 | 0.42462 |
| 2026-01-21 | 0.42393 |
| 2026-01-28 | 0.42870 |
| 2026-02-04 | 0.42396 |
| 2026-02-11 | 0.42381 |
| 2026-02-18 | 0.42237 |
| 2026-02-25 | 0.43012 |
| 2026-03-04 | 0.42389 |
| 2026-03-11 | 0.42683 |
| 2026-03-18 | 0.42374 |
| 2026-03-25 | 0.42648 |
| 2026-04-01 | 0.43401 |
| 2026-04-08 | 0.44053 |
| 2026-04-15 | 0.44217 |
| 2026-04-22 | 0.44373 |
| 2026-04-29 | 0.44249 |
| 2026-05-06 | 0.44779 |
| 2026-05-13 | 0.44782 |
| 2026-05-20 | 0.43893 |
| 2026-05-27 | 0.43620 |
| 2026-06-03 | 0.43922 |
| 2026-06-11 | 0.43217 |
| 2026-06-18 | 0.43330 |
| 2026-06-25 | 0.43137 |
| 2026-07-02 | 0.43148 |
| 2026-07-09 | 0.43605 |
| 2026-07-16 | 0.43918 |
| 2026-07-23 | 0.44105 |
| 2026-07-30 | 0.43780 |
| 2026-08-06 | 0.43442 |
| 2026-08-13 | 0.42945 |
| 2026-08-20 | 0.42618 |
| 2026-08-27 | 0.42943 |
| 2026-09-03 | 0.43650 |
| 2026-09-10 | 0.43173 |
| 2026-09-17 | 0.43490 |
| 2026-09-24 | 0.43324 |
High
0.44782
Low
0.41120
Average
0.43032
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=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¤cies=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.