Skip to content

EGP to BTN exchange rate API

Egyptian Pound to Ngultrum · quoted 2026-09-26

1.8474

▼ +1.87% over YTD

1 EGP = 1.8474 BTN · 1 BTN = 0.54131 EGP · Get this rate via the API

1 EGP buys 1.8474 BTN as of 2026-09-26, so 1 BTN buys 0.54131 EGP. Over the year to date, EGP/BTN traded between 1.7126 and 1.9506, averaged 1.8582 and fell 1.87%. The API holds daily EGP/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/BTN over YTD

EGP/BTN over YTD: show the values
PointEGP/BTN
2025-12-311.8825
2026-01-071.9076
2026-01-141.9117
2026-01-211.9210
2026-01-281.9506
2026-02-041.9255
2026-02-111.9345
2026-02-181.9308
2026-02-251.8978
2026-03-041.8403
2026-03-111.7695
2026-03-181.7667
2026-03-251.7860
2026-04-011.7346
2026-04-081.7126
2026-04-151.7854
2026-04-221.8002
2026-04-291.7845
2026-05-061.7884
2026-05-141.8094
2026-05-211.8152
2026-05-291.8303
2026-06-051.8465
2026-06-141.8419
2026-06-211.8896
2026-06-281.9074
2026-07-051.9370
2026-07-121.9199
2026-07-191.9071
2026-07-261.8807
2026-08-021.8701
2026-08-091.9184
2026-08-161.9021
2026-08-241.8835
2026-08-311.8809
2026-09-071.8551
2026-09-141.8561
2026-09-211.8421

High

1.9506

Low

1.7126

Average

1.8582

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/BTN API questions

How do I get the EGP/BTN exchange rate from an API?

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

How far back does EGP/BTN historical data go?

Daily EGP/BTN 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 EGP/BTN 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.