Skip to content

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

TOP/BGN over 1Y: show the values
PointTOP/BGN
2025-09-240.70459
2025-10-010.70522
2025-10-080.71317
2025-10-150.71473
2025-10-220.71641
2025-10-290.70627
2025-11-050.72426
2025-11-120.71654
2025-11-190.70561
2025-11-260.70519
2025-12-030.69909
2025-12-100.70413
2025-12-170.69955
2025-12-240.69602
2025-12-310.69928
2026-01-070.70142
2026-01-140.70804
2026-01-210.70513
2026-01-280.69539
2026-02-040.70890
2026-02-110.70428
2026-02-180.70570
2026-02-250.71000
2026-03-040.71852
2026-03-110.71666
2026-03-180.72439
2026-03-250.71779
2026-04-010.71636
2026-04-080.71059
2026-04-190.70407
2026-04-260.70239
2026-05-030.71006
2026-05-100.70558
2026-05-180.71439
2026-05-260.71925
2026-06-020.72114
2026-06-110.71611
2026-06-180.73272
2026-06-250.72644
2026-07-020.71356
2026-07-090.72260
2026-07-160.72538
2026-07-230.73038
2026-07-300.72584
2026-08-060.71728
2026-08-130.72013
2026-08-210.71426
2026-08-280.71955
2026-09-040.71957
2026-09-110.71954
2026-09-180.71319

High

0.73272

Low

0.69539

Average

0.71297

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=BGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=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&currencies=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.