GET Download Company Model
Description
Using this API you can download specific industry model as an excel file.
Request Format
GET https://app.daloopa.com/download-industry-model
Query Parameters
Item | Data Type | Description |
---|---|---|
string | Email of the user. | |
isin | string | Company ISIN identifier |
model_type | string | Format of the output model |
Available model types:
- clientview: Integrated Annuals without metadada and unit columns
- clientview_with_source_unit_columns: Integrated Annuals with metadata and unit columns
- clientview_snapshot: Separated Annuals without metadada and unit columns
- clientview_snapshot_with_source_unit_columns: Separated Annuals with metadata and unit columns
Example Request
curl --request GET \
--url 'https://app.daloopa.com/api/v2/download-company-model?isin=I_US00724F1012&model_type=clientview_with_source_unit_columns&[email protected]' \
--header 'Authorization: Basic APIKEY'
Response
Status : 200
Output: JSON
Response Schema
Item | Data Type | Description |
---|---|---|
download_url | string | Link to download company's model, it expires in 30 seconds. File downloaded will be an Excel file with format .xlsx |
Updated 11 days ago