Historical Market Cap

Is it possible to pull market cap from 1 yr ago?

A rough way of calculating it would be (close(250)*SharesFD(1,ANN)). It would be nice to have a factor like Mktcap(offset,type) but it does not exist.

Try this:

FHist("MktCap", 52)

For fhist, i would use 52 since it uses weeks. #year returns 251

Right. Sorry about that. I fixed it in the original post.