C++ Financial Software

View 8445 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.

  • Collect! is a highly configurable debt collection software Icon
    Collect! is a highly configurable debt collection software

    Everything that matters to debt collection, all in one solution.

    The flexible & scalable debt collection software built to automate your workflow. From startup to enterprise, we have the solution for you.
    Learn More
  • Failed Payment Recovery for Subscription Businesses Icon
    Failed Payment Recovery for Subscription Businesses

    For subscription companies searching for a failed payment recovery solution to grow revenue, and retain customers.

    FlexPay’s innovative platform uses multiple technologies to achieve the highest number of retained customers, resulting in reduced involuntary churn, longer life span after recovery, and higher revenue. Leading brands like LegalZoom, Hooked on Phonics, and ClinicSense trust FlexPay to recover failed payments, reduce churn, and increase customer lifetime value.
    Learn More
  • 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,571 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: 133 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: 45 This Week
    Last Update:
    See Project
  • 4
    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: 6 This Week
    Last Update:
    See Project
  • Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight Icon
    Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight

    Lock Down Any Resource, Anywhere, Anytime

    CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
    Learn More
  • 5
    Chart Geany

    Chart Geany

    Technical analysis software

    Chart Geany is a cross platform software solution for market technical analysis and charting.
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 6
    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: 26 This Week
    Last Update:
    See Project
  • 7
    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: 39 This Week
    Last Update:
    See Project
  • 8

    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: 16 This Week
    Last Update:
    See Project
  • 9
    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: 15 This Week
    Last Update:
    See Project
  • Agentic AI SRE built for Engineering and DevOps teams. Icon
    Agentic AI SRE built for Engineering and DevOps teams.

    No More Time Lost to Troubleshooting

    NeuBird AI's agentic AI SRE delivers autonomous incident resolution, helping team cut MTTR up to 90% and reclaim engineering hours lost to troubleshooting.
    Learn More
  • 10
    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: 8 This Week
    Last Update:
    See Project
  • 11

    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: 6 This Week
    Last Update:
    See Project
  • 12
    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: 7 This Week
    Last Update:
    See Project
  • 13
    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: 16 This Week
    Last Update:
    See Project
  • 14
    PandoraTrader

    PandoraTrader

    C++ Trade Platform for quant developer

    PandoraTrader is a high-frequency quantitative trading platform implemented in C++. It interfaces with real-world futures trading desks using Trade APIs and MarketData APIs and includes support for backtesting via simulated market components. We design such a trading platform with various skills given by the designer, but we do not carry wisdom; this wisdom belongs to the strategy designer. We hope that the strategy designer will design excellent strategies to give the trading software enough wisdom to be able to ride the wind and waves in the floating market, hanging sails across the sea. Position pending orders and other information are maintained locally, and strategies can be obtained simultaneously, simplifying logic.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    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: 5 This Week
    Last Update:
    See Project
  • 16
    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: 5 This Week
    Last Update:
    See Project
  • 17
    QHacc is a personal accounting program based on Qt. It features double- or single-entry bookkeeping and a reconciliation window. It also provides support for memorized and split transactions, graphing, reporting, archiving, and scheduled transactions tha
    Downloads: 24 This Week
    Last Update:
    See Project
  • 18
    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: 6 This Week
    Last Update:
    See Project
  • 19
    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: 22 This Week
    Last Update:
    See Project
  • 20
    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: 12 This Week
    Last Update:
    See Project
  • 21
    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: 11 This Week
    Last Update:
    See Project
  • 22
    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: 18 This Week
    Last Update:
    See Project
  • 23
    XTrader is a technical analysis program for securities. It has also a simple integrated portfolio manager. Xtrader runs both in X.Windows and MS-Windows environments.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 24
    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: 9 This Week
    Last Update:
    See Project
  • 25
    Since version 1.3.0beta AqBanking includes all code and modules of AqHBCI. So please visit http://www.aquamaniac.de/aqbanking/.
    Downloads: 15 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB