SRD to BIF exchange rate API
Surinam Dollar to Burundi Franc · quoted 2026-09-26
79.5146
▲ +0.57% over 30D
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 30 days, SRD/BIF traded between 77.9088 and 79.6922, averaged 79.1332 and rose 0.57%. 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 30D: show the values
| Point | SRD/BIF |
|---|---|
| 2026-08-27 | 79.0660 |
| 2026-08-28 | 78.9660 |
| 2026-08-29 | 79.2399 |
| 2026-08-30 | 79.2281 |
| 2026-08-31 | 79.4651 |
| 2026-09-01 | 79.2575 |
| 2026-09-02 | 78.7116 |
| 2026-09-03 | 79.0936 |
| 2026-09-04 | 79.1227 |
| 2026-09-05 | 79.1929 |
| 2026-09-06 | 79.0294 |
| 2026-09-07 | 78.8577 |
| 2026-09-08 | 79.0455 |
| 2026-09-09 | 78.6004 |
| 2026-09-10 | 78.9421 |
| 2026-09-11 | 79.0468 |
| 2026-09-12 | 77.9088 |
| 2026-09-13 | 78.5710 |
| 2026-09-14 | 79.1201 |
| 2026-09-15 | 78.9292 |
| 2026-09-16 | 79.2892 |
| 2026-09-17 | 79.3384 |
| 2026-09-18 | 79.6922 |
| 2026-09-19 | 79.2592 |
| 2026-09-20 | 78.9538 |
| 2026-09-21 | 79.0593 |
| 2026-09-22 | 79.5335 |
| 2026-09-23 | 79.5880 |
| 2026-09-24 | 79.4959 |
| 2026-09-25 | 79.6298 |
| 2026-09-26 | 79.5146 |
High
79.6922
Low
77.9088
Average
79.1332
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.