Skip to content

TND to AMD exchange rate API

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

122.7791

▼ +3.07% over 5Y

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 5 years, TND/AMD traded between 122.7791 and 132.5713, averaged 127.9058 and fell 3.07%. 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 5Y

TND/AMD over 5Y: show the values
PointTND/AMD
2024-08-24126.6666
2024-10-07125.6016
2024-11-06124.8008
2024-12-06128.0508
2025-01-05123.7803
2025-02-04123.6979
2025-03-06126.2665
2025-04-06127.9966
2025-05-06129.3645
2025-06-07130.1515
2025-07-07132.5713
2025-08-06131.6376
2025-09-05131.0024
2025-10-06131.6808
2025-11-05129.3233
2025-12-05129.8003
2026-01-05131.3502
2026-02-04131.8306
2026-03-06129.8147
2026-04-05128.5602
2026-05-05128.5404
2026-06-06125.8053
2026-07-08124.4904
2026-08-07125.2554
2026-09-07124.7330

High

132.5713

Low

122.7791

Average

127.9058

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.