Skip to main content

AKShare extension for OpenBB

Project description

How to Use AKShare as a Data Source for OpenBB

OpenBB, as an open-source financial data platform, is dedicated to providing free and transparent financial data interfaces for investors, analysts, and developers. For a detailed introduction to OpenBB and its usage, please refer to Introduction to OpenBB and How to Use It to Aid Financial Data Analysis of China A-share and Hong Kong Stocks.

Although OpenBB supports multi-source data interfaces, the acquisition of financial data in China (including Hong Kong) mainly relies on Yahoo Finance. As a free basic data source, it can meet basic needs, but its coverage depth for the Chinese and Hong Kong markets is still insufficient. More importantly, mainland Chinese users need to use a VPN to access this service, creating significant usage barriers.

To enhance service capabilities in Greater China, OpenBB urgently needs to improve the implementation of localized financial data sources. The mainstream paid solutions include Wind, Eastmoney Choice, and 同花顺 iFind (mainly for institutional clients), while the free solutions focus on the open-source tool AKShare as the core solution. By integrating data interfaces from platforms such as Eastmoney, 同花顺, Tencent, Sina, and 雪球, AKShare has become one of the most comprehensive, up-to-date, and developer-friendly financial data aggregation libraries in the domestic Python ecosystem.

The openbb_akshare project, as a data source extension for OpenBB, enables seamless integration of AKShare data into the OpenBB platform. Below is a detailed usage guide:

💻 Environment Setup and Installation Process

As developers, we primarily interact with the platform through the OpenBB Platform CLI. To integrate the AKShare data source, follow these steps to configure the development environment:

  1. Create a Python Virtual Environment

    You can use venv, uv, or poetry to create a virtual environment. Here, we use venv (built into Python):

    # Create a virtual environment  
    python3 -m venv .venv  
    
    # Activate the virtual environment (Linux/Mac)  
    source .venv/bin/activate  
    
    # For Windows  
    .venv\Scripts\activate  
    
  2. Install OpenBB Platform CLI

    Install the core OpenBB CLI via pip. Users in mainland China can configure a mirror for faster installation:

    # (Optional) Set a domestic mirror for pip  
    # For Linux/Mac  
    export PIP_INDEX_URL=https://mirrors.aliyun.com/pypi/simple 
    
    # Install OpenBB CLI
    pip install openbb-cli
    
  3. Install openbb_akshare

    Next, install the openbb_akshare extenstion to use the AKShare data source:

    # Install the AKShare data source extension  
    pip install openbb_akshare  
    
    # Rebuild OpenBB resources to activate the plugin  
    python -c "import openbb; openbb.build()"  
    

🚀 Using the AKShare Data Source

Case 1: Query A-Share Company News (Vanke as an Example)

Jupyter Notebook

from openbb import obb
messages = obb.news.company("000002", provider="akshare")
for result in messages.results:
    print(f"{result.title}")

Output:

开源证券发布万科A研报,公司信息更新报告:销售均价有所提升,股东持续借款提供支持
万科A出售2086万股库存股,金额1.36亿元
万科A:已完成所有A股库存股出售 所得资金4.79亿元
...

Using OpenBB CLI

openbb
2025 Jun 26, 03:11 (🦋) /news/ $ company --symbol 000002 --provider akshare

After entering the command, the results will be displayed in a WebView, as shown below:

openbb04

Case 2: Obtain Historical Stock Prices of Hong Kong Stocks (Hong Kong Telecom as an Example)

Using OpenBB CLI:

2025 Jun 26, 03:28 (🦋) /equity/price/ $ historical --symbol 06823 --provider akshare

Results in WebView:openbb05

Jupyter Notebook

from openbb import obb
prices = obb.equity.price.historical(symbol='06823', start_date="2025-06-01", end_date="2025-06-10", provider="akshare")
prices.results[0].date, prices.results[0].open, prices.results[0].close, prices.results[0].high, prices.results[0].low, prices.results[0].volume

Output:

(datetime.date(2025, 6, 2), 11.28, 11.3, 11.3, 11.14, 10308375)

🌟 openbb_akshare Project Ecosystem

The openbb_akshare project is currently in an active development phase, and contributions from the open-source community are welcome:

Code Repositories

Ways to Contribute

  1. Submit Issues to report data needs or bugs.

  2. Contribute PRs to optimize data source interfaces.

  3. Improve documentation to help more users.

Through the integration of AKShare and OpenBB, users in China can more conveniently access real-time and historical data for markets such as A-Shares and Hong Kong Stocks, providing strong data support for quantitative analysis and investment research.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openbb_akshare-0.4.27.tar.gz (31.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openbb_akshare-0.4.27-py3-none-any.whl (45.0 kB view details)

Uploaded Python 3

File details

Details for the file openbb_akshare-0.4.27.tar.gz.

File metadata

  • Download URL: openbb_akshare-0.4.27.tar.gz
  • Upload date:
  • Size: 31.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.12.10 Windows/11

File hashes

Hashes for openbb_akshare-0.4.27.tar.gz
Algorithm Hash digest
SHA256 3de45b0b87bf9b7cd8aded2470970919d0aad5dca6616e98e90adffc359c7c75
MD5 72ac9b08c26792751a4e800dfddfa3ab
BLAKE2b-256 58ad0a67d16c51c0d6e35784026e1a1d2fd631e4d0d56e24a8e738a2d8a38e16

See more details on using hashes here.

File details

Details for the file openbb_akshare-0.4.27-py3-none-any.whl.

File metadata

  • Download URL: openbb_akshare-0.4.27-py3-none-any.whl
  • Upload date:
  • Size: 45.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.12.10 Windows/11

File hashes

Hashes for openbb_akshare-0.4.27-py3-none-any.whl
Algorithm Hash digest
SHA256 a8ad3ca137d0b6929f07c6fc3301d29002fe723b18c1fe7186a239e2bd4d171e
MD5 68a4793c669663c87f3630949af2a8ba
BLAKE2b-256 5cae3ee75e20e66ab0ec5a4398871f5ca4f08640800d2add1559f86ca43ba6be

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page