Stock Markets Exposed

How can i get financial market quotes from a server side script?

I'm looking for a way to get stock & futures market quotes from a PHP script. Delayed data is ok.

Public Comments

  1. Just have the script get the values from the database. (Your database, or the one you're paying for access to, that has the data.) If you want to get the quotes, just automate a browser, go to a site that has the data, screen-scrape it and do what you need with it (like put it into your database, so your php page can get it). There's no free central repository of market quotes you can get.
Powered by Yahoo! Answers