GET Fetch List of Companies With Industry Models

Description

This API allows you to retrieve a list of companies that have industry models. For each company, the API provides the industry model ID and industry model description.


Request Format

GET https://app.daloopa.com/v2/industry-company-models

Example Request

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

Response

Status: 200

Output: JSON

Response Schema

Field NameData TypeDescription
company_idIntegerThe unique identifier for the company.
isinStringThe International Securities Identification Number (ISIN) of the company.
industry_modelsArray of ObjectsA list of industry models associated with the company. Each model contains: model_id and description.

industry_models Schema

Each entry in the industry_models array consists of:

Field NameData TypeDescription
model_idIntegerThe unique identifier for the industry model.
descriptionStringA brief description of the industry model