Add some basics.
This commit is contained in:
parent
638d199af8
commit
664729f914
8 changed files with 179 additions and 0 deletions
21
README.md
21
README.md
|
@ -0,0 +1,21 @@
|
|||
# PriceDB Pull
|
||||
|
||||
Pull historical prices for use in [GnuCash](https://www.gnucash.org/) and
|
||||
[Ledger CLI](https://www.ledger-cli.org/).
|
||||
|
||||
## Purpose
|
||||
|
||||
This tool can fetch historical price data from multiple sources, for specific
|
||||
time ranges. It focuses on low-resolution data: just a single price per day,
|
||||
per commodity pair.
|
||||
|
||||
The time range can be specified manually or be deduced from the prices in an
|
||||
existing file. It can format the fetched prices for Ledger CLI, or insert them
|
||||
into an SQL-based GnuCash file.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue