AI Skill Hub 强烈推荐:OpenBB Agent工作流 是一款优质的AI工具。在 GitHub 上收获超过 67.5k 颗 Star,AI 综合评分 8.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
OpenBB Agent工作流 是一款基于 Python 开发的开源工具,专注于 金融数据、AI工作流、量化交易 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
OpenBB Agent工作流 是一款基于 Python 开发的开源工具,专注于 金融数据、AI工作流、量化交易 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install openbb
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install openbb
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/OpenBB-finance/OpenBB
cd OpenBB
pip install -e .
# 验证安装
python -c "import openbb; print('安装成功')"
# 命令行使用
openbb --help
# 基本用法
openbb input_file -o output_file
# Python 代码中调用
import openbb
# 示例
result = openbb.process("input")
print(result)
# openbb 配置文件示例(config.yml) app: name: "openbb" debug: false log_level: "INFO" # 运行时指定配置文件 openbb --config config.yml # 或通过环境变量配置 export OPENBB_API_KEY="your-key" export OPENBB_OUTPUT_DIR="./output"
<br /> <img src="https://github.com/OpenBB-finance/OpenBB/blob/develop/images/odp-light.svg?raw=true#gh-light-mode-only" alt="Open Data Platform by OpenBB logo" width="600"> <img src="https://github.com/OpenBB-finance/OpenBB/blob/develop/images/odp-dark.svg?raw=true#gh-dark-mode-only" alt="Open Data Platform by OpenBB logo" width="600"> <br /> <br />
<a href="https://codespaces.new/OpenBB-finance/OpenBB"> <img src="https://github.com/codespaces/badge.svg" height="20" /> </a> <a target="_blank" href="https://colab.research.google.com/github/OpenBB-finance/OpenBB/blob/develop/examples/googleColab.ipynb"> <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/> </a>
Open Data Platform by OpenBB (ODP) is the open-source toolset that helps data engineers integrate proprietary, licensed, and public data sources into downstream applications like AI copilots and research dashboards.
ODP operates as the "connect once, consume everywhere" infrastructure layer that consolidates and exposes data to multiple surfaces at once: Python environments for quants, OpenBB Workspace and Excel for analysts, MCP servers for AI agents, and REST APIs for other applications.
<a href="https://pro.openbb.co"> <div align="center"> <img src="https://openbb-cms.directus.app/assets/70b971ef-7a7e-486e-b5ae-1cc602f2162c.png" alt="Logo" width="1000"> </div> </a>
Get started with: pip install openbb
from openbb import obb
output = obb.equity.price.historical("AAPL")
df = output.to_dataframe()
Data integrations available can be found here: <https://docs.openbb.co/python/reference>
---
The ODP Python Package can be installed from PyPI package by running pip install openbb
or by cloning the repository directly with git clone https://github.com/OpenBB-finance/OpenBB.git.
Please find more about the installation process, in the OpenBB Documentation.
The ODP CLI is a command-line interface that allows you to access the ODP directly from your command line.
It can be installed by running pip install openbb-cli
or by cloning the repository directly with git clone https://github.com/OpenBB-finance/OpenBB.git.
Please find more about the installation process in the OpenBB Documentation.
OpenBB是金融科技领域的优秀开源项目,67.5k星标证明社区认可度高。完整的金融数据生态和AI工作流支持,特别适合量化研究和金融AI应用开发。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,OpenBB Agent工作流 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | OpenBB |
| 原始描述 | 开源AI工作流:Financial data platform for analysts, quants and AI agents.。⭐67.5k · Python |
| Topics | 金融数据AI工作流量化交易开源Python |
| GitHub | https://github.com/OpenBB-finance/OpenBB |
| License | NOASSERTION |
| 语言 | Python |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。