We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I used the SHY for a symbol lookup and went to profile:
https://finance.yahoo.com/quote/SHY/profile?p=SHY
Annual Report Expense Ratio (net) 0.15% Holdings Turnover 73.00%
these figures do not show up in yahoofinancials.
#get key statistics SymbolData = yahoo_financials.get_key_statistics_data() #mgmtfee SymbolData_MgmtFee = SymbolData[symbol]['annualReportExpenseRatio']" #turnover SymbolData_Turnover = SymbolData[symbol]['annualHoldingsTurnover']"
I always get a zero or None back .
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I used the SHY for a symbol lookup and went to profile:
https://finance.yahoo.com/quote/SHY/profile?p=SHY
Annual Report Expense Ratio (net) 0.15%
Holdings Turnover 73.00%
these figures do not show up in yahoofinancials.
#get key statistics
SymbolData = yahoo_financials.get_key_statistics_data()
#mgmtfee
SymbolData_MgmtFee = SymbolData[symbol]['annualReportExpenseRatio']"
#turnover
SymbolData_Turnover = SymbolData[symbol]['annualHoldingsTurnover']"
I always get a zero or None back .
Thanks.
The text was updated successfully, but these errors were encountered: