https://github.com/dakimura/xignite_search
search companies under specific conditions using Quick Xignite API
https://github.com/dakimura/xignite_search
Last synced: about 2 months ago
JSON representation
search companies under specific conditions using Quick Xignite API
- Host: GitHub
- URL: https://github.com/dakimura/xignite_search
- Owner: dakimura
- Created: 2019-07-04T10:27:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:28:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T07:26:57.716Z (4 months ago)
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xignite_search
search companies under specific conditions using Quick Xignite API## Python version
tested by python3.7## Usage
```bash
# build a docker image
$ make build# run
$ docker run --env XIGNITE_API_TOKEN="your API token to call Xignite API goes here" --mount type=bind,src=$(pwd),dst=/tmp/output dakimura/xignite_search
```
Then, the following files will be output on the current directory:
- positive_net_income.csvA list of stock symbols which net income is positive for this 5 consecutive years
- positive_operating_income.csv
A list of stock symbols which operating income is positive for this 5 consecutive years
- pbr_ranking.csv
Price-BookValue-Ratio ranking
Tokyo Stock Market and JASDAQ are the target markets for all the files above.
- net_assets.csv
Net Asset of the target symbols and in the year of `net_asset_target_year` config param