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: show the values
| Point | NIO/TZS |
|---|---|
| 2025-09-27 | 66.7740 |
| 2025-10-04 | 67.0195 |
| 2025-10-11 | 66.9094 |
| 2025-10-18 | 66.8803 |
| 2025-10-25 | 68.0196 |
| 2025-11-01 | 67.0104 |
| 2025-11-08 | 66.7977 |
| 2025-11-15 | 66.2922 |
| 2025-11-22 | 66.6244 |
| 2025-11-29 | 67.0146 |
| 2025-12-06 | 66.2909 |
| 2025-12-14 | 67.1804 |
| 2025-12-21 | 67.6836 |
| 2025-12-28 | 73.1679 |
| 2026-01-04 | 67.2101 |
| 2026-01-11 | 67.7377 |
| 2026-01-18 | 67.3246 |
| 2026-01-25 | 69.0426 |
| 2026-02-01 | 69.3560 |
| 2026-02-08 | 69.7873 |
| 2026-02-15 | 70.1700 |
| 2026-02-22 | 70.1042 |
| 2026-03-01 | 69.1475 |
| 2026-03-08 | 70.1500 |
| 2026-03-15 | 70.3169 |
| 2026-03-22 | 70.3392 |
| 2026-03-29 | 70.2588 |
| 2026-04-05 | 70.4709 |
| 2026-04-12 | 70.5885 |
| 2026-04-19 | 70.3100 |
| 2026-04-26 | 70.6126 |
| 2026-05-03 | 70.8137 |
| 2026-05-10 | 70.6465 |
| 2026-05-18 | 70.4676 |
| 2026-05-26 | 71.3827 |
| 2026-06-02 | 71.0420 |
| 2026-06-11 | 71.1691 |
| 2026-06-18 | 71.2144 |
| 2026-06-25 | 71.1091 |
| 2026-07-02 | 71.6595 |
| 2026-07-09 | 71.4068 |
| 2026-07-16 | 71.5914 |
| 2026-07-23 | 71.5246 |
| 2026-07-30 | 71.8111 |
| 2026-08-06 | 71.7829 |
| 2026-08-13 | 71.6684 |
| 2026-08-21 | 71.7931 |
| 2026-08-28 | 71.9259 |
| 2026-09-04 | 71.8676 |
| 2026-09-11 | 71.8250 |
| 2026-09-18 | 72.0017 |
| 2026-09-25 | 71.7238 |
High
73.1679
Low
66.2909
Average
69.7969
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=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¤cies=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.