steps
pip install -U yahoofinancials
code
from yahoofinancials import YahooFinancials
yahoo_financials = YahooFinancials('bbca.jk')
yahoo_financials.get_stock_data()
result
not responding (took long time)
expected result
running smoothly and can get the result
best regards