git ssb

0+

cel / ledger-scripts



Tree:
📄Makefile
📄README.md
📄blockchain2ledger
📄btce2ledger
📄campbx2ledger
📄claws-filter
📄coinbase2ledger-transactions
📄coinbase2ledger-transfers
📄cryptotrade2ledger
📄dwolla2ledger
📄electrum2ledger
📄ethereum2ledger
📄fidelity2ledger
📄gethistoric
📄getquote.pl
📄havelock2ledger
📄lbcsv2ledger
📄ledger-combine
📄merge-ledger
📄mint2ledger
📄mtgox2ledger
📄paypal2ledger
📄ust-bonds-interest
README.md

ledger-scripts

A collection of scripts for helping to organize one's finances using ledger, with a focus on crypto-currencies. They are implemented variously in Shell, Awk, and Perl.

© 2013-2016 Charles Lehner, MIT License

Data import scripts

Convert transactions from various CSV formats into Ledger format.

lbcsv2ledger

Import LocalBitcoins transactions into ledger.

Parses the "Completed Contacts" CSV file. Automatically calculates the missing fee.

fidelity2ledger

Import Fidelity transactions

Handles commodities/funds properly.

mint2ledger

Import Mint transactions.

Combines transfers between accounts, and allows for arbitrary renaming of transactions.

dwolla2ledger

Import transactions from a Dwolla statement.

mtgox2ledger

Import MtGox trading history.

Reads both the USD and BTC CSV files exported from Mt.Gox.

Does not combine corresponding withdraw fees and withdraw debits.

btce2ledger

Import BTC-E trading history. Incomplete, but may be useful for a start.

Reads data that you copy and paste from BTC-E's Transactions history table.

electrum2ledger

Import transaction history from an Electrum wallet.

Reads a CSV file exported from Electrum.

blockchain2ledger

Import transactions from a blockchain.info export.

havelock2ledger

Import transactions from a Havelock Investments account.

campbx2ledger

Import transaction history for a CampBX account.

cryptotrade2ledger

Import transaction history for a Crypto-Trade account.

To obtain the TSV data to import, visit the transactions page, and for each page of results, copy and paste the table into a text file such that each row from the table is in its own line, with the values in the cells separated by tabs.

paypal2ledger

Import full PayPal CSV transactions history (including shopping carts). Currently this script is buggy so the results have to be manually fixed.

ethereum2ledger

Import Ethereum transaction history for an address, using etherscan.io's API. Depends on jq.

Coinbase

Two scripts are provided for processing two types of CSV files that Coinbase exports. For best results, run both, merge the results, and then reconcile it with the online transaction history.

Import transactions (Coinbase-Transactions-Export...csv). This contains every buy, sell, send and receive in the account, but the fee amounts for the buy and sell transactions are not always provided, and the BTC amount for buy and sell transactions is not always accurate. The bitcoin transaction IDs are usually included.

Import transfers/trades (Coinbase-Transfers-Export...csv)

This one has full fee details and exact BTC amounts for each buy/sell transfer, but does not include other transactions sent and received from the account.

More scripts

getquote.pl

Get quotes for various stocks, currencies, and commodities. Written in Perl and depends on some perl modules.

Covers:

BTC, altcoins, gold, silver, Havelock Investments, CryptoStocks, NASDAQ, and sovereign currencies.

gethistoric

Get past quotes for some currencies.

claws-filter

Detect transactions in incoming emails through the Claws Mail client and write them to a ledger journal.

Handles:

merge-ledger

Merge multiple ledger journals into one, in roughly time order. It prompts you to merge transactions between journals that might be the same.

Not completely working

ledger-combine

Merge multiple ledger journals into one, in time order, without detecting duplicates.

usd-bonds-interest

Retrieve accrued interest on US Treasury savings bonds. This script queries the Savings Bond Calculator on the TreasuryDirect website and looks up the difference in total value of some bonds between two dates. To use the script you have to set an environmental variable BONDS_QUERY to the query string you would submit to the savings bond calculator. To figure out what value to use for the query string, do the following:

TODO: automate more of this

Similar projects

Contributing

Contributions are very welcome. Here are some possible things to do:

Built with git-ssb-web