# CNBC adapter reference Use this as compact context for the CNBC adapter in bluedoor. Primary URLs: - Landing page: https://bluedoor.sh/adapters/cnbc - Docs: https://bluedoor.sh/adapters/cnbc/docs - OpenAPI JSON: https://bluedoor.sh/adapters/cnbc/docs/openapi.json - bluedoor adapter API base URL: https://api.bluedoor.sh/adapters/cnbc/v1 - Current source API host: https://api.cfin.bluedoor.sh - Source health: https://api.cfin.bluedoor.sh/v1/health - Source catalog: https://api.cfin.bluedoor.sh/v1/endpoints Role: - Adapter ID: cfin - Upstream: cnbc.com - Summary: CNBC-backed market context routes for earnings events, fair value, movers, market news, and market tables. - Fit: Use this adapter when CNBC-specific market context is useful alongside a financial workflow. - Adapters are not standalone bluedoor products. They are source-native connectors that power larger APIs, especially Financial Data. Coverage: - Earnings calendars - Fair value - Market movers - Market news and tables Representative routes: - GET /v1/fair-value: Fair value Example: https://api.cfin.bluedoor.sh/v1/fair-value?symbols=DJ,SP - GET /v1/fund-data: Fund data Example: https://api.cfin.bluedoor.sh/v1/fund-data - GET /v1/quotes: Snapshots Example: https://api.cfin.bluedoor.sh/v1/quotes - GET /v1/search: Search Example: https://api.cfin.bluedoor.sh/v1/search?q=AAPL - GET /v1/earnings-calendar/events: Events Example: https://api.cfin.bluedoor.sh/v1/earnings-calendar/events - GET /v1/earnings-calendar/list: List Example: https://api.cfin.bluedoor.sh/v1/earnings-calendar/list - GET /v1/investing-club/portfolio: Investing Club portfolio Example: https://api.cfin.bluedoor.sh/v1/investing-club/portfolio?asset_id=107001322 - GET /v1/markets/issue-movers: Issue movers Example: https://api.cfin.bluedoor.sh/v1/markets/issue-movers?issue_ids=36276,45294,827226440&metric=CHANGE_PCT&direction=BOTH&count=5 - GET /v1/markets/movers: Movers Example: https://api.cfin.bluedoor.sh/v1/markets/movers - GET /v1/markets/popular-quotes: Popular quotes Example: https://api.cfin.bluedoor.sh/v1/markets/popular-quotes - GET /v1/markets/tables: Tables Example: https://api.cfin.bluedoor.sh/v1/markets/tables - GET /v1/quotes/formatted: Formatted snapshots Example: https://api.cfin.bluedoor.sh/v1/quotes/formatted - GET /v1/symbology/issues: Issue symbology Example: https://api.cfin.bluedoor.sh/v1/symbology/issues?ids=36276,45294,827226440 - GET /v1/quote/{symbol}/chart: Chart Example: https://api.cfin.bluedoor.sh/v1/quote/AAPL/chart - GET /v1/quote/{symbol}/earnings: Earnings Example: https://api.cfin.bluedoor.sh/v1/quote/AAPL/earnings - GET /v1/quote/{symbol}/earnings-trends: Earnings trends Example: https://api.cfin.bluedoor.sh/v1/quote/AAPL/earnings-trends - GET /v1/quote/{symbol}/financials: Financials Example: https://api.cfin.bluedoor.sh/v1/quote/AAPL/financials?issue_id=36276&type=INC&period=Annual - GET /v1/quote/{symbol}/key-stats: Key stats Example: https://api.cfin.bluedoor.sh/v1/quote/AAPL/key-stats - GET /v1/quote/{symbol}/options: Options Example: https://api.cfin.bluedoor.sh/v1/quote/AAPL/options - GET /v1/quote/{symbol}/peers: Peers Example: https://api.cfin.bluedoor.sh/v1/quote/AAPL/peers - GET /v1/quote/{symbol}/pricing-momentum: Pricing momentum Example: https://api.cfin.bluedoor.sh/v1/quote/AAPL/pricing-momentum - GET /v1/quote/{symbol}/profile: Profile Example: https://api.cfin.bluedoor.sh/v1/quote/AAPL/profile - GET /v1/quote/{symbol}/range: Range Example: https://api.cfin.bluedoor.sh/v1/quote/AAPL/range Examples: ```bash curl "https://api.bluedoor.sh/adapters/cnbc/v1/health" curl "https://api.bluedoor.sh/adapters/cnbc/v1/earnings-calendar/events" curl "https://bluedoor.sh/adapters/cnbc/docs/openapi.json" ```