README: 'at least for now'.

This commit is contained in:
Chris Berkhout 2021-06-02 09:32:41 +02:00
parent cfb23da31f
commit fddf41e23e

View file

@ -96,10 +96,10 @@ pricehist fetch ecb EUR/AUD -s 2021-01-01 -o gnucash-sql | psql -U username -d d
## Design choices ## Design choices
To keep things simple, `pricehist` provides only univariate time series of To keep things simple, at least for now, `pricehist` provides only univariate
daily historical prices. It doesn't provide other types of market, financial or time series of daily historical prices. It doesn't provide other types of
economic data, real-time prices, or other temporal resolutions. Multiple or market, financial or economic data, real-time prices, or other temporal
multivariate series require multiple invocations. resolutions. Multiple or multivariate series require multiple invocations.
## Alternatives ## Alternatives