tvdatafeed
tvdatafeed copied to clipboard
A simple TradingView historical Data Downloader
The update is great! This opens many new opportunities to play around with the data. My tradingview login has double authentication. Currently, I need to switch this off to use...
Hi, First thank you very much for sharing this very useful package. This is not an issue, but a question; I hope this doesn't bother you. I wanted to ask...
Hello. Is it possible to download stock prices including dividends? There are switch in right bortom - for example in moex:gazp. Thank you
I just read on your profile that you have an interest into fluid dynamic. Anybody with such knowledge would be missing out using the edge that only exists in Range...
I have tried to fetch 5 minute candle data using https://github.com/StreamAlpha/tvdatafeed/issues/35 But on tradingview platform it's shows me `O293.70 H294.00 L293.50 C293.95` and using your module it export data in...
Sir, Initial_balance and wick_reversal are working fine, but while i am trying to run extreme_reveral there is a problem in import module ie. "from historical_data import get" this module is...
Would it be possible to add downloading of Heiken Ashi bars. These bars are available on the free plan.
The provided below `def get_hist` loads maximum 5k candles. May be you know the technique of how to receive 20 k candles(which is the maximum allowed ) for the premium...
Hi StreamAlpha, I am getting this error "ERROR:tvDatafeed.main:Connection is already closed" for some sources. e.g: `outputData=tv.get_hist('EURUSD','FXCM',Interval.in_1_minute,n_bars=2000)` The above code line runs into the error mentioned above. Though If I change...
Can we modify this API to also get financials like overview, Income statement, cash flow, and statistical data? It would really help for creating some screeners.