Access real-time stock prices, crypto, forex, and futures data from 250+ exchanges. Free API with 500 requests/month. WebSocket streaming for live market data.
// Get real-time quote
curl --request 'GET' \
--url 'https://tradingview-data1.p.rapidapi.com/api/price/BINANCE:BTCUSDT?timeframe=1&range=10' \
--header 'x-rapidapi-host: tradingview-data1.p.rapidapi.com' \
--header 'x-rapidapi-key: YOUR_RAPIDAPI_KEY'
// Response data
{
"symbol": "NASDAQ:AAPL",
"price": 228.45,
"change": +1.24%
} Tip: Subscribe to this API on RapidAPI first and get your `x-rapidapi-key`.
Stocks, Crypto, Forex, Futures - Your All-in-One Market Data Solution
Bitcoin, Ethereum, Solana and emerging tokens. Spot and derivatives data available.
NASDAQ, NYSE, SSE, HKEX and 250+ global exchanges worldwide
Real-time FX quotes & technical indicators
Professional real-time financial data API for developers and traders
Covering 160,000+ stock symbols, 4,800+ cryptocurrency pairs, and all major forex and futures contracts worldwide.
Built on high-performance WebSocket architecture with data push latency under 150ms, meeting high-frequency trading needs.
Enterprise-grade cluster architecture with multi-node redundancy to ensure your application stays online.
Connect TradingView data directly to AI assistants like Cursor, Claude, and VS Code MCP. Access market data, technical analysis, and news through natural languageāno custom integration needed.
{
"mcpServers": {
"tradingview": {
"type": "streamable-http",
"url": "https://mcp.tradingviewapi.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN",
"Accept": "application/json, text/event-stream"
}
}
}
} Professional-grade investment analysis powered by AI. Combine TradingView data with intelligent workflows for smarter trading decisions.
Multi-factor analysis combining technical indicators, fundamentals, and market sentiment. Get AI-powered stock recommendations with confidence scores.
Professional position sizing using Kelly Criterion, volatility-adjusted recommendations, and ATR-based stop-loss calculations.
Track earnings, dividends, IPOs, and economic data. Analyze market impact and discover event-driven opportunities automatically.
Automatically identify classic technical patterns like double bottoms, head & shoulders, triangles, and flags with confidence assessment.
Daily market analysis tracking hot sectors, capital flows, gainers/losers. Discover investment opportunities across global markets.
Analyze stocks, crypto, forex, and futures across 353+ exchanges. Support for US, China, Hong Kong, Japan, Korea, and more.
Install the quantitative skills package and start analyzing markets like a pro.
npx skills add https://github.com/hypier/tradingview-quantitative-skills --skill tradingview-quantitative Experience real-time market data push in your browser
No matter your project scale, there's a plan for you
Ideal for personal projects and quick validation.
Built for production MVPs and small teams.
Best value for real-time and WebSocket users.
For enterprise-scale workloads and teams.
Everything you need to know about TradingView real-time financial data API
TradingView Data API is a professional financial market data service that provides real-time and historical data for 160,000+ symbols across stocks, crypto, forex, and ETFs from 250+ global exchanges. It works through RESTful API endpoints and WebSocket streaming, allowing developers to integrate market data directly into their applications with simple HTTP requests.
TradingView Data API offers several advantages over Twelvedata: 160,000+ symbols vs Twelvedata's limited coverage, WebSocket streaming for real-time data (Twelvedata charges extra), 99.9% uptime SLA, and more affordable pricing starting at $10/month for 30,000 requests. TradingView also provides comprehensive technical indicators and chart data that Twelvedata lacks. However, Twelvedata may be suitable for basic use cases with smaller data requirements.
TradingView Data API offers flexible pricing: Free Basic plan with 150 requests/month, Pro plan at $10/month for 30,000 requests, Ultra plan at $30/month with WebSocket access and 50,000 requests, and Mega plan at $80/month for 200,000 requests with dedicated support. All paid plans include email support and 99.9% uptime guarantee.
You can access real-time quotes, historical OHLCV data, technical indicators, market depth, company fundamentals, earnings data, financial statements, analyst ratings, news feeds, and economic calendar events. The API covers stocks, cryptocurrencies, forex pairs, commodities, indices, ETFs, bonds, and futures from 250+ global exchanges.
TradingView Data API provides real-time market data with WebSocket streaming available on Ultra and Mega plans. The Basic and Pro plans offer near real-time data with minimal delay. Unlike many competitors that impose 15-minute delays, TradingView ensures you get the most current market information for trading and analysis applications.
Getting started is simple: 1) Sign up for a free account at tradingviewapi.com, 2) Get your API key from the dashboard, 3) Make your first API call using our documentation and code examples in Python, JavaScript, PHP, or any language that supports HTTP requests. The free Basic plan includes 150 requests per month to test the API before upgrading.
TradingView Data API is language-agnostic and works with any programming language that can make HTTP requests. We provide official code examples and SDKs for Python, JavaScript/Node.js, PHP, Java, C#, Ruby, Go, and more. The RESTful API design makes integration straightforward regardless of your tech stack.
Yes, rate limits depend on your plan: Basic plan allows 150 requests/month, Pro plan 30,000 requests/month, Ultra plan 50,000 requests/month, and Mega plan 200,000 requests/month. WebSocket connections are available on Ultra and Mega plans for real-time streaming without consuming request quotas. Rate limits reset monthly.
Yes, TradingView Data API is designed for commercial use. All paid plans (Pro, Ultra, Mega) include commercial usage rights. You can integrate the API into trading platforms, financial apps, robo-advisors, portfolio trackers, and other commercial products. Enterprise plans with custom terms are available for high-volume applications.
REST API is ideal for on-demand data requests like historical prices, company info, and technical indicators. WebSocket provides real-time streaming data with automatic updates, perfect for live price tickers, charts, and trading applications. WebSocket is available on Ultra ($30/month) and Mega ($80/month) plans, while REST API is available on all plans including the free tier.