# Firstrade SDK
A reverse-engineered API client for Firstrade — a financial services company providing brokerage services.
---
## Features
- [x] Login with Multi-Factor Authentication (MFA)
- [ ] Login with One-Time Password (OTP)
- [x] Retrieve account information
- [x] Retrieve market data
- [x] Retrieve and modify watchlists
- [x] Async support
- [x] Retrieve trade history
- [ ] Full stock orders
- [ ] Full options orders
- [ ] Python bindings
---
## Disclaimer
This project is not affiliated with or endorsed by Firstrade.
Use at your own risk. The API is reverse-engineered and may change without notice.
## Inspiration
This project is inspired by [MaxxRK/firstrade-api](https://github.com/MaxxRK/firstrade-api).