From fddf41e23e9fa065b98673ba9bcb893450214878 Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Wed, 2 Jun 2021 09:32:41 +0200 Subject: [PATCH] README: 'at least for now'. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9511364..8f5d788 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,10 @@ pricehist fetch ecb EUR/AUD -s 2021-01-01 -o gnucash-sql | psql -U username -d d ## Design choices -To keep things simple, `pricehist` provides only univariate time series of -daily historical prices. It doesn't provide other types of market, financial or -economic data, real-time prices, or other temporal resolutions. Multiple or -multivariate series require multiple invocations. +To keep things simple, at least for now, `pricehist` provides only univariate +time series of daily historical prices. It doesn't provide other types of +market, financial or economic data, real-time prices, or other temporal +resolutions. Multiple or multivariate series require multiple invocations. ## Alternatives