Skip to main content

Receive an alert if an asset becomes shortable, e.g. from HTB to ETB, or vice versa

Project description

shortable

Receive an alert if an asset becomes shortable, e.g. from HTB to ETB, or vice versa

shortable notification

shortable action center

Summary

shortable is a Python script for tracking the short selling availability of assets. The script works by maintaining a database of assets and their shorting availability (either true, shortable, easy-to-borrow (ETB) or false, non-shortable, hard-to-borrow (HTB)). When the script notices the asset shortable condition has changed since the last run, it notifies the user with a Windows 10 toast notification. This may be helpful in quickly acting on ETB or HTB changes of assets or gauging market sentiment. The script currently only supports the Alpaca Securities broker but could be expanded to other brokers that have API access.

Requirements

Setup

  1. Install shortable using pip:
    pip install shortable
  1. Create API keys using the Alpaca dashboard. Refer to Alpaca's API v2 and API Documentation for more details.
  2. Set environment variables APCA_API_KEY_ID and APCA_API_SECRET_KEY for the Windows user account. shortable can be used with Alpaca paper accounts by setting APCA_API_BASE_URL=https://paper-api.alpaca.markets. Refer to Alpaca Environment Variables.

Usage

  1. Define assets to track in shortable.json e.g. {"AMZN": true, "MSFT": true, "TSLA": false}.
  2. Run shortable from the same directory as shortable.json. When there are no asset shortable changes there is no output or notification. Check shortable.log to verify operation.
  3. Optionally schedule shortable to run routinely using Windows Task Scheduler.

Files

shortable.json

Dictionary database for recording asset shortable status. Save in the directory you intend to run shortable from. Use JSON format such as follows:

{"AMZN": true, "MSFT": true, "TSLA": false}

shortable.log

Log file indicating checks for shortable status, changes to shortable status, and when toast notifications are fired. Automatically created in the same directory from which shortable is run from.

Support

If you find an issue or have any feedback please submit an issue on GitHub.

If you would like to show your support donations are greatly appeciated via:

Author

Robert Gomez, Jr.

Source code

https://github.com/rgomezjnr/shortable

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shortable-0.1.0.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

shortable-0.1.0-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file shortable-0.1.0.tar.gz.

File metadata

  • Download URL: shortable-0.1.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.7

File hashes

Hashes for shortable-0.1.0.tar.gz
Algorithm Hash digest
SHA256 255bdbe1b61d8b77eab5c0e092530daa5033d6b445f7575011512c66e5ed3649
MD5 e9ad1ee596fb3c498fb3ff87b2e01568
BLAKE2b-256 0ceaf93bf0c5ea85a5885d5d50914af8bb47baf4296ed7625af120b7fa64cbd9

See more details on using hashes here.

File details

Details for the file shortable-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: shortable-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.7

File hashes

Hashes for shortable-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 69e10bb88be0de10d30aabb8aeddf190a61fb384539f9290794939c1440c29a1
MD5 8a00dbb72381570d04319a1a84b4c670
BLAKE2b-256 22fd1a2ada80eecce7c44e6457731b1a92e5f3d604179bec9520aac8973316aa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page