Open jamesgann opened 6 months ago
duplicate of #45?
i have succesfully downloaded and installed the fork files and works properly, many thanks!
@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
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