SlideShare a Scribd company logo
1 of 7
Download to read offline
API Documentation
Version:1.0.2
Last Update:20/06/2018
Table of Contents
API DOCUMENTATION.....................................................................................................................................1
INTRODUCTION...............................................................................................................................................2
API END POINTS DOCUMENTATION.................................................................................................................3
GET CURRENCY RATES IN ALL BANKS...............................................................................................................4
CURRENCY RATES KEYS EXPLANATION ............................................................................................................4
GET BEST RATE FOR THIS CURRENCY IN ALL BANKS.........................................................................................5
GET GOLD PRICE ..............................................................................................................................................6
GOLD RATES KEY EXPLANATION ......................................................................................................................6
GET YOUR BALANCE AND EXPIRY DATE ...........................................................................................................7
BALANCE KEY EXPLANATION ...........................................................................................................................7
NOTES..............................................................................................................................................................7
https://egyptrates.com API Documentation 2
Introduction
As one of the first websites to provide currency exchange API in Egyptian banks.
EgyptRates is collecting the currency exchange from all available online banks in Egypt
directly from their currency exchange page.
What makes us in EgyptRates Reliable is the periodically updates and following bank pages
structure change over time.
EgyptRates also provide API services for all websites and applications which requires
currency exchange updates periodically.
In this document we will provide the required documentation to use the API for easy
integration within your application.
https://egyptrates.com API Documentation 3
API End Points Documentation
Get List of Banks?token={TOKEN}s://egyptrates.com/api/v1/bankshttp
Rates for one currency in
all banks
*https://egyptrates.com/api/v1/prices/{CURR}?token={TOKEN}
Best price for currencyhttps://egyptrates.com/api/v1/prices/{CURR}/best?token={TOKEN}
Gold price={TOKEN}https://egyptrates.com/api/v1/gold?token
Get current balancehttps://egyptrates.com/api/v1/balance?token={TOKEN}
Variables
• { CURR} Cur r enc y c ode, i.e. f or Dollar us e USD
• { TOKEN} Your account token provided by us.
• You can add lang variable for any request to get results in (en = English, ar=
Arabic)
* You can filter by bank, just add bank_id variable to the request and pass the bank_id from
get list of banks request.
https://egyptrates.com API Documentation 4
Get Currency rates in all banks
You need to call this end point and change the variables with the proper values
https://egyptrates.com/api/v1/prices/{CURR}?token={TOKEN}
Response Example
"data":[
{
"id":28,
"name":" ‫ا‬‫ﻟ‬‫ﻣ‬‫ﺻ‬‫ر‬‫ف‬‫ا‬‫ﻟ‬‫ﻌ‬‫ر‬‫ﺑ‬‫ﻰ‬‫ا‬‫ﻟ‬‫د‬‫و‬‫ﻟ‬‫ﻰ‬ ",
"logo":"https://egyptrates.com/img/banks/aib_logo.png",
"currency_code":"USD",
"last_update":"2018-03-26 03:40:07 PM",
"bank_update":"2018-03-21 01:20:04 PM",
"old_sell":"17.660",
"old_buy":"17.560",
"sell":"17.680",
"buy":"17.580",
"currency":" ‫د‬‫و‬‫ﻻ‬‫ر‬‫ا‬‫ﻣ‬‫ر‬‫ﯾ‬‫ﻛ‬‫ﻲ‬ ",
"sell_bars":"17.680,17.660,17.680,17.660,17.680",
"buy_bars":"17.580,17.560,17.580,17.560,17.580"
}]
rates keys explanationCurrency
idBank id
nameBank name
logoBank logo LINK
Currency_codeCurrency code
Last_updateLast crawl at EgyptRates
Bank_updateLast update in the bank
Old_sellOld buy price
Old_buyOld sell price
sellCurrent sell price
buyCurrent buy price
currencyCurrency name
Sell_barsLast five changes in this currency sell rates
Buy_barsLast fice changes in this currency buy rates
https://egyptrates.com API Documentation 5
Get best rate for this currency in all Banks
You need to call this end point and change the variables with the proper values
https://egyptrates.com/api/v1/prices/{CURR}/best?token={TOKEN}
Response Example
{
"data":{
"best_buy":{
"id":4,
"name":" ‫ا‬‫ﻟ‬‫ﺒ‬‫ﻨ‬‫ﻚ‬‫ا‬‫ﻷ‬‫ھ‬‫ﻠ‬‫ﻲ‬‫ا‬‫ﻟ‬‫ﻤ‬‫ﺼ‬‫ﺮ‬‫ي‬ ",
"logo":"banks/ahli.png",
"currency_code":"USD",
"last_update":"2018-03-26 03:50:03 PM",
"bank_update":"2018-03-04 16:20:11",
"old_sell":"17.660",
"old_buy":"17.560",
"sell":"17.650",
"buy":"17.550",
"currency":" ‫د‬‫و‬‫ﻻ‬‫ر‬‫ا‬‫ﻣ‬‫ﺮ‬‫ﯾ‬‫ﻜ‬‫ﻲ‬ ",
"sell_bars":"17.650,17.660,17.670,17.680,17.690",
"buy_bars":"17.550,17.560,17.570,17.580,17.590"
},
"best_sell":{
"id":18,
"name":" ‫ﻣ‬‫ﺼ‬‫ﺮ‬‫ف‬‫أ‬‫ﺑ‬‫ﻮ‬‫ﻇ‬‫ﺒ‬‫ﻰ‬‫ا‬‫ﻹ‬‫ﺳ‬‫ﻼ‬‫ﻣ‬‫ﻰ‬ ",
"logo":"banks/abudabi.jpg",
"currency_code":"USD",
"last_update":"2018-03-26 03:50:15 PM",
"bank_update":"2018-03-26 10:50:28",
"old_sell":"17.690",
"old_buy":"17.610",
"sell":"17.700",
"buy":"17.610",
"currency":" ‫د‬‫و‬‫ﻻ‬‫ر‬‫ا‬‫ﻣ‬‫ﺮ‬‫ﯾ‬‫ﻜ‬‫ﻲ‬ ",
"sell_bars":"17.700,17.690,17.690,17.680,17.680",
"buy_bars":"17.610,17.610,17.620,17.600,17.580"
}
}
}
https://egyptrates.com API Documentation 6
Get Gold Price
You need to call this end point and change the variables with the proper values
={TOKEN}https://egyptrates.com/api/v1/gold?token
"data":[
{
"id":1,
"type_ar":" ‫ﻋ‬‫ﯿ‬‫ﺎ‬‫ر‬24 ",
"type":" ‫ﻋ‬‫ﯿ‬‫ﺎ‬‫ر‬24 ",
"price":"762.78",
"old_price":"762.78",
"usd_price":"43.36",
"usd_old_price":"43.32",
"last_update":"2018-03-26 16:00:01"
},
{
"id":2,
"type_ar":" ‫ﻋ‬‫ﯿ‬‫ﺎ‬‫ر‬22 ",
"type":" ‫ﻋ‬‫ﯿ‬‫ﺎ‬‫ر‬22 ",
"price":"699.22",
"old_price":"699.22",
"usd_price":"39.75",
"usd_old_price":"39.71",
"last_update":"2018-03-26 16:00:01"
}]
Gold rates Key explanation
idId
Type_arType in Arabic
typeType in English *
pricePrice in Egyptian pound
Old_priceOld price in Egyptian pound
Usd_pricePrice in dollar
Usd_old_priceOld price in dollar
Last_updateLast update
*Currently this value in Arabic only, we will provide multi-lang in the next version.
https://egyptrates.com API Documentation 7
Get your balance and expiry date
You need to call this end point and change the variables with the proper values
https://egyptrates.com/api/v1/balance?token={TOKEN}
{
"data":{
"balance":15000,
"expiry":"2018-05-27"
}
}
Balance key explanation
balanceRemaining points in your account
expiryExpiry date*
* This is subject to which package you choose.
Notes
The API supports the JSON format as the default format for the response, also we support
XML-RSS format, which you can use it by adding format variable to your request as follows.
https://egyptrates.com/api/v1/balance?token={TOKEN}&format=xml
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title> ‫أ‬‫ﺳ‬‫ﻌ‬‫ﺎ‬‫ر‬‫ا‬‫ﻟ‬‫ﻌ‬‫ﻤ‬‫ﻼ‬‫ت‬ EgyptRates</title>
<link>http://www.egyptrates.com</link>
<description> ‫أ‬‫ﺳ‬‫ﻌ‬‫ﺎ‬‫ر‬‫ا‬‫ﻟ‬‫ﻌ‬‫ﻤ‬‫ﻼ‬‫ت‬‫ﻣ‬‫ﻦ‬‫ﻣ‬‫ﻮ‬‫ﻗ‬‫ﻊ‬ EgyptRates</description>
<language>en-us</language>
<copyright>Copyright (C) 2018 egyptrates.com</copyright>
<item>
<balance>45</balance>
<expiry>2018-04-26</expiry>
</item>
</channel>
</rss>
You can contact us to get trial account from here
us-https://egyptrates.com/contact

