Skip to content

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

BAM/GNF over 1Y: show the values
PointBAM/GNF
2025-09-265184.73
2025-10-035201.22
2025-10-105132.29
2025-10-175192.98
2025-10-245149.82
2025-10-315139.79
2025-11-075127.73
2025-11-145166.87
2025-11-215122.79
2025-11-285148.95
2025-12-055183.52
2025-12-135201.09
2025-12-205235.49
2025-12-275268.56
2026-01-035259.25
2026-01-105199.45
2026-01-175192.90
2026-01-245290.67
2026-01-315306.80
2026-02-075274.25
2026-02-145325.98
2026-02-215290.60
2026-02-285308.09
2026-03-075205.90
2026-03-145141.55
2026-03-215204.96
2026-03-285165.56
2026-04-045174.47
2026-04-115258.56
2026-04-185292.23
2026-04-255245.05
2026-05-025255.44
2026-05-095281.31
2026-05-175215.81
2026-05-255215.24
2026-06-015220.01
2026-06-105177.26
2026-06-175203.41
2026-06-245093.39
2026-07-015112.98
2026-07-085125.97
2026-07-155127.07
2026-07-225122.25
2026-07-295114.34
2026-08-055181.62
2026-08-125181.48
2026-08-205241.37
2026-08-275245.87
2026-09-035213.67
2026-09-105240.60
2026-09-175164.55
2026-09-245122.33

High

5325.98

Low

5093.39

Average

5199.42

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=GNF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=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&currencies=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.