--- In [email protected], "markinaustralia" <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I've recently bought Amibroker, and am now reasonably familiar with > the mechanics of making a quote list which Amiquote can access and > download successfully. > > There's been a few pre-made lists which have been good for practise > while I'm learning, however I'd like to make a list which only has the > companies with greater than $500,000,000 in market capitalisation. > Everything below that I'm not interested in at this stage. > > Does anyone know a reasonably quick method besides going through an > entire 7000+ list of all the stocks listed in the U.S. separately? > I've been searching high and low and just don't know how to do this. > > Any assistance would be brilliant. > Regards, > Mark >
Hello Mark, AmiQuote can deliver current fdata: http://www.amibroker.com/guide/h_fundamental.html Then use Explorer to filter float * price > 500,000,000, Then save the returns to a WatchList or export to CSV for later database creation. brian_z http://www.amibroker.org/userkb/category/data/
