dpguthrie / dpguthrie/yahooquery
Empty symbol results in Retry Error
Open
- Dominant language
- Python
- Stars
- 920
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
from yahooquery import Ticker
ticker_list = ['0398.HK']
# Fetch data asynchronously
tickers = Ticker(ticker_list, asynchronous=True)
data = tickers.history(period='1d')
# Ensure the event loop is working correctly
print(data)
Try the script. It results in retry error.
Contributor guide
Assessment
This issue has not been assessed yet.