How can I create stooq data?

Hello.

I have a problem with the create_stooq_data notebook.

In the section Add Symbols the following function doesn’t work.

df = pd.read_csv(‘https://stooq.com/db/l/?g=69’, sep=’ ').apply(lambda x: x.str.strip())

It seems that the ip for downloading the symbols doesn’t work.

I was trying to look for the symbols of us folder ( nasdaq etfs, nasdaq stocks, nyse etfs, nyse stocks) in the Stooq site, but I don’t where can I find them.

Anyone can help me?

same issue encountered, :frowning: need help

Hi, just found a plausible solution from another post, you may refer stooq data not supported anymore · Issue #214 · stefan-jansen/machine-learning-for-trading · GitHub