Skip to content

SRD to BIF exchange rate API

Surinam Dollar to Burundi Franc · quoted 2026-09-26

79.5146

▲ +0.34% over 1Y

1 SRD = 79.5146 BIF · 1 BIF = 0.01258 SRD · Get this rate via the API

1 SRD buys 79.5146 BIF as of 2026-09-26, so 1 BIF buys 0.01258 SRD. Over the last year, SRD/BIF traded between 74.0388 and 80.1203, averaged 78.3345 and rose 0.34%. The API holds daily SRD/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SRD/BIF over 1Y

SRD/BIF over 1Y: show the values
PointSRD/BIF
2025-09-2679.2457
2025-10-0377.8818
2025-10-1076.9828
2025-10-1775.2131
2025-10-2474.0388
2025-10-3175.9651
2025-11-0776.5452
2025-11-1476.4502
2025-11-2176.6940
2025-11-2876.7109
2025-12-0576.6591
2025-12-1376.7499
2025-12-2076.8089
2025-12-2777.1614
2026-01-0377.5653
2026-01-1077.5117
2026-01-1777.1985
2026-01-2477.4451
2026-01-3177.8342
2026-02-0778.0546
2026-02-1478.3972
2026-02-2178.7311
2026-02-2878.6125
2026-03-0778.7550
2026-03-1479.0498
2026-03-2179.2519
2026-03-2878.9473
2026-04-0479.4337
2026-04-1179.3078
2026-04-1878.8546
2026-04-2579.2684
2026-05-0279.4489
2026-05-0979.5475
2026-05-1780.1203
2026-05-2579.5711
2026-06-0179.9216
2026-06-1079.6158
2026-06-1780.0080
2026-06-2479.5096
2026-07-0179.2354
2026-07-0879.3181
2026-07-1579.2097
2026-07-2279.0089
2026-07-2978.6141
2026-08-0578.5791
2026-08-1278.5706
2026-08-2078.6744
2026-08-2779.0660
2026-09-0379.0936
2026-09-1078.9421
2026-09-1779.3384
2026-09-2479.4959

High

80.1203

Low

74.0388

Average

78.3345

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD&currencies=BIF").json()

Replace YOUR_API_KEY with the key from your dashboard.

SRD/BIF API questions

How do I get the SRD/BIF exchange rate from an API?

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

How far back does SRD/BIF historical data go?

Daily SRD/BIF 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 SRD/BIF 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.