Rahul Shukla
Rahul Shukla
@coolpalani @rahulmr I would love to have your support. I am already working on adding support for Finvasia[ (Shoonya)based on NorenAPI]. It is work in progress. You can take a...
> Great news man, I have good knowledge on Shoonya Python API, I can share my account details with you. How can we connect? I have my email in my...
+1 observing the same thing...
I too can't use this lib with my project which is using AppCompat theme. Any solutions how can I use this widget with AppCompat?
Facing the same issue with android-12.0.0_r25 @ekt1lud are you able to solve it? Any help is deeply appreciated.
It appears that yFinance is appending the ticker symbol into the column names as well. Adding following lines in brokers/yahoo.py seems to fix this issue: ``` # Remove excess data...
Adding the below looks to fix this as well: ``` data.columns = [col.split(" ")[-1] for col in data.columns] if data.index.tzinfo is None: # Data is naive, add UTC timezone data.index...