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: show the values
| Point | TND/BGN |
|---|---|
| 2025-09-25 | 0.57321 |
| 2025-10-02 | 0.57355 |
| 2025-10-09 | 0.57527 |
| 2025-10-16 | 0.57444 |
| 2025-10-23 | 0.57426 |
| 2025-10-30 | 0.57818 |
| 2025-11-06 | 0.57332 |
| 2025-11-13 | 0.57126 |
| 2025-11-20 | 0.57408 |
| 2025-11-27 | 0.57331 |
| 2025-12-04 | 0.57297 |
| 2025-12-12 | 0.57116 |
| 2025-12-19 | 0.57327 |
| 2025-12-26 | 0.57449 |
| 2026-01-02 | 0.57660 |
| 2026-01-09 | 0.57878 |
| 2026-01-16 | 0.58183 |
| 2026-01-23 | 0.57937 |
| 2026-01-30 | 0.57806 |
| 2026-02-06 | 0.57905 |
| 2026-02-13 | 0.57835 |
| 2026-02-20 | 0.57905 |
| 2026-02-27 | 0.57857 |
| 2026-03-06 | 0.57953 |
| 2026-03-13 | 0.57915 |
| 2026-03-20 | 0.58013 |
| 2026-03-27 | 0.57903 |
| 2026-04-03 | 0.57818 |
| 2026-04-14 | 0.57839 |
| 2026-04-21 | 0.57770 |
| 2026-04-28 | 0.57200 |
| 2026-05-05 | 0.57810 |
| 2026-05-12 | 0.57923 |
| 2026-05-20 | 0.57876 |
| 2026-05-28 | 0.58111 |
| 2026-06-04 | 0.57879 |
| 2026-06-13 | 0.57868 |
| 2026-06-20 | 0.57995 |
| 2026-06-27 | 0.57996 |
| 2026-07-04 | 0.58000 |
| 2026-07-11 | 0.58027 |
| 2026-07-18 | 0.57944 |
| 2026-07-25 | 0.58067 |
| 2026-08-01 | 0.57534 |
| 2026-08-08 | 0.57701 |
| 2026-08-15 | 0.57767 |
| 2026-08-23 | 0.57754 |
| 2026-08-30 | 0.57891 |
| 2026-09-06 | 0.57797 |
| 2026-09-13 | 0.58245 |
| 2026-09-20 | 0.57868 |
High
0.58245
Low
0.57116
Average
0.57748
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=BGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=BGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.