A command-line tool for fetching and formatting historical price data, with support for multiple data sources and output formats.
Find a file
Chris Berkhout e40e0029eb Remove ISO 4217 data.
This reverts commit c6ce4a846b.
2021-04-17 17:30:20 +02:00
src/pricehist Remove ISO 4217 data. 2021-04-17 17:30:20 +02:00
tests argparse stuff 2021-02-28 22:21:01 +01:00
.gitignore Testing stuff. 2018-05-27 17:26:10 +02:00
LICENSE Rename and switch to poetry. 2021-02-28 15:21:56 +01:00
Makefile Rename and switch to poetry. 2021-02-28 15:21:56 +01:00
poetry.lock Rename and switch to poetry. 2021-02-28 15:21:56 +01:00
pyproject.toml With CLI and script config. 2021-02-28 17:33:01 +01:00
README.md Rename and switch to poetry. 2021-02-28 15:21:56 +01:00

pricehist

Fetch and process historical price data, including for use with:

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