PureBytes Links
Trading Reference Links
|
Hello,
I trade ASX in Australia, the ASX stock exchange here has a website
which contains a csv listing of all stocks and their sectors and
industries which I use to organise my database using a java script.
Maybe US exanges have a similar list for US markets.
Also I use the standard and poors site to organise my stocks into
different groups, they have csv lists of stocks for their respective
indices.
Try this (for stocks in US):
http://www2.standardandpoors.com/servlet/Satellite?
pagename=sp/Page/IndicesIndexGroupPg&xcd=US&r=1&l=EN&b=4&s=6&ig=51
I use a script similar to that given by kaveman... to organise the
data.
Hope that helps a bit.
Cheers,
Stephen.
--- In amibroker@xxxxxxxxxxxxxxx, "Dennis And Lisa"
<dennisandlisa@xxxx> wrote:
> Is there a way I can get the most current stock info containing
> MARKET, SECTOR, INDUSTRY, GROUP info in the CSV file to be read by
the
> java script "Industries" and imported into Amibroker. I have the
most
> current version of Amibroker, and I use Yahoo for quotes that go
into
> my US Stocks folder. My Categories are as follows:
>
> Market :
> 0 = Undefined
> 1=NYSE
> 2=AMEX
> 3=Nasdaq
> 4=OTC
> 5=Mutual Funds
>
> Groups:
> 0=undefined
> 1=stocks
> 2=mutual funds
> 3=futures(cash)
> 4=futures(commodity)
> 5=indecies
>
> Sectors:
> 0=undefined
> 1=capital goods and services
> 2=consumer cyclical
> 3=consumer staples
> 4=energy
> 5=financial
> 6=health care
> 7=information
> 8=internet
> 9=materials
> 10=retail
> 11=transportation
> 12=utilities
> 15=medai
> 16=banks and finance
> 17=insurance
> 18=telecommunications
> 19=investemt and finance services
> 20=property trusts
> 21=healthcare and biotechnology
> 22 =miscellaneous inductries
> 23=diversified industries
> 24=tourism and leisure
> 25=debt issuer
>
> Industries:
> 0= undefined
> 1=aerospace-defence
> 2=aerospace defence eqp+
> 3=bus-serv-education+
> etc,etc,etc
>
> Please help and thank you
> Dennis
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|