1
vote
1answer
114 views

How to write stock market trading bots? [closed]

I'm working on an online platform to write trade bots. I started as a sort of experiment since I was taking both finances and programming. It allows users to write a bot in a sort of notepad and on ...
0
votes
1answer
53 views

PHP file_get_contents error

I am building a stock analysis website to use stock information such as price history etc. I will implement some of my own algorithms once I get the data but I am getting trouble obtaining the ...
-1
votes
1answer
65 views

Looking for a free web service to get info on the Dow Jones IA, or a way to get it w/ Yahoo finance [closed]

Currently I'm using the yahoo finance api and making yql queries to get stock quotes and such, however as far as I can tell you can't get info on the dow jones (due to contractual obligations). Does ...
-2
votes
1answer
207 views

Are there any free APIs for retrieving the S&P 500's component symbols?

Some sort of free REST API would be ideal, but in general is there any free API or web service or CSV file (that's not behind a password prompt) or anything out there that one can query to get the ...
2
votes
1answer
850 views

Getting stocks by industry via Yahoo Finance

i want to list all available industries ( like: http://biz.yahoo.com/p/ ) and show all corresponding stocks. Until now I'm using YAHOO.Finance.SymbolSuggest.ssCallback for the symbol suggestion and ...
0
votes
2answers
88 views

How can I get x most valuable companies using some finance APIs?

I need to find some Web Service which allows to retrieve the following type of data: The 30 most valuable companies, and for each company the following information: - Company name, symbol, state and ...
2
votes
1answer
270 views

Where to get free detailed historic data e.g. with interval <1 minute

I am looking for a free source of detailed stock data (bid and ask prices) with an interval of <1m. This is for testing out trading theories - therefore does not have to be live nor up to date. I ...
3
votes
5answers
3k views

Live gold ounce value [closed]

Do you know any free web service for the current gold ounce value? I already check yahoo and webservicesx. Neither of them worked.
9
votes
6answers
6k views

Yahoo! Finance API DOW [closed]

Until now, I've been using the INDU ticker to follow the DOW with the Yahoo! API. For whatever reason you were unable to directly follow ^dji ^djia or any other reasonable combination. Up until ...
5
votes
3answers
5k views

looking for an intraday stock quote feed

I have an application which needs to get intraday stock quotes on several assets (indices, commodities etc'). I want to be able to query the data in HTTP and get it as CSV/XML format. Now, I'd like ...
0
votes
2answers
331 views

Can a PayPal transaction include a third party?

The situation is as follows: there's a website that connects sellers and buyers, like Ebay. Among other things the owner of the website needs to know the details of each transaction initialized from ...
3
votes
3answers
2k views

Possible to make a consistently successful stock market playing bot? [closed]

Who has created a bot to play the stock market and what kind of return did you see? I'm currently still in very alpha stages but I can play the stock market with play money and get some very nice ...
7
votes
2answers
2k views

american express API

Is there an API that would let me access my AMEX transactions? How do Mint or any other finance websites export my data? If so, is it free?
7
votes
5answers
3k views

How Safe Is It To Scrape Stock-Price Information

As far as I can see, there are no developer-API services for stock-price information with the following stipulations: Free or low-monthly cost ( Ability to ship code which uses the service to ...
11
votes
5answers
11k views

Webservice to get stock quotes? [closed]

I want to create a website similar to Yahoo finance, but much less complex for an independent study. I will be using Java to do this and would like to get stock quotes through a web service as part ...
33
votes
11answers
18k views

Real life trading API

Do you know an API that lets you trade with real life stock or currency? If so, please describe your experience: ease of development commissions sandbox environment? etc.
30
votes
8answers
19k views

Best/Most Comprehensive API for Stocks/Financial Data [closed]

What is the most recommended free/public API for accessing financial market stats and stock quotes (preferrably real-time quotes)? I'm not too picky about how it's exposed (SOAP, REST, some ...
87
votes
7answers
64k views

Where can I get free real-time stock data? [closed]

Does anyone know of a way to obtain free real-time stock data or near real-time stock data? I'd like to do this since I'm interested in the financial market, not for use in investment applications ...