首页 文档 Central Bank Rates Tax Authority Rates Playground 价格 API 状态 Blog About FAQ Contact Us

Central Bank of Egypt 汇率 API

Central Bank of Egypt(Egypt)官方每日汇率,JSON 格式:18 种货币,历史数据可追溯至 2026 年。税务申报、审计与合规开票所需的官方 EGP 汇率。

Egypt flagCentral Bank of Egypt 官方每日汇率,JSON 格式:18 种货币兑 EGP,历史数据可追溯至 2026 年。最新汇率表适用于所有套餐。获取 API 密钥

关于 Central Bank of Egypt

埃及中央银行每个银行工作日发布埃及镑兑 18 种货币的官方买入价和卖出价——是埃及银行、进口商和税务会计密切关注的参考汇率。

快速开始

一次请求获取所需货币对 — 按 Central Bank of Egypt 官方汇率查询 USD 兑 EGP:

curl "https://allratestoday.com/api/v1/central-bank/cbe/latest?source=USD&target=EGP" \
  -H "Authorization: Bearer art_live_your_key"

或获取银行发布的完整汇率表:

curl "https://allratestoday.com/api/v1/central-bank/cbe/latest" \
  -H "Authorization: Bearer art_live_your_key"

付费套餐可查询任意历史日期或时间序列:

curl "https://allratestoday.com/api/v1/central-bank/cbe/history?source=USD&target=EGP&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

最新发布汇率(2026-08-11)

Central Bank of Egypt 最近发布的汇率表 — 与 /latest 端点当前返回的内容完全一致。数值为每 1 单位货币对应的 EGP:

下载此汇率表: Excel (.xlsx) CSV

基准报价类型汇率
AED EGP buy 13.6726
AED EGP sell 13.7105
AUD EGP buy 35.4471
AUD EGP sell 35.5533
BHD EGP buy 133.1621
BHD EGP sell 133.5589
CAD EGP buy 36.0355
CAD EGP sell 36.1436
CHF EGP buy 61.9026
CHF EGP sell 62.086
CNY EGP buy 7.4442
CNY EGP sell 7.465
DKK EGP buy 7.7473
DKK EGP sell 7.7697
EUR EGP buy 57.9185
EUR EGP sell 58.0807
GBP EGP buy 67.7657
GBP EGP sell 67.9698
JOD EGP buy 70.726
JOD EGP sell 71.1182
JPY EGP buy 0.31532499999999997
JPY EGP sell 0.31620000000000004
KWD EGP buy 163.4883
KWD EGP sell 163.9854
NOK EGP buy 5.2888
NOK EGP sell 5.3054
OMR EGP buy 130.4161
OMR EGP sell 130.7871
QAR EGP buy 13.7727
QAR EGP sell 13.812
SAR EGP buy 13.3733
SAR EGP sell 13.4103
SEK EGP buy 5.2781
SEK EGP sell 5.293
USD EGP buy 50.2154
USD EGP sell 50.3517

Node.js / TypeScript 客户端

专用的零依赖 npm 包封装了这些端点 — cbe-exchange-rate

npm install cbe-exchange-rate
import { getRate } from 'cbe-exchange-rate';

const pair = await getRate('USD', 'EGP', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

零依赖,自带 TypeScript 类型,任何有 fetch 的环境都能运行 — Node 18+、Bun、Deno 及边缘运行时。

为什么使用 Central Bank of Egypt 官方汇率?

市场汇率实时波动,但Egypt及其他地区的税务申报、报关、审计和法定会计通常要求使用 Central Bank of Egypt 在特定日期发布的官方汇率 — 一个固定、可引用、发布后不再变化的数字。本 API 提供的正是这些官方汇率表,每个响应都带有银行自己的发布日期(rate_date);周末和节假日返回最近的发布日期 — 这正是合规规则要求适用的汇率。

银行未直接公布的货币对由其汇率表推算(倒数或经 EGP 的交叉汇率),并明确标记 "derived": true — 银行公布的数字与计算得出的数字绝不混淆。

端点

完整参数说明见 API 文档。每次请求计入套餐月度配额 — 汇率每个工作日只变一次,本地缓存已发布的汇率表能让小配额用很久。

常见问题

Central Bank of Egypt 的汇率有 API 吗?

有 — 就是这个。官方每日 EGP 汇率,干净的 JSON;最新汇率表适用于所有套餐(含免费版)。

汇率多久更新一次?

Central Bank of Egypt 每个工作日发布一次;API 在发布后很快抓取新表(最新:2026-08-11)。

这些是官方汇率吗?

是 — 取自 Central Bank of Egypt 自己发布的数据,原样提供并附银行发布日期。凡是计算而非公布的数值都会标记 derived

Central Bank of Egypt 汇率,一个 API 密钥

最新汇率表适用于所有套餐;付费套餐历史数据可追溯至 2026 年。无需信用卡。

免费获取 API 密钥 查看文档