List Companies
Returns a paginated list of companies covered in Nordic financial news, ordered alphabetically by name. Use q for full-text search across company names, ranked by relevance.
Authorizations
API Key authentication using Bearer token
Query Parameters
Number of companies to return per page (default 25, max 100).
Opaque pagination cursor returned as pagination.next_cursor from a previous response. Mutually exclusive with q.
Comma-separated list of fields to include in the response. Available fields: id, name, slug, ticker.
Full-text search query (2-200 characters). Searches company names and aliases. Results are ranked by relevance instead of alphabetical order. Mutually exclusive with cursor.
Filter by country ISO 3166-1 alpha-2 code (e.g. SE, NO, DK). Comma-separated for multiple (e.g. SE,NO). Case-insensitive.
Filter by exchange MIC code (e.g. XSTO, XOSL, XCSE).
Filter by industry sector (e.g. Financials, Industrials, Information Technology).
When true, only return companies with at least one stock exchange listing.
When true, only return companies in the authenticated user's watchlist. Requires read:watchlist scope.
Filter by active status. When true, only return active companies. When false, only return inactive companies.