rongardF / tvdatafeed

A simple TradingView historical Data Downloader
MIT License
251 stars 133 forks source link

"Search Symbol" doesn't work #48

Open jamesgann opened 3 months ago

jamesgann commented 3 months ago

Hello, I'm using you library (getting data, search symbol). Getting data works, while search symbol now is not working, after a first period in which it worked well.

I'm using this code in python to get all the exchange available for a specific symbol --> info = tv.search_symbol(symbol)

Even if I put the exchange it doesn't work as well --> info = tv.search_symbol('CRUDE','MCX')

Please let me know if there are some issues and if you can debug it to make it work again.

Thank you, James

dietmarb01 commented 3 months ago

duplicate of #45?

jamesgann commented 3 months ago

i have succesfully downloaded and installed the fork files and works properly, many thanks!

henryph24 commented 1 month ago

@jamesgann hi there, may I kindly ask if the solution work out for you? I tried to search for something like: """ticker = "USGDPYY" exchange = tv.search_symbol(ticker)[0]['exchange']""" but it does not work. Look to hear from you