- Fix Insider trading query paging bug.
- Update node.js modules:[email protected],[email protected],[email protected].
- Update node.js module:[email protected].
- Add sort by
bdiff
feature to sort stocks by(s.price - s.cheap)/s.price
. - Add sort by
sdiff
feature to sort stocks by(s.price - s.expensive)/s.price
. - Add
--remove
param to remove the symbols from result with the specified keywords in name or comment. - Update node modules: moment to 2.10.6.
- Add
--lteb [pct]
support to query symbols that make 100*(s.price - s.cheap)/s.price <= pct. - Add
--gtes [pct]
support to query symbols that make 100*(s.price - s.expensive)/s.price >= pct. - Update node modules:blessed,blessed-contrib,moment,request.
- Make
star -wo
orstar -w -o
to watch held stocks. - Use moment 'zh-cn' locale instead of const days to format dayOfWeek output in finance cal.
- Update node.js modules:async@~1.4.0,blessed@~0.1.14,blessed-contrib@~2.3.1.
- Add
--lteb
and--gtes
support to filter the stocks whose current price is lower than buy price or greater than sell price. - Fix bug of query none exist symbols.
- Fix Trailing comma bugs when run
star *
cmds. - Set conf.chunkSize from 20 to 25.
- Improve console output string padding problem.
- Add support for query latest insider tradings.
- Add latest insider trading summary limit.
- Update request timeout error msg for SZ market insider trading query.
- Update blessed-contrib to v2.2.1
- Trim inline tabs of events in finance calendar.
- Update bluebird to v2.9.34.
- Add trace symbol duplication check.
- Add finance calendar feature.
- Add day of week field for finance calendar.
- Publish star to npm and cnpm.
- Update node modules: [email protected]/[email protected]/[email protected]/[email protected]
- Add insider trading query feature.
- Add
--from
,--to
,--span
param for insider trading query. - Fix no trading records output.
- Refactor star.js.
- Add multiple symbol insider trading query support.
- Add watch symbols fallback.
- Fix HOLDSTOCK_NUM NaN bug.
- Set max limit to be 20 for insider trading query.
- Update readme.md and publish star to npm registry.
- Add query symbol basic info by symbol's code feature.
- Update node modules: request and grunt-eslint.
- Add watch feature with automatic price update.
- Update blessed-contrib to v2.2.0
- Update bluebird to v2.9.30.
- Add
-L, --lte
,-G, --gte
,-U, --under
,-A, --above
support, check help for more details. - Fix page undefined bug.
- Add eslint for js linting, and fix some lint problems.
- Some code refactor.
- Fix paging limit bug.
- Add paging support.
- Remove unused node modules.
- Update node modules:bluebird,colors,lodash and grunt-eslint.
- Add Stock code number contain certain prefix support.
- Add '-f --file' symbol file param support and save symbol file path automatically.
- Remove market property for symbols
- Add P/E and P/B property for each symbol while using tencent data source.
- Grep keyword in comment support.
- Add multiple grepping keywords support.
- Add company name search support.
- Params could be separated by both ',' and ','.
- Update node modules:iconv, printf, request and grunt-eslint.
- Fix large size response body bug.
- Add data source parameter support.
- Show capacity info when use tencent data source.
- Add sort by capacity feature.
- Add show only holded stocks feature.
- Fix percentage calculation bug of halted stocks.
- Add exclude code with prefix such as 300,600,002 and 003 etc.
- Add sort by price and code support.
- Add display limit support.
- Add watch support.
- Add display limit param from cli.
- Add up percent display and sorting support.
- Fix character encoding bugs.
- Add sort in ascending order support.
- Add show all stock support.
- Add show only ignored symbols support.
- Add stock price query and price-targetPrice percentage calc.
- Add sort by star or price-targetPrice percentage support.
- Add yaml data format support.
- Add stock counter.