More Related Content

Similar to Api docs for egypt rates

Pp nvpapi developer_guide
Pp nvpapi developer_guidePp nvpapi developer_guide
Pp nvpapi developer_guide
ashoksnc
 
Aim Guide
Aim GuideAim Guide
Aim Guide
zegee
 
Lectura 2.4 is your api naked - 10 roadmap considerations
Lectura 2.4   is your api naked - 10 roadmap considerationsLectura 2.4   is your api naked - 10 roadmap considerations
Lectura 2.4 is your api naked - 10 roadmap considerations
Matias Menendez
 
2140 api developer-student-guide
2140 api developer-student-guide2140 api developer-student-guide
2140 api developer-student-guide
Darko Gicevski
 
iPlanet to HP Apache Migration Plan
iPlanet to HP Apache Migration PlaniPlanet to HP Apache Migration Plan
iPlanet to HP Apache Migration Plan
webhostingguy
 
Sap fico interview_questions_preview
Sap fico interview_questions_previewSap fico interview_questions_preview
Sap fico interview_questions_preview
VIKAS_U
 
Sap fico interview_questions_preview
Sap fico interview_questions_previewSap fico interview_questions_preview
Sap fico interview_questions_preview
papubiswas
 
Sap fico interview_questions_preview
Sap fico interview_questions_previewSap fico interview_questions_preview
Sap fico interview_questions_preview
Hà Trang Phạm
 

