Skip to content

NIO to TZS exchange rate API

Cordoba Oro to Tanzanian Shilling · quoted 2026-09-27

72.2148

▲ +8.15% over 1Y

1 NIO = 72.2148 TZS · 1 TZS = 0.01385 NIO · Get this rate via the API

1 NIO buys 72.2148 TZS as of 2026-09-27, so 1 TZS buys 0.01385 NIO. Over the last year, NIO/TZS traded between 66.2909 and 73.1679, averaged 69.7969 and rose 8.15%. The API holds daily NIO/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/TZS over 1Y

NIO/TZS over 1Y: show the values
PointNIO/TZS
2025-09-2766.7740
2025-10-0467.0195
2025-10-1166.9094
2025-10-1866.8803
2025-10-2568.0196
2025-11-0167.0104
2025-11-0866.7977
2025-11-1566.2922
2025-11-2266.6244
2025-11-2967.0146
2025-12-0666.2909
2025-12-1467.1804
2025-12-2167.6836
2025-12-2873.1679
2026-01-0467.2101
2026-01-1167.7377
2026-01-1867.3246
2026-01-2569.0426
2026-02-0169.3560
2026-02-0869.7873
2026-02-1570.1700
2026-02-2270.1042
2026-03-0169.1475
2026-03-0870.1500
2026-03-1570.3169
2026-03-2270.3392
2026-03-2970.2588
2026-04-0570.4709
2026-04-1270.5885
2026-04-1970.3100
2026-04-2670.6126
2026-05-0370.8137
2026-05-1070.6465
2026-05-1870.4676
2026-05-2671.3827
2026-06-0271.0420
2026-06-1171.1691
2026-06-1871.2144
2026-06-2571.1091
2026-07-0271.6595
2026-07-0971.4068
2026-07-1671.5914
2026-07-2371.5246
2026-07-3071.8111
2026-08-0671.7829
2026-08-1371.6684
2026-08-2171.7931
2026-08-2871.9259
2026-09-0471.8676
2026-09-1171.8250
2026-09-1872.0017
2026-09-2571.7238

High

73.1679

Low

66.2909

Average

69.7969

For developers

Get this rate via the API

One GET request returns the NIO/TZS 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=NIO&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=TZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=TZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/TZS API questions

How do I get the NIO/TZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/TZS rate in rates.TZS.

How far back does NIO/TZS historical data go?

Daily NIO/TZS 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 NIO/TZS 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.