Skip to content

TOP to ETB exchange rate API

Pa’anga to Ethiopian Birr · quoted 2026-09-25

68.8854

▲ +10.82% over 1Y

1 TOP = 68.8854 ETB · 1 ETB = 0.01452 TOP · Get this rate via the API

1 TOP buys 68.8854 ETB as of 2026-09-25, so 1 ETB buys 0.01452 TOP. Over the last year, TOP/ETB traded between 60.1152 and 69.6732, averaged 66.2782 and rose 10.82%. The API holds daily TOP/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/ETB over 1Y

TOP/ETB over 1Y: show the values
PointTOP/ETB
2025-09-2562.1607
2025-10-0261.4460
2025-10-0961.5059
2025-10-1662.4407
2025-10-2363.6443
2025-10-3063.9896
2025-11-0664.9007
2025-11-1365.1949
2025-11-2064.3977
2025-11-2764.1286
2025-12-0464.9761
2025-12-1264.8895
2025-12-1965.0295
2025-12-2665.9515
2026-01-0264.9467
2026-01-0965.1186
2026-01-1666.0702
2026-01-2365.7396
2026-01-3066.4140
2026-02-0666.2945
2026-02-1366.7341
2026-02-2065.8434
2026-02-2760.1152
2026-03-0666.0534
2026-03-1366.8078
2026-03-2066.9773
2026-03-2767.3324
2026-04-0365.9879
2026-04-1066.7092
2026-04-1865.2060
2026-04-2564.1006
2026-05-0265.2060
2026-05-0965.3320
2026-05-1766.9423
2026-05-2568.8587
2026-06-0168.5907
2026-06-1068.5264
2026-06-1768.2220
2026-06-2468.1662
2026-07-0167.3760
2026-07-0868.3218
2026-07-1567.9875
2026-07-2268.1021
2026-07-2968.0271
2026-08-0568.0138
2026-08-1268.5525
2026-08-2069.3591
2026-08-2769.6732
2026-09-0369.6105
2026-09-1069.6473
2026-09-1768.9432
2026-09-2469.2937

High

69.6732

Low

60.1152

Average

66.2782

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/ETB API questions

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

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

How far back does TOP/ETB historical data go?

Daily TOP/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 TOP/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.