get_company_data
Fetch a company's financial data from screener.in, including ratios, quarterly results, profit/loss, balance sheet, cash flow, shareholding, and peers. Use the fields parameter to request only needed data and minimize response size.
Instructions
Fetch financial data for a company from screener.in. Use the 'fields' parameter to request only what you need and reduce response size. Available fields: ratios, quarterly_results, profit_loss, balance_sheet, cash_flow, shareholding, peers. Omit 'fields' to get all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Subset of fields to return. Omit for all fields. | |
| symbol | Yes | NSE/BSE ticker symbol (e.g. RELIANCE, TCS, INFY) | |
| consolidated | No | Whether to fetch consolidated financials (default: false for standalone) |