Skip to content

mattsecrest/juletrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

juletrade (Julia E-Trade API Wrapper)

⚠️ In Development: juletrade is still a work in progress.

juletrade is a Julia package that connects to the E-Trade API. It is designed to be fast and simple.

What It Does

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

How to Install

The easiest way to get juletrade is through Julia’s package manager:

using Pkg
Pkg.add("juletrade")

About

Julia E-Trade API Wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published