quodd

Fetch real-time US equity quotes via the Quodd API.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/vuxsoul-ui/catclash --skill quodd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quodd
Source: https://github.com/vuxsoul-ui/catclash/tree/main/skills/quodd
Command: npx skills add https://github.com/vuxsoul-ui/catclash --skill quodd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Users often need rapid, accurate real-time stock quotes (price, daily high/low, and after-hours data) for US equities to make informed trading decisions, compare tickers, and build timely market insights. This skill provides a single, reliable source of real-time quotes via the Quodd API, simplifying access and reducing manual data gathering.

Core Features & Use Cases

  • Real-time quotes for single or multiple tickers including day high/low and last price.
  • After-hours data with corresponding timestamps to capture extended market activity.
  • Flexible output in text or JSON formats for integration into dashboards, alerts, or reports.

Quick Start

Request a real-time quote for a ticker symbol using the Quodd script.

Frequently Asked Questions about quodd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch real-time stock quotes for US equities?

You can fetch real-time stock quotes for US equities by requesting current prices, daily highs and lows, or after-hours data for specific tickers. The skill retrieves this market data directly via the Quodd API.

Can I get after-hours stock data for multiple tickers at once?

Yes, you can retrieve after-hours stock data with corresponding timestamps for multiple tickers simultaneously. The skill handles batch requests to provide extended market activity efficiently.

How do I get stock quotes in JSON format for dashboard integration?

You can get stock quotes in JSON format by specifying your output preference. The skill supports both text and JSON formats, making it easy to integrate real-time market data into dashboards, alerts, or reports.

Do I need API credentials to retrieve real-time market data?

Yes, you need environment-based credentials configured to retrieve real-time market data. The skill manages token caching and handles authentication automatically to ensure secure access to the Quodd API.

What is the best way to handle errors when parsing real-time stock quotes?

The best way to handle errors when parsing real-time stock quotes is to rely on the skill's built-in error handling. It manages token caching and authentication failures internally to ensure reliable data retrieval.

Why does my ticker info request return an authentication error?

Your ticker info request may return an authentication error if your environment-based credentials are missing or invalid. The skill requires proper API setup to manage token caching and access real-time market data successfully.