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?