Central Bank of The Gambia Exchange Rate API

Official Central Bank of The Gambia rates for 10 Sept 2026: 1 USD = 72.13 GMD, 1 EUR = 86.34 GMD. All 30 currencies published, history back to 2026. Free JSON API for tax, audits, and compliant invoicing.

Gambia flagCentral Bank of The Gambia official daily exchange rates as JSON: 30 currencies against the GMD, history back to 2026. Latest table on every plan. Get your API key.

About Central Bank of The Gambia

The Central Bank of The Gambia publishes a daily indicative rate for around 32 currencies in dalasi per unit, together with an official valuation table for customs. The dalasi floats, so the daily figure is the reference that Gambian banks, the revenue authority and remittance operators cite.

Quick start

One request for the pair you need — USD to GMD at the official Central Bank of The Gambia rate:

curl "https://allratestoday.com/api/v1/central-bank/cbg/latest?source=USD&target=GMD" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/cbg/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/cbg/history?source=USD&target=GMD&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

Below is the current table from Central Bank of The Gambia, unmodified — what a call to /latest returns right now, with values GMD per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AED GMD indicative 19.64
AUD GMD indicative 55.06
BRL GMD indicative 14.14
CAD GMD indicative 52.24
CNY GMD indicative 10.75
DKK GMD indicative 11.2193
EGP GMD indicative 1.41
EUR GMD indicative 86.34
GBP GMD indicative 97.55
GHS GMD indicative 6.31
HKD GMD indicative 9.2
INR GMD indicative 0.76
JPY GMD indicative 0.46990000000000004
KWD GMD indicative 233.44
LKR GMD indicative 0.22
NGN GMD indicative 0.05
NOK GMD indicative 7.8387
NZD GMD indicative 42.13
PHP GMD indicative 1.15
SAR GMD indicative 19.23
SEK GMD indicative 7.5131
SGD GMD indicative 57.04
SLE GMD indicative 3.15
THB GMD indicative 2.19
TRY GMD indicative 1.49
TWD GMD indicative 2.29
USD GMD indicative 72.13
XDR GMD indicative 99.01
XOF GMD indicative 0.126834
ZAR GMD indicative 4.5

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — central-bank-of-the-gambia-exchange-rate:

npm install central-bank-of-the-gambia-exchange-rate
import { getRate } from 'central-bank-of-the-gambia-exchange-rate';

const pair = await getRate('USD', 'GMD', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: central-bank-of-the-gambia-exchange-rate documentation.

Why use the official Central Bank of The Gambia rate?

When an auditor or tax office in Gambia asks which rate you used, "the GMD mid-market rate at 14:32" is not an answer — the official rate published by Central Bank of The Gambia for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via GMD) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Is there an API for Central Bank of The Gambia exchange rates?

Yes — this one. Official daily GMD rates as clean JSON, latest table on every plan including free.

How often does Central Bank of The Gambia update its rates?

New tables land once per business day — the API picks each one up shortly after Central Bank of The Gambia publishes it (latest: 2026-09-10).

Is this the official published table?

Yes — the rows are Central Bank of The Gambia's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

Central Bank of The Gambia rates, one API key

Latest table on every plan. History back to 2026 on paid plans. No credit card to start.

Get Free API Key Read the Docs