com.github.clojure-finance/clj-yfinance

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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