# Nasdaq adapter reference Use this as compact context for the Nasdaq adapter in bluedoor. Primary URLs: - Landing page: https://bluedoor.sh/adapters/nasdaq - Docs: https://bluedoor.sh/adapters/nasdaq/docs - OpenAPI JSON: https://bluedoor.sh/adapters/nasdaq/docs/openapi.json - bluedoor adapter API base URL: https://api.bluedoor.sh/adapters/nasdaq/v1 - Current source API host: https://api.nfin.dev - Source health: https://api.nfin.dev/v1/health - Source catalog: https://api.nfin.dev/v1/endpoints Role: - Adapter ID: nfin - Upstream: nasdaq.com - Summary: Source-native Nasdaq-backed routes for calendars, options, quote pages, short interest, IPOs, and Nordic market data. - Fit: Use this adapter when Nasdaq-specific calendars, options, IPO, or short-interest datasets matter. Use Financial Data for cross-source market workflows. - Adapters are not standalone bluedoor products. They are source-native connectors that power larger APIs, especially Financial Data. Coverage: - Earnings, dividend, split, and IPO calendars - Options chains and most-active options - Short interest - Nordic market data Representative routes: - /v1/calendar/earnings: Nasdaq earnings calendar - /v1/quote/{symbol}/options: option chains - /v1/quote/{symbol}/short-interest: short-interest datasets Examples: ```bash curl "https://api.bluedoor.sh/adapters/nasdaq/v1/health" curl "https://api.bluedoor.sh/adapters/nasdaq/v1/calendar/earnings" curl "https://bluedoor.sh/adapters/nasdaq/docs/openapi.json" ```