Skip to content

TOP to YER exchange rate API

Pa’anga to Yemeni Rial · quoted 2026-09-25

99.1540

▼ +3.15% over 1Y

1 TOP = 99.1540 YER · 1 YER = 0.01009 TOP · Get this rate via the API

1 TOP buys 99.1540 YER as of 2026-09-25, so 1 YER buys 0.01009 TOP. Over the last year, TOP/YER traded between 99.0977 and 102.5396, averaged 100.9057 and fell 3.15%. The API holds daily TOP/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/YER over 1Y

TOP/YER over 1Y: show the values
PointTOP/YER
2025-09-25102.3839
2025-10-02101.2265
2025-10-09101.0205
2025-10-16101.2329
2025-10-23101.2713
2025-10-30100.4859
2025-11-06101.2884
2025-11-13101.2672
2025-11-2099.6014
2025-11-2799.4438
2025-12-0499.7769
2025-12-1299.4697
2025-12-1999.7413
2025-12-26101.0359
2026-01-0299.7011
2026-01-0999.5908
2026-01-16101.1496
2026-01-23100.7454
2026-01-30101.7291
2026-02-06101.3722
2026-02-13102.0073
2026-02-20101.7450
2026-02-27101.9654
2026-03-06101.5138
2026-03-13101.7806
2026-03-20101.6551
2026-03-27102.2791
2026-04-03101.0657
2026-04-10101.6509
2026-04-1899.0977
2026-04-2599.1172
2026-05-0299.0977
2026-05-0999.1067
2026-05-17101.2998
2026-05-25102.2381
2026-06-01102.4990
2026-06-10101.5151
2026-06-17102.5396
2026-06-24101.0593
2026-07-01100.6767
2026-07-08101.0854
2026-07-15100.4195
2026-07-22100.5911
2026-07-29101.2064
2026-08-05101.2291
2026-08-12100.6869
2026-08-20101.1780
2026-08-27101.4835
2026-09-03101.4166
2026-09-10101.3228
2026-09-17100.5610
2026-09-24100.2230

High

102.5396

Low

99.0977

Average

100.9057

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/YER API questions

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

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

How far back does TOP/YER historical data go?

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