# StockAnalysis.com adapter reference Use this as compact context for the StockAnalysis.com adapter in bluedoor. Primary URLs: - Landing page: https://bluedoor.sh/adapters/stockanalysis - Docs: https://bluedoor.sh/adapters/stockanalysis/docs - OpenAPI JSON: https://bluedoor.sh/adapters/stockanalysis/docs/openapi.json - bluedoor adapter API base URL: https://api.bluedoor.sh/adapters/stockanalysis/v1 - Current source API host: https://api.sfin.bluedoor.sh - Source health: https://api.sfin.bluedoor.sh/v1/health - Source catalog: https://api.sfin.bluedoor.sh/v1/endpoints Role: - Adapter ID: sfin - Upstream: stockanalysis.com - Summary: StockAnalysis-backed routes for quotes, company data, financials, dividends, splits, calendars, and screeners. - Fit: Use this adapter when StockAnalysis-specific tables are a useful source shape. - Adapters are not standalone bluedoor products. They are source-native connectors that power larger APIs, especially Financial Data. Coverage: - Quotes - Financial statements - Dividends and splits - Screeners and calendars Representative routes: - GET /v1/aggregation: Aggregation Example: https://api.sfin.bluedoor.sh/v1/aggregation - GET /v1/charts: Charts Example: https://api.sfin.bluedoor.sh/v1/charts?symbol=AAPL - GET /v1/compare-returns: Compare returns Example: https://api.sfin.bluedoor.sh/v1/compare-returns?symbols=AAPL,MSFT - GET /v1/dividends: Dividends Example: https://api.sfin.bluedoor.sh/v1/dividends?symbol=AAPL - GET /v1/earnings: Earnings Example: https://api.sfin.bluedoor.sh/v1/earnings?symbol=AAPL - GET /v1/exchange-rates: Exchange rates Example: https://api.sfin.bluedoor.sh/v1/exchange-rates - GET /v1/financials-widget: Financials widget Example: https://api.sfin.bluedoor.sh/v1/financials-widget?symbol=AAPL - GET /v1/multi-chart: Multi-chart Example: https://api.sfin.bluedoor.sh/v1/multi-chart?symbols=AAPL%2CMSFT - GET /v1/quote: Quote Example: https://api.sfin.bluedoor.sh/v1/quote?symbol=AAPL - GET /v1/quotes-bulk: Bulk quotes Example: https://api.sfin.bluedoor.sh/v1/quotes-bulk?symbols=AAPL%2CMSFT - GET /v1/search: Search Example: https://api.sfin.bluedoor.sh/v1/search?q=AAPL - GET /v1/watchlist: Watchlist Example: https://api.sfin.bluedoor.sh/v1/watchlist?symbols=AAPL%2CMSFT - GET /v1/news/bulk: Bulk news Example: https://api.sfin.bluedoor.sh/v1/news/bulk?symbols=AAPL%2CMSFT - GET /v1/news/fetch: Fetch Example: https://api.sfin.bluedoor.sh/v1/news/fetch - GET /v1/news/fresh: Fresh news Example: https://api.sfin.bluedoor.sh/v1/news/fresh - GET /v1/news/search: Search Example: https://api.sfin.bluedoor.sh/v1/news/search?q=apple - GET /v1/screener/bulk: Bulk screen Example: https://api.sfin.bluedoor.sh/v1/screener/bulk - GET /v1/screener/field: Fields Example: https://api.sfin.bluedoor.sh/v1/screener/field Examples: ```bash curl "https://api.bluedoor.sh/adapters/stockanalysis/v1/health" curl "https://api.bluedoor.sh/adapters/stockanalysis/v1/quote" curl "https://bluedoor.sh/adapters/stockanalysis/docs/openapi.json" ```