# Earnings Whispers adapter reference Use this as compact context for the Earnings Whispers adapter in bluedoor. Primary URLs: - Landing page: https://bluedoor.sh/adapters/earnings-whispers - Docs: https://bluedoor.sh/adapters/earnings-whispers/docs - OpenAPI JSON: https://bluedoor.sh/adapters/earnings-whispers/docs/openapi.json - bluedoor adapter API base URL: https://api.bluedoor.sh/adapters/earnings-whispers/v1 - Current source API host: https://api.ewfin.bluedoor.sh - Source health: https://api.ewfin.bluedoor.sh/v1/health - Source catalog: https://api.ewfin.bluedoor.sh/v1/endpoints Role: - Adapter ID: ewfin - Upstream: earningswhispers.com - Summary: Earnings Whispers-backed earnings sentiment and calendar routes. - Fit: Use this adapter when earnings whisper, sentiment, or event data complements a research workflow. - Adapters are not standalone bluedoor products. They are source-native connectors that power larger APIs, especially Financial Data. Coverage: - Earnings sentiment - Calendars - Company events - Consensus context Representative routes: - GET /v1/articles/summaries: Article summaries Example: https://api.ewfin.bluedoor.sh/v1/articles/summaries - GET /v1/grades/summary: Grade summary Example: https://api.ewfin.bluedoor.sh/v1/grades/summary - GET /v1/popular/expected-eps: Popular expected EPS Example: https://api.ewfin.bluedoor.sh/v1/popular/expected-eps - GET /v1/preview/top-beat: Top beats Example: https://api.ewfin.bluedoor.sh/v1/preview/top-beat - GET /v1/preview/top-news: Top news Example: https://api.ewfin.bluedoor.sh/v1/preview/top-news - GET /v1/sentiment/top-heat: Sentiment heatmap Example: https://api.ewfin.bluedoor.sh/v1/sentiment/top-heat - GET /v1/strategy/summary: Strategy summary Example: https://api.ewfin.bluedoor.sh/v1/strategy/summary - GET /v1/tickers/{symbol}/chart: Ticker chart Example: https://api.ewfin.bluedoor.sh/v1/tickers/NVDA/chart Examples: ```bash curl "https://api.bluedoor.sh/adapters/earnings-whispers/v1/health" curl "https://api.bluedoor.sh/adapters/earnings-whispers/v1/tickers/AAPL/earnings" curl "https://bluedoor.sh/adapters/earnings-whispers/docs/openapi.json" ```