Skip to content

FJD to BGN exchange rate API

Fiji Dollar to Bulgarian Lev · quoted 2026-09-25

0.76631

▲ +3.81% over 1Y

1 FJD = 0.76631 BGN · 1 BGN = 1.3049 FJD · Get this rate via the API

1 FJD buys 0.76631 BGN as of 2026-09-25, so 1 BGN buys 1.3049 FJD. Over the last year, FJD/BGN traded between 0.73079 and 0.76953, averaged 0.75230 and rose 3.81%. The API holds daily FJD/BGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/BGN over 1Y

FJD/BGN over 1Y: show the values
PointFJD/BGN
2025-09-250.73817
2025-10-020.73443
2025-10-090.74105
2025-10-160.73461
2025-10-230.73529
2025-10-300.74255
2025-11-060.73927
2025-11-130.73514
2025-11-200.73750
2025-11-270.73693
2025-12-040.73553
2025-12-110.73365
2025-12-180.73125
2025-12-250.73079
2026-01-010.73234
2026-01-080.73754
2026-01-150.73794
2026-01-220.73952
2026-01-290.73784
2026-02-050.74689
2026-02-120.76318
2026-02-190.75108
2026-02-260.75135
2026-03-050.76040
2026-03-120.76777
2026-03-190.76953
2026-03-260.76049
2026-04-020.75550
2026-04-130.75001
2026-04-200.75491
2026-04-270.75292
2026-05-040.75780
2026-05-110.75975
2026-05-190.76386
2026-05-270.76343
2026-06-030.76324
2026-06-120.76167
2026-06-190.76831
2026-06-260.76775
2026-07-030.76259
2026-07-100.76565
2026-07-170.76532
2026-07-240.76614
2026-07-310.76039
2026-08-070.76236
2026-08-140.76246
2026-08-220.76435
2026-08-290.76801
2026-09-050.76438
2026-09-120.76202
2026-09-190.76849

High

0.76953

Low

0.73079

Average

0.75230

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/BGN API questions

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

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

How far back does FJD/BGN historical data go?

Daily FJD/BGN 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/BGN 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.