Re: How to get stock quotes?
Re: How to get stock quotes?
- Subject: Re: How to get stock quotes?
- From: Drew McCormack <email@hidden>
- Date: Wed, 24 Jul 2002 18:36:39 +0200
For my software (Trade Strategist), I use historical daily quotes. If
you need these, you can use finance.yahoo.com. On the site you can click
on "Historical Quotes", and then you have the choice to have it in a
table/spreadsheet format. This is easy to parse with NSScanner. To
download the data, NSURL does the trick. I think the whole data
retrieval and parsing is about 50 lines. (Of course, you need to know
the right 50 lines ;-)
Drew
On Tuesday, July 23, 2002, at 07:06 PM, Andy Bates wrote:
All,
Could someone tell me how to write a Cocoa application that can get
stock quotes from the web? Is it relatively easy for a new Cocoa
programmer, or am I biting off more than I can chew?
Thanks,
Andy Bates.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ...
Dr. Drew McCormack
Trade Strategist (www.trade-strategist.com)
Trading simulation software for Mac OS X
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.