Find short company financial information for latest year by company id

GET {{baseUrl}}/:companyId

It supports date parameter to find financial information up to date

RESPONSES

status: OK

{"records":[{"bsCashAndBankBalances":"\u003cinteger\u003e","bsShareCapital":"\u003cinteger\u003e","bsTotalCurrentLiabilities":"\u003cinteger\u003e","bsTotalEquity":"\u003cinteger\u003e","bsTotalEquityAndLiabilities":"\u003cinteger\u003e","bsTotalInventories":"\u003cinteger\u003e","bsTotalLongTermDebts":"\u003cinteger\u003e","changeDate":"\u003cstring\u003e","companyId":"\u003cstring\u003e","currency":"\u003cstring\u003e","fromDate":"\u003cstring\u003e","kpiEbitda":"\u003cinteger\u003e","kpiEbitdaMarginPercent":"\u003cdouble\u003e","kpiEquityRatioPercent":"\u003cdouble\u003e","kpiQuickRatioPercent":"\u003cdouble\u003e","kpiReturnOnCapitalEmployedPercent":"\u003cdouble\u003e","kpiReturnOnEquityPercent":"\u003cdouble\u003e","numberOfEmployees":"\u003cinteger\u003e","numberOfShares":"\u003clong\u003e","plEbit":"\u003cinteger\u003e","plNetOperatingIncome":"\u003cinteger\u003e","plNetProfitLoss":"\u003cinteger\u003e","plProfitLossAfterFinItems":"\u003cinteger\u003e","plSales":"\u003cinteger\u003e","toDate":"\u003cstring\u003e"},{"bsCashAndBankBalances":"\u003cinteger\u003e","bsShareCapital":"\u003cinteger\u003e","bsTotalCurrentLiabilities":"\u003cinteger\u003e","bsTotalEquity":"\u003cinteger\u003e","bsTotalEquityAndLiabilities":"\u003cinteger\u003e","bsTotalInventories":"\u003cinteger\u003e","bsTotalLongTermDebts":"\u003cinteger\u003e","changeDate":"\u003cstring\u003e","companyId":"\u003cstring\u003e","currency":"\u003cstring\u003e","fromDate":"\u003cstring\u003e","kpiEbitda":"\u003cinteger\u003e","kpiEbitdaMarginPercent":"\u003cdouble\u003e","kpiEquityRatioPercent":"\u003cdouble\u003e","kpiQuickRatioPercent":"\u003cdouble\u003e","kpiReturnOnCapitalEmployedPercent":"\u003cdouble\u003e","kpiReturnOnEquityPercent":"\u003cdouble\u003e","numberOfEmployees":"\u003cinteger\u003e","numberOfShares":"\u003clong\u003e","plEbit":"\u003cinteger\u003e","plNetOperatingIncome":"\u003cinteger\u003e","plNetProfitLoss":"\u003cinteger\u003e","plProfitLossAfterFinItems":"\u003cinteger\u003e","plSales":"\u003cinteger\u003e","toDate":"\u003cstring\u003e"}],"status":{"code":"\u003cinteger\u003e","text":"\u003cstring\u003e"}}