Get Currency List
It is the API used to obtain exchange rate information.
Parameters
No input parameter required.
Name | Type | Description |
- |
- | - |
Data Returned
Data is returned as JSON as specified by the dataFormat parameter.
Regardless of format, the data contains the following fields:
Name | Type | Description |
returnCode |
string | Return code of API call . |
returnMessage |
string | Return message of authorization API call. |
data |
string | Data contains the information below. |
CurrencyRateList |
Array | List of currency rates |
Currency |
string | Currency information |
TurkishName |
string | Turkish name of the currency |
EnglishName |
string | English name of the currency |
Code |
string | Short code of the currency. “TRY” , “USD” , “EUR“ |
DisplayCode |
string | Currency code to display |
NumericalCode |
string | Numerical code of the currency. TRY “888”, USD “001”, EUR “036”. 3 char |
BuyExchangeRate |
Decimal | Buying rate of the currency. |
FormattedBuyExchangeRate |
string | Formatted purchase rate. |
SellExchangeRate |
Decimal | Selling rate of the currency. |
FormattedSellExchangeRate |
string | Formatted sell rate. |
Parity |
Decimal | Currency parity. |
FormattedParity |
string | Formatted parity. |
DirectionOfChange |
string | Currency change direction. ( - , + ) |
ChangeRate |
Decimal | Currency change rate. |
FormattedChangeRate |
string | Formatted rate of change. |
IsBaseTransactionModel |
Boolean | Unused space. |
Id |
string | Unused space. |
Examples
Request:
{
}
Response:
{
"returnCode":"API-00000",
"returnMessage":"İşlem başarıyla gerçekleşmiştir.",
"data": {
"CurrencyRateList": [
{
"Currency": {
"TurkishName": "AMERİKAN DOLARI",
"EnglishName": "AMERICAN DOLLAR",
"Code": "USD",
"NumericalCode": "001",
"DisplayCode": "USD"
},
"BuyExchangeRate": 5.793,
"FormattedBuyExchangeRate": "5,793",
"SellExchangeRate": 5.743,
"FormattedSellExchangeRate": "5,743",
"Parity": 1,
"FormattedParity": "1",
"DirectionOfChange": "-",
"ChangeRate": -0.00414,
"FormattedChangeRate": "-0,00414"
},
{
"Currency": {
"TurkishName": "İNGİLİZ STERLİNİ",
"EnglishName": "BRITISH POUND",
"Code": "GBP",
"NumericalCode": "003",
"DisplayCode": "GBP"
},
"BuyExchangeRate": 6.9508,
"FormattedBuyExchangeRate": "6,9508",
"SellExchangeRate": 6.8909,
"FormattedSellExchangeRate": "6,8909",
"Parity": 1.1999,
"FormattedParity": "1,1999",
"DirectionOfChange": "-",
"ChangeRate": -0.00966,
"FormattedChangeRate": "-0,00966"
},
{
"Currency": {
"TurkishName": "İSVİÇRE FRANGI",
"EnglishName": "SWISS FRANC",
"Code": "CHF",
"NumericalCode": "021",
"DisplayCode": "CHF"
},
"BuyExchangeRate": 5.8496,
"FormattedBuyExchangeRate": "5,8496",
"SellExchangeRate": 5.7985,
"FormattedSellExchangeRate": "5,7985",
"Parity": 1.0097,
"FormattedParity": "1,0097",
"DirectionOfChange": "-",
"ChangeRate": -0.00364,
"FormattedChangeRate": "-0,00364"
},
{
"Currency": {
"TurkishName": "EURO",
"EnglishName": "EURO",
"Code": "EUR",
"NumericalCode": "036",
"DisplayCode": "EUR"
},
"BuyExchangeRate": 6.3401,
"FormattedBuyExchangeRate": "6,3401",
"SellExchangeRate": 6.2854,
"FormattedSellExchangeRate": "6,2854",
"Parity": 1.0944,
"FormattedParity": "1,0944",
"DirectionOfChange": "-",
"ChangeRate": -0.00639,
"FormattedChangeRate": "-0,00639"
},
{
"Currency": {
"TurkishName": "JAPON YENİ",
"EnglishName": "JAPANESE YEN",
"Code": "JPY",
"NumericalCode": "020",
"DisplayCode": "100 JPY"
},
"BuyExchangeRate": 5.4657,
"FormattedBuyExchangeRate": "5,4657",
"SellExchangeRate": 5.4138,
"FormattedSellExchangeRate": "5,4138",
"Parity": 106.0345,
"FormattedParity": "106,0345",
"DirectionOfChange": "-",
"ChangeRate": -0.00218,
"FormattedChangeRate": "-0,00218"
},
{
"Currency": {
"TurkishName": "İSVEÇ KRONU",
"EnglishName": "SWEDISH KRONA",
"Code": "SEK",
"NumericalCode": "007",
"DisplayCode": "SEK"
},
"BuyExchangeRate": 0.58721,
"FormattedBuyExchangeRate": "0,58721",
"SellExchangeRate": 0.5811,
"FormattedSellExchangeRate": "0,5811",
"Parity": 9.8741,
"FormattedParity": "9,8741",
"DirectionOfChange": "-",
"ChangeRate": -0.00875,
"FormattedChangeRate": "-0,00875"
},
{
"Currency": {
"TurkishName": "RUS RUBLESİ",
"EnglishName": "RUSSIAN ROUBLE",
"Code": "RUB",
"NumericalCode": "025",
"DisplayCode": "RUB"
},
"BuyExchangeRate": 0.08738,
"FormattedBuyExchangeRate": "0,08738",
"SellExchangeRate": 0.08499,
"FormattedSellExchangeRate": "0,08499",
"Parity": 66.9346,
"FormattedParity": "66,9346",
"DirectionOfChange": "-",
"ChangeRate": -0.00679,
"FormattedChangeRate": "-0,00679"
},
{
"Currency": {
"TurkishName": "DANİMARKA KRONU",
"EnglishName": "DANISH KRONE",
"Code": "DKK",
"NumericalCode": "013",
"DisplayCode": "DKK"
},
"BuyExchangeRate": 0.85135,
"FormattedBuyExchangeRate": "0,85135",
"SellExchangeRate": 0.84254,
"FormattedSellExchangeRate": "0,84254",
"Parity": 6.8104,
"FormattedParity": "6,8104",
"DirectionOfChange": "-",
"ChangeRate": -0.00596,
"FormattedChangeRate": "-0,00596"
},
{
"Currency": {
"TurkishName": "NORVEÇ KRONU",
"EnglishName": "NORWEGIAN KRONE",
"Code": "NOK",
"NumericalCode": "015",
"DisplayCode": "NOK"
},
"BuyExchangeRate": 0.6343,
"FormattedBuyExchangeRate": "0,6343",
"SellExchangeRate": 0.62771,
"FormattedSellExchangeRate": "0,62771",
"Parity": 9.141,
"FormattedParity": "9,141",
"DirectionOfChange": "-",
"ChangeRate": -0.00806,
"FormattedChangeRate": "-0,00806"
},
{
"Currency": {
"TurkishName": "KANADA DOLARI",
"EnglishName": "CANADIAN DOLLAR",
"Code": "CAD",
"NumericalCode": "011",
"DisplayCode": "CAD"
},
"BuyExchangeRate": 4.3444,
"FormattedBuyExchangeRate": "4,3444",
"SellExchangeRate": 4.3032,
"FormattedSellExchangeRate": "4,3032",
"Parity": 1.334,
"FormattedParity": "1,334",
"DirectionOfChange": "-",
"ChangeRate": -0.00531,
"FormattedChangeRate": "-0,00531"
},
{
"Currency": {
"TurkishName": "AVUSTRALYA DOLARI",
"EnglishName": "AUSTRALIAN DOLLAR",
"Code": "AUD",
"NumericalCode": "006",
"DisplayCode": "AUD"
},
"BuyExchangeRate": 3.9007,
"FormattedBuyExchangeRate": "3,9007",
"SellExchangeRate": 3.8637,
"FormattedSellExchangeRate": "3,8637",
"Parity": 1.4858,
"FormattedParity": "1,4858",
"DirectionOfChange": "-",
"ChangeRate": -0.002,
"FormattedChangeRate": "-0,002"
},
{
"Currency": {
"TurkishName": "ALTIN",
"EnglishName": "GOLD",
"Code": "XAU",
"NumericalCode": "040",
"DisplayCode": "ALT"
},
"BuyExchangeRate": 284.123,
"FormattedBuyExchangeRate": "284,123",
"SellExchangeRate": 281.166,
"FormattedSellExchangeRate": "281,166",
"Parity": 49.002,
"FormattedParity": "49,002",
"DirectionOfChange": "-",
"ChangeRate": -0.00214,
"FormattedChangeRate": "-0,00214"
},
{
"Currency": {
"TurkishName": "BİRL. ARAP EMİR. DİRHEMİ",
"EnglishName": "UNITED ARAB EMIRATES DIRH",
"Code": "AED",
"NumericalCode": "039",
"DisplayCode": "AED"
},
"BuyExchangeRate": 1.58651,
"FormattedBuyExchangeRate": "1,58651",
"SellExchangeRate": 1.5538,
"FormattedSellExchangeRate": "1,5538",
"Parity": 3.6738,
"FormattedParity": "3,6738",
"DirectionOfChange": "-",
"ChangeRate": -0.00468,
"FormattedChangeRate": "-0,00468"
},
{
"Currency": {
"TurkishName": "ÇİN YUANI",
"EnglishName": "CHINESE YUAN",
"Code": "CNY",
"NumericalCode": "029",
"DisplayCode": "CNY"
},
"BuyExchangeRate": 0.81227,
"FormattedBuyExchangeRate": "0,81227",
"SellExchangeRate": 0.79542,
"FormattedSellExchangeRate": "0,79542",
"Parity": 7.176,
"FormattedParity": "7,176",
"DirectionOfChange": "-",
"ChangeRate": -0.00503,
"FormattedChangeRate": "-0,00503"
},
{
"Currency": {
"TurkishName": "S.ARABİSTAN RİYALİ",
"EnglishName": "SAUDI RIYAL",
"Code": "SAR",
"NumericalCode": "019",
"DisplayCode": "SAR"
},
"BuyExchangeRate": 1.5498,
"FormattedBuyExchangeRate": "1,5498",
"SellExchangeRate": 1.52576,
"FormattedSellExchangeRate": "1,52576",
"Parity": 3.751,
"FormattedParity": "3,751",
"DirectionOfChange": "-",
"ChangeRate": -0.00495,
"FormattedChangeRate": "-0,00495"
}
}
}
-
API URL : https://apigate.akbank.com.tr:8443
-
-
-