Finance

Top 23 Finance Open-Source Projects

  • maybe

    The OS for your personal finances

  • Project mention: 🛠️Non-AI Open Source Projects that are 🔥 | dev.to | 2024-04-04

    Maybe is the story of a comeback. It was shut down in July, 2023. Not wanting to waste the $1,000,000 from investors, Maybe was open-sourced this past January as a fully transparent, open-source, community-backed personal finance app. It was hard to miss because it was trending on GitHub for the entire week.

  • OpenBBTerminal

    Investment Research for Everyone, Everywhere.

  • Project mention: Where do you get your B2B news? | news.ycombinator.com | 2024-05-07

    have you seen the https://openbb.co/ project? an open source Bloomberg Terminal project you may find interesting ;-)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • vnpy

    基于Python的开源量化交易平台开发框架

  • dash

    Data Apps & Dashboards for Python. No JavaScript Required.

  • Project mention: dash VS solara - a user suggested alternative | libhunt.com/r/dash | 2023-10-13
  • zipline

    Zipline, a Pythonic Algorithmic Trading Library

  • Project mention: Ask HN: How to Get into Quantitative Trading? | news.ycombinator.com | 2024-01-26
  • awesome-quant

    A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)

  • Project mention: RustQuant: A Library for Quantitative Finance | news.ycombinator.com | 2024-02-01

    No, it looks more like a Rust equivalent of libraries like ffn (financial functions for python) or many of the other ones listed here https://github.com/wilsonfreitas/awesome-quant

    Using rust to do exploratory analysis in python seems like a misguided idea. But using rust to productize models that have performance and accuracy sensitivities, the things that C/C++ is still used for, indeed sounds like a good idea.

    Most of the python libraries used in finance, like numpy/pandas, call out to C for performance reasons; the libraries are essentially python bindings + syntax to C functions. It would be interesting to think about replacing that backend with rust.

  • Firefly III

    Firefly III: a personal finances manager

  • Project mention: Firefly III: A free and open source personal finance manager | news.ycombinator.com | 2024-02-15

    Not SQL, but check out the contents of the database folder. For example:

    https://github.com/firefly-iii/firefly-iii/blob/main/databas...

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • qlib

    Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas to implementing productions. Qlib supports diverse machine learning modeling paradigms. including supervised learning, market dynamics modeling, and RL.

  • Project mention: Open-source AI-oriented quantitative investment platform | news.ycombinator.com | 2023-11-03
  • machine-learning-for-trading

    Code for Machine Learning for Algorithmic Trading, 2nd edition.

  • Project mention: Machine Learning for Trading: Notebooks, resources and references accompanying the book Machine Learning for Algorithmic Trading. Courses - star count:10678.0 | /r/algoprojects | 2023-11-20
  • FinGPT

    FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.

  • Project mention: GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10B | news.ycombinator.com | 2024-03-24

    There is also the open source FinGPT, that is claimed to beat GPT4 in some benchmarks at a fine tuning cost of $17.25.

    https://github.com/AI4Finance-Foundation/FinGPT

  • hyperswitch

    An open source payments switch written in Rust to make payments fast, reliable and affordable

  • Project mention: A better storage format for postman collections | news.ycombinator.com | 2024-04-14
  • FinRL

    FinRL: Financial Reinforcement Learning. 🔥

  • Project mention: Batendo BOVA11 - Approach usando Reinforcement Learning | /r/farialimabets | 2023-09-11

    FinRL ---> https://github.com/AI4Finance-Foundation/FinRL

  • ta-lib-python

    Python wrapper for TA-Lib (http://ta-lib.org/).

  • Project mention: Why is my RSI coming up incorrect? | /r/IndianStreetBets | 2023-06-08

    One such excellent Python library is TA-Lib. (https://github.com/TA-Lib/ta-lib-python)

  • Lean

    Lean Algorithmic Trading Engine by QuantConnect (Python, C#)

  • Project mention: What Happened to Quantconnect? | /r/algotrading | 2023-05-18

    6.) You cant maximize position size of spread options strategies, LEAN always assumes naked margin first and ON THE NEXT DATA FRAME - you get your reg-t margin for spreads. https://github.com/QuantConnect/Lean/issues/5693 We're running into 2 years of this issue being reported.

  • akshare

    AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库 (by akfamily)

  • lightweight-charts

    Performant financial charts built with HTML5 canvas

  • Project mention: Using javascript library for multiplatform | /r/flutterhelp | 2023-10-23

    link https://github.com/tradingview/lightweight-charts

  • Akaunting

    Online Accounting Software

  • Project mention: Akaunting is free, open-source online accounting software for small businesses | news.ycombinator.com | 2024-04-23
  • StockSharp

    Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).

  • Project mention: StockSharp: NEW Derivatives and Hedging - star count:6089.0 | /r/algoprojects | 2023-11-10
  • financial-machine-learning

    A curated list of practical financial machine learning tools and applications.

  • Project mention: financial-machine-learning: NEW Other Models - star count:5115.0 | /r/algoprojects | 2023-12-10
  • pyfolio

    Portfolio and risk analytics in Python

  • Project mention: Buffett once bet $1M that he could beat a group of hedge funds over 10 years | news.ycombinator.com | 2024-01-07

    > pyfolio.tears.create_interesting_times_tear_sheet measures algorithmic trading algorithm performance during "stress events" https://github.com/quantopian/pyfolio/blob/03568e0f328783a6a... :

    > Generate a number of returns plots around interesting points in time, like [...]

    https://news.ycombinator.com/item?id=19111911 :

    > pyfolio/examples/zipline_algo_example.ipynb:

  • backtesting.py

    :mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.

  • Project mention: Python developers -- what broker and api do you use? | /r/algotrading | 2023-06-08

    We chose backtesting.py for a backtesting framework. There are several to choose from but that one seems like the most well-supported and actively worked on at the moment.

  • pandas-ta

    Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators

  • quantstats

    Portfolio analytics for quants, written in Python

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Finance related posts

  • Show HN: Meemaw – Trustless and Grandma-Friendly Wallet as a Service

    1 project | news.ycombinator.com | 10 May 2024
  • Where do you get your B2B news?

    1 project | news.ycombinator.com | 7 May 2024
  • 🛠️Non-AI Open Source Projects that are 🔥

    4 projects | dev.to | 4 Apr 2024
  • GPT-4, without specialized training, beat a GPT-3.5 class model that cost $10B

    3 projects | news.ycombinator.com | 24 Mar 2024
  • Would you use an open source personal finance app?

    1 project | dev.to | 27 Feb 2024
  • RustQuant: A Library for Quantitative Finance

    3 projects | news.ycombinator.com | 1 Feb 2024
  • Ask HN: How to Get into Quantitative Trading?

    5 projects | news.ycombinator.com | 26 Jan 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Finance projects? This list will help you:

Project Stars
1 maybe 26,739
2 OpenBBTerminal 26,169
3 vnpy 23,505
4 dash 20,544
5 zipline 17,097
6 awesome-quant 16,153
7 Firefly III 14,355
8 qlib 14,241
9 machine-learning-for-trading 11,881
10 FinGPT 11,544
11 hyperswitch 10,426
12 FinRL 9,152
13 ta-lib-python 9,061
14 Lean 8,738
15 akshare 8,445
16 lightweight-charts 8,303
17 Akaunting 7,555
18 StockSharp 6,657
19 financial-machine-learning 5,540
20 pyfolio 5,439
21 backtesting.py 4,868
22 pandas-ta 4,774
23 quantstats 4,313

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com