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

SERVİS APİ DOKÜMANI

Senet Tedbir

Bu servis ile senet tedbir listesini sorgulayabilirsiniz.

Request

Method Url
GET {{api_url}}SenetTedbir/SenetTedbir?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
{
    "a": "2024-11-01T08:29:00",
    "b": [
        {
            "c": "DENIZ GMYO",
            "d": "DZGYO",
            "e": "PASKI",
            "f": "AÇIĞA SATIŞ YASAĞI",
            "g": "2024-09-12T00:00:00",
            "h": "2024-11-22T00:00:00"
        },
        {
            "c": "DENIZ GMYO",
            "d": "DZGYO",
            "e": "PKISY",
            "f": "KREDİLİ İŞLEM YASAĞI",
            "g": "2024-09-12T00:00:00",
            "h": "2024-11-22T00:00:00"
        },
        {
            "c": "ETILER GIDA",
            "d": "ETILR",
            "e": "PKISY",
            "f": "KREDİLİ İŞLEM YASAĞI",
            "g": "2024-09-13T00:00:00",
            "h": "2024-11-01T00:00:00"
        },
        {
            "c": "ETILER GIDA",
            "d": "ETILR",
            "e": "PASKI",
            "f": "AÇIĞA SATIŞ YASAĞI",
            "g": "2024-09-13T00:00:00",
            "h": "2024-11-01T00:00:00"
        },
        {
            "c": "ETILER GIDA",
            "d": "ETILR",
            "e": "PBRUT",
            "f": "BRÜT TAKAS",
            "g": "2024-09-20T00:00:00",
            "h": "2024-11-01T00:00:00"
        }
        ...
        ]
}                   
a (string) Tarih. Senet Tedbir Listesi Güncelleme tarihi.
b (array)  Liste. Sembol tedbir listesi.
c (string) Pay Adı. Hisse sembol tanımı.
d (string) Pay Kodu. Hisse sembol kodu.
e (string) Tedbir Kodu.	Tedbir Kodu.
f (string) Tedbir Tanımı. Tedbir tanımı.
g (string) Tarih1. Tedbir başlangıç tarihi.
h (string) Tarih 2. Tedbir bitiş tarihi.   
                        
401
{
    "message": {
        "errorText": "Bu servis için yetkiniz yok.",
        "errorCode": "Permission401",
        "isError": true,
        "resultText": null,
        "resultOk": false,
        "resultCode": null
    }
}