Open Source Finance Management Platform
Find a file
2026-04-09 14:00:22 +05:00
.github/workflows Update sentry 2025-11-03 22:23:00 +00:00
data fix 2024-09-25 21:52:29 +03:00
finmars-misc Add files via upload 2025-06-07 00:34:07 +02:00
finmars_standardized_errors Init linters 2025-09-03 10:50:18 +00:00
healthcheck Init linters 2025-09-03 10:50:18 +00:00
local-development PLAT-1823: Linters and deprecate scripts 2025-04-23 10:17:36 +00:00
logstash Init linters 2025-09-03 10:50:18 +00:00
poms Update ytm formula and added tests 2026-04-09 08:47:19 +00:00
poms_app removed sentry logs 2026-01-14 12:14:52 +00:00
templates PLAT-1805 fix redoc documentation page 2025-04-09 14:57:36 +00:00
.env.sample Update environment 2025-08-04 10:41:17 +00:00
.gitignore Merge branch 'main' of github.com:finmars-platform/finmars-core into provenance 2025-11-12 21:44:14 +01:00
.gitlab-ci.yml PLAT-1744 add registration date to Instrument model 2025-03-22 08:49:30 +00:00
CLA.md Update CLA.md 2025-06-13 15:49:06 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2025-06-13 15:41:40 +02:00
docker-compose.yml Get ecosystem default without cache 2025-08-21 15:11:36 +00:00
Dockerfile Update dockerfile 2025-07-02 09:54:52 +02:00
generate_env.sh Update make file commands 2025-05-21 14:26:57 +00:00
graph.sh dev config 2017-06-19 16:03:24 +03:00
import-sql.sh Update make file commands 2025-05-21 14:26:57 +00:00
LICENSE.md Create LICENSE.md 2025-04-26 14:19:07 +02:00
Makefile Add multi users to community 2025-12-29 11:45:30 +00:00
manage.py Init linters 2025-09-03 10:50:18 +00:00
migrate.sh Update make file commands 2025-05-21 14:26:57 +00:00
pyproject.toml Init linters 2025-09-03 10:50:18 +00:00
README.md Update README.md 2025-06-07 00:36:11 +02:00
requirements-dev.txt PLAT-1744 add registration date to Instrument model 2025-03-22 08:49:30 +00:00
requirements-test.txt PLAT-1744 add registration date to Instrument model 2025-03-22 08:49:30 +00:00
requirements.txt graphql init 2025-12-15 18:44:55 +01:00

Finmars

Open Source Finance Management Platform

Finmars is a free, open-source platform to help you manage all your money and investments in one place. You can pull in data from many accounts and see it together.

It gives you easy tools to create reports, dashboards, and PDFs without writing code.
You can add extra features from our open marketplace — just pick what you need and plug it in.
Finmars runs in your web browser, so you and your team can use it from anywhere.

Community Edition

To install and to start using Finmars please refer Getting Started Community Edition.

Also see finmars-community-edition repository.

Self-Hosting with Docker Compose

This is the simplest way to get a local Finmars instance running.

On Linux or Mac Enviroment:

# Clone the Finmars Community Edition repository
git clone https://github.com/finmars-platform/finmars-community-edition.git

# Navigate to the repository
cd finmars-community-edition

# Configure env file
vim .env

# Run Migrations
make migrate

# Run Finmars
make up

License

Please refer to the LICENSE file for a copy of the license.

Support

Please use the GitHub issues for support, feature requests and bug reports, or contact us by sending an email to support@finmars.com.