Skip to content

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

TMT/BIF over 1Y: show the values
PointTMT/BIF
2025-09-26857.9932
2025-10-03841.7883
2025-10-10840.8827
2025-10-17840.7534
2025-10-24841.4559
2025-10-31843.5931
2025-11-07843.2018
2025-11-14842.8824
2025-11-21844.0715
2025-11-28844.2426
2025-12-05846.2114
2025-12-13843.2500
2025-12-20845.4019
2025-12-27845.5513
2026-01-03845.3559
2026-01-10847.2727
2026-01-17843.4609
2026-01-24845.7019
2026-01-31847.7021
2026-02-07845.8067
2026-02-14847.4007
2026-02-21848.2275
2026-02-28847.4912
2026-03-07848.6549
2026-03-14848.5637
2026-03-21849.1194
2026-03-28848.1428
2026-04-04848.1195
2026-04-11847.3609
2026-04-18848.3007
2026-04-25847.2679
2026-05-02849.0727
2026-05-09849.9999
2026-05-17849.8744
2026-05-25848.5285
2026-06-01846.8927
2026-06-10854.3323
2026-06-17851.9882
2026-06-24851.1077
2026-07-01847.7342
2026-07-08853.2106
2026-07-15854.2351
2026-07-22853.2413
2026-07-29852.7117
2026-08-05853.7286
2026-08-12851.9741
2026-08-20849.9851
2026-08-27850.8952
2026-09-03854.8546
2026-09-10852.4894
2026-09-17858.1976
2026-09-24859.4367

High

874.1453

Low

840.7534

Average

848.9408

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&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=TMT&currencies=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&currencies=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.