You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
The text was updated successfully, but these errors were encountered: