Skip to content

TND to GNF exchange rate API

Tunisian Dinar to Guinea Franc · quoted 2026-09-25

2979.96

▼ +0.29% over 1Y

1 TND = 2979.96 GNF · 1 GNF = 0.000336 TND · Get this rate via the API

1 TND buys 2979.96 GNF as of 2026-09-25, so 1 GNF buys 0.000336 TND. Over the last year, TND/GNF traded between 2937.66 and 3090.06, averaged 3004.83 and fell 0.29%. The API holds daily TND/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/GNF over 1Y

TND/GNF over 1Y: show the values
PointTND/GNF
2025-09-252988.61
2025-10-022992.76
2025-10-092962.73
2025-10-162971.14
2025-10-232954.01
2025-10-302965.09
2025-11-062937.66
2025-11-132946.38
2025-11-202937.68
2025-11-272950.24
2025-12-042971.98
2025-12-122978.62
2025-12-193001.08
2025-12-263027.61
2026-01-023036.60
2026-01-093017.90
2026-01-163024.43
2026-01-233046.61
2026-01-303090.06
2026-02-063064.75
2026-02-133083.05
2026-02-203057.40
2026-02-273061.25
2026-03-063020.34
2026-03-132992.13
2026-03-203010.46
2026-03-272996.29
2026-04-032991.84
2026-04-103042.91
2026-04-173040.63
2026-04-243044.24
2026-05-013045.62
2026-05-083025.45
2026-05-163020.56
2026-05-243011.16
2026-05-313021.51
2026-06-092995.14
2026-06-163005.50
2026-06-232983.08
2026-06-302972.42
2026-07-072974.18
2026-07-142972.78
2026-07-212979.10
2026-07-282963.32
2026-08-043003.49
2026-08-113003.94
2026-08-183011.65
2026-08-263029.45
2026-09-023014.27
2026-09-093033.32
2026-09-163017.81
2026-09-232985.81

High

3090.06

Low

2937.66

Average

3004.83

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/GNF API questions

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

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

How far back does TND/GNF historical data go?

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