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

SERVİS APİ DOKÜMANI

Hak Kullanım Servisi

Bu servis ile üç adet Hak Kullanım fonksiyonuna erişim sağlanır.

Hak Kullanımları Özet Bilgisi

Request

Method Url
GET {{api_url}}HakKullanim/DisclosuresByMonthAndYear?year={{year}}&month={{month}}&api_key={{api_key}}
Type Params Values
URL_PARAM year string
URL_PARAM month string
URL_PARAM api_key string

year: yyyy formatındadır. Zorunlu alan.

month: MM formatındadır. Zorunlu alan.

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

Response

Status Response
200
{
    "message": {
        "isError": false,
        "errorCode": null,
        "errorText": null,
        "resultOk": true,
        "resultCode": "200",
        "resultText": "OK"
    },
    "data": [
        {
            "id": 0,
            "disclosureIndex": 1327474,
            "senderTitle": "DENİZBANK A.Ş.",
            "senderExchCodes": "DENIZ,DNZ",
            "disclosureType": "CA",
            "disclosureClass": "ODA",
            "eventType": "SPAF",
            "time": "0001-01-01T00:00:00",
            "realizationDate": "2024-08-23T00:00:00",
            "link": "https://www.kap.org.tr/Bildirim/1327474"
        },
        {
            "id": 0,
            "disclosureIndex": 1327581,
            "senderTitle": "EREĞLİ TEKSTİL TURİZM SANAYİ VE TİCARET A.Ş.",
            "senderExchCodes": "ERGLI",
            "disclosureType": "CA",
            "disclosureClass": "ODA",
            "eventType": "SPAF",
            "time": "0001-01-01T00:00:00",
            "realizationDate": "2024-08-23T00:00:00",
            "link": "https://www.kap.org.tr/Bildirim/1327581"
        },...
    ]
}
                    
401
{
    "message": {
        "errorText": "Bu servis için yetkiniz yok.",
        "errorCode": "Permission401",
        "isError": true,
        "resultText": null,
        "resultOk": false,
        "resultCode": null
    }
}

Örnek: {{api_url}}HakKullanim/DisclosuresByMonthAndYear?year=2024&month=08&api_key={{api_key}}


Hak Kullanımları Tüm Bilgiler

Request

Method Url
GET {{api_url}}HakKullanim/DisclosuresWithFlatDataByMonthAndYear?year={{year}}&month={{month}}&api_key={{api_key}}
Type Params Values
URL_PARAM year string
URL_PARAM month string
URL_PARAM api_key string

year: yyyy formatındadır. Zorunlu alan.

month: MM formatındadır. Zorunlu alan.

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

Response

