Skip to content

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

FJD/BOB over 1Y: show the values
PointFJD/BOB
2025-09-243.0626
2025-10-013.0565
2025-10-083.0451
2025-10-153.0209
2025-10-223.0097
2025-10-293.0389
2025-11-053.0128
2025-11-123.0185
2025-11-193.0115
2025-11-263.0118
2025-12-033.0301
2025-12-113.0406
2025-12-183.0279
2025-12-253.0446
2026-01-013.0466
2026-01-083.0497
2026-01-153.0393
2026-01-223.0587
2026-01-293.1196
2026-02-053.1142
2026-02-123.1474
2026-02-193.1397
2026-02-263.1229
2026-03-053.1241
2026-03-123.1341
2026-03-193.1424
2026-03-263.1156
2026-04-023.0829
2026-04-093.0985
2026-04-163.1201
2026-04-233.1405
2026-04-303.1375
2026-05-073.1477
2026-05-153.1573
2026-05-233.1301
2026-05-303.1259
2026-06-063.1135
2026-06-153.1058
2026-06-223.0912
2026-06-293.0649
2026-07-063.0832
2026-07-134.4470
2026-07-204.7854
2026-07-274.8920
2026-08-035.2822
2026-08-105.4487
2026-08-175.2351
2026-08-255.2070
2026-09-015.3511
2026-09-085.6197
2026-09-155.4100
2026-09-224.9889

High

5.6197

Low

3.0097

Average

3.5509

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=BOB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=BOB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=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&currencies=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.