The US security structure is based on the Dow Jones ICB classifications
at levels 3 & 4.

See link for a snap shot of industry groups along with an explanation of
why the structure is restricted to only levels 3 and 4 of ICB
classifications:
http://www.premiumdata.net/support/amibroker.php


--- In [email protected], "_sdavis" <[EMAIL PROTECTED]> wrote:
>
> I will like to know the list of Industries in the premium data
> database. This code should dump the list to DebugView if someone would
> be kind enough to run it for me.
>
> // Dump the list of categories
> for (i = 0; i < 256; i++)
> {
>   category = CategoryGetName(CategoryIndustry, i);
>   _Trace("Category "+i+" = "+category);
> }
>
> Thanks,
> Steve
>


Reply via email to