|
SERVİS APİ DOKÜMANI |
Bu servis ile liste olarak verilen sembollerin son seansa ait yüzeysel verilerini listeleyebilirsiniz.
Method | Url |
GET | {{api_url}}SembolVeri/SembolVeri1?Sembol={{Sembol}}&Sembol={{Sembol}}&api_key={{api_key}} |
Type | Params | Values |
URL_PARAM | Sembol | string |
URL_PARAM | api_key | string |
Sembol: Sembol listesi. Hisse kısa kodları.
api_key: Server bilgilerinde api key değeri pre-define olarak verilmiştir.
Status | Response |
200 |
[ { "a": "21/11/2024", "b": "145511", "c": "GARAN", "d": "GARANTI BANKASI", "e": "114.40", "f": "109.00", "g": "114.30", "h": "114.40", "i": "4.95", "j": "114.70", "k": "109.80" }, { "a": "21/11/2024", "b": "145511", "c": "SAHOL", "d": "SABANCI HOLDING", "e": "85.10", "f": "80.95", "g": "85.05", "h": "85.10", "i": "5.13", "j": "85.25", "k": "81.15" }, { "a": "21/11/2024", "b": "145511", "c": "XU100", "d": "BIST 100", "e": "9291.83", "f": "9031.82", "g": "", "h": "", "i": "2.88", "j": "9298.94", "k": "9069.91" } ] a (string) Son güncelleme tarihi. dd/MM/yyyy b (string) Son güncelleme saati. HHmmss c (string) Sembol. d (string) Tanım. e (string) Son fiyat, güncellenen son fiyat değeri. f (string) Önceki gün kapanış değeri. g (string) Alış fiyatı. h (string) Satış fiyatı. i (string) Gün fark yüzde. j (string) Yüksek, gün içi en yüksek değer. k (string) Düşük, gün içi en düşük değer. |
401 |
{ "message": { "errorText": "Bu servis için yetkiniz yok.", "errorCode": "Permission401", "isError": true, "resultText": null, "resultOk": false, "resultCode": null } } |
Örnek kullanım: {{api_url}}SembolVeri/SembolVeri1?Sembol=IMKBH'GARAN&Sembol=IMKBH'SAHOL&Sembol=IMKBX'XU100&api_key={{api_key}}