Skip to content

TND to GHS exchange rate API

Tunisian Dinar to Ghana Cedi · quoted 2026-09-25

3.9204

▼ +7.51% over 1Y

1 TND = 3.9204 GHS · 1 GHS = 0.25507 TND · Get this rate via the API

1 TND buys 3.9204 GHS as of 2026-09-25, so 1 GHS buys 0.25507 TND. Over the last year, TND/GHS traded between 3.6291 and 4.3251, averaged 3.8597 and fell 7.51%. The API holds daily TND/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/GHS over 1Y

TND/GHS over 1Y: show the values
PointTND/GHS
2025-09-254.2389
2025-10-024.3251
2025-10-094.2211
2025-10-163.7747
2025-10-233.6712
2025-10-303.7053
2025-11-063.6905
2025-11-133.7203
2025-11-203.7278
2025-11-273.7958
2025-12-043.8907
2025-12-123.9277
2025-12-193.9503
2025-12-263.8437
2026-01-023.6291
2026-01-093.6962
2026-01-163.7309
2026-01-233.7837
2026-01-303.8485
2026-02-063.8307
2026-02-133.8561
2026-02-203.8284
2026-02-273.7198
2026-03-063.7161
2026-03-133.7037
2026-03-203.7325
2026-03-273.7331
2026-04-033.7452
2026-04-103.8197
2026-04-173.8205
2026-04-243.8473
2026-05-013.8844
2026-05-083.8784
2026-05-163.9319
2026-05-243.9820
2026-05-314.0392
2026-06-094.0421
2026-06-163.8196
2026-06-233.8174
2026-06-303.8286
2026-07-073.8655
2026-07-143.8917
2026-07-213.9252
2026-07-283.9280
2026-08-043.9975
2026-08-114.0202
2026-08-183.7707
2026-08-263.8525
2026-09-023.8614
2026-09-093.9358
2026-09-163.9343
2026-09-233.9151

High

4.3251

Low

3.6291

Average

3.8597

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/GHS API questions

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

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

How far back does TND/GHS historical data go?

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