> ## 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` 形式の日付を使用します。
