İDEAL DATA FİNANSAL TEKNOLOJİLER A.Ş. Logo

SERVİS APİ DOKÜMANI

Banka Gişe Kur

Bu servis ile banka gişe kurlarını listeleyebilirsiniz.

Request

Method Url
GET {{api_url}}BankaGiseKur/BankaGiseKur?api_key={{api_key}}
Type Params Values
URL_PARAM api_key string

api_key: Server bilgilerinde api key değeri pre-define olarak verilmiştir.

Response

Status Response
200
[
    {
        "s": "AKBEUR",
        "d": "AKBNK EUR BANKA GISE KURU",
        "b": "35.8179",
        "a": "37.1902",
        "p": "-0.54"
    },
    {
        "s": "AKBGBP",
        "d": "AKBANK STERLIN BANKA GISE KURU",
        "b": "43.2740",
        "a": "44.9398",
        "p": "-0.32"
    },
    {
        "s": "AKBUSD",
        "d": "AKBANK USD GISE KURU",
        "b": "33.6320",
        "a": "34.9240",
        "p": "0.10"
    },
    ....
]        

s (string) Sembol. Banka gişe kuru sembol kodu.
d (string) Açıklama. Banka gişe kuru sembol tanımı.
b (string) Alış fiyatı.                        
a (string) Satış fiyatı.                        
p (string) Gün yüzde fark.                        
                        
401
{
    "message": {
        "errorText": "Bu servis için yetkiniz yok.",
        "errorCode": "Permission401",
        "isError": true,
        "resultText": null,
        "resultOk": false,
        "resultCode": null
    }
}
                        

Not: Bu servis için örnek istek aşağıya eklenmiştir.

Request-1 {{api_url}}BankaGiseKur/BankaGiseKur?api_key={{api_key}}