dpguthrie / dpguthrie/yahooquery
Using yahoo premium
Open
- Dominant language
- Python
- Stars
- 920
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
I have yahoo premium, but this code in the documentation doesn't work.
Any idea?
```python
aapl = Ticker('aapl', username='username@yahoo.com', password='password')
df = aapl.p_balance_sheet()
df.head()
```
Contributor guide
Assessment
This issue has not been assessed yet.