Skip to content

BSD to GNF exchange rate API

Bahamian Dollar to Guinea Franc · quoted 2026-09-26

8793.21

▲ +0.24% over 6M

1 BSD = 8793.21 GNF · 1 GNF = 0.000114 BSD · Get this rate via the API

1 BSD buys 8793.21 GNF as of 2026-09-26, so 1 GNF buys 0.000114 BSD. Over the last 6 months, BSD/GNF traded between 8759.07 and 8803.20, averaged 8776.84 and rose 0.24%. The API holds daily BSD/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/GNF over 6M

BSD/GNF over 6M: show the values
PointBSD/GNF
2026-03-308771.85
2026-04-068778.76
2026-04-138774.01
2026-04-208773.44
2026-04-278778.09
2026-05-048773.02
2026-05-118774.22
2026-05-198771.79
2026-05-278768.85
2026-06-038772.03
2026-06-128760.26
2026-06-198769.50
2026-06-268759.07
2026-07-038768.49
2026-07-108775.21
2026-07-178781.43
2026-07-248779.05
2026-07-318765.54
2026-08-078794.09
2026-08-148799.05
2026-08-228770.25
2026-08-298778.43
2026-09-058763.91
2026-09-128784.72
2026-09-198803.20
2026-09-268793.21

High

8803.20

Low

8759.07

Average

8776.84

For developers

Get this rate via the API

One GET request returns the BSD/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=BSD&currencies=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&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=BSD&currencies=GNF").json()

Replace YOUR_API_KEY with the key from your dashboard.

BSD/GNF API questions

How do I get the BSD/GNF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/GNF rate in rates.GNF.

How far back does BSD/GNF historical data go?

Daily BSD/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 BSD/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.