# WallStreetZen adapter reference Use this as compact context for the WallStreetZen adapter in bluedoor. Primary URLs: - Landing page: https://bluedoor.sh/adapters/wallstreetzen - Docs: https://bluedoor.sh/adapters/wallstreetzen/docs - OpenAPI JSON: https://bluedoor.sh/adapters/wallstreetzen/docs/openapi.json - bluedoor adapter API base URL: https://api.bluedoor.sh/adapters/wallstreetzen/v1 - Current source API host: https://api.wszfin.bluedoor.sh - Source health: https://api.wszfin.bluedoor.sh/v1/health - Source catalog: https://api.wszfin.bluedoor.sh/v1/endpoints Role: - Adapter ID: wszfin - Upstream: wallstreetzen.com - Summary: WallStreetZen-backed company search, scores, forecasts, analyst, and valuation routes. - Fit: Use this adapter when WallStreetZen company scoring and research context is needed directly. - Adapters are not standalone bluedoor products. They are source-native connectors that power larger APIs, especially Financial Data. Coverage: - Company search - Zen scores - Forecasts - Analyst and valuation context Representative routes: - GET /v1/companies/search: Search Example: https://api.wszfin.bluedoor.sh/v1/companies/search?q=AAPL - GET /v1/screener/companies: Company screener Example: https://api.wszfin.bluedoor.sh/v1/screener/companies - GET /v1/companies/{id}/news: News Example: https://api.wszfin.bluedoor.sh/v1/companies/1/news - GET /v1/companies/{id}/prices: Prices Example: https://api.wszfin.bluedoor.sh/v1/companies/1/prices Examples: ```bash curl "https://api.bluedoor.sh/adapters/wallstreetzen/v1/health" curl "https://api.bluedoor.sh/adapters/wallstreetzen/v1/companies/search" curl "https://bluedoor.sh/adapters/wallstreetzen/docs/openapi.json" ```