79496115

Date: 2025-03-09 15:14:29
Score: 1
Natty:
Report link

Unfortunately, investpy is no longer functional, but you can get the same thing with Yfinance

import yfinance as yf

ticker_yahoo = yf.Ticker("US0378331005")
print(ticker_yahoo.ticker)

so that the result will be “AAPL”

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cla