geeknam / asx-terminus

All things ASX in your terminal
13 stars 2 forks source link
asx australia investment ncurses portfolio stock stock-market terminal terminal-app urwid

asx-terminus

pypi version Build Status

Screenshot

Installation

Install via pip:

$ pip install asx-terminus

Add .asxterminus.yaml file to your $HOME dir

Start in you terminal:

$ asxterminus

Sample Configuration file

Sample ~/.asxterminus.yaml file

    refresh_interval: 1200
    codes:
      - KGN
      - A2M
      - APX
    transactions:
      KGN:
        -
          - 1.48
          - 10000
        -
          - 1.34
          - 5000
      A2M:
        -
          - 2.7
          - 5000
      APX:
        -
          - 2.5
          - 10000
    columns:
      - code
      - last_price
      - open_price
      - day_high_price
      - day_low_price

Available fields (columns)

TODO

Disclaimer

This software should not be used as a financial advisor, it is for educational use only. Absolutely no warranty is implied with this product. By using this software you release the author(s) from any liability regarding the use of this software. You can lose money because this program probably has some errors in it, so use it at your own risk. And please don't take risks with money you can't afford to lose.