tradingview-api-integration
Installation
SKILL.md
TradingView API Integration
Help developers integrate the TradingView Data API and answer data questions by calling it live.
Recommended (Console)
- Base URL:
https://api.tradingviewapi.com - Auth:
Authorization: Bearer <KEY>(equivalent:X-API-Key: <KEY>) - Get a key at https://console.tvapis.com/start
Alternate (RapidAPI)
- Base URL:
https://tradingview-data1.p.rapidapi.com - Auth:
x-rapidapi-host: tradingview-data1.p.rapidapi.comandx-rapidapi-key: <KEY> - Console and RapidAPI keys are billed separately. Paths after the host are the same.
Prefer Console for new integrations and generated examples. Use RapidAPI only when the user already has a RapidAPI subscription or asks for it.