BGN to AUD exchange rate API
Bulgarian Lev to Australian Dollar · quoted 2026-09-25
0.83014
▼ +8.95% over 1Y
1 BGN = 0.83014 AUD · 1 AUD = 1.2046 BGN · Get this rate via the API
1 BGN buys 0.83014 AUD as of 2026-09-25, so 1 AUD buys 1.2046 BGN. Over the last year, BGN/AUD traded between 0.82415 and 0.91656, averaged 0.86104 and fell 8.95%. The API holds daily BGN/AUD rates from 2000-07-19 — 26 years of history — so any past day, or a whole series, is one request away.
BGN/AUD over 1Y: show the values
| Point | BGN/AUD |
|---|---|
| 2025-09-25 | 0.91175 |
| 2025-10-02 | 0.90940 |
| 2025-10-09 | 0.89989 |
| 2025-10-16 | 0.91656 |
| 2025-10-23 | 0.91139 |
| 2025-10-30 | 0.90357 |
| 2025-11-06 | 0.90485 |
| 2025-11-13 | 0.90612 |
| 2025-11-20 | 0.90873 |
| 2025-11-27 | 0.90771 |
| 2025-12-04 | 0.90280 |
| 2025-12-11 | 0.89994 |
| 2025-12-18 | 0.90674 |
| 2025-12-25 | 0.89812 |
| 2026-01-01 | 0.90019 |
| 2026-01-08 | 0.89130 |
| 2026-01-15 | 0.88983 |
| 2026-01-22 | 0.87813 |
| 2026-01-29 | 0.86596 |
| 2026-02-05 | 0.86521 |
| 2026-02-12 | 0.83637 |
| 2026-02-19 | 0.85681 |
| 2026-02-26 | 0.84873 |
| 2026-03-05 | 0.84354 |
| 2026-03-12 | 0.82685 |
| 2026-03-19 | 0.83869 |
| 2026-03-26 | 0.85504 |
| 2026-04-02 | 0.85920 |
| 2026-04-13 | 0.84951 |
| 2026-04-20 | 0.83764 |
| 2026-04-27 | 0.83358 |
| 2026-05-04 | 0.83461 |
| 2026-05-11 | 0.82796 |
| 2026-05-19 | 0.83631 |
| 2026-05-27 | 0.83469 |
| 2026-06-03 | 0.83005 |
| 2026-06-12 | 0.84110 |
| 2026-06-19 | 0.83304 |
| 2026-06-26 | 0.84241 |
| 2026-07-03 | 0.84304 |
| 2026-07-10 | 0.84257 |
| 2026-07-17 | 0.83847 |
| 2026-07-24 | 0.83259 |
| 2026-07-31 | 0.83851 |
| 2026-08-07 | 0.83685 |
| 2026-08-14 | 0.83283 |
| 2026-08-22 | 0.83257 |
| 2026-08-29 | 0.82693 |
| 2026-09-05 | 0.82426 |
| 2026-09-12 | 0.82697 |
| 2026-09-19 | 0.82415 |
High
0.91656
Low
0.82415
Average
0.86104
Get this rate via the API
One GET request returns the BGN/AUD 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=BGN¤cies=AUD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=AUD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=AUD").json()Replace YOUR_API_KEY with the key from your dashboard.
BGN/AUD API questions
How do I get the BGN/AUD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=AUD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BGN/AUD rate in rates.AUD.
How far back does BGN/AUD historical data go?
Daily BGN/AUD rates are available from 2000-07-19. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free BGN/AUD 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.