# Slickcharts adapter reference Use this as compact context for the Slickcharts adapter in bluedoor. Primary URLs: - Landing page: https://bluedoor.sh/adapters/slickcharts - Docs: https://bluedoor.sh/adapters/slickcharts/docs - OpenAPI JSON: https://bluedoor.sh/adapters/slickcharts/docs/openapi.json - bluedoor adapter API base URL: https://api.bluedoor.sh/adapters/slickcharts/v1 - Current source API host: https://api.scfin.bluedoor.sh - Source health: https://api.scfin.bluedoor.sh/v1/health - Source catalog: https://api.scfin.bluedoor.sh/v1/endpoints Role: - Adapter ID: scfin - Upstream: slickcharts.com - Summary: Slickcharts-backed index composition, weighting, ETF, ARK, and simple quote helper routes. - Fit: Use this adapter when index composition and weights from Slickcharts are the needed shape. - Adapters are not standalone bluedoor products. They are source-native connectors that power larger APIs, especially Financial Data. Coverage: - Index constituents - Index weights - ETF and ARK lists - Simple quote helpers Representative routes: - GET /v1/companies: Companies Example: https://api.scfin.bluedoor.sh/v1/companies - GET /v1/comparison/{pair}: Comparison Example: https://api.scfin.bluedoor.sh/v1/comparison/goog-vs-googl - GET /v1/marketing/{slug}: Marketing page Example: https://api.scfin.bluedoor.sh/v1/marketing/berkshire-hathaway - GET /v1/currency/{ticker}/quote: Currency quote Example: https://api.scfin.bluedoor.sh/v1/currency/AAPL/quote - GET /v1/index/{index}/{view}: View Example: https://api.scfin.bluedoor.sh/v1/index/sp500/returns - GET /v1/index/{index}/constituents: Constituents Example: https://api.scfin.bluedoor.sh/v1/index/sp500/constituents - GET /v1/symbol/{ticker}/{view}: View Example: https://api.scfin.bluedoor.sh/v1/symbol/AAPL/chart - GET /v1/symbol/{ticker}/quote: Quote Example: https://api.scfin.bluedoor.sh/v1/symbol/AAPL/quote - GET /v1/treasury/{tenor}/yield: Treasury yield Example: https://api.scfin.bluedoor.sh/v1/treasury/10-year/yield - GET /v1/etf/ark/{ticker}/holdings: ARK ETF holdings Example: https://api.scfin.bluedoor.sh/v1/etf/ark/ARKK/holdings - GET /v1/index/sp500/returns/history: S&P 500 returns history Example: https://api.scfin.bluedoor.sh/v1/index/sp500/returns/history Examples: ```bash curl "https://api.bluedoor.sh/adapters/slickcharts/v1/health" curl "https://api.bluedoor.sh/adapters/slickcharts/v1/index/sp500/constituents" curl "https://bluedoor.sh/adapters/slickcharts/docs/openapi.json" ```