Releases: clojure-finance/clj-yfinance
Releases · clojure-finance/clj-yfinance
v0.1.6
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-return→log-returnstypo 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
New Features
fetch-calendar/fetch-calendar*— upcoming earnings dates, EPS/revenue estimates, ex-dividend date via the experimentalquoteSummaryendpoint- DuckDB integration (
clj-yfinance.duckdb) — load financial datasets into an embedded DuckDB instance and query with SQL - Noj integration —
:nojalias 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"]