Similar to Api docs for egypt rates (20)

Pp nvpapi developer_guide
Pp nvpapi developer_guidePp nvpapi developer_guide
Pp nvpapi developer_guide
 
Jordan ahli bank plc psd2 api details
Jordan ahli bank plc psd2 api detailsJordan ahli bank plc psd2 api details
Jordan ahli bank plc psd2 api details
 
Aim Guide
Aim GuideAim Guide
Aim Guide
 
Lectura 2.4 is your api naked - 10 roadmap considerations
Lectura 2.4   is your api naked - 10 roadmap considerationsLectura 2.4   is your api naked - 10 roadmap considerations
Lectura 2.4 is your api naked - 10 roadmap considerations
 
SAP PR released
SAP PR releasedSAP PR released
SAP PR released
 
InReceipts Plug N Play Client & REST APIs for billing softwares v1.0
InReceipts Plug N Play Client & REST APIs for billing softwares v1.0InReceipts Plug N Play Client & REST APIs for billing softwares v1.0
InReceipts Plug N Play Client & REST APIs for billing softwares v1.0
 
PayPal Website Payments Pro Payflow Edition Developer's Guide
PayPal Website Payments Pro Payflow Edition Developer's GuidePayPal Website Payments Pro Payflow Edition Developer's Guide
PayPal Website Payments Pro Payflow Edition Developer's Guide
 
