dpguthrie / dpguthrie/yahooquery

Empty symbol results in Retry Error

Open
#290 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.