C++ Financial Software

View 8433 business solutions

Browse free open source C++ Financial Software and projects below. Use the toggles on the left to filter open source C++ Financial Software by OS, license, language, programming language, and project status.

  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Technical analysis library with indicators like ADX, MACD, RSI, Stochastic, TRIX... includes also candlestick pattern recognition. Useful for trading application developpers using either Excel, .NET, Mono, Java, Perl or C/C++.
    Leader badge
    Downloads: 13,289 This Week
    Last Update:
    See Project
  • 2
    wkhtmltopdf

    wkhtmltopdf

    Convert HTML to PDF using Webkit (QtWebKit)

    wkhtmltopdf and wkhtmltoimage are open source (LGPLv3) command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine. These run entirely "headless" and do not require a display or display service. There is also a C library, if you're into that kind of thing. The file pdf.h contains a fairly high level and stable pure c binding to wkhtmltopdf. These binding are well documented and do not depend on QT. Using this is the recommended way of interfacing with the PDF portion of libwkhtmltox. The rest of the headers directly exposes the C++ QT dependent class used internally by wkhtmltopdf and wkhtmltoimage. wkhtmltopdf is able to put several objects into the output file, an object is either a single webpage, a cover webpage or a table of contents. The objects are put into the output document in the order they are specified on the command line, options can be specified on a per object basis or in the global options area.
    Downloads: 121 This Week
    Last Update:
    See Project
  • 3
    Money Manager Ex

    Money Manager Ex

    Is an easy to use, money management application.

    Money Manager Ex (mmex) is an easy to use, money management application. It is a personal finance manager. It can be used to track your net worth, income vs expenses etc. It runs on Windows, Linux and Mac OSX.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 4

    xlsLib

    C++/C library to construct Excel .xls files in code.

    A multiplatform C++ library for dynamic generation of Excel .xls files containing multiple worksheets. Unlike .csv files, these can be directly opened by Excel and thus provide an excellent way to output large data sets that require further analysis. To see the latest changes, select "Files" and view the README text displayed at the bottom of that pane. IMPORTANT: Major changes are contained in the current SVN source. If you have time please try to use it or the xlslib-package-2.4.0b1.zip archive, and enter bug reports on any problems! Changes: - library specific strings now in their own namespace - iOS Objective-C library - most project files updated (MSVS etc) - C bridge now supports formulas Note: there is a related SF project, libxls, to read Excel files.
    Downloads: 15 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    XonGrid

    XonGrid

    Excel interpolation add-in

    XonGrid is a free Excel library of functions to perform 1D, 2D, 3D, 4D and arbitrary dimension (ND) interpolations from scattered data.
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 6
    Chart Geany

    Chart Geany

    Technical analysis software

    Chart Geany is a cross platform software solution for market technical analysis and charting.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 7
    Qt Bitcoin Trader

    Qt Bitcoin Trader

    Secure Trading Client for most popular Bitcoin exchanges

    his software helps you open and cancel orders very fast. Real time data monitoring. Automated trading using JavaScript powered scripts. And now it supports JL Script, advanced strategy script language. More info https://forum.centrabit.com/viewforum.php?f=3 Next ToDo: 1 ) Advanced Charts 2 ) Add support to monitor many exchanges and currencies at the same time 3 ) Develop server to collect all ticker and depth data to provide single WebSocket connection for realtime data updates 4 ) Saving interface settings as Workspace Profiles [Done] 5 ) Develop mobile application to provide secure remote access to running application on desktop 6 ) Add plugins support to allow all developers attach any exchanges More information here: https://centrabit.com
    Downloads: 12 This Week
    Last Update:
    See Project
  • 8
    QuickFIX
    QuickFIX is the worlds first Open Source C++ FIX (Financial Information eXchange) engine, helping financial institutions easily integrate with each other. The SVN repository is now locked. Latest code is hosted at github. https://github.com/quickfix/quickfix
    Downloads: 14 This Week
    Last Update:
    See Project
  • 9
    Stock market, commodity and technical analysis charting app based on the Qt toolkit. Extendible plugin system for quotes and indicators. Portfolio, back testing, chart objects and many more features included.
    Downloads: 12 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Open Source ERP
    The Open Source ERP is a web based. The ERP server software runs on Linux. The ERP need no plugins in the browser on the client computer. The ERP can be accessed from any where with out effort. Be it at home with your home computer (Windows, Linux, MAC OS X), or traveling with your smart phone (iPhone, iPad, Android), or in the office, the data is always at hand. Webdav interface and Active Sync for synchronizing contacts and time management. In addition to customer, order, invoice management, etc... the ERP has a complete warehouse management including a order management for material in the warehouse.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 11

    SimpleXlsxWriter

    C++ library for creating XLSX files for MS Excel 2007 and above.

    This library represents XLSX files writer for Microsoft Excel 2007 and above. The main feature of this library is that it uses C++ standard file streams. On the one hand it results in almost unnoticeable memory and CPU resources consumption while processing (that may be very useful at saving a large data arrays), but on the other hand it makes unfeasible to edit data that were written. Hence, if using this library the structure of the future report should be known enough. The library is written in C++ with using STL functionality and based on the ZIP library (included), which has a free license: http://www.codeproject.com/Articles/7530/Zip-Utils-clean-elegant-simple-C-Win32 This library is distributed under the terms of the zlib license: http://www.zlib.net/zlib_license.html
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    Lemon Is an opensource Point of Sale software for micro, small and medium businesses. Supports many POS terminals with a single database on a network., and has been tested with Star Micronics Thermal/Parallel printers and Datalogic barcode readers.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    The alternative fast realization of built-in spreadsheet of 1S:Enterprise system (v7.7). Features: improved user interface, correct support of large documents, fast and correct bi-directional Excel converter, multifunctional report builder.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 14
    The XRP Ledger

    The XRP Ledger

    A decentralized cryptographic ledger

    The XRP Ledger is an open source, decentralized and permissionless blockchain technology powered by a network of peer-to-peer servers. It allows for really fast settlement of transactions- within 3-5 seconds- without a central intermediary and in a secure distributed database. The native digital asset on the XRP Ledger is the XRP. A public,counterparty-free asset, it is designed to bridge many different currencies being used worldwide, and is available for anyone to access and trade on the open market. XRP is faster, less costly and more scalable than any other digital asset today, and is currently being used by the company Ripple to build technology that can transform global payments. Learn more on https://ripple.com/xrp
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    A quantitative finance C++ library for modeling, pricing, trading, and risk management in real-life. A cross-platform free/open-source tool for derivatives and financial engineering.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    Ananas
    Ananas is a runtime and development environment of Finance Applications
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    OpenMoneyBox

    OpenMoneyBox

    Budget management

    OpenMoneyBox is an application designed to manage small personal budgets in the easiest way. Check the homepage to download apps/packages for additional Operating Systems.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    A library to check bank account numbers and bank codes (BLZ) of German Banks. It is based on the specifications of the "Deutsche Bundesbank".
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 19
    Software for Driving School management. Basic fonctionnalities : store and manage clients, details of driving education, results and statistics of exams. Not maintained anymore.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    KMyMoney
    This is a very old site. Make sure to visit the project page at https://kmymoney.org to get latest releases. This site is unmaintained and only kept for historical reasons.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 21
    Kraft

    Kraft

    Kraft helps to handle daily quotes and invoices in your small business

    Kraft - KDE software to do office communications for people operating a small business. That covers quotes and invoices which can be built from templates. Kraft produces best quality PDF documents and provides template texts where relevant.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    This is the LibOFX library. It is a parser and an API designed to allow applications to support the OFX banking standard (mostly used for bank statement download). To my knowledge, it is the first working OpenSource implementation on the client side.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 23
    A web based application which can keep track of stocks you are interested in, manage your portfolio and dividends, compare different stocks and sectors, and search the market for new prospects based on technical indicators.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    OptionMatrix

    OptionMatrix

    Financial Derivatives Calculator with 171+ Models (Options Calculator)

    A real-time financial derivatives calculator supporting 171+ models from QuantLib, Financial Numerical Recipes in C++ and MetaOptions. Matrices of prices are created with iterating strikes and/or months. A strike control system can produce any strike. A generalized date engine can calculate re-occuring distances to any industry used expiration into the future. Spread engine with spread views. Models Supported: Black-Scholes, Merton-73, Black-76, Roll Geske Whaley, Garman KohlHagen, Jump Diffusion, Quanto, Vasicek Bond Option, Turnbull Wakeman Asian, TimeSwitchOption, Look Barrier, Bachelier, PartialTimeBarrier, GapOption, Extreme Spread Option, Simple Chooser, ComplexChooser, PartialFixedLB, Executive, CashOrNothing, Extendible Writer, OptionsOnOptions, BAWAmericanApprox, BSAmericanApprox, AssetOrNothing, Bisection, BAWbisection, BSbisection, Gfrench, Gcarry, Swapoption, Complex Chooser, Super Share, EquityLinkedFXO, Spread Approximation, BinaryBarrier and more
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    QRK Registrier Kasse

    QRK Registrier Kasse

    QRK Registrierkassen Software für kleine Betriebe.

    QRK Registrierkassen Software (Cash Register) für kleine Betriebe. Speziell für Österreichisches Gesetz (RKV geeignet) QRK ist ideal für alle Dienstleistungsunternehmen, die bislang mit Honorarnoten/Rechnungen oder Rechnungsblock mit Durchschrift (Paragon) arbeiten und eine einfache Kassenlösung suchen. Schnittstelle für Fibu und Rechnungsprogramme vorhanden. (Zb. Fakturama)
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB