Skip to content

TND to BGN exchange rate API

Tunisian Dinar to Bulgarian Lev · quoted 2026-09-25

0.58176

▲ +1.49% over 1Y

1 TND = 0.58176 BGN · 1 BGN = 1.7189 TND · Get this rate via the API

1 TND buys 0.58176 BGN as of 2026-09-25, so 1 BGN buys 1.7189 TND. Over the last year, TND/BGN traded between 0.57116 and 0.58245, averaged 0.57748 and rose 1.49%. The API holds daily TND/BGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/BGN over 1Y

TND/BGN over 1Y: show the values
PointTND/BGN
2025-09-250.57321
2025-10-020.57355
2025-10-090.57527
2025-10-160.57444
2025-10-230.57426
2025-10-300.57818
2025-11-060.57332
2025-11-130.57126
2025-11-200.57408
2025-11-270.57331
2025-12-040.57297
2025-12-120.57116
2025-12-190.57327
2025-12-260.57449
2026-01-020.57660
2026-01-090.57878
2026-01-160.58183
2026-01-230.57937
2026-01-300.57806
2026-02-060.57905
2026-02-130.57835
2026-02-200.57905
2026-02-270.57857
2026-03-060.57953
2026-03-130.57915
2026-03-200.58013
2026-03-270.57903
2026-04-030.57818
2026-04-140.57839
2026-04-210.57770
2026-04-280.57200
2026-05-050.57810
2026-05-120.57923
2026-05-200.57876
2026-05-280.58111
2026-06-040.57879
2026-06-130.57868
2026-06-200.57995
2026-06-270.57996
2026-07-040.58000
2026-07-110.58027
2026-07-180.57944
2026-07-250.58067
2026-08-010.57534
2026-08-080.57701
2026-08-150.57767
2026-08-230.57754
2026-08-300.57891
2026-09-060.57797
2026-09-130.58245
2026-09-200.57868

High

0.58245

Low

0.57116

Average

0.57748

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/BGN API questions

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

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

How far back does TND/BGN historical data go?

Daily TND/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 TND/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.