income_statement
Retrieve income statement data for companies, including revenue, expenses, and profitability metrics, for both Indian and US stocks with annual or quarterly options.
Instructions
Get income statement (Profit & Loss) for a company.
Returns revenue, COGS, gross profit, operating income, net income, EPS, EBITDA, and other P&L line items.
Works for both Indian (NSE/BSE) and US stocks.
Args: symbol: Stock ticker (e.g., RELIANCE, TCS, AAPL, MSFT) quarterly: If True, returns quarterly data. If False (default), annual data.
Examples: income_statement("RELIANCE") → Reliance annual P&L (last 4 years) income_statement("TCS", quarterly=True) → TCS quarterly P&L income_statement("AAPL") → Apple annual P&L
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| quarterly | No |