juletrade is a Julia package that connects to the E-Trade API. It is designed to be fast and simple.
- Get Set Up: Authenticate with OAuth to access your E-Trade account.
- Keep Tabs on Your Accounts: Check balances, portfolios, and transactions.
- Make Trades: Place, preview, modify, or cancel orders for stocks and options.
- Track the Market: Fetch quotes, option chains, and other market data.
The easiest way to get juletrade is through Julia’s package manager:
using Pkg
Pkg.add("juletrade")