> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fcontext.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 뉴스 및 이벤트

> 뉴스, 공시, 토픽, 재무 캘린더

`/api/market-data` 엔드포인트를 사용해 시장 뉴스, 공시, 토픽, 재무 캘린더를 가져옵니다.

## 뉴스

```bash theme={null}
curl "https://openapi.fcontext.com/api/market-data/content/news?symbol=AAPL.US" \
  -H "x-api-key: YOUR_FCONTEXT_API_KEY"
```

## 토픽

```bash theme={null}
curl "https://openapi.fcontext.com/api/market-data/content/topics?symbol=AAPL.US" \
  -H "x-api-key: YOUR_FCONTEXT_API_KEY"
```

## 공시

```bash theme={null}
curl "https://openapi.fcontext.com/api/market-data/content/filings?symbol=AAPL.US" \
  -H "x-api-key: YOUR_FCONTEXT_API_KEY"
```

## 재무 캘린더

```bash theme={null}
curl "https://openapi.fcontext.com/api/market-data/calendar/finance?category=report&market=US" \
  -H "x-api-key: YOUR_FCONTEXT_API_KEY"
```

선택적인 `start`와 `end` 파라미터는 `YYYY-MM-DD` 날짜 형식을 사용합니다.
