79767885

Date: 2025-09-17 23:46:07
Score: 4.5
Natty: 4
Report link

I have tried the code

import requests
headers={"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36"}
res=requests.get("https://finance.yahoo.com/quote/AAPL/financials?p=AAPL",headers=headers)
res.status_code

but it fails and gives the

404

Is any way to fix this problem? Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1.5): fix this problem?
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: sping G