Skip to content

BSD to GNF exchange rate API

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

8793.21

▲ +1.18% over 1Y

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 year, BSD/GNF traded between 8667.12 and 8811.70, averaged 8754.49 and rose 1.18%. 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 1Y

BSD/GNF over 1Y: show the values
PointBSD/GNF
2025-09-268690.62
2025-10-038677.43
2025-10-108677.52
2025-10-178679.15
2025-10-248674.62
2025-10-318687.73
2025-11-078692.01
2025-11-148685.38
2025-11-218685.33
2025-11-288693.22
2025-12-058699.37
2025-12-138667.12
2025-12-208741.66
2025-12-278751.03
2026-01-038769.75
2026-01-108735.91
2026-01-178759.83
2026-01-248752.04
2026-01-318752.37
2026-02-078735.03
2026-02-148780.48
2026-02-218781.39
2026-02-288793.80
2026-03-078764.53
2026-03-148781.17
2026-03-218782.30
2026-03-288778.97
2026-04-048789.15
2026-04-118780.58
2026-04-188775.15
2026-04-258778.09
2026-05-028773.01
2026-05-098781.12
2026-05-178775.31
2026-05-258765.37
2026-06-018765.53
2026-06-108768.19
2026-06-178764.19
2026-06-248765.82
2026-07-018768.69
2026-07-088781.69
2026-07-158764.58
2026-07-228782.78
2026-07-298777.14
2026-08-058784.01
2026-08-128784.50
2026-08-208775.69
2026-08-278807.39
2026-09-038792.37
2026-09-108807.09
2026-09-178811.70
2026-09-248806.02

High

8811.70

Low

8667.12

Average

8754.49

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.