2140 api developer-student-guide
2140 api developer-student-guide2140 api developer-student-guide
2140 api developer-student-guide
 
ICO Research Report - BET Token Issuance by DAO.Casino
ICO Research Report - BET Token Issuance by DAO.Casino ICO Research Report - BET Token Issuance by DAO.Casino
ICO Research Report - BET Token Issuance by DAO.Casino
 
iPlanet to HP Apache Migration Plan
iPlanet to HP Apache Migration PlaniPlanet to HP Apache Migration Plan
iPlanet to HP Apache Migration Plan
 
Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...
Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...
Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...
 
ODATA_APIs.pdf
ODATA_APIs.pdfODATA_APIs.pdf
ODATA_APIs.pdf
 
Open Bank Project Presentation Tel Aviv CA 4th April 2017
Open Bank Project Presentation Tel Aviv CA 4th April 2017 Open Bank Project Presentation Tel Aviv CA 4th April 2017
Open Bank Project Presentation Tel Aviv CA 4th April 2017
 
Cryptocurrency investing for dummies
Cryptocurrency investing for dummiesCryptocurrency investing for dummies
Cryptocurrency investing for dummies
 
Sap fico interview_questions_preview
Sap fico interview_questions_previewSap fico interview_questions_preview
Sap fico interview_questions_preview
 
Sap fico interview_questions_preview
Sap fico interview_questions_previewSap fico interview_questions_preview
Sap fico interview_questions_preview
 
Sap fico interview_questions_preview
Sap fico interview_questions_previewSap fico interview_questions_preview
Sap fico interview_questions_preview
 
salesforce_apex_developer_guide
salesforce_apex_developer_guidesalesforce_apex_developer_guide
salesforce_apex_developer_guide
 
Sql Adv
Sql AdvSql Adv
Sql Adv
 
A Review on Unified Payment Interface [UPI]
A Review on Unified Payment Interface [UPI]A Review on Unified Payment Interface [UPI]
A Review on Unified Payment Interface [UPI]
 

Recently uploaded

一比一原版(UCSB毕业证书)圣塔芭芭拉社区大学毕业证成绩单学位证书
一比一原版(UCSB毕业证书)圣塔芭芭拉社区大学毕业证成绩单学位证书一比一原版(UCSB毕业证书)圣塔芭芭拉社区大学毕业证成绩单学位证书
一比一原版(UCSB毕业证书)圣塔芭芭拉社区大学毕业证成绩单学位证书
atedyxc
 
一比一原版(SFU毕业证书)西蒙菲莎大学毕业证成绩单学位证书
一比一原版(SFU毕业证书)西蒙菲莎大学毕业证成绩单学位证书一比一原版(SFU毕业证书)西蒙菲莎大学毕业证成绩单学位证书
一比一原版(SFU毕业证书)西蒙菲莎大学毕业证成绩单学位证书
atedyxc
 
一比一原版(Cornell毕业证书)康奈尔大学毕业证成绩单学位证书
一比一原版(Cornell毕业证书)康奈尔大学毕业证成绩单学位证书一比一原版(Cornell毕业证书)康奈尔大学毕业证成绩单学位证书
一比一原版(Cornell毕业证书)康奈尔大学毕业证成绩单学位证书
atedyxc
 
SAUDI ARABIYA | +966572737505 |Jeddah Get Cytotec pills for Abortion pills
SAUDI ARABIYA | +966572737505 |Jeddah Get Cytotec pills for Abortion pillsSAUDI ARABIYA | +966572737505 |Jeddah Get Cytotec pills for Abortion pills
SAUDI ARABIYA | +966572737505 |Jeddah Get Cytotec pills for Abortion pills
Abortion pills in Riyadh +966572737505 get cytotec
 
