TOP to GNF exchange rate API
Pa’anga to Guinea Franc · quoted 2026-09-25
3690.40
▼ +1.17% over 6M
1 TOP = 3690.40 GNF · 1 GNF = 0.000271 TOP · Get this rate via the API
1 TOP buys 3690.40 GNF as of 2026-09-25, so 1 GNF buys 0.000271 TOP. Over the last 6 months, TOP/GNF traded between 3640.96 and 3767.90, averaged 3728.76 and fell 1.17%. The API holds daily TOP/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/GNF over 6M: show the values
| Point | TOP/GNF |
|---|---|
| 2026-03-29 | 3733.99 |
| 2026-04-05 | 3739.45 |
| 2026-04-13 | 3729.12 |
| 2026-04-20 | 3741.69 |
| 2026-04-27 | 3740.03 |
| 2026-05-04 | 3756.24 |
| 2026-05-11 | 3741.55 |
| 2026-05-19 | 3752.88 |
| 2026-05-27 | 3757.67 |
| 2026-06-03 | 3755.76 |
| 2026-06-12 | 3726.06 |
| 2026-06-19 | 3742.25 |
| 2026-06-26 | 3722.90 |
| 2026-07-03 | 3703.52 |
| 2026-07-10 | 3709.17 |
| 2026-07-17 | 3767.90 |
| 2026-07-24 | 3750.89 |
| 2026-07-31 | 3734.69 |
| 2026-08-07 | 3762.42 |
| 2026-08-14 | 3728.74 |
| 2026-08-22 | 3640.96 |
| 2026-08-29 | 3722.25 |
| 2026-09-05 | 3712.87 |
| 2026-09-12 | 3711.51 |
| 2026-09-19 | 3672.80 |
High
3767.90
Low
3640.96
Average
3728.76
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=GNF").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/GNF API questions
How do I get the TOP/GNF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/GNF rate in rates.GNF.
How far back does TOP/GNF historical data go?
Daily TOP/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 TOP/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.