746538a1eb45

latestOpenAPI 3.0.3Proprietary2026-07-244065126.5 KB
Companies

List Companies

Retrieve paginated list of companies covered by Daloopa with an optional keyword filtering

get/api/v3/companies

Query parameters

keywordstring

Filter companies by name or ticker symbol (case-insensitive)

limitinteger

Number of results to return per page.

offsetinteger

The initial index from which to return results.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}