@daweifs: 免费 Bloomberg 杀手!Fincept Terminal GitHub 23.8k+ Star 爆火开源金融终端,普通人也能用上华尔街专业工具! 核心亮点: 1.纯 C++20 原生开发,丝滑不卡顿 2. 37个AI代理(巴菲特、…

X AI KOLs Timeline 产品

摘要

Fincept Terminal 是一个免费开源的金融终端,采用 C++20 开发,集成 37 个 AI 代理(模拟巴菲特、芒格等投资大师)和 100+ 实时数据源,提供专业图表、量化回测和风险分析功能,目标是成为 Bloomberg 的免费替代品。

免费 Bloomberg 杀手!Fincept Terminal GitHub 23.8k+ Star 爆火开源金融终端,普通人也能用上华尔街专业工具! 核心亮点: 1.纯 C++20 原生开发,丝滑不卡顿 2. 37个AI代理(巴菲特、芒格等投资大师人格) 3. 100+实时数据源 + 拖拽节点工作流 4.专业图表、量化回测、组合优化、VaR风险 Bloomberg 2.7万美金/年 vs 完全免费开源,量化玩家、独立投资者、金融分析师必备! 速戳下载:
查看原文
查看缓存全文

缓存时间: 2026/05/26 05:03

免费 Bloomberg 杀手!Fincept Terminal

GitHub 23.8k+ Star 爆火开源金融终端,普通人也能用上华尔街专业工具!

核心亮点: 1.纯 C++20 原生开发,丝滑不卡顿

  1. 37个AI代理(巴菲特、芒格等投资大师人格)

  2. 100+实时数据源 + 拖拽节点工作流

4.专业图表、量化回测、组合优化、VaR风险

Bloomberg 2.7万美金/年 vs 完全免费开源,量化玩家、独立投资者、金融分析师必备!

速戳下载:


Fincept-Corporation/FinceptTerminal

Source: https://github.com/Fincept-Corporation/FinceptTerminal

Fincept Terminal

License: AGPL-3.0 C++20 Qt6 Python Hits

Fincept-Corporation%2FFinceptTerminal | Trendshift

GitHub Stars GitHub Forks GitHub Watchers GitHub Release GitHub Issues

X Twitter LinkedIn Facebook Reddit WhatsApp Telegram

Your Thinking is the Only Limit. The Data Isn’t.

State-of-the-art financial intelligence platform with institutional-grade financial analytics, AI automation, and unlimited data connectivity.

📥 Download · ⚖️ License · 💬 Discussions · 💬 Discord · 🤝 Partner

Fincept Terminal


Equity Research

Portfolio

News

Node Editor

About

Fincept Terminal v4 is a pure native C++20 desktop application. It uses Qt6 for UI and rendering, embedded Python for analytics, and delivers professional terminal-class performance in a single native binary.


Features

FeatureDescription
📊 Multi-Asset AnalyticsDCF models, portfolio optimization, risk metrics (VaR, Sharpe), derivatives pricing across equity, fixed income, derivatives, portfolio, and alternatives via embedded Python
🤖 AI Agents37 agents across Trader/Investor (Buffett, Graham, Lynch, Munger, Klarman, Marks…), Economic, and Geopolitics frameworks; local LLM support; multi-provider (OpenAI, Anthropic, Gemini, Groq, DeepSeek, MiniMax, OpenRouter, Ollama)
🌐 100+ Data ConnectorsDBnomics, Polygon, Kraken, Yahoo Finance, FRED, IMF, World Bank, AkShare, government APIs, plus optional alternative-data overlays such as Adanos market sentiment for equity research
📈 Real-Time TradingCrypto (Kraken/HyperLiquid WebSocket), equity, algo trading, paper trading engine, 16 broker integrations (Zerodha, Angel One, Upstox, Fyers, Dhan, Groww, Kotak, IIFL, 5paisa, AliceBlue, Shoonya, Motilal, IBKR, Alpaca, Tradier, Saxo)
🔬 QuantLib Suite18 quantitative analysis modules — pricing, risk, stochastic, volatility, fixed income
🚢 Global IntelligenceMaritime tracking, geopolitical analysis, relationship mapping, satellite data
🎨 Visual WorkflowsNode editor for automation pipelines, MCP tool integration
🧠 AI Quant LabML models, factor discovery, HFT, reinforcement learning trading

Installation

Option 1 — Download Installer (Recommended)

Latest release: v4.0.3View all releases

PlatformDownloadRun
Windows x64FinceptTerminal-Windows-x64-setup.exeRun installer → launch FinceptTerminal.exe
Linux x64FinceptTerminal-Linux-x64.runchmod +x → run installer
macOS Apple SiliconFinceptTerminal-macOS-arm64.dmgOpen DMG → drag to Applications

Option 2 — Quick Start (One-Click Build)

Clone and run the setup script — it installs all dependencies and builds the app automatically:

# Linux / macOS
git clone https://github.com/Fincept-Corporation/FinceptTerminal.git
cd FinceptTerminal
chmod +x setup.sh && ./setup.sh

The script handles: compiler check, CMake, Qt6, Python, build, and launch.

Windows: No setup script — use the manual build steps in Option 4 below. It’s just two commands.


Option 3 — Docker (CI / Developer Environments)

Note: Docker is intended for CI/CD testing and development environments only. For the best experience, use the pre-built installers in Option 1 above. Docker requires Linux with X11. Windows and macOS are not supported.

# Build from source (Linux + X11 required)
git clone https://github.com/Fincept-Corporation/FinceptTerminal.git
cd FinceptTerminal
docker build -t fincept-terminal .
docker run --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix fincept-terminal

Option 4 — Build from Source (Manual)

Versions are pinned. Use the exact versions below. Newer or older versions are unsupported and may fail to build or produce unstable binaries.

Prerequisites (exact versions)

ToolPinned VersionNotes
Gitlatest
CMake3.27.7Download
Ninja1.11.1Download
C++ compilerMSVC 19.38 (VS 2022 17.8) / GCC 12.3 / Apple Clang 15.0 (Xcode 15.2)C++20 required
Qt6.8.3Qt Online Installer
Python3.11.9python.org
Platform SDKWin10 SDK 10.0.22621.0 / macOS SDK 14.0 (deploy 11.0+) / glibc 2.31+

Install Qt 6.8.3

Windows: Qt Online Installer → select Qt 6.8.3 > MSVC 2022 64-bit (install path: C:/Qt/6.8.3/msvc2022_64)

Linux: Qt Online Installer → Qt 6.8.3 > Desktop gcc 64-bit (install path: ~/Qt/6.8.3/gcc_64). Or for system packages, install qt6-base-dev qt6-charts-dev qt6-tools-dev qt6-base-private-dev libqt6websockets6-dev libgl1-mesa-dev — note system packages may be a different 6.x minor.

macOS: Qt Online Installer → Qt 6.8.3 > macOS (install path: ~/Qt/6.8.3/macos)

Build (using CMake presets — recommended)

git clone https://github.com/Fincept-Corporation/FinceptTerminal.git
cd FinceptTerminal/fincept-qt

Step 1 — Configure (one-time, or after CMakeLists.txt changes):

cmake --preset win-release      # Windows (PowerShell)
cmake --preset linux-release    # Linux
cmake --preset macos-release    # macOS

Step 2 — Compile (run this for every code change):

cmake --build --preset win-release      # Windows
cmake --build --preset linux-release    # Linux
cmake --build --preset macos-release    # macOS

Older or RAM-constrained machines: add --parallel 4 (or any small number) to cap concurrent compile jobs. The default saturates every core, which can overheat older CPUs and slow the rest of your system. Example: cmake --build --preset macos-release --parallel 4.

Debug variants: replace release with debug (e.g. win-debug, linux-debug, macos-debug).

Windows prerequisite: The PowerShell profile at ~/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 auto-initializes VS 2022 on every new terminal — open a fresh PowerShell and cmake works directly.

Build (manual — if presets can’t resolve your Qt path)

# Windows (PowerShell)
cmake -B build/win-release -G Ninja -DCMAKE_BUILD_TYPE=Release `
  -DCMAKE_PREFIX_PATH="C:/Qt/6.8.3/msvc2022_64"
cmake --build build/win-release
# Linux
cmake -B build/linux-release -G Ninja -DCMAKE_BUILD_TYPE=Release \
  -DCMAKE_PREFIX_PATH="$HOME/Qt/6.8.3/gcc_64"
cmake --build build/linux-release

# macOS
cmake -B build/macos-release -G Ninja -DCMAKE_BUILD_TYPE=Release \
  -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 \
  -DCMAKE_PREFIX_PATH="$HOME/Qt/6.8.3/macos"
cmake --build build/macos-release

Run

./build/<preset>/FinceptTerminal         # Linux / macOS (preset build)
.\build\<preset>\FinceptTerminal.exe     # Windows (preset build)

Troubleshooting

  1. “Could not find Qt6 6.8.3” — verify CMAKE_PREFIX_PATH points to the Qt 6.8.3 install, not 6.5/6.6/6.8.
  2. MSVC version error — use VS 2022 17.8+ (MSVC 19.38+). Check with cl /?.
  3. Need to unblock with a different Qt minor? Pass -DFINCEPT_ALLOW_QT_DRIFT=ON (local testing only — never for releases or CI).
  4. Clean rebuild: delete build/<preset>/ and re-run configure.

What Sets Us Apart

Fincept Terminal is an open-source financial platform built for those who refuse to be limited by traditional software. We compete on analytics depth and data accessibility — not on insider info or exclusive feeds.

Recent builds also support optional Adanos Market Sentiment connectivity in Data Sources → Alternative Data. When configured, Equity Research can surface cross-source retail sentiment snapshots across Reddit, X, finance news, and Polymarket. Without an active Adanos connection, the feature remains dormant and the rest of the app behaves exactly as before.

  • Native performance — C++20 with Qt6, no Electron/web overhead
  • Single binary — no Node.js, no browser runtime, no JavaScript bundler
  • Full buy-side analyst toolkit — equity, portfolio, derivatives, fixed income, corporate finance, alternatives
  • 100+ data connectors — from Yahoo Finance to government databases
  • Free & Open Source (AGPL-3.0) with commercial licenses available

Roadmap

TimelineMilestone
ShippedReal-time streaming, 16 broker integrations, multi-account trading, PIN authentication, theme system
Q2 2026Options strategy builder, multi-portfolio management, 50+ AI agents
Q3 2026Programmatic API, ML training UI, institutional features
FutureMobile companion, cloud sync, community marketplace

Contributing

We’re building the future of financial analysis — together.

Contribute: New data connectors, AI agents, analytics modules, C++ screens, documentation


For Universities & Educators

Bring professional-grade financial analytics to your classroom.

  • $799/month for 20 accounts
  • Full access to Fincept Data & APIs
  • Perfect for finance, economics, and data science courses
  • Equity, portfolio, derivatives, fixed income, and economics analytics built-in

Interested? Email [email protected] with your institution name.

University Licensing Details


License

⚠️ Cloning, forking, or modifying this repository does NOT grant commercial rights. A paid Commercial License is required for any business or internal company use — including forks that remove or replace Fincept’s APIs with your own data sources. See Commercial License for binding terms.

Dual Licensed: AGPL-3.0 (Open Source) + Fincept Commercial License

Free under AGPL-3.0Personal use · Individual learning · Academic research · Open-source contributions to this repository
Commercial License requiredAny business use (paid or free) · Internal company use · Startups at any stage · Hedge funds, brokerages, banks, fintechs · SaaS / hosted offerings · White-label or reselling · Forks that strip or replace Fincept APIs · Consulting deliverables · Employee training or evaluation by for-profit entities

The license attaches to the codebase and any Derivative Work of it, not to specific API integrations. Substituting Fincept APIs with your own — or with any third party’s — does not sever or extinguish the licensing obligation. These terms apply to every version, branch, tag, and commit of Fincept Terminal — past, present, and future — and remain in force indefinitely until superseded by a subsequent published version.

Trademarks. “Fincept”, “Fincept Terminal”, and the Fincept logo are trademarks of Fincept Corporation. Use in any forked, derivative, rebranded, or commercial product requires prior written permission. Removal or rebranding of these marks in a fork does not extinguish the underlying licensing obligation.

Enforcement & Penalties. Fincept Corporation actively monitors public repositories, app stores, cloud marketplaces, and SaaS platforms for unlicensed Commercial Use, and pursues DMCA takedowns, cease-and-desist notices, and civil action under Indian and international law. Unauthorized commercial use is subject to liquidated damages starting at USD 50,000 per organization per year, with higher amounts for unauthorized SaaS distribution, fork-and-replace deployments, and trademark misuse — in addition to backdated license fees, disgorgement of profits, and recovery of legal costs. Joint and several liability applies: any company that engages a third-party developer, integrator, or consultancy to build, modify, or deploy the Software is fully liable alongside that developer for any unauthorized use. Governing law: India · Exclusive jurisdiction: Delhi, India.

Contact for licensing: [email protected] · Full terms: docs/COMMERCIAL_LICENSE.md

© 2025–2026 Fincept Corporation. All rights reserved.


Your Thinking is the Only Limit. The Data Isn’t.

Repobeats

Email

Star · 🔄 Share · 🤝 Contribute

相似文章

Fincept-Corporation/FinceptTerminal

GitHub Trending (daily)

FinceptTerminal 是一个开源金融智能平台,采用 C++20 和 Qt6 构建,提供 CFA 级别的分析工具、AI 自动化和全面的数据连接功能,适用于股票研究、投资组合管理和交易。

@Huanusa: 太炸裂了!居然有人搞出一个能直接读懂K线交易的AI,性能直接起飞! 它叫 Kronos —— 全球首个专为金融市场量身打造的开源基础大模型! 用45家交易所120亿条真实K线数据从零训练,不是拿通用AI硬改的。 它能: 价格预测 + 波动…

X AI KOLs Timeline

Kronos是全球首个专为金融市场打造的开源基础大模型,从零训练于120亿条真实K线数据,支持价格预测与波动率预判,性能远超通用模型,完全免费开源。

@WEB3_furture: 全球最贵的金融团队都在 GitHub 上开源了什么? 普通人怎么了解量化?直接上手是最快的 Jane Street、Goldman Sachs、J.P. Morgan 等顶级量化与高频交易机构,都放出了代表性的金融/工程工具,帮助普通量化…

X AI KOLs Timeline

该推文介绍了Jane Street、Goldman Sachs和J.P. Morgan等顶级量化机构开源的三个金融/工程工具:magic-trace(高精度进程追踪)、gs-quant(衍生品定价与风险管理Python包)和Perspective(实时数据可视化工具),帮助量化爱好者免费获得机构级技术能力。