Liking cljdoc? Tell your friends :D

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.2] - 2026-03-09

Added

  • clojure-finance.ecbjure.sdmx/get-series — fetch any ECB SDMX series via the REST API; returns a vector of observation maps with :time-period (LocalDate) and :obs-value (double), plus all CSV dimension columns
  • clojure-finance.ecbjure.sdmx/parse-sdmx-csv — parse SDMX CSV lines (format=csvdata) into observation maps; handles daily, monthly, and annual TIME_PERIOD formats
  • Predefined series-key constants: exr-daily, exr-monthly, euribor-1w, euribor-1m, euribor-3m, euribor-6m, euribor-1y, euribor-overnight, estr-daily, hicp-euro-area
  • sdmx_test.clj — 4 tests, 19 assertions; fully offline using in-memory fixture data

Changed

  • README.md — added SDMX Client section with usage examples and constant listing
  • Removed date-based caching from roadmap (local file path already covers legitimate use cases)

[0.1.2 - dataset continued]

Added

  • clojure-finance.ecbjure.dataset/rates-wide — TMD dataset in wide format (rows = dates, columns = currency codes)
  • clojure-finance.ecbjure.dataset/rates-long — TMD dataset in tidy/long format (columns: :date, :currency, :rate)
  • :dataset alias in deps.edn for techascent/tech.ml.dataset 7.066 — optional, not a core dependency
  • :test-dataset alias in deps.edn — kaocha + tech.ml.dataset for running dataset tests
  • dataset_test.clj — 2 tests, 17 assertions covering shape, values, column names, EUR rows, and sort order

[0.1.1] - 2026-03-08

Fixed

  • POM license <name> tag was emitted as <n> due to tools.build keyword collision; fixed by using string key "name" in pom-data

[0.1.0] - 2026-03-08

Added

  • clojure-finance.ecbjure.fx/make-converter — load ECB historical FX data from URL or local file
  • clojure-finance.ecbjure.fx/make-converter-from-lines — build converter from a seq of CSV lines
  • clojure-finance.ecbjure.fx/convert — triangulated currency conversion through EUR
  • clojure-finance.ecbjure.fx/get-rate — EUR-referenced rate lookup for a currency and date
  • clojure-finance.ecbjure.fx/rate-history — full sorted date→rate history for a currency
  • clojure-finance.ecbjure.fx/cross-rate — implied cross rate between two non-EUR currencies
  • :fallback-on-wrong-date option to clamp out-of-bounds dates to first/last available
  • :cast-fn option for exact arithmetic via bigdec
  • CLI entry point via :cli alias (--to, --date, --source, -v)
  • Always fetches live data from ECB — no stale bundled rates

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close