Skip to content

TND to AMD exchange rate API

Tunisian Dinar to Armenian Dram · quoted 2026-09-25

122.7791

▼ +6.79% over 1Y

1 TND = 122.7791 AMD · 1 AMD = 0.008145 TND · Get this rate via the API

1 TND buys 122.7791 AMD as of 2026-09-25, so 1 AMD buys 0.008145 TND. Over the last year, TND/AMD traded between 122.7791 and 133.0811, averaged 128.3104 and fell 6.79%. The API holds daily TND/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/AMD over 1Y

TND/AMD over 1Y: show the values
PointTND/AMD
2025-09-25131.7187
2025-10-02131.4559
2025-10-09130.3732
2025-10-16130.5635
2025-10-23129.9362
2025-10-30130.2912
2025-11-06129.2472
2025-11-13129.6769
2025-11-20128.8923
2025-11-27129.0305
2025-12-04130.3005
2025-12-12130.8146
2025-12-19130.4789
2025-12-26132.1003
2026-01-02132.2479
2026-01-09131.0915
2026-01-16130.9661
2026-01-23131.9320
2026-01-30133.0811
2026-02-06131.3572
2026-02-13132.4354
2026-02-20131.2284
2026-02-27131.5522
2026-03-06129.8147
2026-03-13128.8781
2026-03-20128.9812
2026-03-27128.7636
2026-04-03128.3234
2026-04-10130.4065
2026-04-17129.2635
2026-04-24128.9958
2026-05-01128.6530
2026-05-08126.8604
2026-05-16126.8466
2026-05-24126.2475
2026-05-31126.7346
2026-06-09126.0643
2026-06-16126.3505
2026-06-23125.1632
2026-06-30124.7415
2026-07-07124.6128
2026-07-14124.3866
2026-07-21124.1905
2026-07-28123.5855
2026-08-04125.1281
2026-08-11125.0764
2026-08-18125.4198
2026-08-26125.5021
2026-09-02124.6975
2026-09-09125.2228
2026-09-16124.7611
2026-09-23123.2264

High

133.0811

Low

122.7791

Average

128.3104

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/AMD API questions

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

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

How far back does TND/AMD historical data go?

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