I would like to get key statistics data for a given symbol in Yahoo! Finance.
I found a few ways to get statistics data using Yahoo Finance API. For example, to get Appleās name (n), ask (a), bid (b), market cap(j1), http://finance.yahoo.com/d/quotes.csv?s=AAPL&f=nabj1 (e.g. http://www.jarloo.com/yahoo_finance/)
But I would like to extract more information such as return on equity and enterprise value. How can I do this? I cannot even fetch these values from web scraping either.