Status Response
200
{
    "message": {
        "isError": false,
        "errorCode": null,
        "errorText": null,
        "resultOk": true,
        "resultCode": "200",
        "resultText": "OK"
    },
    "data": [
        {
            "disclosureIndex": 1327474,
            "senderTitle": "DENİZBANK A.Ş.",
            "senderExchCodes": "DENIZ,DNZ",
            "disclosureType": "CA",
            "disclosureClass": "ODA",
            "eventType": "SPAF",
            "time": "0001-01-01T00:00:00",
            "realizationDate": "2024-08-23T00:00:00",
            "link": "https://www.kap.org.tr/Bildirim/1327474",
            "flatData": [
                {
                    "id": 219,
                    "property": "additionalExplanationTr",
                    "value": "İlgi: 19.04.2024 ve 13.06.2023 tarihli özel durum açıklamalarımız\n\n\n
    İlgide kayıtlı açıklamamızla Bankamızca EMTN (Euro Medium Term Notes) programının yenilendiği 
    (\"Program\") ve programın farklı para birimlerinde ve farklı vadelerde ihraç yapmaya hazır hale 
    getirildiği kamuya açıklanmıştı. Program kapsamında 10.250.000 EUR tutarındaki tahvilin ihracı 
    23 Ağustos 2024 tarihinde gerçekleştirilmiştir.",
                    "details": []
                },
                {
                    "id": 220,
                    "property": "boardDecisionDate",
                    "value": "{\r\n  \"date\": \"2024-02-22\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "boardDecisionDate",
                            "property": "date",
                            "value": "2024-02-22"
                        }
                    ]
                },
                {
                    "id": 221,
                    "property": "byCouponOverSeaList",
                    "value": "{}",
                    "details": []
                },
                {
                    "id": 222,
                    "property": "capitalMarketBoardApprovalDate",
                    "value": "{\r\n  \"date\": \"2024-04-18\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "capitalMarketBoardApprovalDate",
                            "property": "date",
                            "value": "2024-04-18"
                        }
                    ]
                },
                {
                    "id": 223,
                    "property": "centralSecuritiesDepository",
                    "value": "Clearstream",
                    "details": []
                },
                {
                    "id": 224,
                    "property": "countryIssueTakesPlace",
                    "value": "{\r\n  \"key\": \"UK\",\r\n  \"text\": \"İngiltere\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "countryIssueTakesPlace",
                            "property": "key",
                            "value": "UK"
                        },
                        {
                            "parentProperty": "countryIssueTakesPlace",
                            "property": "text",
                            "value": "İngiltere"
                        }
                    ]
                },
                {
                    "id": 225,
                    "property": "couponNumber",
                    "value": "2",
                    "details": []
                },
                {
                    "id": 226,
                    "property": "couponPaymentFrequency",
                    "value": "{\r\n  \"key\": \"3\",\r\n  \"text\": \"6 Ayda Bir\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "couponPaymentFrequency",
                            "property": "key",
                            "value": "3"
                        },
                        {
                            "parentProperty": "couponPaymentFrequency",
                            "property": "text",
                            "value": "6 Ayda Bir"
                        }
                    ]
                },
                {
                    "id": 227,
                    "property": "currency",
                    "value": "{\r\n  \"key\": \"USD\",\r\n  \"text\": \"USD\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "currency",
                            "property": "key",
                            "value": "USD"
                        },
                        {
                            "parentProperty": "currency",
                            "property": "text",
                            "value": "USD"
                        }
                    ]
                },
                {
                    "id": 228,
                    "property": "currencyForIssueUsedInList",
                    "value": "{\r\n  \"key\": \"EUR\",\r\n  \"text\": \"EUR\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "currencyForIssueUsedInList",
                            "property": "key",
                            "value": "EUR"
                        },
                        {
                            "parentProperty": "currencyForIssueUsedInList",
                            "property": "text",
                            "value": "EUR"
                        }
                    ]
                },
                {
                    "id": 229,
                    "property": "disclosureClass",
                    "value": "ODA",
                    "details": []
                },
                {
                    "id": 230,
                    "property": "disclosureTopic",
                    "value": "Pay Dışında Sermaye Piyasası Aracı 
İşlemlerine İlişkin Bildirim (Faiz İçeren)",
                    "details": []
                },
                {
                    "id": 231,
                    "property": "disclosureTopicEn",
                    "value": "Notification Regarding Issue of Capital Market Instrument",
                    "details": []
                },
                {
                    "id": 232,
                    "property": "disclosureType",
                    "value": "CA",
                    "details": []
                },
                {
                    "id": 233,
                    "property": "domesticOversea",
                    "value": "{\r\n  \"key\": \"2\",\r\n  \"text\": \"Yurt Dışı\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "domesticOversea",
                            "property": "key",
                            "value": "2"
                        },
                        {
                            "parentProperty": "domesticOversea",
                            "property": "text",
                            "value": "Yurt Dışı"
                        }
                    ]
                },
                {
                    "id": 234,
                    "property": "endDateOfSale",
                    "value": "{\r\n  \"date\": \"2024-08-23\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "endDateOfSale",
                            "property": "date",
                            "value": "2024-08-23"
                        }
                    ]
                },
                {
                    "id": 235,
                    "property": "interestRateType",
                    "value": "{\r\n  \"key\": \"2\",\r\n  \"text\": \"Sabit\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "interestRateType",
                            "property": "key",
                            "value": "2"
                        },
                        {
                            "parentProperty": "interestRateType",
                            "property": "text",
                            "value": "Sabit"
                        }
                    ]
                },
                {
                    "id": 236,
                    "property": "isChoosenKapy11640TypeCondition",
                    "value": "{}",
                    "details": []
                },
                {
                    "id": 237,
                    "property": "isGreenSustainabilityThemed",
                    "value": "{\r\n  \"key\": \"-1\",\r\n  \"text\": \"Seçim Yapınız\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "isGreenSustainabilityThemed",
                            "property": "key",
                            "value": "-1"
                        },
                        {
                            "parentProperty": "isGreenSustainabilityThemed",
                            "property": "text",
                            "value": "Seçim Yapınız"
                        }
                    ]
                },
                {
                    "id": 238,
                    "property": "isThereARatingFirstLabel",
                    "value": "{\r\n  \"key\": \"YES\",\r\n  \"text\": \"Evet\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "isThereARatingFirstLabel",
                            "property": "key",
                            "value": "YES"
                        },
                        {
                            "parentProperty": "isThereARatingFirstLabel",
                            "property": "text",
                            "value": "Evet"
                        }
                    ]
                },
                {
                    "id": 239,
                    "property": "isThereARatingSecondLabel",
                    "value": "{\r\n  \"key\": \"NO\",\r\n  \"text\": \"Hayır\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "isThereARatingSecondLabel",
                            "property": "key",
                            "value": "NO"
                        },
                        {
                            "parentProperty": "isThereARatingSecondLabel",
                            "property": "text",
                            "value": "Hayır"
                        }
                    ]
                },
                {
                    "id": 240,
                    "property": "isThereARatingThirdLabel",
                    "value": "{\r\n  \"key\": \"-1\",\r\n  \"text\": \"Seçim Yapınız\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "isThereARatingThirdLabel",
                            "property": "key",
                            "value": "-1"
                        },
                        {
                            "parentProperty": "isThereARatingThirdLabel",
                            "property": "text",
                            "value": "Seçim Yapınız"
                        }
                    ]
                },
                {
                    "id": 241,
                    "property": "isinCode",
                    "value": "XS2885283221",
                    "details": []
                },
                {
                    "id": 242,
                    "property": "issueExchangeRate",
                    "value": "1",
                    "details": []
                },
                {
                    "id": 243,
                    "property": "issueLimitSecurityType",
                    "value": "{\r\n  \"key\": \"1\",\r\n  \"text\": \"Borçlanma Aracı\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "issueLimitSecurityType",
                            "property": "key",
                            "value": "1"
                        },
                        {
                            "parentProperty": "issueLimitSecurityType",
                            "property": "text",
                            "value": "Borçlanma Aracı"
                        }
                    ]
                },
                {
                    "id": 244,
                    "property": "kpy70DerecelendirmeGridRowIList",
                    "value": "{}",
                    "details": []
                },
                {
                    "id": 245,
                    "property": "limit",
                    "value": "3000000000",
                    "details": []
                },
                {
                    "id": 246,
                    "property": "maturityDate",
                    "value": "{\r\n  \"date\": \"2025-08-27\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "maturityDate",
                            "property": "date",
                            "value": "2025-08-27"
                        }
                    ]
                },
                {
                    "id": 247,
                    "property": "maturityDay",
                    "value": "369",
                    "details": []
                },
                {
                    "id": 248,
                    "property": "maturityStartDate",
                    "value": "{\r\n  \"date\": \"2024-08-23\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "maturityStartDate",
                            "property": "date",
                            "value": "2024-08-23"
                        }
                    ]
                },
                {
                    "id": 249,
                    "property": "nominalValueOfCapitalMarketInstrumentSold",
                    "value": "10250000",
                    "details": []
                },
                {
                    "id": 250,
                    "property": "paymentType",
                    "value": "{\r\n  \"key\": \"3\",\r\n  \"text\": \"Döviz Ödemeli\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "paymentType",
                            "property": "key",
                            "value": "3"
                        },
                        {
                            "parentProperty": "paymentType",
                            "property": "text",
                            "value": "Döviz Ödemeli"
                        }
                    ]
                },
                {
                    "id": 251,
                    "property": "postponedDisclosure",
                    "value": "{\r\n  \"key\": \"NO\",\r\n  \"text\": \"Hayır\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "postponedDisclosure",
                            "property": "key",
                            "value": "NO"
                        },
                        {
                            "parentProperty": "postponedDisclosure",
                            "property": "text",
                            "value": "Hayır"
                        }
                    ]
                },
                {
                    "id": 252,
                    "property": "saleType",
                    "value": "{\r\n  \"key\": \"OV\",\r\n  \"text\": \"Yurtdışı Satış\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "saleType",
                            "property": "key",
                            "value": "OV"
                        },
                        {
                            "parentProperty": "saleType",
                            "property": "text",
                            "value": "Yurtdışı Satış"
                        }
                    ]
                },
                {
                    "id": 253,
                    "property": "saleTypeOfLeaseCertificates",
                    "value": "{\r\n  \"key\": \"OV\",\r\n  \"text\": \"Yurtdışı Satış\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "saleTypeOfLeaseCertificates",
                            "property": "key",
                            "value": "OV"
                        },
                        {
                            "parentProperty": "saleTypeOfLeaseCertificates",
                            "property": "text",
                            "value": "Yurtdışı Satış"
                        }
                    ]
                },
                {
                    "id": 254,
                    "property": "sendEngPublicDisclosure",
                    "value": "{}",
                    "details": []
                },
                {
                    "id": 255,
                    "property": "subject",
                    "value": "{\r\n  \"key\": \"3\",\r\n  \"text\": \"Satışın Tamamlanması\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "subject",
                            "property": "key",
                            "value": "3"
                        },
                        {
                            "parentProperty": "subject",
                            "property": "text",
                            "value": "Satışın Tamamlanması"
                        }
                    ]
                },
                {
                    "id": 256,
                    "property": "summaryTr",
                    "value": "EMTN Programı kapsamında Yurtdışı Borçlanma Aracı İhracı-XS2885283221\n",
                    "details": []
                },
                {
                    "id": 257,
                    "property": "taxonomyCategory",
                    "value": "STT",
                    "details": []
                },
                {
                    "id": 258,
                    "property": "tradedInTheStockExchange",
                    "value": "{\r\n  \"key\": \"NO\",\r\n  \"text\": \"Hayır\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "tradedInTheStockExchange",
                            "property": "key",
                            "value": "NO"
                        },
                        {
                            "parentProperty": "tradedInTheStockExchange",
                            "property": "text",
                            "value": "Hayır"
                        }
                    ]
                },
                {
                    "id": 259,
                    "property": "type",
                    "value": "{\r\n  \"key\": \"2\",\r\n  \"text\": \"Özel Sektör Tahvili\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "type",
                            "property": "key",
                            "value": "2"
                        },
                        {
                            "parentProperty": "type",
                            "property": "text",
                            "value": "Özel Sektör Tahvili"
                        }
                    ]
                },
                {
                    "id": 260,
                    "property": "useCaseMethodName",
                    "value": "sermayePiyasasiAraciFaizli",
                    "details": []
                },
                {
                    "id": 261,
                    "property": "useCaseProcessDefinition",
                    "value": "Pay Dışında Sermaye Piyasası Aracı İşlemlerine 
İlişkin Bildirim (Faiz İçeren) - DENİZBANK A.Ş.",
                    "details": []
                }
            ]
        },...
    ]
}
401
{
    "message": {
        "errorText": "Bu servis için yetkiniz yok.",
        "errorCode": "Permission401",
        "isError": true,
        "resultText": null,
        "resultOk": false,
        "resultCode": null
    }
}

