php - web service which provides stock market information -


i checking if there web services out there, can post ticker symbol , return me details symbol. if pass 'goog' tell me company name, current price, whether mutual fund, equity etc...

i trying make php poc service can collate , show financial stock market information.

any free service know of?

i've had experience few of these service providers. favourite yahoo finance csv api.

it returns formatted data based on url parameters provide.

so example can post following: http://download.finance.yahoo.com/d/quotes.csv?s=goog financial information 'goog' ticker symbol.

quick example yahoo: http://code.google.com/p/yahoo-finance-managed/wiki/csvquotesdownload

also check out page examples of data can fetch: http://www.jarloo.com/yahoo_finance/, examples include:

ask, dividend yield, dividend per share, ask, previous close, open date, change , 100 more.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -