https://github.com/morristai/firstrade
Firstrade SDK
https://github.com/morristai/firstrade
firstrade options sdk-rust stock-market
Last synced: 10 months ago
JSON representation
Firstrade SDK
- Host: GitHub
- URL: https://github.com/morristai/firstrade
- Owner: morristai
- Created: 2025-07-23T20:13:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-15T20:57:04.000Z (10 months ago)
- Last Synced: 2025-08-19T22:41:23.286Z (10 months ago)
- Topics: firstrade, options, sdk-rust, stock-market
- Language: Rust
- Homepage: https://crates.io/crates/firstrade
- Size: 66.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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).