ranaroussi / yfinance

Download market data from Yahoo! Finance's API
https://aroussi.com/post/python-yahoo-finance
Apache License 2.0
13.01k stars 2.31k forks source link

Could not extract financial statements for certain stock tickers #795

Closed tan-yong-sheng closed 1 year ago

tan-yong-sheng commented 3 years ago

Cannot retrieve financial report such as income statement, balance sheet, cash flow of tickers of certain exchange market. For example, Bursa Malaysia.

Example tickers to test: 0200.KL

import yfinance as yf rev = yf.Ticker("0200.KL") rev.financials rev.balance_sheet rev.cashflow

You would find that these would not work for Bursa Malaysia's stock tickers.

ManidharVutla commented 3 years ago

Yes, can't retrieve financial information for nyse ticker symbols (msft, ntap,...) as well.

mrkgoh commented 2 years ago

Cannot retrieve financial report such as income statement, balance sheet, cash flow of tickers of certain exchange market. For example, Bursa Malaysia.

Example tickers to test: 0200.KL

import yfinance as yf rev = yf.Ticker("0200.KL") rev.financials rev.balance_sheet rev.cashflow

You would find that these would not work for Bursa Malaysia's stock tickers.

Is it working for you now? Or is it still open?