Skip to content

BSD to GNF exchange rate API

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

8793.21

▲ +0.41% over YTD

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 year to date, BSD/GNF traded between 8751.58 and 8803.84, averaged 8776.87 and rose 0.41%. 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 YTD

BSD/GNF over YTD: show the values
PointBSD/GNF
2025-12-318757.67
2026-01-078751.58
2026-01-148759.72
2026-01-218753.35
2026-01-288775.92
2026-02-048759.54
2026-02-118782.75
2026-02-188774.29
2026-02-258776.76
2026-03-048767.07
2026-03-118773.50
2026-03-188763.85
2026-03-258759.65
2026-04-018775.16
2026-04-088777.73
2026-04-158774.30
2026-04-228776.58
2026-04-298779.64
2026-05-068775.80
2026-05-148769.85
2026-05-218775.46
2026-05-298756.78
2026-06-058772.81
2026-06-148772.95
2026-06-218768.28
2026-06-288770.21
2026-07-058777.15
2026-07-128779.21
2026-07-198778.16
2026-07-268781.94
2026-08-028797.52
2026-08-098789.77
2026-08-168801.39
2026-08-248799.02
2026-08-318803.84
2026-09-078795.41
2026-09-148802.01
2026-09-218798.28

High

8803.84

Low

8751.58

Average

8776.87

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.