·market-data
{}

market-data

eng0ai/eng0-template-skills

Access US stock market data including price bars, news with sentiment, and company details via eng0 data API. Use when user asks for stock prices, OHLCV data, price history, stock news, or company information. Triggers include "stock price", "price history", "OHLCV", "stock news", "company info", "market data", "ticker data". Do NOT use for SEC filings (use sec-edgar-skill instead).

50Installs·2Trend·@eng0ai

Installation

$npx skills add https://github.com/eng0ai/eng0-template-skills --skill market-data

SKILL.md

Access US stock market data through eng0's data proxy service.

| POST /stocks/bars | OHLCV price bars (1min to 1week intervals) | | POST /stocks/news | News articles with sentiment analysis | | POST /stocks/details | Company information and market cap | | GET /schema | API schema discovery |

Retrieve OHLCV (Open, High, Low, Close, Volume) bars for a stock.

Access US stock market data including price bars, news with sentiment, and company details via eng0 data API. Use when user asks for stock prices, OHLCV data, price history, stock news, or company information. Triggers include "stock price", "price history", "OHLCV", "stock news", "company info", "market data", "ticker data". Do NOT use for SEC filings (use sec-edgar-skill instead). Source: eng0ai/eng0-template-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/eng0ai/eng0-template-skills --skill market-data
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is market-data?

Access US stock market data including price bars, news with sentiment, and company details via eng0 data API. Use when user asks for stock prices, OHLCV data, price history, stock news, or company information. Triggers include "stock price", "price history", "OHLCV", "stock news", "company info", "market data", "ticker data". Do NOT use for SEC filings (use sec-edgar-skill instead). Source: eng0ai/eng0-template-skills.

How do I install market-data?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/eng0ai/eng0-template-skills --skill market-data Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/eng0ai/eng0-template-skills