Bloomberg Costs $24,000 a Year. This Open-Source App Wants to Replace It.
A Bloomberg Terminal subscription runs about $24,000 per year. That’s not a typo. For most independent investors, analysts at smaller firms, or anyone doing serious quantitative research, that price tag is simply out of reach.
Fincept Terminal is trying to change that. It’s a fully open-source financial intelligence platform — currently at v4.0.1 — and it’s genuinely ambitious. Not in a “here’s a pretty stock chart” way. In a “we implemented the entire CFA curriculum in Python and added 20 AI investor personas” way.
What Is Fincept Terminal?
Fincept Terminal is a free, open-source Bloomberg Terminal alternative built as a native C++20 desktop application. It uses Qt6 for UI and embedded Python for analytics, and runs on Windows, macOS, and Linux. The v4 release was a complete rewrite from the previous Tauri/React/Rust stack, prioritizing performance and a single native binary you can install in minutes.
It’s available on the Microsoft Store and directly from GitHub releases. 2,600+ stars. 22 releases. AGPL-3.0 license.
CFA-Level Quantitative Analytics
The full CFA Level 1, 2, and 3 curriculum is implemented in Python — discounted cash flow models (FCFF and FCFE), portfolio optimization, Sharpe ratio, Value at Risk at 95% confidence, maximum drawdown, dividend discount models, and options pricing with full Greeks.
Under the hood it uses QuantLib, with 18 dedicated quantitative analysis modules covering pricing, stochastic processes, volatility surfaces, and fixed income. This isn’t a toy implementation.
20+ AI Investor Personas
Run a Warren Buffett agent against any stock ticker. It applies his actual investment philosophy — margin of safety, moat analysis, owner earnings — and produces a structured verdict. Same for:
- Benjamin Graham — Graham number valuation
- Ray Dalio — All-Weather portfolio weighting
- George Soros — reflexivity framework
- Peter Lynch — growth at a reasonable price
- Seth Klarman — deep value, margin of safety
Hedge fund strategy simulations include Bridgewater All-Weather, Citadel multi-strategy quant, and Renaissance Technologies statistical arbitrage. You can run all of them against the same ticker in a single session.
The AI layer supports OpenAI, Anthropic, Gemini, Groq, DeepSeek, OpenRouter, and local LLMs via Ollama.
100+ Data Connectors
- Economic data: DBnomics (100M+ time series), FRED, IMF, World Bank, OECD
- Market data: Polygon.io, Alpha Vantage, Yahoo Finance, Kraken, AkShare
- Self-hosted: PostgreSQL, MongoDB, Kafka
- Crypto real-time: Kraken and HyperLiquid WebSockets
- Alternative data: Adanos market sentiment overlay for equity research
A visual workflow builder (node editor) lets you chain connectors without writing code. MCP tool integration means AI agents can call any connector directly.
Global Intelligence Layer
Fincept includes a 3D globe with real-time maritime ship tracking, aircraft tracking, and satellite data — useful for supply chain analysis and trade route monitoring. It also includes geopolitical analysis frameworks (Grand Chessboard, Prisoners of Geography), central bank policy tracking, and relationship mapping for macro research. This is the part of the feature list that sounds most unusual — and is also the most genuinely differentiated from anything else in the open-source space.
AI Quant Lab
Machine learning models, factor discovery, high-frequency trading experiments, and reinforcement learning trading — all accessible from the same interface. There’s also a paper trading engine for strategy testing before you risk real capital.
Getting Started
Install from GitHub releases (v4.0.1):
- Windows:
.exeinstaller - macOS:
.dmg(Apple Silicon) - Linux:
.runinstaller
Docker is also supported for Linux environments. The Microsoft Store version is available for Windows users who prefer that distribution path.
Frequently Asked Questions
Is Fincept Terminal really free? Yes. Fincept Terminal is 100% open source under the AGPL-3.0 license. There is no subscription fee, no paywalled features, and no freemium tier. The only costs are the compute and API keys you choose to use for data connectors.
How does Fincept Terminal compare to Bloomberg Terminal? Bloomberg Terminal costs approximately $24,000 per year and is designed for institutional use with proprietary real-time data. Fincept Terminal is free, self-hosted, and connects to public and third-party data APIs. Bloomberg has deeper real-time institutional data coverage; Fincept has more flexibility, local LLM support, AI investor personas, and no licensing restrictions. They serve overlapping but different use cases.
What data sources does Fincept Terminal support? 100+ connectors including DBnomics (100M+ economic series), Polygon.io, Yahoo Finance, FRED, IMF, World Bank, OECD, Kraken, Alpha Vantage, AkShare, PostgreSQL, MongoDB, and Kafka. Alternative data overlays like Adanos sentiment are also available.
Can I run Fincept Terminal with a local LLM? Yes. Fincept Terminal supports Ollama for local LLM inference, so you can run the AI investor personas and Quant Lab features without sending data to any external API. It also supports OpenAI, Anthropic, Gemini, Groq, DeepSeek, and OpenRouter.
What is the AI investor persona feature? Fincept includes 20+ AI agents trained on the investment philosophies of well-known investors — Warren Buffett, Benjamin Graham, Ray Dalio, George Soros, Peter Lynch, Seth Klarman, and others. Each agent analyzes a stock using its namesake’s documented methodology. You can run multiple agents against the same ticker simultaneously.
Does Fincept Terminal support real-time trading? Yes, for crypto via Kraken and HyperLiquid WebSocket feeds, and equities via connected broker APIs. A paper trading engine is available for backtesting and strategy validation without live capital.
What is CFA-level analytics in Fincept Terminal? Fincept implements the quantitative methods from the CFA Level 1, 2, and 3 curriculum: DCF models (FCFF and FCFE), Sharpe ratio, Value at Risk (VaR at 95%), maximum drawdown, dividend discount models, options pricing with Greeks, and portfolio optimization. This is powered by embedded Python and QuantLib.
What is the 3D maritime tracking feature? Fincept includes a 3D globe visualization with real-time AIS maritime ship tracking, aircraft data, and satellite feeds. It’s designed for macro investors and supply chain analysts who want to track trade routes, port activity, and global logistics data alongside financial metrics.
Is there a Windows version?
Yes. Fincept Terminal is available for Windows via the Microsoft Store and as a direct .exe installer from GitHub releases. macOS and Linux installers are also available.
What is the difference between Fincept Terminal v3 and v4? v4 is a complete rewrite from the previous Tauri/React/Rust stack to native C++20 with Qt6. The result is significantly better performance, a single native binary, and a more stable foundation for the quantitative analytics and AI features.