SimpleFIN - read-only financial data

asdf

Excited to announce ha-simplefin, a new HA integration to track your finances with SimpleFIN! SimpleFIN is a paid ($1.50 per month/$15.00 per year) platform offering read-only access to financial data through its API.

Developed by myself (scottg489) and @jeef(jeeftor), our integration currently provides balances for connected accounts, with plans to incorporate additional details, such as investment holdings, from the SimpleFIN API.

To get started, create a SimpleFIN bridge account and connect your financial institutions through the account dashboard. Then generate a setup token by creating an “app” on the dashboard, which will be required during the ha-simplefin integration setup.

Note that we are not affiliated with SimpleFIN at all. We were simply impressed with how easy it was to connect accounts, its extensive bank compatibility, and the reasonable pricing structure.

2 Likes

Also there is a PR to get this into core:

I’ve got a a SimpleFin sensor that’s returning a different UoM than the others (all USD). I’m trying to combine them into a statistic sensor but because there different UoMs it’s erroring. Is there a way to modify the UoM of the sensor entities?

I also ran into this, except the UoM was completely missing. It was actually missing from the underlying API response from SimpleFIN, so it’s hard to say if this would be considered a feature request or a bug, but it might be worth opening an issue in GitHub.

As a workaround, I added the following to my customize.yaml file:

sensor.some_account:
  currency: USD
  unit_of_measurement: USD

Let me know if that works for you! :slight_smile: