SRD to BIF exchange rate API
Surinam Dollar to Burundi Franc · quoted 2026-09-26
79.5146
▲ +2.22% over YTD
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 year to date, SRD/BIF traded between 77.2377 and 80.5910, averaged 78.9067 and rose 2.22%. 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 YTD: show the values
| Point | SRD/BIF |
|---|---|
| 2025-12-31 | 77.7892 |
| 2026-01-07 | 77.2433 |
| 2026-01-14 | 77.7381 |
| 2026-01-21 | 77.2377 |
| 2026-01-28 | 77.3267 |
| 2026-02-04 | 77.4664 |
| 2026-02-11 | 78.1334 |
| 2026-02-18 | 78.3891 |
| 2026-02-25 | 78.3768 |
| 2026-03-04 | 78.9850 |
| 2026-03-11 | 79.1334 |
| 2026-03-18 | 78.6417 |
| 2026-03-25 | 79.0123 |
| 2026-04-01 | 79.3472 |
| 2026-04-08 | 78.6194 |
| 2026-04-15 | 80.5910 |
| 2026-04-22 | 79.4573 |
| 2026-04-29 | 79.4075 |
| 2026-05-06 | 79.2379 |
| 2026-05-14 | 80.0835 |
| 2026-05-21 | 79.9154 |
| 2026-05-29 | 79.6154 |
| 2026-06-05 | 79.7438 |
| 2026-06-14 | 79.5954 |
| 2026-06-21 | 79.5814 |
| 2026-06-28 | 79.5444 |
| 2026-07-05 | 79.2498 |
| 2026-07-12 | 79.2535 |
| 2026-07-19 | 79.0206 |
| 2026-07-26 | 78.5819 |
| 2026-08-02 | 78.7131 |
| 2026-08-09 | 79.0088 |
| 2026-08-16 | 78.4301 |
| 2026-08-24 | 78.8756 |
| 2026-08-31 | 79.4651 |
| 2026-09-07 | 78.8577 |
| 2026-09-14 | 79.1201 |
| 2026-09-21 | 79.0593 |
High
80.5910
Low
77.2377
Average
78.9067
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SRD¤cies=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¤cies=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.