{"id":21463443,"url":"https://github.com/ijustdev/depotter","last_synced_at":"2025-03-17T05:15:46.045Z","repository":{"id":169281539,"uuid":"309326531","full_name":"IJustDev/Depotter","owner":"IJustDev","description":"A cli depot to verify your investement strategies.","archived":false,"fork":false,"pushed_at":"2020-11-05T22:18:12.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T14:43:21.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IJustDev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-02T09:53:16.000Z","updated_at":"2020-11-05T22:18:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c5324f0-410b-4281-a582-dd605d095627","html_url":"https://github.com/IJustDev/Depotter","commit_stats":null,"previous_names":["ijustdev/depotter"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IJustDev%2FDepotter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IJustDev%2FDepotter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IJustDev%2FDepotter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IJustDev%2FDepotter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IJustDev","download_url":"https://codeload.github.com/IJustDev/Depotter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243976479,"owners_count":20377691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T07:22:44.372Z","updated_at":"2025-03-17T05:15:46.016Z","avatar_url":"https://github.com/IJustDev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Depotter\n\nDepotter is intended to help you testing your financial strategies.\nDepotter lets you create a plain txt file containing all the positions you've got (or would have invested in) and calculates the W/L and performance of each and all positions.\n\nIt uses the unoffical Yahoo Finance API.\n\n## Showcase\n![Showcase](resources/showcase.png)\n\n## Build from source\nSince the application is written in C++ with minimal library dependency you simply need to run\n```sh\n$ make\n```\nand the depot should be available to you as binary.\n\n## Prerequisites\n1. Install the [`cJSON`][cjson] library and add it to your library path.\n\n## Usage\nCreate a file called `depot.txt` with following content.\n\n### Sample Depot file\n```\n# Amount Name Yahoo-Symbol BuyPrice\n8.3 Dax ^GDAXI 11003\n1.03 MSCI-WLD EUNL.DE 45\n```\n\n*NOTE*: See the [`sample_depot_file.txt`](./sample_depot_file.txt) in this repository for a file with more than just two positions.\n\nThen call\n```sh\n$ ./depot depot.txt\n```\n\nYou can also use relative paths like\n```sh\n$ ./depot ../depot.txt\n$ # or\n$ ./depot ~/depot.txt\n```\n\n\n[cjson]: https://github.com/DaveGamble/cJSON#cmake\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijustdev%2Fdepotter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fijustdev%2Fdepotter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijustdev%2Fdepotter/lists"}