Skip to content

morristai/firstrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firstrade SDK

A reverse-engineered API client for Firstrade — a financial services company providing brokerage services.


Features

  • Login with Multi-Factor Authentication (MFA)
  • Login with One-Time Password (OTP)
  • Retrieve account information
  • Retrieve market data
  • Retrieve and modify watchlists
  • Async support
  • 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.