com.github.clojure-finance/clj-yfinance

Leiningen/Boot

[com.github.clojure-finance/clj-yfinance "0.1.3"]

Clojure CLI/deps.edn

com.github.clojure-finance/clj-yfinance {:mvn/version "0.1.3"}

Gradle

implementation("com.github.clojure-finance:clj-yfinance:0.1.3")

Maven

<dependency>
  <groupId>com.github.clojure-finance</groupId>
  <artifactId>clj-yfinance</artifactId>
  <version>0.1.3</version>
</dependency>