Market Data

🌐Community
by eng0ai · vlatest · Repository

Access real-time stock prices, financial news, and market trends to inform investment decisions quickly.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add market-data npx -- -y @trustedskills/market-data
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "market-data": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/market-data"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to real-time US stock market data through eng0's data proxy service. It allows agents to retrieve historical price bars (OHLCV), financial news with sentiment analysis, and company details including market capitalization for US stock tickers. The data is sourced from a 15-minute delayed quotes feed covering all US stocks and spanning the last five years.

When to use it

  • Investment Research: Quickly gather historical price data (e.g., daily or weekly bars) to analyze trends and patterns.
  • News Monitoring: Stay informed about recent news articles related to specific companies, including sentiment analysis to gauge market perception.
  • Company Overview: Obtain key company information like market capitalization for due diligence or portfolio tracking.
  • Automated Trading Strategies: Integrate with automated trading systems that require real-time data feeds (note: 15-minute delay).

Key capabilities

  • Retrieval of OHLCV price bars (1-minute to 1-week intervals)
  • Access to financial news articles with sentiment analysis (positive, negative, or neutral)
  • Company details including market capitalization
  • API schema discovery via the /schema endpoint.
  • Data coverage for all US stock tickers with five years of historical data.

Example prompts

  • "Get me the daily price bars for AAPL from January 1st, 2024 to December 31st, 2024."
  • "What are the latest 5 news articles about TSLA and what is their sentiment?"
  • "Can you retrieve company details for AAPL?"

Tips & gotchas

  • The data provided is subject to a 15-minute delay. This skill is not suitable for applications requiring real-time, tick-by-tick data.
  • Ensure the ticker symbol used in prompts is valid and accurate (e.g., AAPL, MSFT).
  • When requesting news articles, the limit parameter defaults to 10 and has a maximum value of 100.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
eng0ai
Installs
91

🌐 Community

Passed automated security scans.