finance

Retrieve real-time quotes, historical candles, company modules, and market news via the Finance API.

1|Updated Aug 3, 2025
One-click install
npx skills add https://github.com/eesha000009-dev/Exam-Prep100 --skill finance-eesha000009-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finance
Source: https://github.com/eesha000009-dev/Exam-Prep100/tree/main/skills/finance
Command: npx skills add https://github.com/eesha000009-dev/Exam-Prep100 --skill finance-eesha000009-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates access to a comprehensive Finance API so users can quickly retrieve real-time quotes, historical time series, company financial modules, and market news without manually navigating multiple endpoints or handling gateway configuration.

Core Features & Use Cases

  • Real-time Market Data: Retrieve single-ticker quotes and multi-ticker snapshots including prices, volumes, and market status.
  • Historical Data & Analysis: Fetch interval-based historical candles for backtesting and technical analysis with options for dividends and splits.
  • Company & Financial Modules: Access company profiles, financial statements, earnings, SEC filings, and statistical modules.
  • News & Intelligence: Aggregate market and ticker-specific news, filter by type, and combine with financials for research.
  • Batch Queries & Optimization: Support comma-separated tickers for batch snapshot requests and guidance for gateway-based authentication and rate-limit handling.
  • Use Case Example: Search a company, get its real-time quote, and pull financial-data and earnings modules for investment analysis.

Quick Start

Retrieve the real-time quote and company profile for AAPL via the Finance API using the gateway and include the X-Z-AI-From header.

Frequently Asked Questions about finance

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

FAQPage Schema
How do I retrieve real-time stock quotes for multiple tickers in a single API request?

Retrieve real-time stock quotes for multiple tickers by passing a comma-separated list of symbols to the batch snapshot endpoint. This returns current prices, volumes, and market status for all requested tickers in one unified API call.

How do I fetch historical market data for technical analysis and backtesting?

Fetch historical market data by requesting interval-based time series candles for a specific ticker. The API supports options for dividends and splits, providing the historical price data needed for technical analysis and backtesting.

Can I access SEC filings and financial statements through the same API as market quotes?

Yes, you can access SEC filings and financial statements using the same API. The service provides company financial modules that allow you to look up earnings, company profiles, and financial data alongside real-time quotes.

What's the best way to aggregate market news and filter it by a specific stock ticker?

Aggregate market news by calling the news endpoint, which supports filtering by type and specific ticker. You can combine these news results with financial data modules to perform comprehensive investment research on a company.

Do I need a specific gateway configuration to authenticate Finance API requests?

Yes, API requests require integration with a gateway proxy that injects an X-Z-AI-From header for authentication. The Skill handles this gateway configuration and provides guidance for managing rate limits and caching.

Why does my multi-ticker snapshot request fail when using invalid interval parameters?

Multi-ticker snapshot requests fail when parameter validation rejects invalid interval, ticker, or module fields. You must ensure all requested tickers and interval values conform to the API's expected formats before sending the batch query.