NO1 Best kala jadu karne wale ka contact number kala jadu karne wale baba kal...
NO1 Best kala jadu karne wale ka contact number kala jadu karne wale baba kal...NO1 Best kala jadu karne wale ka contact number kala jadu karne wale baba kal...
NO1 Best kala jadu karne wale ka contact number kala jadu karne wale baba kal...
Amil baba
 
DSP Gold ETF Fund of Fund PPT - April'2024
DSP Gold ETF Fund of Fund PPT - April'2024DSP Gold ETF Fund of Fund PPT - April'2024
DSP Gold ETF Fund of Fund PPT - April'2024
DSP Mutual Fund
 

Recently uploaded (20)

Benefits & Risk Of Stock Loans
Benefits & Risk Of Stock LoansBenefits & Risk Of Stock Loans
Benefits & Risk Of Stock Loans
 
NO1 Top Vashikaran Specialist in Uk Black Magic Specialist in Uk Black Magic ...
NO1 Top Vashikaran Specialist in Uk Black Magic Specialist in Uk Black Magic ...NO1 Top Vashikaran Specialist in Uk Black Magic Specialist in Uk Black Magic ...
NO1 Top Vashikaran Specialist in Uk Black Magic Specialist in Uk Black Magic ...
 
L1 2024 Prequisite QM persion milad1371.pdf
L1 2024 Prequisite QM persion milad1371.pdfL1 2024 Prequisite QM persion milad1371.pdf
L1 2024 Prequisite QM persion milad1371.pdf
 
project ratio analysis of bcom studies .
project ratio analysis of bcom studies .project ratio analysis of bcom studies .
project ratio analysis of bcom studies .
 
一比一原版(UCSB毕业证书)圣塔芭芭拉社区大学毕业证成绩单学位证书
一比一原版(UCSB毕业证书)圣塔芭芭拉社区大学毕业证成绩单学位证书一比一原版(UCSB毕业证书)圣塔芭芭拉社区大学毕业证成绩单学位证书
一比一原版(UCSB毕业证书)圣塔芭芭拉社区大学毕业证成绩单学位证书
 
一比一原版(SFU毕业证书)西蒙菲莎大学毕业证成绩单学位证书
一比一原版(SFU毕业证书)西蒙菲莎大学毕业证成绩单学位证书一比一原版(SFU毕业证书)西蒙菲莎大学毕业证成绩单学位证书
一比一原版(SFU毕业证书)西蒙菲莎大学毕业证成绩单学位证书
 
Economic Risk Factor Update: May 2024 [SlideShare]
Economic Risk Factor Update: May 2024 [SlideShare]Economic Risk Factor Update: May 2024 [SlideShare]
Economic Risk Factor Update: May 2024 [SlideShare]
 
Big developments in Lesotho Butha-Buthe.
Big developments in Lesotho Butha-Buthe.Big developments in Lesotho Butha-Buthe.
Big developments in Lesotho Butha-Buthe.
 
DIGITAL COMMERCE SHAPE VIETNAMESE SHOPPING HABIT IN 4.0 INDUSTRY
DIGITAL COMMERCE SHAPE VIETNAMESE SHOPPING HABIT IN 4.0 INDUSTRYDIGITAL COMMERCE SHAPE VIETNAMESE SHOPPING HABIT IN 4.0 INDUSTRY
DIGITAL COMMERCE SHAPE VIETNAMESE SHOPPING HABIT IN 4.0 INDUSTRY
 
GIFT City Overview India's Gateway to Global Finance
GIFT City Overview  India's Gateway to Global FinanceGIFT City Overview  India's Gateway to Global Finance
GIFT City Overview India's Gateway to Global Finance
 
一比一原版(Cornell毕业证书)康奈尔大学毕业证成绩单学位证书
一比一原版(Cornell毕业证书)康奈尔大学毕业证成绩单学位证书一比一原版(Cornell毕业证书)康奈尔大学毕业证成绩单学位证书
一比一原版(Cornell毕业证书)康奈尔大学毕业证成绩单学位证书
 
