📈
DataPython

AlphaEar Stock

by RKiding

AlphaEar Stock is a Data skill for Claude Code, published by RKiding in Awesome-finance-skills.

2.8K stars362 forkson RKiding/Awesome-finance-skillsAdded 2026/08/17Repository updated 2026/03/29
agentagent-skillsfinancesfintech
Install in seconds
Install AlphaEar Stock
Copy AlphaEar Stock into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-stock ~/.claude/skills/alphaear-stock

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/RKiding/Awesome-finance-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/alphaear-stock/SKILL.md in RKiding/Awesome-finance-skills
Installs to
~/.claude/skills/alphaear-stock
Collection
One of 10 skills cataloged from this repository
Category
Data668 skills

What AlphaEar Stock does

AlphaEar Stock searches A-share, HK, and US stock tickers and retrieves historical price data (OHLCV) and fundamentals. Use when a user asks about financial stock codes, recent price changes, or specific company stock info.

AlphaEar Stock is cataloged under Data on DirSkills. AlphaEar Stock comes from a repository tagged agent, agent-skills, finances and fintech.

Documentation

README

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)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about AlphaEar Stock

  • What else does RKiding publish alongside AlphaEar Stock?

    AlphaEar Stock is one of 10 skills that DirSkills catalogs from RKiding/Awesome-finance-skills, the repository it ships in. Its siblings there include AlphaEar DeepEar Lite, AlphaEar Logic Visualizer and AlphaEar News. Each one is a separate skill with its own page in this directory, installs the same way AlphaEar Stock does, and is maintained by RKiding in that same repository. The rest of the collection is listed on the RKiding/Awesome-finance-skills page.

  • How does AlphaEar Stock compare to other Data skills?

    AlphaEar Stock ranks #294 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of AlphaEar Stock against them. Open each page to compare what they document and how they install.

More from RKiding/Awesome-finance-skills

AlphaEar Stock is one of 10 skills cataloged on DirSkills from RKiding/Awesome-finance-skills.

See all 10 skills