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: show the values
| Point | SRD/BIF |
|---|---|
| 2025-09-26 | 79.2457 |
| 2025-10-03 | 77.8818 |
| 2025-10-10 | 76.9828 |
| 2025-10-17 | 75.2131 |
| 2025-10-24 | 74.0388 |
| 2025-10-31 | 75.9651 |
| 2025-11-07 | 76.5452 |
| 2025-11-14 | 76.4502 |
| 2025-11-21 | 76.6940 |
| 2025-11-28 | 76.7109 |
| 2025-12-05 | 76.6591 |
| 2025-12-13 | 76.7499 |
| 2025-12-20 | 76.8089 |
| 2025-12-27 | 77.1614 |
| 2026-01-03 | 77.5653 |
| 2026-01-10 | 77.5117 |
| 2026-01-17 | 77.1985 |
| 2026-01-24 | 77.4451 |
| 2026-01-31 | 77.8342 |
| 2026-02-07 | 78.0546 |
| 2026-02-14 | 78.3972 |
| 2026-02-21 | 78.7311 |
| 2026-02-28 | 78.6125 |
| 2026-03-07 | 78.7550 |
| 2026-03-14 | 79.0498 |
| 2026-03-21 | 79.2519 |
| 2026-03-28 | 78.9473 |
| 2026-04-04 | 79.4337 |
| 2026-04-11 | 79.3078 |
| 2026-04-18 | 78.8546 |
| 2026-04-25 | 79.2684 |
| 2026-05-02 | 79.4489 |
| 2026-05-09 | 79.5475 |
| 2026-05-17 | 80.1203 |
| 2026-05-25 | 79.5711 |
| 2026-06-01 | 79.9216 |
| 2026-06-10 | 79.6158 |
| 2026-06-17 | 80.0080 |
| 2026-06-24 | 79.5096 |
| 2026-07-01 | 79.2354 |
| 2026-07-08 | 79.3181 |
| 2026-07-15 | 79.2097 |
| 2026-07-22 | 79.0089 |
| 2026-07-29 | 78.6141 |
| 2026-08-05 | 78.5791 |
| 2026-08-12 | 78.5706 |
| 2026-08-20 | 78.6744 |
| 2026-08-27 | 79.0660 |
| 2026-09-03 | 79.0936 |
| 2026-09-10 | 78.9421 |
| 2026-09-17 | 79.3384 |
| 2026-09-24 | 79.4959 |
High
80.1203
Low
74.0388
Average
78.3345
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.