Örnek: {{api_url}}HakKullanim/DisclosuresWithFlatDataByMonthAndYear?year=2024&month=08&api_key={{api_key}}


Hisse Bazında Hak Kullanım Bilgileri

Request

Method Url
GET {{api_url}}HakKullanim/DisclosuresBySenderExchCode?borsaKodu={{borsaKodu}}&api_key={{api_key}}
Type Params Values
URL_PARAM borsaKodu string
URL_PARAM api_key string

borsaKodu: Hisse kısa kodu. Zorunlu alan.

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

Response

Status Response
200
{
    "message": {
        "isError": false,
        "errorCode": null,
        "errorText": null,
        "resultOk": true,
        "resultCode": "200",
        "resultText": "OK"
    },
    "data": [
        {
            "disclosureIndex": 1328473,
            "senderTitle": "TÜRKİYE ŞİŞE VE CAM FABRİKALARI A.Ş.",
            "senderExchCodes": "SISE",
            "disclosureType": "CA",
            "disclosureClass": "ODA",
            "eventType": "SPAF",
            "time": "0001-01-01T00:00:00",
            "realizationDate": "2024-02-23T00:00:00",
            "link": "https://www.kap.org.tr/Bildirim/1328473",
            "flatData": [
                {
                    "id": 5649,
                    "property": "additionalExplanationEn",
                    "value": "The 2nd Coupon payment of the bond with ISIN code TRSSISE32613, 
dated 28.08.2024, was made. In case of a discrepancy between the Turkish and the English 
versions of this disclosure statement, the Turkish version shall prevail.",
                    "details": []
                },
                {
                    "id": 5650,
                    "property": "additionalExplanationTr",
                    "value": "TRSSISE32613 ISIN kodlu tahvilin, 28.08.2024 tarihli 2.Kupon 
ödemesi gerçekleştirilmiştir. İşbu açıklamamız ile açıklamamızın İngilizce çevirisi 
arasında herhangi bir farklılık olması durumunda, Türkçe açıklama esas kabul edilecektir.",
                    "details": []
                },
                {
                    "id": 5651,
                    "property": "additionalReturn",
                    "value": "2,50",
                    "details": []
                },
                {
                    "id": 5652,
                    "property": "boardDecisionDate",
                    "value": "{\r\n  \"date\": \"2023-03-28\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "boardDecisionDate",
                            "property": "date",
                            "value": "2023-03-28"
                        }
                    ]
                },
                {
                    "id": 5653,
                    "property": "byCouponFloatingList",
                    "value": "{}",
                    "details": []
                },
                {
                    "id": 5654,
                    "property": "capitalMarketBoardApprovalDate",
                    "value": "{\r\n  \"date\": \"2023-09-20\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "capitalMarketBoardApprovalDate",
                            "property": "date",
                            "value": "2023-09-20"
                        }
                    ]
                },
                {
                    "id": 5655,
                    "property": "centralSecuritiesDepository",
                    "value": "Merkezi Kayıt Kuruluşu A.Ş.",
                    "details": []
                },
                {
                    "id": 5656,
                    "property": "countryIssueTakesPlace",
                    "value": "{\r\n  \"key\": \"TR\",\r\n  \"text\": \"Türkiye\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "countryIssueTakesPlace",
                            "property": "key",
                            "value": "TR"
                        },
                        {
                            "parentProperty": "countryIssueTakesPlace",
                            "property": "text",
                            "value": "Türkiye"
                        }
                    ]
                },
                {
                    "id": 5657,
                    "property": "couponNumber",
                    "value": "8",
                    "details": []
                },
                {
                    "id": 5658,
                    "property": "couponPaymentFrequency",
                    "value": "{\r\n  \"key\": \"2\",\r\n  \"text\": \"3 Ayda Bir\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "couponPaymentFrequency",
                            "property": "key",
                            "value": "2"
                        },
                        {
                            "parentProperty": "couponPaymentFrequency",
                            "property": "text",
                            "value": "3 Ayda Bir"
                        }
                    ]
                },
                {
                    "id": 5659,
                    "property": "currency",
                    "value": "{\r\n  \"key\": \"TRY\",\r\n  \"text\": \"TRY\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "currency",
                            "property": "key",
                            "value": "TRY"
                        },
                        {
                            "parentProperty": "currency",
                            "property": "text",
                            "value": "TRY"
                        }
                    ]
                },
                {
                    "id": 5660,
                    "property": "currencyForIssueUsedInList",
                    "value": "{\r\n  \"key\": \"TRY\",\r\n  \"text\": \"TRY\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "currencyForIssueUsedInList",
                            "property": "key",
                            "value": "TRY"
                        },
                        {
                            "parentProperty": "currencyForIssueUsedInList",
                            "property": "text",
                            "value": "TRY"
                        }
                    ]
                },
                {
                    "id": 5661,
                    "property": "disclosureClass",
                    "value": "ODA",
                    "details": []
                },
                {
                    "id": 5662,
                    "property": "disclosureTopic",
                    "value": "Pay Dışında Sermaye Piyasası Aracı İşlemlerine 
İlişkin Bildirim (Faiz İçeren)",
                    "details": []
                },
                {
                    "id": 5663,
                    "property": "disclosureTopicEn",
                    "value": "Notification Regarding Issue of Capital Market Instrument",
                    "details": []
                },
                {
                    "id": 5664,
                    "property": "disclosureType",
                    "value": "CA",
                    "details": []
                },
                {
                    "id": 5665,
                    "property": "domesticOversea",
                    "value": "{\r\n  \"key\": \"1\",\r\n  \"text\": \"Yurt İçi\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "domesticOversea",
                            "property": "key",
                            "value": "1"
                        },
                        {
                            "parentProperty": "domesticOversea",
                            "property": "text",
                            "value": "Yurt İçi"
                        }
                    ]
                },
                {
                    "id": 5666,
                    "property": "endDateOfSale",
                    "value": "{\r\n  \"date\": \"2024-02-23\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "endDateOfSale",
                            "property": "date",
                            "value": "2024-02-23"
                        }
                    ]
                },
                {
                    "id": 5667,
                    "property": "floatingRateReference",
                    "value": "{\r\n  \"key\": \"13\",\r\n  \"text\": \"TLREF\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "floatingRateReference",
                            "property": "key",
                            "value": "13"
                        },
                        {
                            "parentProperty": "floatingRateReference",
                            "property": "text",
                            "value": "TLREF"
                        }
                    ]
                },
                {
                    "id": 5668,
                    "property": "intendedMaximumNominalAmount",
                    "value": "4000000000",
                    "details": []
                },
                {
                    "id": 5669,
                    "property": "intendedNominalAmount",
                    "value": "1000000000",
                    "details": []
                },
                {
                    "id": 5670,
                    "property": "interestRateType",
                    "value": "{\r\n  \"key\": \"3\",\r\n  \"text\": \"Değişken\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "interestRateType",
                            "property": "key",
                            "value": "3"
                        },
                        {
                            "parentProperty": "interestRateType",
                            "property": "text",
                            "value": "Değişken"
                        }
                    ]
                },
                {
                    "id": 5671,
                    "property": "isChoosenKapy11640TypeCondition",
                    "value": "{}",
                    "details": []
                },
                {
                    "id": 5672,
                    "property": "isThereARatingFirstLabel",
                    "value": "{\r\n  \"key\": \"YES\",\r\n  \"text\": \"Evet\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "isThereARatingFirstLabel",
                            "property": "key",
                            "value": "YES"
                        },
                        {
                            "parentProperty": "isThereARatingFirstLabel",
                            "property": "text",
                            "value": "Evet"
                        }
                    ]
                },
                {
                    "id": 5673,
                    "property": "isThereARatingSecondLabel",
                    "value": "{\r\n  \"key\": \"NO\",\r\n  \"text\": \"Hayır\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "isThereARatingSecondLabel",
                            "property": "key",
                            "value": "NO"
                        },
                        {
                            "parentProperty": "isThereARatingSecondLabel",
                            "property": "text",
                            "value": "Hayır"
                        }
                    ]
                },
                {
                    "id": 5674,
                    "property": "isThereARatingThirdLabel",
                    "value": "{\r\n  \"key\": \"NO\",\r\n  \"text\": \"Hayır\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "isThereARatingThirdLabel",
                            "property": "key",
                            "value": "NO"
                        },
                        {
                            "parentProperty": "isThereARatingThirdLabel",
                            "property": "text",
                            "value": "Hayır"
                        }
                    ]
                },
                {
                    "id": 5675,
                    "property": "isinCode",
                    "value": "TRSSISE32613",
                    "details": []
                },
                {
                    "id": 5676,
                    "property": "issueLimitSecurityType",
                    "value": "{\r\n  \"key\": \"1\",\r\n  \"text\": \"Borçlanma Aracı\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "issueLimitSecurityType",
                            "property": "key",
                            "value": "1"
                        },
                        {
                            "parentProperty": "issueLimitSecurityType",
                            "property": "text",
                            "value": "Borçlanma Aracı"
                        }
                    ]
                },
                {
                    "id": 5677,
                    "property": "issuePrice",
                    "value": "1",
                    "details": []
                },
                {
                    "id": 5678,
                    "property": "kpy70DerecelendirmeGridRowIList",
                    "value": "{}",
                    "details": []
                },
                {
                    "id": 5679,
                    "property": "limit",
                    "value": "20000000000",
                    "details": []
                },
                {
                    "id": 5680,
                    "property": "maturityDate",
                    "value": "{\r\n  \"date\": \"2026-03-03\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "maturityDate",
                            "property": "date",
                            "value": "2026-03-03"
                        }
                    ]
                },
                {
                    "id": 5681,
                    "property": "maturityDay",
                    "value": "736",
                    "details": []
                },
                {
                    "id": 5682,
                    "property": "maturityStartDate",
                    "value": "{\r\n  \"date\": \"2024-02-26\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "maturityStartDate",
                            "property": "date",
                            "value": "2024-02-26"
                        }
                    ]
                },
                {
                    "id": 5683,
                    "property": "nominalValueOfCapitalMarketInstrumentSold",
                    "value": "4000000000",
                    "details": []
                },
                {
                    "id": 5684,
                    "property": "paymentType",
                    "value": "{\r\n  \"key\": \"1\",\r\n  \"text\": \"TL Ödemeli\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "paymentType",
                            "property": "key",
                            "value": "1"
                        },
                        {
                            "parentProperty": "paymentType",
                            "property": "text",
                            "value": "TL Ödemeli"
                        }
                    ]
                },
                {
                    "id": 5685,
                    "property": "postponedDisclosure",
                    "value": "{\r\n  \"key\": \"NO\",\r\n  \"text\": \"Hayır\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "postponedDisclosure",
                            "property": "key",
                            "value": "NO"
                        },
                        {
                            "parentProperty": "postponedDisclosure",
                            "property": "text",
                            "value": "Hayır"
                        }
                    ]
                },
                {
                    "id": 5686,
                    "property": "relatedDisclosureId",
                    "value": "4028328c8f3f759a018fbe52f3652f5c",
                    "details": []
                },
                {
                    "id": 5687,
                    "property": "saleType",
                    "value": "{\r\n  \"key\": \"D_Q\",\r\n  
\"text\": \"Tahsisli-Nitelikli Yatırımcıya Satış\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "saleType",
                            "property": "key",
                            "value": "D_Q"
                        },
                        {
                            "parentProperty": "saleType",
                            "property": "text",
                            "value": "Tahsisli-Nitelikli Yatırımcıya Satış"
                        }
                    ]
                },
                {
                    "id": 5688,
                    "property": "saleTypeOfLeaseCertificates",
                    "value": "{\r\n  \"key\": \"NITELIKLI\",\r\n  
\"text\": \"Nitelikli Yatırımcıya Satış\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "saleTypeOfLeaseCertificates",
                            "property": "key",
                            "value": "NITELIKLI"
                        },
                        {
                            "parentProperty": "saleTypeOfLeaseCertificates",
                            "property": "text",
                            "value": "Nitelikli Yatırımcıya Satış"
                        }
                    ]
                },
                {
                    "id": 5689,
                    "property": "startDateOfSale",
                    "value": "{\r\n  \"date\": \"2024-02-23\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "startDateOfSale",
                            "property": "date",
                            "value": "2024-02-23"
                        }
                    ]
                },
                {
                    "id": 5690,
                    "property": "subject",
                    "value": "{\r\n  \"key\": \"7\",\r\n  \"text\": \"Kupon Ödemesi\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "subject",
                            "property": "key",
                            "value": "7"
                        },
                        {
                            "parentProperty": "subject",
                            "property": "text",
                            "value": "Kupon Ödemesi"
                        }
                    ]
                },
                {
                    "id": 5691,
                    "property": "summaryEn",
                    "value": "TRSSISE32613 Coupon Payment",
                    "details": []
                },
                {
                    "id": 5692,
                    "property": "summaryTr",
                    "value": "TRSSISE32613 Numaralı Tahvilin Kupon Ödemesi",
                    "details": []
                },
                {
                    "id": 5693,
                    "property": "taxonomyCategory",
                    "value": "STT",
                    "details": []
                },
                {
                    "id": 5694,
                    "property": "titleOfIntermediaryBrokerageHouse",
                    "value": "{\r\n  \"key\": \"4028e4a140f275530140f277aa100008\",\r\n  
    \"text\": \"İŞ YATIRIM MENKUL DEĞERLER A.Ş.\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "titleOfIntermediaryBrokerageHouse",
                            "property": "key",
                            "value": "4028e4a140f275530140f277aa100008"
                        },
                        {
                            "parentProperty": "titleOfIntermediaryBrokerageHouse",
                            "property": "text",
                            "value": "İŞ YATIRIM MENKUL DEĞERLER A.Ş."
                        }
                    ]
                },
                {
                    "id": 5695,
                    "property": "tradedInTheStockExchange",
                    "value": "{\r\n  \"key\": \"YES\",\r\n  \"text\": \"Evet\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "tradedInTheStockExchange",
                            "property": "key",
                            "value": "YES"
                        },
                        {
                            "parentProperty": "tradedInTheStockExchange",
                            "property": "text",
                            "value": "Evet"
                        }
                    ]
                },
                {
                    "id": 5696,
                    "property": "type",
                    "value": "{\r\n  \"key\": \"2\",\r\n  \"text\": \"Özel Sektör Tahvili\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "type",
                            "property": "key",
                            "value": "2"
                        },
                        {
                            "parentProperty": "type",
                            "property": "text",
                            "value": "Özel Sektör Tahvili"
                        }
                    ]
                },
                {
                    "id": 5697,
                    "property": "useCaseMethodName",
                    "value": "sermayePiyasasiAraciFaizli",
                    "details": []
                },
                {
                    "id": 5698,
                    "property": "useCaseProcessDefinition",
                    "value": "Pay Dışında Sermaye Piyasası Aracı İşlemlerine İlişkin Bildirim 
(Faiz İçeren) - TÜRKİYE ŞİŞE VE CAM FABRİKALARI A.Ş.",
                    "details": []
                }
            ]
        },
        {
            "disclosureIndex": 1328891,
            "senderTitle": "TÜRKİYE ŞİŞE VE CAM FABRİKALARI A.Ş.",
            "senderExchCodes": "SISE",
            "disclosureType": "CA",
            "disclosureClass": "ODA",
            "eventType": "SPAF",
            "time": "0001-01-01T00:00:00",
            "realizationDate": "2023-11-22T00:00:00",
            "link": "https://www.kap.org.tr/Bildirim/1328891",
            "flatData": [
                {
                    "id": 8708,
                    "property": "additionalExplanationEn",
                    "value": "The 3rd Coupon payment of the bond with ISIN code TRSSISEA2511, 
dated 29.08.2024, was made. In case of a discrepancy between the Turkish and the English 
versions of this disclosure statement, the Turkish version shall prevail.",
                    "details": []
                },
                {
                    "id": 8709,
                    "property": "additionalExplanationTr",
                    "value": "TRSSISEA2511 ISIN kodlu tahvilin, 29.08.2024 tarihli 3.Kupon 
ödemesi gerçekleştirilmiştir. İşbu açıklamamız ile açıklamamızın İngilizce çevirisi arasında 
herhangi bir farklılık olması durumunda, Türkçe açıklama esas kabul edilecektir.",
                    "details": []
                },
                {
                    "id": 8710,
                    "property": "boardDecisionDate",
                    "value": "{\r\n  \"date\": \"2023-03-28\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "boardDecisionDate",
                            "property": "date",
                            "value": "2023-03-28"
                        }
                    ]
                },
                {
                    "id": 8711,
                    "property": "byCouponList",
                    "value": "{}",
                    "details": []
                },
                {
                    "id": 8712,
                    "property": "capitalMarketBoardApprovalDate",
                    "value": "{\r\n  \"date\": \"2023-09-20\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "capitalMarketBoardApprovalDate",
                            "property": "date",
                            "value": "2023-09-20"
                        }
                    ]
                },
                {
                    "id": 8713,
                    "property": "centralSecuritiesDepository",
                    "value": "Merkezi Kayıt Kuruluşu A.Ş.",
                    "details": []
                },
                {
                    "id": 8714,
                    "property": "countryIssueTakesPlace",
                    "value": "{\r\n  \"key\": \"TR\",\r\n  \"text\": \"Türkiye\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "countryIssueTakesPlace",
                            "property": "key",
                            "value": "TR"
                        },
                        {
                            "parentProperty": "countryIssueTakesPlace",
                            "property": "text",
                            "value": "Türkiye"
                        }
                    ]
                },
                {
                    "id": 8715,
                    "property": "couponNumber",
                    "value": "8",
                    "details": []
                },
                {
                    "id": 8716,
                    "property": "couponPaymentFrequency",
                    "value": "{\r\n  \"key\": \"2\",\r\n  \"text\": \"3 Ayda Bir\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "couponPaymentFrequency",
                            "property": "key",
                            "value": "2"
                        },
                        {
                            "parentProperty": "couponPaymentFrequency",
                            "property": "text",
                            "value": "3 Ayda Bir"
                        }
                    ]
                },
                {
                    "id": 8717,
                    "property": "currency",
                    "value": "{\r\n  \"key\": \"TRY\",\r\n  \"text\": \"TRY\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "currency",
                            "property": "key",
                            "value": "TRY"
                        },
                        {
                            "parentProperty": "currency",
                            "property": "text",
                            "value": "TRY"
                        }
                    ]
                },
                {
                    "id": 8718,
                    "property": "currencyForIssueUsedInList",
                    "value": "{\r\n  \"key\": \"TRY\",\r\n  \"text\": \"TRY\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "currencyForIssueUsedInList",
                            "property": "key",
                            "value": "TRY"
                        },
                        {
                            "parentProperty": "currencyForIssueUsedInList",
                            "property": "text",
                            "value": "TRY"
                        }
                    ]
                },
                {
                    "id": 8719,
                    "property": "disclosureClass",
                    "value": "ODA",
                    "details": []
                },
                {
                    "id": 8720,
                    "property": "disclosureTopic",
                    "value": "Pay Dışında Sermaye Piyasası Aracı İşlemlerine
 İlişkin Bildirim (Faiz İçeren)",
                    "details": []
                },
                {
                    "id": 8721,
                    "property": "disclosureTopicEn",
                    "value": "Notification Regarding Issue of Capital Market Instrument",
                    "details": []
                },
                {
                    "id": 8722,
                    "property": "disclosureType",
                    "value": "CA",
                    "details": []
                },
                {
                    "id": 8723,
                    "property": "domesticOversea",
                    "value": "{\r\n  \"key\": \"1\",\r\n  \"text\": \"Yurt İçi\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "domesticOversea",
                            "property": "key",
                            "value": "1"
                        },
                        {
                            "parentProperty": "domesticOversea",
                            "property": "text",
                            "value": "Yurt İçi"
                        }
                    ]
                },
                {
                    "id": 8724,
                    "property": "endDateOfSale",
                    "value": "{\r\n  \"date\": \"2023-11-22\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "endDateOfSale",
                            "property": "date",
                            "value": "2023-11-22"
                        }
                    ]
                },
                {
                    "id": 8725,
                    "property": "intendedMaximumNominalAmount",
                    "value": "750000000",
                    "details": []
                },
                {
                    "id": 8726,
                    "property": "intendedNominalAmount",
                    "value": "500000000",
                    "details": []
                },
                {
                    "id": 8727,
                    "property": "interestRateType",
                    "value": "{\r\n  \"key\": \"2\",\r\n  \"text\": \"Sabit\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "interestRateType",
                            "property": "key",
                            "value": "2"
                        },
                        {
                            "parentProperty": "interestRateType",
                            "property": "text",
                            "value": "Sabit"
                        }
                    ]
                },
                {
                    "id": 8728,
                    "property": "interestRateYearlyCompoundPercentage",
                    "value": "55,92",
                    "details": []
                },
                {
                    "id": 8729,
                    "property": "interestRateYearlySimplePercentage",
                    "value": "47,00",
                    "details": []
                },
                {
                    "id": 8730,
                    "property": "isChoosenKapy11640TypeCondition",
                    "value": "{}",
                    "details": []
                },
                {
                    "id": 8731,
                    "property": "isThereARatingFirstLabel",
                    "value": "{\r\n  \"key\": \"YES\",\r\n  \"text\": \"Evet\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "isThereARatingFirstLabel",
                            "property": "key",
                            "value": "YES"
                        },
                        {
                            "parentProperty": "isThereARatingFirstLabel",
                            "property": "text",
                            "value": "Evet"
                        }
                    ]
                },
                {
                    "id": 8732,
                    "property": "isThereARatingSecondLabel",
                    "value": "{\r\n  \"key\": \"NO\",\r\n  \"text\": \"Hayır\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "isThereARatingSecondLabel",
                            "property": "key",
                            "value": "NO"
                        },
                        {
                            "parentProperty": "isThereARatingSecondLabel",
                            "property": "text",
                            "value": "Hayır"
                        }
                    ]
                },
                {
                    "id": 8733,
                    "property": "isThereARatingThirdLabel",
                    "value": "{\r\n  \"key\": \"NO\",\r\n  \"text\": \"Hayır\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "isThereARatingThirdLabel",
                            "property": "key",
                            "value": "NO"
                        },
                        {
                            "parentProperty": "isThereARatingThirdLabel",
                            "property": "text",
                            "value": "Hayır"
                        }
                    ]
                },
                {
                    "id": 8734,
                    "property": "isinCode",
                    "value": "TRSSISEA2511",
                    "details": []
                },
                {
                    "id": 8735,
                    "property": "issueLimitSecurityType",
                    "value": "{\r\n  \"key\": \"1\",\r\n  \"text\": \"Borçlanma Aracı\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "issueLimitSecurityType",
                            "property": "key",
                            "value": "1"
                        },
                        {
                            "parentProperty": "issueLimitSecurityType",
                            "property": "text",
                            "value": "Borçlanma Aracı"
                        }
                    ]
                },
                {
                    "id": 8736,
                    "property": "issuePrice",
                    "value": "1",
                    "details": []
                },
                {
                    "id": 8737,
                    "property": "kpy70DerecelendirmeGridRowIList",
                    "value": "{}",
                    "details": []
                },
                {
                    "id": 8738,
                    "property": "limit",
                    "value": "20000000000",
                    "details": []
                },
                {
                    "id": 8739,
                    "property": "maturityDate",
                    "value": "{\r\n  \"date\": \"2025-12-02\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "maturityDate",
                            "property": "date",
                            "value": "2025-12-02"
                        }
                    ]
                },
                {
                    "id": 8740,
                    "property": "maturityDay",
                    "value": "736",
                    "details": []
                },
                {
                    "id": 8741,
                    "property": "maturityStartDate",
                    "value": "{\r\n  \"date\": \"2023-11-27\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "maturityStartDate",
                            "property": "date",
                            "value": "2023-11-27"
                        }
                    ]
                },
                {
                    "id": 8742,
                    "property": "nominalValueOfCapitalMarketInstrumentSold",
                    "value": "750000000",
                    "details": []
                },
                {
                    "id": 8743,
                    "property": "paymentType",
                    "value": "{\r\n  \"key\": \"1\",\r\n  \"text\": \"TL Ödemeli\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "paymentType",
                            "property": "key",
                            "value": "1"
                        },
                        {
                            "parentProperty": "paymentType",
                            "property": "text",
                            "value": "TL Ödemeli"
                        }
                    ]
                },
                {
                    "id": 8744,
                    "property": "postponedDisclosure",
                    "value": "{\r\n  \"key\": \"NO\",\r\n  \"text\": \"Hayır\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "postponedDisclosure",
                            "property": "key",
                            "value": "NO"
                        },
                        {
                            "parentProperty": "postponedDisclosure",
                            "property": "text",
                            "value": "Hayır"
                        }
                    ]
                },
                {
                    "id": 8745,
                    "property": "relatedDisclosureId",
                    "value": "4028328d8f3f7793018fc3de52d47331",
                    "details": []
                },
                {
                    "id": 8746,
                    "property": "saleType",
                    "value": "{\r\n  \"key\": \"D_Q\",\r\n  
\"text\": \"Tahsisli-Nitelikli Yatırımcıya Satış\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "saleType",
                            "property": "key",
                            "value": "D_Q"
                        },
                        {
                            "parentProperty": "saleType",
                            "property": "text",
                            "value": "Tahsisli-Nitelikli Yatırımcıya Satış"
                        }
                    ]
                },
                {
                    "id": 8747,
                    "property": "saleTypeOfLeaseCertificates",
                    "value": "{\r\n  \"key\": \"NITELIKLI\",\r\n  
\"text\": \"Nitelikli Yatırımcıya Satış\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "saleTypeOfLeaseCertificates",
                            "property": "key",
                            "value": "NITELIKLI"
                        },
                        {
                            "parentProperty": "saleTypeOfLeaseCertificates",
                            "property": "text",
                            "value": "Nitelikli Yatırımcıya Satış"
                        }
                    ]
                },
                {
                    "id": 8748,
                    "property": "startDateOfSale",
                    "value": "{\r\n  \"date\": \"2023-11-22\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "startDateOfSale",
                            "property": "date",
                            "value": "2023-11-22"
                        }
                    ]
                },
                {
                    "id": 8749,
                    "property": "subject",
                    "value": "{\r\n  \"key\": \"7\",\r\n  \"text\": \"Kupon Ödemesi\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "subject",
                            "property": "key",
                            "value": "7"
                        },
                        {
                            "parentProperty": "subject",
                            "property": "text",
                            "value": "Kupon Ödemesi"
                        }
                    ]
                },
                {
                    "id": 8750,
                    "property": "summaryEn",
                    "value": "TRSSISEA2511 Coupon Payment",
                    "details": []
                },
                {
                    "id": 8751,
                    "property": "summaryTr",
                    "value": "TRSSISEA2511 Numaralı Tahvilin Kupon Ödemesi",
                    "details": []
                },
                {
                    "id": 8752,
                    "property": "taxonomyCategory",
                    "value": "STT",
                    "details": []
                },
                {
                    "id": 8753,
                    "property": "titleOfIntermediaryBrokerageHouse",
                    "value": "{\r\n  \"key\": \"4028e4a140f275530140f277aa100008\",\r\n  
\"text\": \"İŞ YATIRIM MENKUL DEĞERLER A.Ş.\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "titleOfIntermediaryBrokerageHouse",
                            "property": "key",
                            "value": "4028e4a140f275530140f277aa100008"
                        },
                        {
                            "parentProperty": "titleOfIntermediaryBrokerageHouse",
                            "property": "text",
                            "value": "İŞ YATIRIM MENKUL DEĞERLER A.Ş."
                        }
                    ]
                },
                {
                    "id": 8754,
                    "property": "tradedInTheStockExchange",
                    "value": "{\r\n  \"key\": \"YES\",\r\n  \"text\": \"Evet\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "tradedInTheStockExchange",
                            "property": "key",
                            "value": "YES"
                        },
                        {
                            "parentProperty": "tradedInTheStockExchange",
                            "property": "text",
                            "value": "Evet"
                        }
                    ]
                },
                {
                    "id": 8755,
                    "property": "type",
                    "value": "{\r\n  \"key\": \"2\",\r\n  \"text\": \"Özel Sektör Tahvili\"\r\n}",
                    "details": [
                        {
                            "parentProperty": "type",
                            "property": "key",
                            "value": "2"
                        },
                        {
                            "parentProperty": "type",
                            "property": "text",
                            "value": "Özel Sektör Tahvili"
                        }
                    ]
                },
                {
                    "id": 8756,
                    "property": "useCaseMethodName",
                    "value": "sermayePiyasasiAraciFaizli",
                    "details": []
                },
                {
                    "id": 8757,
                    "property": "useCaseProcessDefinition",
                    "value": "Pay Dışında Sermaye Piyasası Aracı İşlemlerine İlişkin Bildirim 
    (Faiz İçeren) - TÜRKİYE ŞİŞE VE CAM FABRİKALARI A.Ş.",
                    "details": []
                }
            ]
        }
    ]
}
                    
401
{
    "message": {
        "errorText": "Bu servis için yetkiniz yok.",
        "errorCode": "Permission401",
        "isError": true,
        "resultText": null,
        "resultOk": false,
        "resultCode": null
    }
}

Örnek: {{api_url}}HakKullanim/DisclosuresBySenderExchCode?borsaKodu=SISE&api_key={{api_key}}