> 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/company/company-search/searchfinancialstatementsauditopinion.md).

# SearchFinancialStatementsAuditOpinion

### Function specification

```
SearchFinancialStatementsAuditOpinion(query,date_from=None, date_to=None)
```

###

### Parameters

| Parameter           | Type   | Description        |
| ------------------- | ------ | ------------------ |
| query               | string | 검색 쿼리              |
| date\_from/date\_to | date   | 검색 범위 (YYYY-MM-DD) |

###

### Examples

```
SearchFinancialStatementsAuditOpinion("auditor:안진 and opinion:적정", date_from=2020-01-01, date_to=2022-12-31)
SearchFinancialStatementsAuditOpinion("안진 and not 적정", date_from=2020-01-01, date_to=2022-12-31)
SearchFinancialStatementsAuditOpinion("안진 and 존속의문", date_from=2020-01-01, date_to=2022-12-31)
SearchFinancialStatementsAuditOpinion("한정 or 거절", date_from=2020-01-01, date_to=2022-12-31)


```