MARKETING PLAN COFFEE SHOP IN HO CHI MINH CITY
MARKETING PLAN COFFEE SHOP IN HO CHI MINH CITYMARKETING PLAN COFFEE SHOP IN HO CHI MINH CITY
MARKETING PLAN COFFEE SHOP IN HO CHI MINH CITY
 
asli amil baba bengali black magic kala jadu expert in uk usa canada france c...
asli amil baba bengali black magic kala jadu expert in uk usa canada france c...asli amil baba bengali black magic kala jadu expert in uk usa canada france c...
asli amil baba bengali black magic kala jadu expert in uk usa canada france c...
 
Managing personal finances wisely for financial stability and
Managing personal finances wisely for financial stability  andManaging personal finances wisely for financial stability  and
Managing personal finances wisely for financial stability and
 
Amil baba australia kala jadu in uk black magic in usa
Amil baba australia kala jadu in uk black magic in usaAmil baba australia kala jadu in uk black magic in usa
Amil baba australia kala jadu in uk black magic in usa
 
SAUDI ARABIYA | +966572737505 |Jeddah Get Cytotec pills for Abortion pills
SAUDI ARABIYA | +966572737505 |Jeddah Get Cytotec pills for Abortion pillsSAUDI ARABIYA | +966572737505 |Jeddah Get Cytotec pills for Abortion pills
SAUDI ARABIYA | +966572737505 |Jeddah Get Cytotec pills for Abortion pills
 
NO1 Best kala jadu karne wale ka contact number kala jadu karne wale baba kal...
NO1 Best kala jadu karne wale ka contact number kala jadu karne wale baba kal...NO1 Best kala jadu karne wale ka contact number kala jadu karne wale baba kal...
NO1 Best kala jadu karne wale ka contact number kala jadu karne wale baba kal...
 
certified amil baba ,black magic specialist in russia and kala jadu expert in...
certified amil baba ,black magic specialist in russia and kala jadu expert in...certified amil baba ,black magic specialist in russia and kala jadu expert in...
certified amil baba ,black magic specialist in russia and kala jadu expert in...
 
DSP Gold ETF Fund of Fund PPT - April'2024
DSP Gold ETF Fund of Fund PPT - April'2024DSP Gold ETF Fund of Fund PPT - April'2024
DSP Gold ETF Fund of Fund PPT - April'2024
 
amil baba kala jadu expert uk amil baba kala jadu removal uk amil baba in mal...
amil baba kala jadu expert uk amil baba kala jadu removal uk amil baba in mal...amil baba kala jadu expert uk amil baba kala jadu removal uk amil baba in mal...
amil baba kala jadu expert uk amil baba kala jadu removal uk amil baba in mal...
 

