Tradingview: Get Chart
Tradingview via Parse · Finance
Get recent OHLC bar data for a forex pair at the specified interval. Returns the most recent available bars (typically 2-5 depending on market session and day of week). For non-daily intervals, includes the current bar at the requested resolution plus recent daily bars. Bars are sorted by timestamp ascending (oldest first). The upstream data source provides a limited lookback window; bars_count is an upper bound and fewer bars may be returned. Get real-time forex pair data from TradingView including price, OHLC, bid/ask, spread, volume, change percentage, technical analysis indicators, moving averages, pivot points, and performance metrics. Fulfilled by Parse from www.tradingview.com.
- crypto-web3
- developer-tools
- finance
- parse
- platform-key
- tradingview
- www-tradingview-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/21b5deee-809e-4588-ab98-32b8cc954e33/get_chart
- Interface artifact
- sha256:3897bcc09ad0662a031a24d7ad7f4bb6705a0951203d89a0be33ccd6773d2513
- Manifest digest
- sha256:07f478ed9a646c0af8aaabe2f236c443824e8270d2610fe0af505ff068512fff
Request fields
- bars (integer): Maximum number of bars to return (1-30). Fewer bars may be returned depending on available data.
- symbol (string): Forex pair symbol (e.g., EURUSD, GBPUSD, USDJPY, AUDUSD, USDCAD, NZDUSD, EURGBP, EURJPY)
- exchange (string): Exchange/data source (FX, OANDA, FX_IDC): Allowed values: FX, OANDA, FX_IDC
- interval (string): Bar interval/timeframe: Allowed values: 1m, 5m, 15m, 1H, 4H, 1D, 1W
Example queries
- {"bars":"10","symbol":"EURUSD","exchange":"FX","interval":"1m"}