TMT to BIF exchange rate API
Turkmenistan New Manat to Burundi Franc · quoted 2026-09-26
874.1453
▲ +1.88% over 1Y
1 TMT = 874.1453 BIF · 1 BIF = 0.001144 TMT · Get this rate via the API
1 TMT buys 874.1453 BIF as of 2026-09-26, so 1 BIF buys 0.001144 TMT. Over the last year, TMT/BIF traded between 840.7534 and 874.1453, averaged 848.9408 and rose 1.88%. The API holds daily TMT/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TMT/BIF over 1Y: show the values
| Point | TMT/BIF |
|---|---|
| 2025-09-26 | 857.9932 |
| 2025-10-03 | 841.7883 |
| 2025-10-10 | 840.8827 |
| 2025-10-17 | 840.7534 |
| 2025-10-24 | 841.4559 |
| 2025-10-31 | 843.5931 |
| 2025-11-07 | 843.2018 |
| 2025-11-14 | 842.8824 |
| 2025-11-21 | 844.0715 |
| 2025-11-28 | 844.2426 |
| 2025-12-05 | 846.2114 |
| 2025-12-13 | 843.2500 |
| 2025-12-20 | 845.4019 |
| 2025-12-27 | 845.5513 |
| 2026-01-03 | 845.3559 |
| 2026-01-10 | 847.2727 |
| 2026-01-17 | 843.4609 |
| 2026-01-24 | 845.7019 |
| 2026-01-31 | 847.7021 |
| 2026-02-07 | 845.8067 |
| 2026-02-14 | 847.4007 |
| 2026-02-21 | 848.2275 |
| 2026-02-28 | 847.4912 |
| 2026-03-07 | 848.6549 |
| 2026-03-14 | 848.5637 |
| 2026-03-21 | 849.1194 |
| 2026-03-28 | 848.1428 |
| 2026-04-04 | 848.1195 |
| 2026-04-11 | 847.3609 |
| 2026-04-18 | 848.3007 |
| 2026-04-25 | 847.2679 |
| 2026-05-02 | 849.0727 |
| 2026-05-09 | 849.9999 |
| 2026-05-17 | 849.8744 |
| 2026-05-25 | 848.5285 |
| 2026-06-01 | 846.8927 |
| 2026-06-10 | 854.3323 |
| 2026-06-17 | 851.9882 |
| 2026-06-24 | 851.1077 |
| 2026-07-01 | 847.7342 |
| 2026-07-08 | 853.2106 |
| 2026-07-15 | 854.2351 |
| 2026-07-22 | 853.2413 |
| 2026-07-29 | 852.7117 |
| 2026-08-05 | 853.7286 |
| 2026-08-12 | 851.9741 |
| 2026-08-20 | 849.9851 |
| 2026-08-27 | 850.8952 |
| 2026-09-03 | 854.8546 |
| 2026-09-10 | 852.4894 |
| 2026-09-17 | 858.1976 |
| 2026-09-24 | 859.4367 |
High
874.1453
Low
840.7534
Average
848.9408
Get this rate via the API
One GET request returns the TMT/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=TMT¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
TMT/BIF API questions
How do I get the TMT/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TMT/BIF rate in rates.BIF.
How far back does TMT/BIF historical data go?
Daily TMT/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 TMT/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.