PAB to GNF exchange rate API
Balboa to Guinea Franc · quoted 2026-09-26
8793.21
▲ +1.18% over 1Y
1 PAB = 8793.21 GNF · 1 GNF = 0.000114 PAB · Get this rate via the API
1 PAB buys 8793.21 GNF as of 2026-09-26, so 1 GNF buys 0.000114 PAB. Over the last year, PAB/GNF traded between 8667.12 and 8811.70, averaged 8754.27 and rose 1.18%. The API holds daily PAB/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/GNF over 1Y: show the values
| Point | PAB/GNF |
|---|---|
| 2025-09-26 | 8690.62 |
| 2025-10-03 | 8677.43 |
| 2025-10-10 | 8677.52 |
| 2025-10-17 | 8679.15 |
| 2025-10-24 | 8674.62 |
| 2025-10-31 | 8687.73 |
| 2025-11-07 | 8692.01 |
| 2025-11-14 | 8685.38 |
| 2025-11-21 | 8685.33 |
| 2025-11-28 | 8693.22 |
| 2025-12-05 | 8699.37 |
| 2025-12-13 | 8667.12 |
| 2025-12-20 | 8741.66 |
| 2025-12-27 | 8751.03 |
| 2026-01-03 | 8769.75 |
| 2026-01-10 | 8735.91 |
| 2026-01-17 | 8759.83 |
| 2026-01-24 | 8752.04 |
| 2026-01-31 | 8752.37 |
| 2026-02-07 | 8735.03 |
| 2026-02-14 | 8780.48 |
| 2026-02-21 | 8781.39 |
| 2026-02-28 | 8793.80 |
| 2026-03-07 | 8764.53 |
| 2026-03-14 | 8781.17 |
| 2026-03-21 | 8782.30 |
| 2026-03-28 | 8779.05 |
| 2026-04-04 | 8789.15 |
| 2026-04-11 | 8781.63 |
| 2026-04-18 | 8775.15 |
| 2026-04-25 | 8765.70 |
| 2026-05-02 | 8773.24 |
| 2026-05-09 | 8780.34 |
| 2026-05-17 | 8775.31 |
| 2026-05-25 | 8765.37 |
| 2026-06-01 | 8765.53 |
| 2026-06-10 | 8768.19 |
| 2026-06-17 | 8764.19 |
| 2026-06-24 | 8765.82 |
| 2026-07-01 | 8768.69 |
| 2026-07-08 | 8781.69 |
| 2026-07-15 | 8764.58 |
| 2026-07-22 | 8782.78 |
| 2026-07-29 | 8777.14 |
| 2026-08-05 | 8784.01 |
| 2026-08-12 | 8784.50 |
| 2026-08-20 | 8775.69 |
| 2026-08-27 | 8807.39 |
| 2026-09-03 | 8792.37 |
| 2026-09-10 | 8807.09 |
| 2026-09-17 | 8811.70 |
| 2026-09-24 | 8806.02 |
High
8811.70
Low
8667.12
Average
8754.27
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=GNF").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/GNF API questions
How do I get the PAB/GNF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/GNF rate in rates.GNF.
How far back does PAB/GNF historical data go?
Daily PAB/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 PAB/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.