From 43641a60ac9c3389bbebfa2fcb3e19ecdadd7214 Mon Sep 17 00:00:00 2001 From: rcholic Date: Tue, 4 Jun 2024 21:36:49 -0700 Subject: [PATCH] features --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a39463..99d0099 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,12 @@ This is a Python client library for accessing the Charles Schwab stock and optio ## Features -- Authenticate with your Charles Schwab account -- Get account information -- Place stock and option trades -- Retrieve trade history -- Monitor real-time market data +[x] Authenticate with your Charles Schwab account +[x] Download option chain data +- Get account information [TODO] +- Place stock and option trades [TODO] +- Retrieve trade history [TODO] +- Monitor real-time market data [TODO] ## Installation