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: show the values
| Point | TND/GNF |
|---|---|
| 2025-09-25 | 2988.61 |
| 2025-10-02 | 2992.76 |
| 2025-10-09 | 2962.73 |
| 2025-10-16 | 2971.14 |
| 2025-10-23 | 2954.01 |
| 2025-10-30 | 2965.09 |
| 2025-11-06 | 2937.66 |
| 2025-11-13 | 2946.38 |
| 2025-11-20 | 2937.68 |
| 2025-11-27 | 2950.24 |
| 2025-12-04 | 2971.98 |
| 2025-12-12 | 2978.62 |
| 2025-12-19 | 3001.08 |
| 2025-12-26 | 3027.61 |
| 2026-01-02 | 3036.60 |
| 2026-01-09 | 3017.90 |
| 2026-01-16 | 3024.43 |
| 2026-01-23 | 3046.61 |
| 2026-01-30 | 3090.06 |
| 2026-02-06 | 3064.75 |
| 2026-02-13 | 3083.05 |
| 2026-02-20 | 3057.40 |
| 2026-02-27 | 3061.25 |
| 2026-03-06 | 3020.34 |
| 2026-03-13 | 2992.13 |
| 2026-03-20 | 3010.46 |
| 2026-03-27 | 2996.29 |
| 2026-04-03 | 2991.84 |
| 2026-04-10 | 3042.91 |
| 2026-04-17 | 3040.63 |
| 2026-04-24 | 3044.24 |
| 2026-05-01 | 3045.62 |
| 2026-05-08 | 3025.45 |
| 2026-05-16 | 3020.56 |
| 2026-05-24 | 3011.16 |
| 2026-05-31 | 3021.51 |
| 2026-06-09 | 2995.14 |
| 2026-06-16 | 3005.50 |
| 2026-06-23 | 2983.08 |
| 2026-06-30 | 2972.42 |
| 2026-07-07 | 2974.18 |
| 2026-07-14 | 2972.78 |
| 2026-07-21 | 2979.10 |
| 2026-07-28 | 2963.32 |
| 2026-08-04 | 3003.49 |
| 2026-08-11 | 3003.94 |
| 2026-08-18 | 3011.65 |
| 2026-08-26 | 3029.45 |
| 2026-09-02 | 3014.27 |
| 2026-09-09 | 3033.32 |
| 2026-09-16 | 3017.81 |
| 2026-09-23 | 2985.81 |
High
3090.06
Low
2937.66
Average
3004.83
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.