TND to GNF exchange rate API
Tunisian Dinar to Guinea Franc · quoted 2026-09-25
2979.96
▼ +0.59% over 6M
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 6 months, TND/GNF traded between 2960.37 and 3045.02, averaged 3003.57 and fell 0.59%. 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 6M: show the values
| Point | TND/GNF |
|---|---|
| 2026-03-29 | 2997.72 |
| 2026-04-05 | 2992.21 |
| 2026-04-12 | 3002.69 |
| 2026-04-19 | 3022.99 |
| 2026-04-26 | 3006.00 |
| 2026-05-03 | 3045.02 |
| 2026-05-10 | 3020.78 |
| 2026-05-18 | 2996.04 |
| 2026-05-26 | 3027.23 |
| 2026-06-02 | 3016.76 |
| 2026-06-11 | 2996.07 |
| 2026-06-18 | 2990.64 |
| 2026-06-25 | 2960.37 |
| 2026-07-02 | 2984.26 |
| 2026-07-09 | 2979.76 |
| 2026-07-16 | 2975.48 |
| 2026-07-23 | 2979.24 |
| 2026-07-30 | 2979.97 |
| 2026-08-06 | 3012.14 |
| 2026-08-13 | 2996.04 |
| 2026-08-21 | 3032.95 |
| 2026-08-28 | 3028.10 |
| 2026-09-04 | 3030.38 |
| 2026-09-11 | 3027.14 |
| 2026-09-18 | 3012.87 |
High
3045.02
Low
2960.37
Average
3003.57
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.