TOP to BGN exchange rate API
Pa’anga to Bulgarian Lev · quoted 2026-09-24
0.72780
▲ +3.29% over 1Y
1 TOP = 0.72780 BGN · 1 BGN = 1.3740 TOP · Get this rate via the API
1 TOP buys 0.72780 BGN as of 2026-09-24, so 1 BGN buys 1.3740 TOP. Over the last year, TOP/BGN traded between 0.69539 and 0.73272, averaged 0.71297 and rose 3.29%. The API holds daily TOP/BGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/BGN over 1Y: show the values
| Point | TOP/BGN |
|---|---|
| 2025-09-24 | 0.70459 |
| 2025-10-01 | 0.70522 |
| 2025-10-08 | 0.71317 |
| 2025-10-15 | 0.71473 |
| 2025-10-22 | 0.71641 |
| 2025-10-29 | 0.70627 |
| 2025-11-05 | 0.72426 |
| 2025-11-12 | 0.71654 |
| 2025-11-19 | 0.70561 |
| 2025-11-26 | 0.70519 |
| 2025-12-03 | 0.69909 |
| 2025-12-10 | 0.70413 |
| 2025-12-17 | 0.69955 |
| 2025-12-24 | 0.69602 |
| 2025-12-31 | 0.69928 |
| 2026-01-07 | 0.70142 |
| 2026-01-14 | 0.70804 |
| 2026-01-21 | 0.70513 |
| 2026-01-28 | 0.69539 |
| 2026-02-04 | 0.70890 |
| 2026-02-11 | 0.70428 |
| 2026-02-18 | 0.70570 |
| 2026-02-25 | 0.71000 |
| 2026-03-04 | 0.71852 |
| 2026-03-11 | 0.71666 |
| 2026-03-18 | 0.72439 |
| 2026-03-25 | 0.71779 |
| 2026-04-01 | 0.71636 |
| 2026-04-08 | 0.71059 |
| 2026-04-19 | 0.70407 |
| 2026-04-26 | 0.70239 |
| 2026-05-03 | 0.71006 |
| 2026-05-10 | 0.70558 |
| 2026-05-18 | 0.71439 |
| 2026-05-26 | 0.71925 |
| 2026-06-02 | 0.72114 |
| 2026-06-11 | 0.71611 |
| 2026-06-18 | 0.73272 |
| 2026-06-25 | 0.72644 |
| 2026-07-02 | 0.71356 |
| 2026-07-09 | 0.72260 |
| 2026-07-16 | 0.72538 |
| 2026-07-23 | 0.73038 |
| 2026-07-30 | 0.72584 |
| 2026-08-06 | 0.71728 |
| 2026-08-13 | 0.72013 |
| 2026-08-21 | 0.71426 |
| 2026-08-28 | 0.71955 |
| 2026-09-04 | 0.71957 |
| 2026-09-11 | 0.71954 |
| 2026-09-18 | 0.71319 |
High
0.73272
Low
0.69539
Average
0.71297
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=BGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BGN").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/BGN API questions
How do I get the TOP/BGN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/BGN rate in rates.BGN.
How far back does TOP/BGN historical data go?
Daily TOP/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 TOP/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.