GET Fetch List of Companies

Description

Using this API you can fetch list of companies for which Daloopa has available datasheet.


Request Format

GET https://app.daloopa.com/api/v2/companies

Example Request

curl --request GET \
  --url https://app.daloopa.com/api/v2/companies \
  --header 'Authorization: Basic APIKEY'

Response

Status : 200

Output: JSON

The API returns a list of objects, each representing a company with various details such as the company name, ticker symbol, industry, sector, and identifiers.

Response Schema

Field NameData TypeDescription
nameStringThe name of the company.
tickerStringThe ticker symbol of the company.
model_updated_atString (datetime ISO 8601)Timestamp when the model was last updated
earliest_quarterStringFirst period with available data for the company
latest_quarterStringLatest period with available data for the company
companyidentifier_setArray of ObjectsA set of company identifiers, each containing two properties: identifier_type and identifier_value.

companyidentifier_set Schema

Each entry in the companyidentifier_set array consists of:

Field NameData TypeDescription
identifier_typeStringThe type of the identifier (e.g., CIK, CapIQCompanyId).
identifier_valueStringThe value of the identifier (e.g., CIK number or CapIQ ID).