BAM to GNF exchange rate API
Convertible Mark to Guinea Franc · quoted 2026-09-26
5121.40
▼ +1.22% over 1Y
1 BAM = 5121.40 GNF · 1 GNF = 0.000195 BAM · Get this rate via the API
1 BAM buys 5121.40 GNF as of 2026-09-26, so 1 GNF buys 0.000195 BAM. Over the last year, BAM/GNF traded between 5093.39 and 5325.98, averaged 5199.42 and fell 1.22%. The API holds daily BAM/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/GNF over 1Y: show the values
| Point | BAM/GNF |
|---|---|
| 2025-09-26 | 5184.73 |
| 2025-10-03 | 5201.22 |
| 2025-10-10 | 5132.29 |
| 2025-10-17 | 5192.98 |
| 2025-10-24 | 5149.82 |
| 2025-10-31 | 5139.79 |
| 2025-11-07 | 5127.73 |
| 2025-11-14 | 5166.87 |
| 2025-11-21 | 5122.79 |
| 2025-11-28 | 5148.95 |
| 2025-12-05 | 5183.52 |
| 2025-12-13 | 5201.09 |
| 2025-12-20 | 5235.49 |
| 2025-12-27 | 5268.56 |
| 2026-01-03 | 5259.25 |
| 2026-01-10 | 5199.45 |
| 2026-01-17 | 5192.90 |
| 2026-01-24 | 5290.67 |
| 2026-01-31 | 5306.80 |
| 2026-02-07 | 5274.25 |
| 2026-02-14 | 5325.98 |
| 2026-02-21 | 5290.60 |
| 2026-02-28 | 5308.09 |
| 2026-03-07 | 5205.90 |
| 2026-03-14 | 5141.55 |
| 2026-03-21 | 5204.96 |
| 2026-03-28 | 5165.56 |
| 2026-04-04 | 5174.47 |
| 2026-04-11 | 5258.56 |
| 2026-04-18 | 5292.23 |
| 2026-04-25 | 5245.05 |
| 2026-05-02 | 5255.44 |
| 2026-05-09 | 5281.31 |
| 2026-05-17 | 5215.81 |
| 2026-05-25 | 5215.24 |
| 2026-06-01 | 5220.01 |
| 2026-06-10 | 5177.26 |
| 2026-06-17 | 5203.41 |
| 2026-06-24 | 5093.39 |
| 2026-07-01 | 5112.98 |
| 2026-07-08 | 5125.97 |
| 2026-07-15 | 5127.07 |
| 2026-07-22 | 5122.25 |
| 2026-07-29 | 5114.34 |
| 2026-08-05 | 5181.62 |
| 2026-08-12 | 5181.48 |
| 2026-08-20 | 5241.37 |
| 2026-08-27 | 5245.87 |
| 2026-09-03 | 5213.67 |
| 2026-09-10 | 5240.60 |
| 2026-09-17 | 5164.55 |
| 2026-09-24 | 5122.33 |
High
5325.98
Low
5093.39
Average
5199.42
Get this rate via the API
One GET request returns the BAM/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=BAM¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=GNF").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/GNF API questions
How do I get the BAM/GNF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/GNF rate in rates.GNF.
How far back does BAM/GNF historical data go?
Daily BAM/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 BAM/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.