Api docs for egypt rates

  • 1. API Documentation Version:1.0.2 Last Update:20/06/2018 Table of Contents API DOCUMENTATION.....................................................................................................................................1 INTRODUCTION...............................................................................................................................................2 API END POINTS DOCUMENTATION.................................................................................................................3 GET CURRENCY RATES IN ALL BANKS...............................................................................................................4 CURRENCY RATES KEYS EXPLANATION ............................................................................................................4 GET BEST RATE FOR THIS CURRENCY IN ALL BANKS.........................................................................................5 GET GOLD PRICE ..............................................................................................................................................6 GOLD RATES KEY EXPLANATION ......................................................................................................................6 GET YOUR BALANCE AND EXPIRY DATE ...........................................................................................................7 BALANCE KEY EXPLANATION ...........................................................................................................................7 NOTES..............................................................................................................................................................7
  • 2. https://egyptrates.com API Documentation 2 Introduction As one of the first websites to provide currency exchange API in Egyptian banks. EgyptRates is collecting the currency exchange from all available online banks in Egypt directly from their currency exchange page. What makes us in EgyptRates Reliable is the periodically updates and following bank pages structure change over time. EgyptRates also provide API services for all websites and applications which requires currency exchange updates periodically. In this document we will provide the required documentation to use the API for easy integration within your application.
  • 3. https://egyptrates.com API Documentation 3 API End Points Documentation Get List of Banks?token={TOKEN}s://egyptrates.com/api/v1/bankshttp Rates for one currency in all banks *https://egyptrates.com/api/v1/prices/{CURR}?token={TOKEN} Best price for currencyhttps://egyptrates.com/api/v1/prices/{CURR}/best?token={TOKEN} Gold price={TOKEN}https://egyptrates.com/api/v1/gold?token Get current balancehttps://egyptrates.com/api/v1/balance?token={TOKEN} Variables • { CURR} Cur r enc y c ode, i.e. f or Dollar us e USD • { TOKEN} Your account token provided by us. • You can add lang variable for any request to get results in (en = English, ar= Arabic) * You can filter by bank, just add bank_id variable to the request and pass the bank_id from get list of banks request.
  • 4. https://egyptrates.com API Documentation 4 Get Currency rates in all banks You need to call this end point and change the variables with the proper values https://egyptrates.com/api/v1/prices/{CURR}?token={TOKEN} Response Example "data":[ { "id":28, "name":" ‫ا‬‫ﻟ‬‫ﻣ‬‫ﺻ‬‫ر‬‫ف‬‫ا‬‫ﻟ‬‫ﻌ‬‫ر‬‫ﺑ‬‫ﻰ‬‫ا‬‫ﻟ‬‫د‬‫و‬‫ﻟ‬‫ﻰ‬ ", "logo":"https://egyptrates.com/img/banks/aib_logo.png", "currency_code":"USD", "last_update":"2018-03-26 03:40:07 PM", "bank_update":"2018-03-21 01:20:04 PM", "old_sell":"17.660", "old_buy":"17.560", "sell":"17.680", "buy":"17.580", "currency":" ‫د‬‫و‬‫ﻻ‬‫ر‬‫ا‬‫ﻣ‬‫ر‬‫ﯾ‬‫ﻛ‬‫ﻲ‬ ", "sell_bars":"17.680,17.660,17.680,17.660,17.680", "buy_bars":"17.580,17.560,17.580,17.560,17.580" }] rates keys explanationCurrency idBank id nameBank name logoBank logo LINK Currency_codeCurrency code Last_updateLast crawl at EgyptRates Bank_updateLast update in the bank Old_sellOld buy price Old_buyOld sell price sellCurrent sell price buyCurrent buy price currencyCurrency name Sell_barsLast five changes in this currency sell rates Buy_barsLast fice changes in this currency buy rates
  • 5. https://egyptrates.com API Documentation 5 Get best rate for this currency in all Banks You need to call this end point and change the variables with the proper values https://egyptrates.com/api/v1/prices/{CURR}/best?token={TOKEN} Response Example { "data":{ "best_buy":{ "id":4, "name":" ‫ا‬‫ﻟ‬‫ﺒ‬‫ﻨ‬‫ﻚ‬‫ا‬‫ﻷ‬‫ھ‬‫ﻠ‬‫ﻲ‬‫ا‬‫ﻟ‬‫ﻤ‬‫ﺼ‬‫ﺮ‬‫ي‬ ", "logo":"banks/ahli.png", "currency_code":"USD", "last_update":"2018-03-26 03:50:03 PM", "bank_update":"2018-03-04 16:20:11", "old_sell":"17.660", "old_buy":"17.560", "sell":"17.650", "buy":"17.550", "currency":" ‫د‬‫و‬‫ﻻ‬‫ر‬‫ا‬‫ﻣ‬‫ﺮ‬‫ﯾ‬‫ﻜ‬‫ﻲ‬ ", "sell_bars":"17.650,17.660,17.670,17.680,17.690", "buy_bars":"17.550,17.560,17.570,17.580,17.590" }, "best_sell":{ "id":18, "name":" ‫ﻣ‬‫ﺼ‬‫ﺮ‬‫ف‬‫أ‬‫ﺑ‬‫ﻮ‬‫ﻇ‬‫ﺒ‬‫ﻰ‬‫ا‬‫ﻹ‬‫ﺳ‬‫ﻼ‬‫ﻣ‬‫ﻰ‬ ", "logo":"banks/abudabi.jpg", "currency_code":"USD", "last_update":"2018-03-26 03:50:15 PM", "bank_update":"2018-03-26 10:50:28", "old_sell":"17.690", "old_buy":"17.610", "sell":"17.700", "buy":"17.610", "currency":" ‫د‬‫و‬‫ﻻ‬‫ر‬‫ا‬‫ﻣ‬‫ﺮ‬‫ﯾ‬‫ﻜ‬‫ﻲ‬ ", "sell_bars":"17.700,17.690,17.690,17.680,17.680", "buy_bars":"17.610,17.610,17.620,17.600,17.580" } } }
  • 6. https://egyptrates.com API Documentation 6 Get Gold Price You need to call this end point and change the variables with the proper values ={TOKEN}https://egyptrates.com/api/v1/gold?token "data":[ { "id":1, "type_ar":" ‫ﻋ‬‫ﯿ‬‫ﺎ‬‫ر‬24 ", "type":" ‫ﻋ‬‫ﯿ‬‫ﺎ‬‫ر‬24 ", "price":"762.78", "old_price":"762.78", "usd_price":"43.36", "usd_old_price":"43.32", "last_update":"2018-03-26 16:00:01" }, { "id":2, "type_ar":" ‫ﻋ‬‫ﯿ‬‫ﺎ‬‫ر‬22 ", "type":" ‫ﻋ‬‫ﯿ‬‫ﺎ‬‫ر‬22 ", "price":"699.22", "old_price":"699.22", "usd_price":"39.75", "usd_old_price":"39.71", "last_update":"2018-03-26 16:00:01" }] Gold rates Key explanation idId Type_arType in Arabic typeType in English * pricePrice in Egyptian pound Old_priceOld price in Egyptian pound Usd_pricePrice in dollar Usd_old_priceOld price in dollar Last_updateLast update *Currently this value in Arabic only, we will provide multi-lang in the next version.
  • 7. https://egyptrates.com API Documentation 7 Get your balance and expiry date You need to call this end point and change the variables with the proper values https://egyptrates.com/api/v1/balance?token={TOKEN} { "data":{ "balance":15000, "expiry":"2018-05-27" } } Balance key explanation balanceRemaining points in your account expiryExpiry date* * This is subject to which package you choose. Notes The API supports the JSON format as the default format for the response, also we support XML-RSS format, which you can use it by adding format variable to your request as follows. https://egyptrates.com/api/v1/balance?token={TOKEN}&format=xml <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"> <channel> <title> ‫أ‬‫ﺳ‬‫ﻌ‬‫ﺎ‬‫ر‬‫ا‬‫ﻟ‬‫ﻌ‬‫ﻤ‬‫ﻼ‬‫ت‬ EgyptRates</title> <link>http://www.egyptrates.com</link> <description> ‫أ‬‫ﺳ‬‫ﻌ‬‫ﺎ‬‫ر‬‫ا‬‫ﻟ‬‫ﻌ‬‫ﻤ‬‫ﻼ‬‫ت‬‫ﻣ‬‫ﻦ‬‫ﻣ‬‫ﻮ‬‫ﻗ‬‫ﻊ‬ EgyptRates</description> <language>en-us</language> <copyright>Copyright (C) 2018 egyptrates.com</copyright> <item> <balance>45</balance> <expiry>2018-04-26</expiry> </item> </channel> </rss> You can contact us to get trial account from here us-https://egyptrates.com/contact