Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hustcer/inq
inq is a CLI tool for U.S. stock insider trading query. [Deprecated]
https://github.com/hustcer/inq
Last synced: 3 months ago
JSON representation
inq is a CLI tool for U.S. stock insider trading query. [Deprecated]
- Host: GitHub
- URL: https://github.com/hustcer/inq
- Owner: hustcer
- Created: 2014-10-19T08:47:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-22T12:02:10.000Z (about 10 years ago)
- Last Synced: 2024-10-03T20:08:11.003Z (3 months ago)
- Language: JavaScript
- Homepage: http://traceinvest.com
- Size: 448 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: history.md
Awesome Lists containing this project
README
# Inq
inq is a CLI tool for U.S. stock INsider trading Query.
## Donating
Support this project and [others by hustcer][gratipay] via [gratipay][].
[![Support via Gratipay][gratipay-badge]][gratipay]
[gratipay-badge]: https://raw.githubusercontent.com/hustcer/htmldemo/master/gittip.png
[gratipay]: https://gratipay.com/hustcer/### Install
- First you should have [node.js](http://nodejs.org/download/)(v0.10.0 or later) installed.
- Then installinq
by:sudo npm install -g inq
.### Update
- We strongly recommend you keep your
inq
up to date for a better user experience. Updateinq
is quite simple:
sudo npm update -g inq
- If the method above does not work, you can reinstall it by:
sudo npm un inq -g; sudo npm install inq -g
### Usage
```javascript
Usage: inq [options] or inqOptions:
-h, --help output usage information
-V, --version output the version number
-s, --symbol Symbol list to query, separated by comma.
-t, --time Insider trading time span, should be one of: 1m, 2m, 3m, 4m, or 5m.Usage Examples:
inq aapl,yhoo , Query insider trading of aapl and yhoo in latest 3 months(default).
inq -s aapl,yhoo , Query insider trading of aapl and yhoo.
inq -s aapl,yhoo -t 2m , Query insider trading of aapl and yhoo in latest 2 months.
inq --symbol aapl,yhoo , Query insider trading of aapl and yhoo.
inq --symbol aapl --time 5m , Query insider trading of aapl in latest 5 months.```
### Demo Output
![Inq stock insider trading query output demo](./output.png)
### Issues
Tell me if you have any questions, please submit an issue [here](https://github.com/hustcer/inq/issues/new).