|
SERVİS APİ DOKÜMANI |
Bu servis ile tüm hisselerin rasyo değerlerini listeleyebilirsiniz.
Method | Url |
GET | {{api_url}}BilancoRapor/FRasyo?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.
Status | Response |
200 |
{ "A1CAP": { "code": "A1CAP", "pddd": { "value": 0.9764719036939931, "period": { "year": 2024, "month": 9 } }, "fk": { "value": 95.38574972023068, "period": { "year": 2024, "month": 9 } }, "fd_favok": { "value": 1.1620579224998362, "period": { "year": 2024, "month": 9 } }, "favok": [ { "value": 1918241346, "period": { "year": 2024, "month": 9 } }, { "value": 1620896334, "period": { "year": 2024, "month": 6 } }, { "value": 676075130, "period": { "year": 2024, "month": 3 } }, { "value": 1789163490, "period": { "year": 2023, "month": 12 } }, { "value": 1221759622, "period": { "year": 2023, "month": 9 } } ], "ceyreklik_favok": [ { "value": 297345011, "period": { "year": 2024, "month": 9 } }, { "value": 944821203, "period": { "year": 2024, "month": 6 } }, { "value": 676075130, "period": { "year": 2024, "month": 3 } }, { "value": null, "period": { "year": 2023, "month": 12 } }, { "value": 613757783, "period": { "year": 2023, "month": 9 } } ], "yilliklandirilmis_favok": [ { "value": 2485645214, "period": { "year": 2024, "month": 9 } }, { "value": 2802057986, "period": { "year": 2024, "month": 6 } }, { "value": 2264765622, "period": { "year": 2024, "month": 3 } }, { "value": 1789163490, "period": { "year": 2023, "month": 12 } }, { "value": 2705752709, "period": { "year": 2023, "month": 9 } } ], "satislar": [ { "value": 34813416339, "period": { "year": 2024, "month": 9 } }, { "value": 31375234088, "period": { "year": 2024, "month": 6 } }, { "value": 14557440152, "period": { "year": 2024, "month": 3 } }, { "value": 26158775287, "period": { "year": 2023, "month": 12 } }, { "value": 22083570789, "period": { "year": 2023, "month": 9 } } ], "ceyreklik_satislar": [ { "value": 3438182250, "period": { "year": 2024, "month": 9 } }, { "value": 16817793936, "period": { "year": 2024, "month": 6 } }, { "value": 14557440152, "period": { "year": 2024, "month": 3 } }, { "value": null, "period": { "year": 2023, "month": 12 } }, { "value": 6010609266, "period": { "year": 2023, "month": 9 } } ], "yilliklandirilmis_satislar": [ { "value": 38888620837, "period": { "year": 2024, "month": 9 } }, { "value": 41461047852, "period": { "year": 2024, "month": 6 } }, { "value": 32316841998, "period": { "year": 2024, "month": 3 } }, { "value": 26158775287, "period": { "year": 2023, "month": 12 } }, { "value": 50697625569, "period": { "year": 2023, "month": 9 } } ] }, ... } |
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}}BilancoRapor/FRasyo?api_key={{api_key}}