A command-line tool for fetching and formatting historical price data, with support for multiple data sources and output formats.
Find a file
2018-05-27 17:26:10 +02:00
pricedb_pull Add some basics. 2018-05-27 17:26:10 +02:00
LICENSE Add MIT LICENSE 2018-05-27 17:25:54 +02:00
Pipfile Add some basics. 2018-05-27 17:26:10 +02:00
Pipfile.lock Add some basics. 2018-05-27 17:26:10 +02:00
README.md Add some basics. 2018-05-27 17:26:10 +02:00
setup.py Add some basics. 2018-05-27 17:26:10 +02:00

PriceDB Pull

Pull 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