-
I'm using this from an Avalonia program and it works great as long as the OutputType is set to Exe. However, on Windows I have to set OutputType to WinExe or a console window will spawn alongside my G…
-
```
end_date = datetime.date.today()
start_date = datetime.datetime.now() - datetime.timedelta(days=365)
df = yf.download(stocklist, start=start_date, end=end_date, group_by='ticker')
```
When t…
-
**Describe the problem**
Empower the module by adding the capability of fetching the ESG data
**Describe the solution**
Via an [API](https://query2.finance.yahoo.com/v1/finance/esgChart), I guess i…
-
Error occured at transfer object of type 'int' has no len()
Traceback (most recent call last):
File "/usr/lib/python3.5/http/client.py", line 908, in send
self.sock.sendall(data)
File "/us…
-
Hello,
Excellent work on this. I wanted to evaluate the performance of your models on some other index. I took a look at your data csv files, and found the column names (",datadate,tic,prccd,ajexdi…
-
Avoid multiple calls to `System.nanoTime()` to avoid unnecessary overhead.
See also https://shipilev.net/blog/2014/nanotrusting-nanotime/
-
#### Checklist
- [x] I have searched the [issues](https://github.com/robinhood-unofficial/pyrh/issues) of this repo and believe that this is not a duplicate.
# Feature Request
Robinhood r…
-
Hi,
you mention you'd like us to contribute with ISIN codes but how to add them? We could theoretically add a column but problem is that a single ticker can have multiple ISINs so that would create…
-
![image](https://cloud.githubusercontent.com/assets/4651792/12125945/613ccfe0-b3bc-11e5-80c1-6bd228200508.png)
Related to Issue #18 (as AAC isn't in our financials table at all) and Issue #24
-
Hi,
Thanks for your work. It's amazing. I've been looking for candlestick chart in the terminal for so long.
Is there any way to provide my own OHLC data in a common format such as CSV and JSON?
…