Back to Blog
30-Day Stock Market Series
Day 13 of 30

Reading a Balance Sheet: Assets, Liabilities & Net Worth

By StockTrendz Editorial  ·  Mar 13, 2026  ·  10 min read  ·  #Fundamental Analysis
Reading a Balance Sheet: Assets, Liabilities & Net Worth

Professional investors spend more time on balance sheets than on charts. Day 13 teaches you to read the most important financial statement in 15 minutes.

What a Balance Sheet Tells You

The balance sheet is a snapshot of a company's financial health at a specific point in time. It shows what the company owns (assets), what it owes (liabilities), and what belongs to shareholders (equity).

Assets = Liabilities + Shareholders' Equity

Assets: What the Company Owns

Current Assets (liquid within 1 year)

Non-Current Assets (long-term)

Liabilities: What the Company Owes

Current Liabilities (due within 1 year)

Non-Current Liabilities

# Key balance sheet ratios total_assets = 50000 # in crores total_liab = 30000 equity = 20000 current_assets = 15000 current_liab = 8000 debt_to_equity = (total_liab - current_liab) / equity current_ratio = current_assets / current_liab print(f"D/E: {debt_to_equity:.2f} | Current Ratio: {current_ratio:.2f}")

Red Flags on a Balance Sheet

Warning Signs • Debt/Equity > 2 in non-financial companies
• Receivables growing faster than revenue (quality of earnings concern)
• Goodwill impairments every year (acquisitions not working)
• Consistently negative retained earnings (accumulated losses)
Healthy Balance Sheet
D/E < 1, Current Ratio > 1.5, growing retained earnings, low goodwill relative to equity.
Stressed Balance Sheet
High leverage, negative tangible book value, pledged promoter shares, short-term debt funding long assets.
Today's Practice
Download the latest annual report of any Nifty 50 company from BSE/NSE. Open the Balance Sheet. Calculate: D/E ratio, Current Ratio, and Book Value Per Share.
Balance Sheet Assets Liabilities D/E Ratio Fundamental Analysis