# TradingView adapter reference Use this as compact context for the TradingView adapter in bluedoor. Primary URLs: - Landing page: https://bluedoor.sh/adapters/tradingview - Docs: https://bluedoor.sh/adapters/tradingview/docs - OpenAPI JSON: https://bluedoor.sh/adapters/tradingview/docs/openapi.json - bluedoor adapter API base URL: https://api.bluedoor.sh/adapters/tradingview/v1 - Current source API host: https://api.tvfin.bluedoor.sh - Source health: https://api.tvfin.bluedoor.sh/v1/health - Source catalog: https://api.tvfin.bluedoor.sh/v1/endpoints Role: - Adapter ID: tvfin - Upstream: tradingview.com - Summary: Source-native TradingView-backed routes for search, market news, screeners, calendars, options, ideas, and scripts. - Fit: Use this adapter when TradingView-native discovery, screeners, and market content are the desired shape. Use Financial Data for normalized source selection. - Adapters are not standalone bluedoor products. They are source-native connectors that power larger APIs, especially Financial Data. Coverage: - Symbol search - News flow - Economic and earnings events - Screeners and options Representative routes: - /v1/symbols/search: TradingView symbol catalog - /v1/news/headlines: market news headlines - /v1/screeners/{market}/search: market screeners Examples: ```bash curl "https://api.bluedoor.sh/adapters/tradingview/v1/health" curl "https://api.bluedoor.sh/adapters/tradingview/v1/symbols/search" curl "https://bluedoor.sh/adapters/tradingview/docs/openapi.json" ```