> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/dp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/dp/api/func/industry/group/getconglomerate.md).

# GetConglomerateFinancialStatements

### Function specification

```
GetConglomerateFinancialStatements(conglomerate_ids, query,
                                date_from=None, date_to=None)
```

###

### Parameters

| Parameter           | Type   | Description         |
| ------------------- | ------ | ------------------- |
| conglomerate\_ids   | string | 기업 집단 ids           |
| query               | string | 재무계정 이름 ( ex) 매출액 ) |
| date\_from/date\_to | date   | 기준 기간 (YYYY-MM-DD)  |

###

### Examples

```
> GetConglomerateFinancialStatements(["BH1","511"], "매출액")
...
date conglomerate_id                                                     
2017 BH1                            1.7452e+12                           
2018 511                            3.2629e+14                           
     BH1                            1.7053e+14    
     
```
