Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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]

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 install inq by: sudo npm install -g inq.

### Update

- We strongly recommend you keep your inq up to date for a better user experience. Update inq 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 inq

Options:

-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).