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: show the values
| Point | TWD/ETB |
|---|---|
| 2026-03-29 | 4.8891 |
| 2026-04-05 | 4.8890 |
| 2026-04-12 | 4.9361 |
| 2026-04-19 | 4.9684 |
| 2026-04-26 | 4.9022 |
| 2026-05-03 | 4.9637 |
| 2026-05-10 | 4.9727 |
| 2026-05-18 | 4.9485 |
| 2026-05-26 | 5.1071 |
| 2026-06-02 | 5.0273 |
| 2026-06-11 | 5.0758 |
| 2026-06-18 | 5.0942 |
| 2026-06-25 | 5.0459 |
| 2026-07-02 | 4.9868 |
| 2026-07-09 | 4.9969 |
| 2026-07-16 | 4.9865 |
| 2026-07-23 | 4.9828 |
| 2026-07-30 | 4.9428 |
| 2026-08-06 | 4.9944 |
| 2026-08-13 | 5.0228 |
| 2026-08-21 | 5.1200 |
| 2026-08-28 | 5.1604 |
| 2026-09-04 | 5.0926 |
| 2026-09-11 | 5.0930 |
| 2026-09-18 | 5.0593 |
High
5.1604
Low
4.8890
Average
5.0153
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.