Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stock Market API [closed]

Tags:

api

I wondered if there was some stock market api that would allow me to create an indepenant website to display a certain corporation's stock info.

I've looked at Google Finance API and apparently you can only use it to make iGoogle gadgets so that won't work.

like image 214
codedude Avatar asked Sep 02 '11 01:09

codedude


People also ask

Is there an API for the stock market?

The Investing API (provided by APIDojo) allows developers to access stock data for cryptocurrencies and markets. This API is ideal for tracking price changes and exchange rates.

Is there a free stock market API?

About Finnhub Stock API With the sole mission of democratizing financial data, we are proud to offer a FREE realtime API for stocks, forex and cryptocurrency. With this API, you can access realtime market data from stock exchanges, 10 forex brokers, and 15+ crypto exchanges.


2 Answers

Yahoo actually does this quite well. They offer web services that you can get quotes from.

http://code.google.com/p/yahoo-finance-managed/wiki/YahooFinanceAPIs

like image 125
Shawn Avatar answered Sep 22 '22 22:09

Shawn


I believe you are incorrect about the Google Finance API (no longer available). There is a Javascript API which you should be able to use in any ordinary web application.

like image 35
Logic Artist Avatar answered Sep 22 '22 22:09

Logic Artist