finance

Retrieve real-time quotes, historical prices, and financial statements via the Finance API gateway.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/tmtgroupbot/lptracker-deploy --skill finance-tmtgroupbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finance
Source: https://github.com/tmtgroupbot/lptracker-deploy/tree/main/skills/finance
Command: npx skills add https://github.com/tmtgroupbot/lptracker-deploy --skill finance-tmtgroupbot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Accessing stock market data, company financials, and market news requires navigating many different endpoints and parameters. This Skill provides a unified, documented path to query the Finance API through the gateway for quotes, historical data, financial statements, and news. ## Core Features & Use Cases - Market Data: Fetch real-time quotes, batch snapshot quotes for multiple tickers, and search for stock symbols by company name. - Historical & Fundamental Data: Retrieve historical price candles at multiple intervals, plus balance sheets, income statements, cash flow statements, earnings, and SEC filings. - Market Intelligence: Pull market news per ticker and company profile modules such as statistics, insider transactions, and analyst recommendations. - Use Case: Ask for Apple's current stock price and latest earnings, and the Skill searches the ticker, fetches the real-time quote, and retrieves the earnings module in one workflow. ## Quick Start Use the finance skill to get the real-time quote and latest news for AAPL.

Frequently Asked Questions about finance

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

FAQPage Schema
How do I get a real-time stock quote with the Finance API?

Call the v1/markets/quote endpoint with a ticker and asset type, for example ticker=AAPL&type=STOCKS. Requests go through the gateway URL with the X-Z-AI-From: Z header, and authentication is handled automatically.

How to fetch historical stock price data for technical analysis?

Use the v1/markets/stock/history or v2/markets/stock/history endpoint with a symbol and interval such as 5m, 1h, 1d, or 1wk. The v2 endpoint also supports a limit parameter for up to 1000 candles and optional dividend data.

Can I query multiple stock tickers in one API request?

Yes, the v1/markets/stock/quotes snapshot endpoint accepts comma-separated tickers such as AAPL,MSFT,GOOGL in a single request. This is the recommended approach for batch quote retrieval instead of multiple individual calls.

What financial statement data does the Finance API provide?

The v1/markets/stock/modules endpoint provides balance-sheet, income-statement, and cashflow-statement modules per ticker. It also offers earnings, statistics, sec-filings, insider transactions, and ownership modules, one module per request.

Why does my stock search return empty results?

Search works best with the full English company name rather than abbreviations or numeric ticker codes. For example, searching Knowledge Atlas returns results while Zhipu or 02513.HK returns empty, so adjust the search keyword accordingly.