Rates to USD from different world-wide currencies. Updates once per day from Philippines Central Bank.
#
Endpoints
- Per currency:
https://data.reddec.net/rates/<currency>/json
- All currencies:
https://data.reddec.net/rates/json
#
Output
Output format (_all
endpoint returns array of the following objects):
name
(string) - international short code for currency (ex: USD)unit
(string) - currency unit name (ex: dollar)area
(string) - issuer location (ex: United States of America)rate
(decimal in string) - how many this currency you can buy for 1 USDupdated
(string, ISO datetime) - last updated timestamp
##
Example
curl https://data.reddec.net/rates/aed/json
{
"name": "AED",
"unit": "DIRHAM",
"area": "UNITED ARAB EMIRATES",
"rate": "3.6727033667671763",
"updated": "2022-08-09T00:55:50Z"
}
#
Supported currencies
NAME | UNIT | AREA |
---|---|---|
PHP | PESO | PHILIPPINES |
JPY | YEN | JAPAN |
GBP | POUND | UNITED KINGDOM |
HKD | DOLLAR | HONGKONG |
CHF | FRANC | SWITZERLAND |
CAD | DOLLAR | CANADA |
SGD | DOLLAR | SINGAPORE |
AUD | DOLLAR | AUSTRALIA |
BHD | DINAR | BAHRAIN |
SAR | RIYAL | SAUDI ARABIA |
BND | DOLLAR | BRUNEI |
IDR | RUPIAH | INDONESIA |
THB | BAHT | THAILAND |
AED | DIRHAM | UNITED ARAB EMIRATES |
EUR | EURO | EUROPEAN MONETARY UNION |
KRW | WON | KOREA |
CNY | YUAN | CHINA |
ARS | PESO | ARGENTINA |
BRL | REAL | BRAZIL |
DKK | KRONER | DENMARK |
INR | RUPEE | INDIA |
MYR | RINGGIT | MALAYSIA |
MXN | NEW PESO | MEXICO |
NZD | DOLLAR | NEW ZEALAND |
NOK | KRONER | NORWAY |
PKR | RUPEE | PAKISTAN |
ZAR | RAND | SOUTH AFRICA |
SEK | KRONER | SWEDEN |
SYP | POUND | SYRIA |
TWD | NT DOLLAR | TAIWAN |
VEB | BOLIVAR | VENEZUELA |