An open API service indexing awesome lists of open source software.

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

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).