com.github.dgr/clj-tda

A Clojure library that wraps TD Ameritrade's HTTP-based trading API.

Leiningen/Boot

[com.github.dgr/clj-tda "1.0.1"]

Clojure CLI/deps.edn

com.github.dgr/clj-tda {:mvn/version "1.0.1"}

Gradle

implementation("com.github.dgr:clj-tda:1.0.1")

Maven

<dependency>
  <groupId>com.github.dgr</groupId>
  <artifactId>clj-tda</artifactId>
  <version>1.0.1</version>
</dependency>