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/v1/get_companies

Example Request

curl --location 'https://app.daloopa.com/api/v1/get_companies' \
--header 'Authorization: Basic bWFy9NO284bXM5N2c=' \

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.
industry_StringThe industry to which the company belongs (e.g., Software, Oil & Gas).
sector_StringThe sector to which the company belongs (e.g., Information Technology, Energy).
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).