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

# News And Events

> News, filings, and finance calendars

Use `/api/market-data` endpoints for market news, filings, and finance calendars.

## News

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

## Filings

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

## Finance Calendar

```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"
```

Optional `start` and `end` parameters use `YYYY-MM-DD` dates.
