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