{"id":46986918,"url":"https://github.com/marco-ragusa/ghostfolio-feeder","last_synced_at":"2026-03-11T13:37:16.436Z","repository":{"id":217761009,"uuid":"744742181","full_name":"marco-ragusa/ghostfolio-feeder","owner":"marco-ragusa","description":"Ghostfolio-feeder extends Ghostfolio by adding market data via internal APIs","archived":false,"fork":false,"pushed_at":"2025-07-24T07:14:36.000Z","size":83,"stargazers_count":10,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T11:16:01.827Z","etag":null,"topics":["ghostfolio"],"latest_commit_sha":null,"homepage":"","language":"Python","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/marco-ragusa.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2024-01-17T23:06:37.000Z","updated_at":"2025-07-24T07:14:41.000Z","dependencies_parsed_at":"2024-02-12T22:43:00.864Z","dependency_job_id":"1822c44e-3a50-4489-8363-7759ad192454","html_url":"https://github.com/marco-ragusa/ghostfolio-feeder","commit_stats":null,"previous_names":["marco-ragusa/ghostfolio-feeder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marco-ragusa/ghostfolio-feeder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-ragusa%2Fghostfolio-feeder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-ragusa%2Fghostfolio-feeder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-ragusa%2Fghostfolio-feeder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-ragusa%2Fghostfolio-feeder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marco-ragusa","download_url":"https://codeload.github.com/marco-ragusa/ghostfolio-feeder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-ragusa%2Fghostfolio-feeder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30382673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T12:49:11.341Z","status":"ssl_error","status_checked_at":"2026-03-11T12:46:41.342Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ghostfolio"],"created_at":"2026-03-11T13:37:16.026Z","updated_at":"2026-03-11T13:37:16.431Z","avatar_url":"https://github.com/marco-ragusa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ghostfolio Data Feeder\n\nGhostfolio-feeder extends the functionality of Ghostfolio by automatically adding data via internal APIs. The sources of the data are taken by scraping financial websites.\n\n## Supported sources\n\n| data_source      | Description                       |\n|------------------|-----------------------------------|\n| boerse_frankfurt | Frankfurt Stock Exchange          |\n| corriere         | Italian finance site              |\n| byblos           | Italian pension fund              |\n| fondofonte       | Italian pension fund              |\n| mediafond        | Italian pension fund              |\n| previcoop        | Italian pension fund              |\n| cometa           | Italian pension fund              |\n| cfs              | Australian Super fund             |\n| mvis             | Crypto indices used by Bitpanda   |\n| local            | CSV and JSON files stored locally |\n\n## Configuration\n\nThe configurations can be found in the path `app/data/` and are structured in the following format:\n\n```json\n[\n    {\n        \"symbol\": \"21BC.DE\",\n        \"profile_data\": {\n            \"assetClass\": \"EQUITY\",\n            \"assetSubClass\": \"CRYPTOCURRENCY\",\n            \"comment\": \"\",\n            \"currency\": \"EUR\",\n            \"name\": \"21Shares Bitcoin Core ETP\",\n            \"scraperConfiguration\": {},\n            \"symbolMapping\": {}\n        },\n        \"data_source\": {\n            \"name\": \"boerse_frankfurt\",\n            \"ticker\": \"XETR:CH1199067674\",\n            \"start_date\": \"2020-01-01\"\n        }\n    }\n]\n```\n\n## Build and run\n\nMake your own copies of the environment and configured stocks, and edit them.\nTo run this alongside a local ghostfolio docker installation:\n\n* Set `HOST` to `http://host.docker.internal:3333`\n* Set `ACCESS_TOKEN` to your access token for docker.\n\n```bash\ncp .env.example .env\n# Modify the env file before executing\n# vi .env\ncp app/data/profiles.json.example app/data/profiles.json\n# Modify the profiles.json file before executing\n# vi app/data/profiles.json\ndocker compose up -d --build --force-recreate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco-ragusa%2Fghostfolio-feeder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarco-ragusa%2Fghostfolio-feeder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco-ragusa%2Fghostfolio-feeder/lists"}