> ## 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` 日期格式。
