A powerful financial data module used for pulling data from Yahoo Finance. This module can pull fundamental and technical data for stocks, indexes, currencies, cryptos, ETFs, Mutual Funds, U.S. Treasuries, and commodity futures.
I noticed that the data returned by get_summary_data() is incomplete for ETF.
For example: the yield and the expense ratio for VHYL.MI arepresent on yahoo finance, but don't get returned by get_summary_data(); other methods like get_dividend_rate() or get_annual_avg_div_rate() or get_exdividend_date() are affected too.
I noticed that the data returned by get_summary_data() is incomplete for ETF.
For example: the yield and the expense ratio for VHYL.MI arepresent on yahoo finance, but don't get returned by get_summary_data(); other methods like get_dividend_rate() or get_annual_avg_div_rate() or get_exdividend_date() are affected too.