PureBytes Links
Trading Reference Links
|
Hi Barry,
I've been able to make good use of special tags offered by Yahoo to
download stock data:
http://www.gummy-stuff.org/Yahoo-data.htm
It looks like for the full name, you can use the 'n' tag. If you
have the list of tickers in Excel and have a little VBA knowledge, a
small crack program may be able to do the trick for you. Let me
know if you need help.
Lou
--- In amibroker@xxxxxxxxxxxxxxx, "Barry Scarborough"
<razzbarry@xxxx> wrote:
>
> Hi Perry,
>
> Thanks for the reply. Actually I am trying to do just the
opposite.
> I have a bunch of symbols in my AB database that have no names. I
am
> looking for a way to get the full names using the symbols off the
> Yahoo site. There are so many that it would not be practical to do
> this manually. so, I want to do this with a program.
>
> Cheers,
> Barry
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Perry Lentine" <lentino@xxxx>
> wrote:
> >
> > Barry,
> >
> > Not sure what you are attempting to do. But I have the full
name
> from yahoo
> > in my database. I can extract it with the following:
> >
> > Filter=1;
> > AddTextColumn(FullName(),"FullName ", 25);
> > AddTextColumn(Name(),"Ticker",1.0);
> > SetOption("NoDefaultColumns",1);
> >
> > Set range to last 1 day and explore.
> >
> > Hope this helps.
> >
> > Perry Lentine
> >
> > -----Original Message-----
> > From: amibroker@xxxxxxxxxxxxxxx
[mailto:amibroker@xxxxxxxxxxxxxxx]
> On Behalf
> > Of Barry Scarborough
> > Sent: Wednesday, November 16, 2005 8:14 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] Extracting symbol name from Yahoo, how?
> >
> > Given a symbol list is there a way to extract the full name from
> Yahoo using
> > a script or Excel function?
> >
> > I would also like to get other information so I can fill out the
> information
> > window but full name would do.
> >
> > Thanks,
> > Barry
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/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/
|