Skip to content

Releases: clojure-finance/clj-yfinance

v0.1.6

07 Mar 09:17

Choose a tag to compare

Changes

  • Rewrote README for better flow and discoverability — added capability matrix, quick start section, and "Why clj-yfinance?" overview
  • Rewrote PROJECT_SUMMARY as a developer/architecture reference
  • Added Clojars, cljdoc, and license badges to README
  • Fixed cljdoc build: added full SCM metadata (connection, tag) to POM
  • Added provided-scope dependencies for optional integrations so cljdoc can analyze all namespaces
  • Fixed log-returnlog-returns typo in Noj example

Installation

;; deps.edn
com.github.clojure-finance/clj-yfinance {:mvn/version "0.1.6"}

;; project.clj
[com.github.clojure-finance/clj-yfinance "0.1.6"]

v0.1.5

07 Mar 09:19

Choose a tag to compare

New Features

  • fetch-calendar / fetch-calendar* — upcoming earnings dates, EPS/revenue estimates, ex-dividend date via the experimental quoteSummary endpoint
  • DuckDB integration (clj-yfinance.duckdb) — load financial datasets into an embedded DuckDB instance and query with SQL
  • Noj integration — :noj alias and documentation for using clj-yfinance with the Scicloj data science toolkit

Fixes

  • Fixed string-vs-keyword key mismatch in dataset test fixtures

Installation

;; deps.edn
com.github.clojure-finance/clj-yfinance {:mvn/version "0.1.5"}

;; project.clj
[com.github.clojure-finance/clj-yfinance "0.1.5"]