So, i can get a current value of market cap. via YQL: select * from yahoo.finance.quote where symbol in ("YHOO")
Is it possible to get historical data of market cap. via YQL or API ?
For that table, no.
But: select * from yahoo.finance.quotes where symbol in ("YHOO")
Has more info.
FYI: these are not officially supported yahoo.finance tables. They were created by 3rd party entities.
Thanks -Paul YQL Team
Thanks for answer. But! Query select * from yahoo.finance.quotes where symbol in ("YHOO") also get only current value of market cap.
in YQL