alphaear-stock

rkiding/awesome-finance-skills · updated Apr 8, 2026

$npx skills add https://github.com/rkiding/awesome-finance-skills --skill alphaear-stock
0 commentsdiscussion
summary

Search A-Share/HK/US stock tickers and retrieve historical price data (OHLCV).

skill.md

AlphaEar Stock Skill

Overview

Search A-Share/HK/US stock tickers and retrieve historical price data (OHLCV).

Capabilities

1. Stock Search & Data

Use scripts/stock_tools.py via StockTools.

  • Search: search_ticker(query)
    • Fuzzy search by code or name (e.g., "Moutai", "600519").
    • Returns: List of {code, name}.
  • Get Price: get_stock_price(ticker, start_date, end_date)
    • Returns DataFrame with OHLCV data.
    • Dates format: "YYYY-MM-DD".
  • Get Fundamentals: get_stock_fundamentals(ticker)
    • Returns dict with sector, industry, market cap, PE ratio, and summary.
    • Supports A-Share/HK/US stocks.

Dependencies

  • pandas, requests, akshare, yfinance
  • scripts/database_manager.py (stock tables)

Notes

  • Proxy: For US stock data (via yfinance), you may need to set environment variables if your network cannot reach Yahoo Finance directly:
    export HTTP_PROXY="http://<proxy_ip>:<port>"
    export HTTPS_PROXY="http://<proxy_ip>:<port>"
    
  • A-Share/HK: Data is primarily fetched via akshare (EastMoney), which usually works best with a direct connection in China. The tool automatically detects proxy issues and attempts direct connection for these markets.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.825 reviews
  • Chaitanya Patil· Dec 8, 2024

    Keeps context tight: alphaear-stock is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Meera Srinivasan· Dec 8, 2024

    alphaear-stock is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Piyush G· Nov 27, 2024

    alphaear-stock has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Ishan Kapoor· Nov 27, 2024

    Solid pick for teams standardizing on skills: alphaear-stock is focused, and the summary matches what you get after install.

  • Shikha Mishra· Oct 18, 2024

    Solid pick for teams standardizing on skills: alphaear-stock is focused, and the summary matches what you get after install.

  • Meera Li· Oct 18, 2024

    alphaear-stock has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Hana Wang· Sep 13, 2024

    alphaear-stock is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Yash Thakker· Sep 9, 2024

    Registry listing for alphaear-stock matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Dhruvi Jain· Aug 28, 2024

    alphaear-stock reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Kiara Menon· Aug 4, 2024

    Keeps context tight: alphaear-stock is the kind of skill you can hand to a new teammate without a long onboarding doc.

showing 1-10 of 25

1 / 3