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.
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 columnsclojure-finance.ecbjure.sdmx/parse-sdmx-csv — parse SDMX CSV lines (format=csvdata) into observation maps; handles daily, monthly, and annual TIME_PERIOD formatsexr-daily, exr-monthly, euribor-1w, euribor-1m, euribor-3m, euribor-6m, euribor-1y, euribor-overnight, estr-daily, hicp-euro-areasdmx_test.clj — 4 tests, 19 assertions; fully offline using in-memory fixture dataREADME.md — added SDMX Client section with usage examples and constant listingclojure-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 testsdataset_test.clj — 2 tests, 17 assertions covering shape, values, column names, EUR rows, and sort order<name> tag was emitted as <n> due to tools.build keyword collision; fixed by using string key "name" in pom-dataclojure-finance.ecbjure.fx/make-converter — load ECB historical FX data from URL or local fileclojure-finance.ecbjure.fx/make-converter-from-lines — build converter from a seq of CSV linesclojure-finance.ecbjure.fx/convert — triangulated currency conversion through EURclojure-finance.ecbjure.fx/get-rate — EUR-referenced rate lookup for a currency and dateclojure-finance.ecbjure.fx/rate-history — full sorted date→rate history for a currencyclojure-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 alias (--to, --date, --source, -v)Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |