A command-line tool for fetching and formatting historical price data, with support for multiple data sources and output formats.
Find a file
2018-08-25 17:11:55 +02:00
bin Rename from pricedb-pull to pricedbget. 2018-08-25 17:11:55 +02:00
pricedbget Rename from pricedb-pull to pricedbget. 2018-08-25 17:11:55 +02:00
.gitignore Testing stuff. 2018-05-27 17:26:10 +02:00
LICENSE Add MIT LICENSE 2018-05-27 17:25:54 +02:00
Makefile Add some make targets. 2018-08-25 17:10:35 +02:00
Pipfile Update python. 2018-08-25 17:10:29 +02:00
Pipfile.lock Update python. 2018-08-25 17:10:29 +02:00
README.md Rename from pricedb-pull to pricedbget. 2018-08-25 17:11:55 +02:00
setup.py Add some basics. 2018-05-27 17:26:10 +02:00

PriceDB Get

Get historical prices for use in GnuCash and Ledger CLI.

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