Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rkiding avatar

Alphaear Stock

  • 1.2k installs
  • 2.8k repo stars
  • Updated March 29, 2026
  • rkiding/awesome-finance-skills

alphaear-stock provides documented workflows for Search A-Share/HK/US finance stock tickers and retrieve finance stock price history. Use when user asks about finance stock codes, recent price changes, or spec

About

The alphaear-stock skill search A-Share HK US finance stock tickers and retrieve finance stock price history Use when user asks about finance stock codes recent price changes or specific company finance stock info AlphaEar Stock Skill Overview Search A-Share HK US stock tickers and retrieve historical price data OHLCV 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 bash 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

  • **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.

Alphaear Stock by the numbers

  • 1,154 all-time installs (skills.sh)
  • +16 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #215 of 1,039 Mobile Development skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

alphaear-stock capabilities & compatibility

Capabilities
**search**: `search_ticker(query)` · fuzzy search by code or name (e.g., "moutai", "6 · returns: list of `{code, name}`. · **get price**: `get_stock_price(ticker, start_da · returns dataframe with ohlcv data.
Use cases
documentation
From the docs

What alphaear-stock says it does

# AlphaEar Stock Skill ## Overview Search A-Share/HK/US stock tickers and retrieve historical price data (OHLCV).
SKILL.md
Stock Search & Data Use `scripts/stock_tools.py` via `StockTools`.
SKILL.md
npx skills add https://github.com/rkiding/awesome-finance-skills --skill alphaear-stock

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.2k
repo stars2.8k
Security audit3 / 3 scanners passed
Last updatedMarch 29, 2026
Repositoryrkiding/awesome-finance-skills

How do I use alphaear-stock for the task described in its SKILL.md triggers?

Search A-Share/HK/US finance stock tickers and retrieve finance stock price history. Use when user asks about finance stock codes, recent price changes, or specific company finance stock info.

Who is it for?

Teams invoking alphaear-stock when the user request matches documented triggers and prerequisites.

Skip if: Skip when cached docs are missing, the request is a negative trigger, or another sibling skill owns the workflow.

When should I use this skill?

Search A-Share/HK/US finance stock tickers and retrieve finance stock price history. Use when user asks about finance stock codes, recent price changes, or specific company finance stock info.

What you get

Step-by-step guidance grounded in alphaear-stock documentation and reference files.

  • SQLite stock tables
  • queryable historical price datasets

Files

SKILL.mdMarkdownGitHub ↗

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.

Related skills

FAQ

What does alphaear-stock do?

Search A-Share/HK/US finance stock tickers and retrieve finance stock price history. Use when user asks about finance stock codes, recent price changes, or specific company finance stock info.

When should I use alphaear-stock?

Search A-Share/HK/US finance stock tickers and retrieve finance stock price history. Use when user asks about finance stock codes, recent price changes, or specific company finance stock info.

What are common prerequisites?

--- name: alphaear-stock description: Search A-Share/HK/US finance stock tickers and retrieve finance stock price history.

Is Alphaear Stock safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.