FJD to BOB exchange rate API
Fiji Dollar to Boliviano · quoted 2026-09-24
5.1475
▲ +68.08% over 1Y
1 FJD = 5.1475 BOB · 1 BOB = 0.19427 FJD · Get this rate via the API
1 FJD buys 5.1475 BOB as of 2026-09-24, so 1 BOB buys 0.19427 FJD. Over the last year, FJD/BOB traded between 3.0097 and 5.6197, averaged 3.5509 and rose 68.08%. The API holds daily FJD/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/BOB over 1Y: show the values
| Point | FJD/BOB |
|---|---|
| 2025-09-24 | 3.0626 |
| 2025-10-01 | 3.0565 |
| 2025-10-08 | 3.0451 |
| 2025-10-15 | 3.0209 |
| 2025-10-22 | 3.0097 |
| 2025-10-29 | 3.0389 |
| 2025-11-05 | 3.0128 |
| 2025-11-12 | 3.0185 |
| 2025-11-19 | 3.0115 |
| 2025-11-26 | 3.0118 |
| 2025-12-03 | 3.0301 |
| 2025-12-11 | 3.0406 |
| 2025-12-18 | 3.0279 |
| 2025-12-25 | 3.0446 |
| 2026-01-01 | 3.0466 |
| 2026-01-08 | 3.0497 |
| 2026-01-15 | 3.0393 |
| 2026-01-22 | 3.0587 |
| 2026-01-29 | 3.1196 |
| 2026-02-05 | 3.1142 |
| 2026-02-12 | 3.1474 |
| 2026-02-19 | 3.1397 |
| 2026-02-26 | 3.1229 |
| 2026-03-05 | 3.1241 |
| 2026-03-12 | 3.1341 |
| 2026-03-19 | 3.1424 |
| 2026-03-26 | 3.1156 |
| 2026-04-02 | 3.0829 |
| 2026-04-09 | 3.0985 |
| 2026-04-16 | 3.1201 |
| 2026-04-23 | 3.1405 |
| 2026-04-30 | 3.1375 |
| 2026-05-07 | 3.1477 |
| 2026-05-15 | 3.1573 |
| 2026-05-23 | 3.1301 |
| 2026-05-30 | 3.1259 |
| 2026-06-06 | 3.1135 |
| 2026-06-15 | 3.1058 |
| 2026-06-22 | 3.0912 |
| 2026-06-29 | 3.0649 |
| 2026-07-06 | 3.0832 |
| 2026-07-13 | 4.4470 |
| 2026-07-20 | 4.7854 |
| 2026-07-27 | 4.8920 |
| 2026-08-03 | 5.2822 |
| 2026-08-10 | 5.4487 |
| 2026-08-17 | 5.2351 |
| 2026-08-25 | 5.2070 |
| 2026-09-01 | 5.3511 |
| 2026-09-08 | 5.6197 |
| 2026-09-15 | 5.4100 |
| 2026-09-22 | 4.9889 |
High
5.6197
Low
3.0097
Average
3.5509
Get this rate via the API
One GET request returns the FJD/BOB 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=FJD¤cies=BOB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=BOB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=BOB").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/BOB API questions
How do I get the FJD/BOB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=BOB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/BOB rate in rates.BOB.
How far back does FJD/BOB historical data go?
Daily FJD/BOB 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 FJD/BOB 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.