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: show the values
| Point | TOP/YER |
|---|---|
| 2025-09-25 | 102.3839 |
| 2025-10-02 | 101.2265 |
| 2025-10-09 | 101.0205 |
| 2025-10-16 | 101.2329 |
| 2025-10-23 | 101.2713 |
| 2025-10-30 | 100.4859 |
| 2025-11-06 | 101.2884 |
| 2025-11-13 | 101.2672 |
| 2025-11-20 | 99.6014 |
| 2025-11-27 | 99.4438 |
| 2025-12-04 | 99.7769 |
| 2025-12-12 | 99.4697 |
| 2025-12-19 | 99.7413 |
| 2025-12-26 | 101.0359 |
| 2026-01-02 | 99.7011 |
| 2026-01-09 | 99.5908 |
| 2026-01-16 | 101.1496 |
| 2026-01-23 | 100.7454 |
| 2026-01-30 | 101.7291 |
| 2026-02-06 | 101.3722 |
| 2026-02-13 | 102.0073 |
| 2026-02-20 | 101.7450 |
| 2026-02-27 | 101.9654 |
| 2026-03-06 | 101.5138 |
| 2026-03-13 | 101.7806 |
| 2026-03-20 | 101.6551 |
| 2026-03-27 | 102.2791 |
| 2026-04-03 | 101.0657 |
| 2026-04-10 | 101.6509 |
| 2026-04-18 | 99.0977 |
| 2026-04-25 | 99.1172 |
| 2026-05-02 | 99.0977 |
| 2026-05-09 | 99.1067 |
| 2026-05-17 | 101.2998 |
| 2026-05-25 | 102.2381 |
| 2026-06-01 | 102.4990 |
| 2026-06-10 | 101.5151 |
| 2026-06-17 | 102.5396 |
| 2026-06-24 | 101.0593 |
| 2026-07-01 | 100.6767 |
| 2026-07-08 | 101.0854 |
| 2026-07-15 | 100.4195 |
| 2026-07-22 | 100.5911 |
| 2026-07-29 | 101.2064 |
| 2026-08-05 | 101.2291 |
| 2026-08-12 | 100.6869 |
| 2026-08-20 | 101.1780 |
| 2026-08-27 | 101.4835 |
| 2026-09-03 | 101.4166 |
| 2026-09-10 | 101.3228 |
| 2026-09-17 | 100.5610 |
| 2026-09-24 | 100.2230 |
High
102.5396
Low
99.0977
Average
100.9057
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.