A command-line tool for fetching and formatting historical price data, with
support for multiple data sources and output formats.
|
||
---|---|---|
src/pricehist | ||
tests | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
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
Related projects
- market-prices: barrucadu/hledger-scripts: Helpful scripts to do things with your hledger data.
- bean-price: Fetching Prices in Beancount - Beancount Documentation
- nathankot/ledger-get-prices
- adchari/LedgerStockUpdate
- finance-quote/finance-quote: Finance::Quote module for Perl (not historical)
- pricedb: alensiljak/price-database