Skip to content

Releases: ExploracuriousAlex/yapytr_old

0.1.3

03 Nov 15:01

Choose a tag to compare

Improved the readability of pytr details ISIN output.

0.1.2

01 Nov 14:43

Choose a tag to compare

New Features:

cancel_price_alarm

usage: yapytr cancel_price_alarm [-h] [-n PHONE] [-p PIN] alarmid

Cancels a specific price alarm by it's id.

positional arguments:
  alarmid                     price alarm id

options:
  -h, --help                  show this help message and exit
  -n PHONE, --phone_no PHONE  Trade Repbulic phone number
  -p PIN, --pin PIN           Trade Repbulic PIN

set_price_alarm

usage: yapytr set_price_alarm [-h] [-n PHONE] [-p PIN] isin price

Sets an alert for a specific ISIN at a specific price

positional arguments:
  isin                        ISIN (International Security Identification Number)
  price                       target price

options:
  -h, --help                  show this help message and exit
  -n PHONE, --phone_no PHONE  Trade Repbulic phone number
  -p PIN, --pin PIN           Trade Repbulic PIN

0.1.0

31 Oct 20:31

Choose a tag to compare

Initial release