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
- Host: GitHub
- URL: https://github.com/russellane/fidelity
- Owner: russellane
- License: mit
- Created: 2024-11-17T18:03:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T18:03:10.000Z (6 months ago)
- Last Synced: 2024-11-17T18:19:34.570Z (6 months ago)
- Topics: fidelity, python, reports, stocks, trading
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`).