Open YanyangChen opened 6 years ago
design database with SQLite,
CRUD to SQLite with bridging functions.(http://www.sqlitetutorial.net/sqlite-java/insert/
All stock symbols: http://investexcel.net/all-yahoo-finance-stock-tickers/
DB design: stkidx(key) date(key) open close volumn
Sava SQLite tables to hard disk
http://www.sqlitetutorial.net/sqlite-dump/
design database with SQLite,
CRUD to SQLite with bridging functions.(http://www.sqlitetutorial.net/sqlite-java/insert/
All stock symbols: http://investexcel.net/all-yahoo-finance-stock-tickers/