finnhub_sec_filings
Retrieve SEC filings and analyze filing sentiment. Filter by form type and date range, and export results as JSON.
Instructions
Access SEC filings and filing sentiment analysis. Supports JSON export for large datasets.. Operations: get_sec_filings, get_filing_sentiment, get_similarity_index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date in YYYY-MM-DD format (optional) | |
| form | No | Form type filter (e.g., 10-K, 10-Q) | |
| from | No | Start date in YYYY-MM-DD format (optional) | |
| export | No | Force export to JSON file | |
| symbol | No | Stock symbol | |
| project | No | Project name for saving data | |
| operation | Yes |