SEC Filing Sentiment Analyzer
Instantly analyze the sentiment of any US public company's latest SEC 10-Q or 10-K filing. Pass a ticker symbol (AAPL, MSFT, GOOGL, etc.) and get back a sentiment score from -1 (negative) to +1 (positive), derived from the Management Discussion & Analysis section using a financial lexicon. Results are cached for 24 hours.
SEC Filing Sentiment Analyzer endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
health_check_health_get /health |
Health check endpoint |
| sentiment | ||
| GET |
get_sentiment_sentiment__ticker__get /sentiment/{ticker} |
Get sentiment analysis for a company's latest SEC filing. - **ticker**: Stock ticker symbol (e.g., AAPL, MSFT, GOOGL) - **filing_type**: Type of filing to analyze (10-Q or 10-K)… |
| GET |
get_sentiment_with_type_sentiment__ticker___filing_type__get /sentiment/{ticker}/{filing_type} |
Get sentiment analysis for specific filing type. - **ticker**: Stock ticker symbol - **filing_type**: 10-Q or 10-K - **client_id**: Optional client identifier for usage tracking |
| Other endpoints | ||
| GET |
root__get / |
Root endpoint with service information |
SEC Filing Sentiment Analyzer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | Free | — |
|