Search Companies on Screener.in
screener_search_companiesSearch Screener.in for Indian companies by name or ticker symbol, and get the unique ID and URL for subsequent financial analysis.
Instructions
Search Screener.in for listed Indian companies by name or ticker symbol.
Use this first when you're not sure of a company's exact ticker or how Screener.in identifies it — the result's "id" or "url" can be passed as the identifier to the other screener_* tools.
Args:
query (string): Company name or ticker, e.g. "TCS", "Infosys", "HDFC Bank"
Returns: JSON with a "results" array, each item having: { "id": string, "name": string, "url": string (relative screener.in path) }
Examples:
Use when: "Find the ticker for Tata Consultancy Services" -> query="Tata Consultancy"
Don't use when: You already have the exact ticker (just call screener_get_company_overview directly)
Error Handling:
Returns an empty "results" array if nothing matches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Company name or ticker symbol to search for, e.g. 'TCS' or 'Tata Consultancy' |