{"id":34230969,"url":"https://github.com/eduser25/simplefin-bridge-exporter","last_synced_at":"2026-03-12T02:01:21.399Z","repository":{"id":253577102,"uuid":"843914506","full_name":"eduser25/simplefin-bridge-exporter","owner":"eduser25","description":"SimpleFIN bridge to prometheus exporter. Exposes account balances as a prometheus scrapable endpoint.","archived":false,"fork":false,"pushed_at":"2024-09-15T19:01:34.000Z","size":30,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-15T20:23:20.006Z","etag":null,"topics":["prometheus","simplefin"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eduser25.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-08-17T19:57:22.000Z","updated_at":"2024-09-15T19:01:38.000Z","dependencies_parsed_at":"2024-09-15T20:23:23.042Z","dependency_job_id":"55d39145-746e-4961-a5c3-bc264f648267","html_url":"https://github.com/eduser25/simplefin-bridge-exporter","commit_stats":null,"previous_names":["eduser25/simplefin-bridge-exporter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eduser25/simplefin-bridge-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduser25%2Fsimplefin-bridge-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduser25%2Fsimplefin-bridge-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduser25%2Fsimplefin-bridge-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduser25%2Fsimplefin-bridge-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eduser25","download_url":"https://codeload.github.com/eduser25/simplefin-bridge-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduser25%2Fsimplefin-bridge-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30412233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"online","status_checked_at":"2026-03-12T02:00:07.260Z","response_time":114,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["prometheus","simplefin"],"created_at":"2025-12-16T01:05:53.445Z","updated_at":"2026-03-12T02:01:21.391Z","avatar_url":"https://github.com/eduser25.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleFIN-bridge exporter\n\n## Overview\nSimpleFIN-bridge exporter is a simple application that exports account balance information as a prometheus scrapable endpoint.\n\nSimpleFIN Bridge lets you securely share your financial transaction data with apps; this application behaves as a third-party client to the bridge. For more information, check [SimpleFIN's awesome documentation](https://beta-bridge.simplefin.org/).\n\nCurrently, this application only exposes balance, and no transaction information is ever used.\n\n\u003e [!CAUTION]\n\u003e This application exposes financial information about your accounts on an insecure network endpoint (`localhost` by default). The user is solely responsible for enforcing proper security measures and policies to prevent this endpoint's information from leaking to anything other than the intended consumer.\n\n## Getting started\n### Prequisites\n\n- [SimpleFIN bridge account](https://beta-bridge.simplefin.org/). You will need to be able to issue a `Setup token` or an `Access Url`. Refer to their developer documentation and make sure you understand the security concerns for storing either.\n\nYou can launch the application using their ready-to-use demo token:\n```sh\n~/simplefin-exporter $ go run ./cmd -setupToken aHR0cHM6Ly9iZXRhLWJyaWRnZS5zaW1wbGVmaW4ub3JnL3NpbXBsZWZpbi9jbGFpbS9ERU1P\n12:44PM INF cmd/main.go:107 \u003e update interval: 1h0m0s\n12:44PM INF cmd/main.go:109 \u003e polling account data\n12:44PM INF cmd/main.go:118 \u003e done, took 258.14673ms\n```\nValidate the application is running by `curl`ing on localhost:\n\n```sh\n~/simplefin-exporter $ curl localhost:8000/metrics\n# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.\n# TYPE promhttp_metric_handler_requests_in_flight gauge\npromhttp_metric_handler_requests_in_flight 1\n# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.\n# TYPE promhttp_metric_handler_requests_total counter\npromhttp_metric_handler_requests_total{code=\"200\"} 0\npromhttp_metric_handler_requests_total{code=\"500\"} 0\npromhttp_metric_handler_requests_total{code=\"503\"} 0\n# HELP simplefin_balance Account balance\n# TYPE simplefin_balance gauge\nsimplefin_balance{account_name=\"SimpleFIN Checking\",domain=\"beta-bridge.simplefin.org\"} 25584.44921875\nsimplefin_balance{account_name=\"SimpleFIN Savings\",domain=\"beta-bridge.simplefin.org\"} 115104.4921875\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduser25%2Fsimplefin-bridge-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduser25%2Fsimplefin-bridge-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduser25%2Fsimplefin-bridge-exporter/lists"}