JSONDecodeError while trying to parse Stock Data

Hello all!

So basicly i was using this code:

import yahoo_fin.stock_info as si
data = si.get_data(“AAPL”)
print(data)

and it stoped working like 2 days ago and i get the following Error Message:
JSONDecodeError: Expecting value: line 1 column 1 (char 0)

I couldnt find anything usefull on google but what i did find was
“…or (more likely) they’re actively trying to limit the number of people hitting their endpoints programmatically.”

Could this be the case? I was only downloading Daily Data i thought it was perfectly leagal? Is there a way to solve this?

Kind Regards