Returns a paginated list of Indian companies with identifiers (ISIN, BSE, NSE) and industry classification. Supports filtering by ticker, sector, industry, market-cap category, and company ID. Defaults to sort by company_name ascending.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Comma-separated ticker values. Plain tickers (e.g. RELIANCE) match the generic stock ticker. Exchange-prefixed values route to the correct exchange: NSE:TCS / NSE.TCS match the NSE symbol; BSE:INFY / BSE.INFY match the BSE ticker/ID. Mixed values are supported, e.g. NSE:TCS,BSE:INFY,RELIANCE.
Comma-separated sectors to filter by (based on Industry Classification). Check valid values in Company Details.
Comma-separated industries to filter by (based on Industry Classification). Check valid values in Company Details.
Comma-separated internal company IDs to filter by.
Comma-separated market-cap categories (e.g. Large Cap,Mid Cap,Small Cap).
Sort specification as key:order pairs, comma-separated. Supported keys: company_name, marketcap_category. Supported orders: asc, desc. Example: company_name:asc or marketcap_category:desc,company_name:asc.
Page number for pagination. Defaults to 1.
x >= 1Number of results per page. Defaults to 10000 (returns all companies).
x >= 1