# 이벤트

## 주식 포트폴리오 성과 분석

```
ComputePortfolioReturns
AnalyzePortfolioReturns
```

{% content-ref url="/pages/-M27ANGGw4RaKGflGLbv" %}
[주식 포트폴리오 성과 분석](/dp/api/func/event/portfolio.md)
{% endcontent-ref %}

## 주식 시장 이벤트 분석&#x20;

```
ComputeEventDayStockReturns
ComputeStockReturnCorrelationWith
GetIndustryReturnsOnEventDates
GetCumulativeIndustryReturns
```

{% content-ref url="/pages/-M27AVI6G0-697tixJVu" %}
[주식 시장 이벤트 분석](/dp/api/func/event/stock.md)
{% endcontent-ref %}

## 채권 시장 이벤트 분석

```
GetBondYieldChangesPerIssuer
GetBondYieldChangesPerClassification
GetBondYieldChangesPerIndustry
```

{% content-ref url="/pages/-M1yWAfWfbIDf5\_Ljonu" %}
[채권 시장 이벤트 분석](/dp/api/func/event/bond.md)
{% endcontent-ref %}


---

# 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/event.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.
