Skip to content

TWD to ETB exchange rate API

New Taiwan Dollar to Ethiopian Birr · quoted 2026-09-25

5.1400

▲ +5.13% over 6M

1 TWD = 5.1400 ETB · 1 ETB = 0.19455 TWD · Get this rate via the API

1 TWD buys 5.1400 ETB as of 2026-09-25, so 1 ETB buys 0.19455 TWD. Over the last 6 months, TWD/ETB traded between 4.8890 and 5.1604, averaged 5.0153 and rose 5.13%. The API holds daily TWD/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/ETB over 6M

TWD/ETB over 6M: show the values
PointTWD/ETB
2026-03-294.8891
2026-04-054.8890
2026-04-124.9361
2026-04-194.9684
2026-04-264.9022
2026-05-034.9637
2026-05-104.9727
2026-05-184.9485
2026-05-265.1071
2026-06-025.0273
2026-06-115.0758
2026-06-185.0942
2026-06-255.0459
2026-07-024.9868
2026-07-094.9969
2026-07-164.9865
2026-07-234.9828
2026-07-304.9428
2026-08-064.9944
2026-08-135.0228
2026-08-215.1200
2026-08-285.1604
2026-09-045.0926
2026-09-115.0930
2026-09-185.0593

High

5.1604

Low

4.8890

Average

5.0153

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/ETB API questions

How do I get the TWD/ETB exchange rate from an API?

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

How far back does TWD/ETB historical data go?

Daily TWD/ETB 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 TWD/ETB 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.