Author Topic: Stock quotes  (Read 2436 times)

0 Members and 1 Guest are viewing this topic.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Stock quotes
« on: April 23, 2008, 04:01:26 am »
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.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline warz

  • Hero Member
  • *****
  • Posts: 1134
    • View Profile
    • chyea.org
Re: Stock quotes
« Reply #1 on: April 23, 2008, 09:47:36 am »
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.
« Last Edit: April 23, 2008, 09:53:00 am by warz »
http://www.chyea.org/ - web based markup debugger

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: Stock quotes
« Reply #2 on: April 23, 2008, 09:48:03 am »
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?

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Stock quotes
« Reply #3 on: April 24, 2008, 05:08:47 am »
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).
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Stock quotes
« Reply #4 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.

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Stock quotes
« Reply #5 on: April 24, 2008, 11:16:03 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.   ???
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline warz

  • Hero Member
  • *****
  • Posts: 1134
    • View Profile
    • chyea.org
Re: Stock quotes
« Reply #6 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://www.chyea.org/ - web based markup debugger

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Stock quotes
« Reply #7 on: April 24, 2008, 05:08:55 pm »
warz is smart. Thanks!
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Stock quotes
« Reply #8 on: April 24, 2008, 07:32:20 pm »
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.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Stock quotes
« Reply #9 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.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Stock quotes
« Reply #10 on: April 25, 2008, 03:28:42 pm »
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.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.