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: show the values
| Point | FJD/BGN |
|---|---|
| 2025-09-25 | 0.73817 |
| 2025-10-02 | 0.73443 |
| 2025-10-09 | 0.74105 |
| 2025-10-16 | 0.73461 |
| 2025-10-23 | 0.73529 |
| 2025-10-30 | 0.74255 |
| 2025-11-06 | 0.73927 |
| 2025-11-13 | 0.73514 |
| 2025-11-20 | 0.73750 |
| 2025-11-27 | 0.73693 |
| 2025-12-04 | 0.73553 |
| 2025-12-11 | 0.73365 |
| 2025-12-18 | 0.73125 |
| 2025-12-25 | 0.73079 |
| 2026-01-01 | 0.73234 |
| 2026-01-08 | 0.73754 |
| 2026-01-15 | 0.73794 |
| 2026-01-22 | 0.73952 |
| 2026-01-29 | 0.73784 |
| 2026-02-05 | 0.74689 |
| 2026-02-12 | 0.76318 |
| 2026-02-19 | 0.75108 |
| 2026-02-26 | 0.75135 |
| 2026-03-05 | 0.76040 |
| 2026-03-12 | 0.76777 |
| 2026-03-19 | 0.76953 |
| 2026-03-26 | 0.76049 |
| 2026-04-02 | 0.75550 |
| 2026-04-13 | 0.75001 |
| 2026-04-20 | 0.75491 |
| 2026-04-27 | 0.75292 |
| 2026-05-04 | 0.75780 |
| 2026-05-11 | 0.75975 |
| 2026-05-19 | 0.76386 |
| 2026-05-27 | 0.76343 |
| 2026-06-03 | 0.76324 |
| 2026-06-12 | 0.76167 |
| 2026-06-19 | 0.76831 |
| 2026-06-26 | 0.76775 |
| 2026-07-03 | 0.76259 |
| 2026-07-10 | 0.76565 |
| 2026-07-17 | 0.76532 |
| 2026-07-24 | 0.76614 |
| 2026-07-31 | 0.76039 |
| 2026-08-07 | 0.76236 |
| 2026-08-14 | 0.76246 |
| 2026-08-22 | 0.76435 |
| 2026-08-29 | 0.76801 |
| 2026-09-05 | 0.76438 |
| 2026-09-12 | 0.76202 |
| 2026-09-19 | 0.76849 |
High
0.76953
Low
0.73079
Average
0.75230
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=BGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=BGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.