An open API service indexing awesome lists of open source software.

https://github.com/russellane/fidelity

Process Fidelity transaction files
https://github.com/russellane/fidelity

fidelity python reports stocks trading

Last synced: 6 months ago
JSON representation

Process Fidelity transaction files

Awesome Lists containing this project

README

        

### fidelity - Process Fidelity transaction files

#### Usage
fidelity [--use-datafiles] [--no-exclude] [-h] [-v] [-V]
[--config FILE] [--print-config] [--print-url]
[--completion [SHELL]]
[FILES ...]

Process downloaded Fidelity history files.

#### Datafile options
--use-datafiles Process the `CSV` files defined under `datafiles` in
the config file (default: `False`).
FILES The `CSV` file(s) to process.

#### Filtering options
--no-exclude Do not exclude `SPAXX` from reports (default:
`False`).

#### Configuration File
The configuration file defines these elements:

`datafiles` (str): Points to the `CSV` files to process. May
begin with `~`, and may contain wildcards.

#### General options
-h, --help Show this help message and exit.
-v, --verbose `-v` for detailed output and `-vv` for more detailed.
-V, --version Print version number and exit.
--config FILE Use config `FILE` (default: `~/.fidelity.toml`).
--print-config Print effective config and exit.
--print-url Print project url and exit.
--completion [SHELL]
Print completion scripts for `SHELL` and exit
(default: `bash`).