Central Bank of Suriname Exchange Rate API

Official Central Bank of Suriname rates for 10 Sept 2026: 1 USD = 37.55 SRD, 1 EUR = 43.429 SRD. All 11 currencies published, history back to 2009. Free JSON API for tax, audits, and compliant invoicing.

Suriname flagCentral Bank of Suriname publishes official daily exchange rates — 11 currencies against the SRD — and this API serves them as JSON, with history back to 2009. The latest table is on every plan. Get your API key.

About Central Bank of Suriname

The Central Bank of Suriname publishes weighted-average exchange rates — buying and selling for 11 currencies against the Surinamese dollar — refreshed up to three times each business day under the floating regime adopted in June 2021. It is the operative official rate for pricing and settlement in Suriname.

Quick start

One request for the pair you need — USD to SRD at the official Central Bank of Suriname rate:

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

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/cbvs/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/cbvs/history?source=USD&target=SRD&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

The most recent table as published by Central Bank of Suriname — exactly what the /latest endpoint returns right now. Values are SRD 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
AWG SRD buy 20.861
AWG SRD sell 21.27
BBD SRD buy 18.511
BBD SRD sell 18.873
BRL SRD buy 7.379
BRL SRD sell 7.523
CNY SRD buy 5.598
CNY SRD sell 5.708
EUR SRD buy 43.429
EUR SRD sell 44.107
GBP SRD buy 50.936
GBP SRD sell 51.935
GYD SRD buy 0.17843
GYD SRD sell 0.18192
TTD SRD buy 5.524
TTD SRD sell 5.632
USD SRD buy 37.55
USD SRD sell 37.944
XCD SRD buy 13.907
XCD SRD sell 14.18
XCG SRD buy 20.632
XCG SRD sell 21.036

Node.js / TypeScript client

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

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

const pair = await getRate('USD', 'SRD', { 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-suriname-exchange-rate documentation.

Why use the official Central Bank of Suriname rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Suriname and beyond typically require the official rate published by Central Bank of Suriname for a given date — a fixed, citable number that never changes after publication. This API serves those published tables with the bank's own rate_date on every response; weekends and holidays return the most recent published date, which is the rate compliance rules require you to apply.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via SRD) 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

Can I get Central Bank of Suriname exchange rates via an API?

Yes — this API serves the bank's official daily SRD rates as JSON, and the latest table is on every plan, free included.

When do new rates appear here?

Once per business day, per Central Bank of Suriname's own schedule; ingestion follows within the hour (latest table: 2026-09-10).

Are these the official rates?

Yes — ingested from Central Bank of Suriname's own published data, served unmodified with the bank's publication date. Anything computed rather than published is flagged derived.

Central Bank of Suriname rates, one API key

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

Get Free API Key Read the Docs