0

How can i get historical data of market cap.

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 ?

by
2 Replies
  • 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

    0
  • Thanks for answer. But! Query select * from yahoo.finance.quotes where symbol in ("YHOO") also get only current value of market cap.

    0

Recent Posts

in YQL