TOP to TND exchange rate API
Pa’anga to Tunisian Dinar · quoted 2026-09-25
1.2384
▼ +0.41% over 1Y
1 TOP = 1.2384 TND · 1 TND = 0.80749 TOP · Get this rate via the API
1 TOP buys 1.2384 TND as of 2026-09-25, so 1 TND buys 0.80749 TOP. Over the last year, TOP/TND traded between 1.1903 and 1.2583, averaged 1.2331 and fell 0.41%. The API holds daily TOP/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/TND over 1Y: show the values
| Point | TOP/TND |
|---|---|
| 2025-09-25 | 1.2436 |
| 2025-10-02 | 1.2273 |
| 2025-10-09 | 1.2377 |
| 2025-10-16 | 1.2390 |
| 2025-10-23 | 1.2454 |
| 2025-10-30 | 1.2334 |
| 2025-11-06 | 1.2541 |
| 2025-11-13 | 1.2507 |
| 2025-11-20 | 1.2357 |
| 2025-11-27 | 1.2277 |
| 2025-12-04 | 1.2247 |
| 2025-12-12 | 1.2180 |
| 2025-12-19 | 1.2187 |
| 2025-12-26 | 1.2242 |
| 2026-01-02 | 1.2059 |
| 2026-01-09 | 1.2116 |
| 2026-01-16 | 1.2285 |
| 2026-01-23 | 1.2149 |
| 2026-01-30 | 1.2125 |
| 2026-02-06 | 1.2183 |
| 2026-02-13 | 1.2194 |
| 2026-02-20 | 1.2261 |
| 2026-02-27 | 1.2251 |
| 2026-03-06 | 1.2365 |
| 2026-03-13 | 1.2507 |
| 2026-03-20 | 1.2419 |
| 2026-03-27 | 1.2546 |
| 2026-04-03 | 1.2420 |
| 2026-04-10 | 1.2288 |
| 2026-04-18 | 1.1909 |
| 2026-04-25 | 1.1966 |
| 2026-05-02 | 1.1969 |
| 2026-05-09 | 1.1903 |
| 2026-05-17 | 1.2352 |
| 2026-05-25 | 1.2465 |
| 2026-06-01 | 1.2292 |
| 2026-06-10 | 1.2412 |
| 2026-06-17 | 1.2508 |
| 2026-06-24 | 1.2471 |
| 2026-07-01 | 1.2442 |
| 2026-07-08 | 1.2583 |
| 2026-07-15 | 1.2476 |
| 2026-07-22 | 1.2456 |
| 2026-07-29 | 1.2545 |
| 2026-08-05 | 1.2398 |
| 2026-08-12 | 1.2399 |
| 2026-08-20 | 1.2369 |
| 2026-08-27 | 1.2430 |
| 2026-09-03 | 1.2460 |
| 2026-09-10 | 1.2400 |
| 2026-09-17 | 1.2460 |
| 2026-09-24 | 1.2518 |
High
1.2583
Low
1.1903
Average
1.2331
Get this rate via the API
One GET request returns the TOP/TND 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=TND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TND").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/TND API questions
How do I get the TOP/TND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/TND rate in rates.TND.
How far back does TOP/TND historical data go?
Daily TOP/TND 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/TND 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.