# QueryDeepSearchOwnSeriesValues

### Function specification

```
QueryDeepSearchOwnSeriesValues(entity_ids, date_from=None, date_to=None)
```

###

### Parameters

| Parameter   | Type                                  | Description                        |
| ----------- | ------------------------------------- | ---------------------------------- |
| entity\_ids | <p>string or</p><p>list of string</p> | 조회하고자 하는 경제 지표의 entity id 를 명시합니다. |

###

### Examples

```
> QueryDeepSearchOwnSeriesValues("DS:TOUR.001.0001")

...

                             QueryDeepSearchOwnSeriesValues(DS:TOUR.001.0001)
entity_id        date
DS:TOUR.001.0001 2005-01-31                  897406.0
                 2005-02-28                  745998.0
                 2005-03-31                  707058.0
                 2005-04-30                  762096.0
                 2005-05-31                  802497.0
...                                               ...
                 2020-06-30                   48353.0
                 2020-07-31                   65936.0
                 2020-08-31                   88888.0
                 2020-09-30                   76798.0
                 2020-10-31                   71970.0
```
