资 源 简 介
Welcome
Ultra-finance is a pure Python library & utility for real time stock data collection, analyzing and backtesting.
Code has been moved to https://github.com/panpanpandas/ultrafinance
First Build
First build is available at: http://code.google.com/p/ultra-finance/downloads/list
Installation instruction can be found at: http://code.google.com/p/ultra-finance/wiki/BuildProcess
Any questions can be posted at: http://groups.google.com/group/ultra-finance?pli=1
Examples
stock crawler -- save stock quotes/ticks to local disk(sqlite or hbase)
Design
We try to keep the structure flat. Most modules are independent and can be executed easily.
Ultra-finance consists of four components:
* DAM(data access model): provides general API for quote/tick/financials access. The