Metadata-Version: 2.1
Name: tastyworks-cli
Version: 0.1.3
Summary: An easy-to-use command line interface for Tastyworks!
Home-page: https://github.com/Graeme22/tastyworks-cli/
Author: Graeme Holliday
Author-email: graeme.holliday@pm.me
License: MIT
Description: # tastyworks-cli
        
        An easy-to-use command line interface for Tastyworks!
        
        ## Installation
        
        ```
        $ pip install tastyworks-cli
        ```
        
        ## Usage
        
        Obtaining a CSV file: On the Tastyworks desktop app, go to the History tab. Under transactions (**not** YTD), pick a custom start date *before the creation of your account*. Scroll down until all of your transactions have loaded, then click "CSV" in the top right to export all the transactions. *You must export your entire transaction history, even if you only want to plot a more recent time period.*
        
        Available commands:
        ```
        tw plot                chart your portfolio's net liquidity or profit/loss over time
        tw quant               mathematical and statistical analysis
        ```
        Unavailable commands pending development:
        ```
        tw order               view, replace, and cancel orders
        tw watchlist           view current prices and other data for symbols in your watchlists
        tw portfolio           view statistics and risk metrics for your portfolio
        tw crypto              buy, sell, and analyze cryptocurrencies
        tw future              buy, sell, and analyze futures
        tw stock               buy, sell, and analyze stock
        tw option              buy, sell, and analyze options
        ```
        For more options, run `tw --help`.
        
        ## Development/Contributing
        
        This project includes a number of helpers in the `Makefile` to streamline common development tasks.
        
        Creating a virtualenv for development:
        ```
        $ make venv
        $ source env/bin/activate
        ```
        
        It's usually a good idea to make sure you're passing tests locally before submitting a PR:
        ```
        $ make test
        ```
        
        If you have a feature suggestion, find a bug, or would like to contribute, feel free to open an issue or create a pull request.
        
        ## Disclaimer
        
        tastyworks and tastytrade are not affiliated with the makers of this program and do not endorse this product. This program does not provide investment, tax, or legal advice. Stock trading involves risk and is not suitable for all investors. Options involve risk and are not suitable for all investors as the special risks inherent to options trading may expose investors to potentially significant losses. Futures and futures options trading is speculative and is not suitable for all investors. Cryptocurrency trading is speculative and is not suitable for all investors.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
