agentsclimarketplace

Market data

Skill kohoj/skills/market-data

Claude Code skills for web scraping & content extraction — Twitter/X tweet scraper, Xiaohongshu (Little Red Book) OCR to Markdown. CDP + httpx architecture.

Install
npx -y skills add kohoj/skills --skill market-data

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Query market data from Yahoo Finance — prices, fundamentals, earnings, options, dividends, history. Pure data tool for any ticker (US, HK, A-shares, crypto, forex, ETFs). Use before analysis, not instead of it.

SKILL.md

2.0 KB, as published. Nobody here has run it

Market Data

Data is the raw material of judgment. This tool fetches it. What you do with it — that is analysis, and analysis is your job.

Every subcommand returns one dimension of data for one or more tickers. Combine them as needed. Don't fetch everything when you only need a price.

Usage

.agents/skills/market-data/finance <command> <args>

Commands

CommandPurposeExample
quotePrice, change, market cap, PE, 52W rangefinance quote AAPL 0700.HK
historyOHLCV price historyfinance history TSLA 1y
fundamentalsValuation, margins, debt, analyst targetsfinance fundamentals NVDA
earningsNext date, EPS estimates, past surprisesfinance earnings MSFT
profileSector, industry, employees, descriptionfinance profile GOOGL
dividendsYield, ex-date, payout historyfinance dividends KO
optionsNear-the-money calls and putsfinance options SPY
compareSide-by-side ticker comparisonfinance compare AAPL,MSFT,GOOGL

history periods

1d 5d 1mo 3mo 6mo 1y 2y 5y ytd max — default 1mo.

Symbol format

Any Yahoo Finance ticker works:

  • US: AAPL, MSFT
  • Hong Kong: 0700.HK, 9988.HK
  • A-shares: 600519.SS (Shanghai), 000858.SZ (Shenzhen)
  • Crypto: BTC-USD, ETH-USD
  • Forex: EURUSD=X
  • ETFs: SPY, QQQ
  • Indices: ^VIX, ^GSPC, ^HSI

When to use

  • Before forming or updating a view — get current data, not stale memory
  • When the user asks about a stock, price, or financial metric
  • When building a briefing or comparison
  • When checking if a stored belief still holds

When not to use

  • For news or narrative — use web-search instead
  • When the data is already in the conversation and still fresh

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.