imxeno / tradingview-scraper

A gateway to TradingView's data for your Node.js application!
ISC License
263 stars 60 forks source link

Feature Request : get candles data #5

Open Gabri opened 5 years ago

Gabri commented 5 years ago

Hello

The data scraped is really useful, but creating candles from it (or even with exchange websockets) are not reliable... A really nice improvement, for me, could be to get candles (or the last closing candle for a specific timeframe).

Thanks anyway

ProgrammingLife commented 4 years ago

Are we able now to get candles data?

imxeno commented 4 years ago

@ProgrammingLife it is still not possible, but you're welcome to work on this feature and submit a PR. Currently I'm focused on polishing the new version of tradingview-scraper, which is currently available on next branch.

dawadam commented 3 years ago

It may well be possible, this pyton script also using websocket seems to do it.

rushic24/tradingview-scraper

endenwer commented 2 years ago

If anyone still looking for that, I created an npm package to fetch candles from Tradingview endenwer/tradingview-ws.