tradingview-api-integration

Installation
SKILL.md

TradingView API Integration

Help developers integrate the TradingView Data API and answer data questions by calling it live.

  • Base URL: https://tradingview-data1.p.rapidapi.com
  • Auth: every request needs headers x-rapidapi-host: tradingview-data1.p.rapidapi.com and x-rapidapi-key: <KEY>

API key workflow (required for live calls)

scripts/tv_api.py resolves the key in this order:

  1. --key CLI argument
  2. RAPIDAPI_KEY environment variable
  3. .rapidapi-key file in this skill's root directory

If none is available, ask the user for their x-rapidapi-key.

When the user provides a key, ask whether to save it for future sessions. Only after explicit consent, save it:

Installs
22
First Seen
Jun 12, 2026
tradingview-api-integration — hypier/tradingview-api-integration-skill