nasdaq-data

Extract financial and market data from Nasdaq REST APIs.

173|28|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/gauss314/skills --skill nasdaq-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nasdaq-data
Source: https://github.com/gauss314/skills/tree/main/skills/nasdaq-data
Command: npx skills add https://github.com/gauss314/skills --skill nasdaq-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the difficulty of accessing reliable, structured financial data from Nasdaq without needing an official API key or dealing with complex web scraping.

Core Features & Use Cases

  • Market Intelligence: Retrieve real-time quotes, historical OHLCV charts, and short interest data for any ticker.
  • Fundamental Analysis: Access comprehensive financial statements, institutional holdings (13F), and insider trading activity.
  • Use Case: A researcher can use this Skill to pull the last four years of income statements and balance sheets for a specific company to perform a deep-dive fundamental valuation.

Quick Start

Use the nasdaq-data skill to fetch the latest company profile and financial information for the ticker NVDA.

Frequently Asked Questions about nasdaq-data

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

FAQPage Schema
How do I get Nasdaq stock data without an official API key?

Nasdaq stock data without an API key is accessible by extracting it from Nasdaq internal REST APIs. This method retrieves real-time quotes, historical charts, and financial statements without requiring external authentication.

Can I pull historical OHLCV charts and financial statements for ETFs?

Historical OHLCV charts and financial statements for ETFs and stocks can be pulled using this data extraction method. It supports retrieving comprehensive fundamental data, institutional 13F holdings, and economic calendars.

How do I monitor insider trading activity for a specific ticker?

Insider trading activity for a specific ticker is monitored by querying the relevant data streams from Nasdaq APIs. This provides visibility into insider transactions alongside other market intelligence like short interest and institutional holdings.

Does this method work with Python requests for rate-limited data acquisition?

This method works with Python requests and implements rate-limited querying to ensure reliable data acquisition. It handles extraction of structured financial data without complex web scraping or external API authentication.

What are the limitations of extracting data from internal APIs?

Limitations of extracting data from internal APIs include potential rate limits and dependency on the underlying requests library. Users must rely on built-in rate-limited requests to ensure reliable data acquisition and avoid connection issues.