# GetDartInvestmentInOthers

### Function specification

```
GetDartInvestmentInOthers(entities, date_from=None, date_to=None)
```

###

### Parameters

| Parameter             | Type                     | Description        |
| --------------------- | ------------------------ | ------------------ |
| entity\_type          | string or list of string | 종목명 or 종목코드        |
| date\_from / date\_to | date                     | 조회 기간 (YYYY-MM-DD) |

###

### Examples

```
> GetDartInvestmentInOthers(KRX:000020,date_from=2000-01-01, date_to=2019-12-31)
...
symbol	date	seq	entity_name	receipt_no	target_name	first_acquisition_date	investment_purpose	first_acquisition_price	prior_balance_quantity	prior_balance_percentage	prior_balance_price	diff_acquisition_quantity	diff_acquisition_price	diff_capital_gain	ending_balance_quantity	ending_balance_percentage	ending_balance_price	last_fyear_total_asset	last_fyear_netincome
NICE:350605	2013-03-31	0	동화약품	20130515000601	흥진정공(주) (비상장)	None	경영권확보	209,000,000	14,200	29.58	2,741,000,000			99,000,000	14,200	29.58	2,840,000,000	9,953,000,000	1,337,000,000
NICE:350605	2013-03-31	1	동화약품	20130515000601	동화지앤피(주) (비상장)	None	경영권확보	1,314,000,000	118,878	9.91	4,732,000,000			37,000,000	118,878	9.91	4,769,000,000	52,325,000,000	1,131,000,000
NICE:350605	2013-03-31	2	동화약품	20130515000601	(주)동화개발 (비상장)	1996-03-31	경영권확보	1,042,000,000	67,627	33.81	1,553,000,000			-8,000,000	67,627	33.81	1,545,000,000	4,935,000,000	-89,000,000
NICE:350605	2013-03-31	3	동화약품	20130515000601	부국티엔씨(주) (비상장)	2004-02-26	"단순
투자"	960,000,000	64,000	12.31	960,000,000				64,000	12.31	960,000,000		
NICE:350605	2013-03-31	4	동화약품	20130515000601	태양당인쇄(주) (비상장)	2005-11-09	"단순
투자"	1,248,000,000	2,000	10.00	1,248,000,000				2,000	10.00	1,248,000,000		
NICE:350605	2013-03-31	5	동화약품	20130515000601	충주기업도시(주) (비상장)	2007-04-01	"단순
투자"	2,000,000,000	400,000	5.00	2,000,000,000				400,000	5.00	2,000,000,000		
NICE:350605	2013-03-31	6	동화약품	20130515000601	한국노바티스(주) (비상장)	1984-09-01	"단순
투자"	325,000,000	32,500	1.76	325,000,000				32,500	1.76	325,000,000		
NICE:350605	2013-03-31	7	동화약품	20130515000601	(주)제넥신 (상장)	2000-03-31	"단순
투자"	89,000,000	32,536	0.52	586,000,000			-11,000,000	32,536	0.52	575,000,000	63,401,000,000	-2,237,000,000
NICE:350605	2013-03-31	8	동화약품	20130515000601	합계	None	-				14,145,000,000			117,000,000			14,262,000,000		
...
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.deepsearch.com/dp/api/func/company/disclosure/getdartinvestmentinothers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
