Skip to content

seltzered/beanprice

 
 

Repository files navigation

beanprice: Price quotes fetcher for Beancount

Description

A script to fetch market data prices from various sources on the internet and render them for plain text accounting price syntax (and Beancount).

This used to be located within Beancount itself (at v2) under beancount.prices. This repo will contain all future updates to that script and to those price sources.

Documentation

Some documentation is still part of Beancount. More about how to use this can be found on that mailing-list. Otherwise read the source.

Download & Installation

You can obtain the source code from the official Git repository on Github:

| https://github.com/beancount/beanprice/

Install using the usual pip incantation.

Testing

Run tests:

pytest beanprice

Lint:

pylint beanprice

Copyright and License

Copyright (C) 2007-2020 Martin Blais. All Rights Reserved.

This code is distributed under the terms of the "GNU GPLv2 only". See COPYING file for details.

About

Price quotes fetcher for Beancount

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.7%
  • Starlark 3.2%
  • Shell 0.1%