|
SERVİS APİ DOKÜMANI |
Bu servisler ile Katılım Finans Özetlerini sorgulayabilirsiniz.
Sembole göre en son Katılım Finans Özet bilgilerini getirir.
Method | Url |
GET | {{api_url}}KatilimFinansOzet/SummaryInformation?Symbol={{Symbol}}&Language={{Language}}&api_key={{api_key}} |
Type | Params | Values |
URL_PARAM | Symbol | string |
URL_PARAM | Language | string |
URL_PARAM | api_key | string |
Symbol: Hisse kısa kodu. Zorunlu alan.
Language: Dil kodu. (Tr veya En). Zorunlu alan.
api_key: Server bilgilerinde api key değeri pre-define olarak verilmiştir. Zorunlu alan.
Status | Response |
200 |
{ "message": { "isError": false, "errorCode": "", "errorText": "", "resultOk": true, "resultCode": "200", "resultText": "OK" }, "data": { "time": "2024-09-20T18:28:49", "tableName": "Özet Bilgiler", "summaryInformations": [ { "key": "summaryConsolidation", "itemName": "Finansal Tablo Niteliği", "itemValue": "Konsolide Olmayan" }, { "key": "TheRatioOfCompanysTotalIncomeThatDoNotComplyWithParticipationFinancePrinciples ", "itemName": "5) Şirketin Katılım Finansı İlkelerine Uygun Olmayan Gelirlerinin Oranı (%) [ (4B+4C-4D) / 4E ] * 100", "itemValue": "0" }, ... ] } } |
401 |
{ "message": { "errorText": "Bu servis için yetkiniz yok.", "errorCode": "Permission401", "isError": true, "resultText": null, "resultOk": false, "resultCode": null } } |
Örnek: {{api_url}}KatilimFinansOzet/SummaryInformation?Symbol=HEDEF&Language=tr&api_key={{api_key}}
Sembole göre kayıtlı olan geçmiş Katılım Finans Özet Bilgilerini getirir.
Method | Url |
GET | {{api_url}}KatilimFinansOzet/PreviousSummaryInformationBySymbol?Symbol={{Symbol}}&Language={{Language}}&api_key={{api_key}} |
Type | Params | Values |
URL_PARAM | Symbol | string |
URL_PARAM | Language | string |
URL_PARAM | api_key | string |
Symbol: Hisse kısa kodu. Zorunlu alan.
Language: Dil kodu. (Tr veya En). Zorunlu alan.
api_key: Server bilgilerinde api key değeri pre-define olarak verilmiştir. Zorunlu alan.
Status | Response |
200 |
{ "message": { "isError": false, "errorCode": "", "errorText": "", "resultOk": true, "resultCode": "200", "resultText": "OK" }, "data": [ { "time": "2024-09-20T18:28:49", "tableName": "Özet Bilgiler", "summaryInformations": [ { "key": "summaryConsolidation", "itemName": "Finansal Tablo Niteliği", "itemValue": "Konsolide Olmayan" }, ... ] }, { "time": "2024-04-26T20:16:40", "tableName": "Özet Bilgiler", "summaryInformations": [ { "key": "summaryConsolidation", "itemName": "Finansal Tablo Niteliği", "itemValue": "Konsolide Olmayan" },.. ] }, { "time": "2023-08-10T18:12:57", "tableName": "Özet Bilgiler", "summaryInformations": [ { "key": "summaryConsolidation", "itemName": "Finansal Tablo Niteliği", "itemValue": "Konsolide Olmayan" }, ... ] }, { "time": "2023-03-06T18:13:55", "tableName": "Özet Bilgiler", "summaryInformations": [ { "key": "summaryConsolidation", "itemName": "Finansal Tablo Niteliği", "itemValue": "Konsolide Olmayan" },... ] } ] } |
401 |
{ "message": { "errorText": "Bu servis için yetkiniz yok.", "errorCode": "Permission401", "isError": true, "resultText": null, "resultOk": false, "resultCode": null } } |
Örnek: {{api_url}}KatilimFinansOzet/PreviousSummaryInformationBySymbol?Symbol=HEDEF&Language=tr&api_key={{api_key}}
Tüm sembollere ait güncel Katılım Finans Özet bilgilerini getirir.
Method | Url |
GET | {{api_url}}KatilimFinansOzet/KatilimFinansOzet/SummaryInformationOfAllSymbols?Language={{Language}}&api_key={{api_key}} |
Type | Params | Values |
URL_PARAM | Language | string |
URL_PARAM | api_key | string |
Language: Dil kodu. (Tr veya En). Zorunlu alan.
api_key: Server bilgilerinde api key değeri pre-define olarak verilmiştir. Zorunlu alan.
Status | Response |
200 |
{ "message": { "isError": false, "errorCode": "", "errorText": "", "resultOk": true, "resultCode": "200", "resultText": "OK" }, "data": [ { "symbols": [ "BINHO" ], "title": "1000 YATIRIMLAR HOLDİNG A.Ş.", "summaryInformations": [ { "key": "summaryConsolidation", "itemName": "Finansal Tablo Niteliği", "itemValue": "Konsolide Olmayan" }, ... ] }, { "symbols": [ "AVOD" ], "title": "A.V.O.D. KURUTULMUŞ GIDA VE TARIM ÜRÜNLERİ SANAYİ TİCARET A.Ş.", "summaryInformations": [ { "key": "summaryConsolidation", "itemName": "Finansal Tablo Niteliği", "itemValue": "Konsolide" }, ... ] }, ... ] } |
401 |
{ "message": { "errorText": "Bu servis için yetkiniz yok.", "errorCode": "Permission401", "isError": true, "resultText": null, "resultOk": false, "resultCode": null } } |
Örnek: {{api_url}}KatilimFinansOzet/SummaryInformationOfAllSymbols?Language=tr&api_key={{api_key}}