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.
66
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./skills/alphaear-stock/SKILL.mdSearch A-Share/HK/US stock tickers and retrieve historical price data (OHLCV).
Use scripts/stock_tools.py via StockTools.
search_ticker(query)
{code, name}.get_stock_price(ticker, start_date, end_date)
get_stock_fundamentals(ticker)
pandas, requests, akshare, yfinancescripts/database_manager.py (stock tables)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>"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.853f09b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.