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.2"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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