News:

Pretty crazy that we're closer to 2030, than we are 2005. Where did the time go!

Main Menu

Stock quotes

Started by Joe, April 23, 2008, 04:01:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joe

Does anyone know of a site that gives a list of all major stocks in semi-real time (15 minutes is no big deal, whatever)? I'm looking for something that lists them all on one page.
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


warz

#1
Well, I'm not sure which companies you're calling 'major', since that's sort of a personal thing. Google's finance page lets you add any company to your watch list, and will display them very cleanly, and easy to see. If by major you just mean the most expensive shares, then you can find those using their page too.
http://www.chyea.org/ - web based markup debugger

CrAz3D

I like this page
http://moneycentral.msn.com/investor/market/usindex.aspx

You can find a list of a lot of indexes.

Listing all major stocks on one page would still be hella long, why do you want that?

Joe

I'm looking for a site I can load using PHP and then parse out to make a stock ticker, without making tons of different HTTP requests (IE, I don't want to make people mad at me for doing this).
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


iago

It wouldn't surprise me if somebody offered stocks as a Web service. That way, you could download them via SOAP (or something) cleanly.

MyndFyre

Quote from: iago on April 24, 2008, 08:44:33 AM
It wouldn't surprise me if somebody offered stocks as a Web service. That way, you could download them via SOAP (or something) cleanly.

Wow.... I thought you said "stacks" and thought, "But SOAP is stateless....  Why would you do that?"

Too early in the morning I guess.   ???
Quote from: Joe on January 23, 2011, 11:47:54 PM
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Quote from: Rule on May 26, 2009, 02:02:12 PMOur species really annoys me.

warz

Why are you going to parse html for this? Most sites offer RSS feeds of their tickers. Just read from an RSS feed.
http://www.chyea.org/ - web based markup debugger

Joe

warz is smart. Thanks!
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


MyndFyre

Quote from: warz on April 24, 2008, 11:36:46 AM
Why are you going to parse html for this? Most sites offer RSS feeds of their tickers. Just read from an RSS feed.

HTTP request != HTML.
Quote from: Joe on January 23, 2011, 11:47:54 PM
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Quote from: Rule on May 26, 2009, 02:02:12 PMOur species really annoys me.

Joe

Yeah, but he read into what I was saying correctly anyhow. I was going to parse the HTML that I got as a result of the HTTP request.
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


MyndFyre

Quote from: Joe on April 25, 2008, 04:21:32 AM
Yeah, but he read into what I was saying correctly anyhow. I was going to parse the HTML that I got as a result of the HTTP request.

That's just silly.
Quote from: Joe on January 23, 2011, 11:47:54 PM
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Quote from: Rule on May 26, 2009, 02:02:12 PMOur species really annoys me.