Top "Stocks" questions

How to get a complete list of ticker symbols from Yahoo Finance?

I've googled endlessly for a method of getting a complete (and daily updated) list of all Yahoo ticker symbols available …

yahoo-finance stocks
source of historical stock data

I'm trying to make a stock market simulator (perhaps eventually growing into a predicting AI), but I'm having trouble finding …

artificial-intelligence simulation finance stocks
Stock ticker symbol lookup API

Is there any sort of API that just offers a simple symbol lookup service? i.e., input a company name …

api finance stocks
What online brokers offer APIs?

So I'm getting really sick of E*TRADE and, being a developer, would love to find an online broker that …

api stocks trading
Getting real-time market/stock quotes in C#/Java

I would like to make an program that acts like a big filter for stocks. To do so, I need …

c# java stocks
correlation error: 'x' must be numeric

I have a XTS dataset that contains many stock closing prices called: dataset. I then wanted to find if their …

r numeric xts correlation stocks
Database schema for organizing historical stock data

I'm creating a database schema for storing historical stock data. I currently have a schema as show below. My requirements …

sql sqlite schema stocks
How to Access Yahoo Finance YQL query with historical data

I'm new to YQL. Perhaps this is very trivial, but I couldn't quite figure this out. I know, for instance, …

jsonp yql stocks yahoo-finance
What data source could I use for my stock market program?

I would like to make a free open-source C++ application for both Linux and Windows which will create live stock …

c++ open-source stocks trading
Find buy/sell prices in array of stock values to maximize positive difference

Got this question in an interview today, and its optimized solution stopped me cold (which blows, because I really wanted …

arrays optimization complexity-theory stocks