List listed companies (Bolagsanalys)
bolagsanalys_list_companiesSearch Sedis's listed companies by name fragment or country code to get company IDs and names, then use the ID to fetch quarterly financial data.
Instructions
Read-only. Search Sedis's catalog of listed companies by name fragment or country code and return each company's companyId and name. This is the FIRST step of the Bolagsanalys flow: take a companyId from here and pass it to bolagsanalys_get_data to fetch its quarterly figures. Example: nameContains 'Volvo', countryCode 'SE'. Reference data shared across all tenants; this tool never writes or ingests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed result page (first page = 1), e.g. 1. | |
| sort | No | Comma-separated sort fields; prefix '-' for descending, e.g. '-name'. | |
| pageSize | No | Rows per page (v2 default 50, max 500), e.g. 50. | |
| countryCode | No | ISO-3166 alpha-2 country code, e.g. 'SE'. | |
| nameContains | No | Case-insensitive company-name fragment, e.g. 'Volvo'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Matching listed companies. | |
| page | Yes | The page you are on (1-indexed). | |
| pageSize | No | Rows per page echoed back by v2, e.g. 50. | |
| totalCount | No | Total matching rows across all pages; null/absent when count is skipped. | |
| totalPages | No | Total page count; null/absent when count is skipped. |