tencent-technical

Retrieve stock K-line data and calculate technical indicators from Tencent's finance API.

59|30|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/duolongworld/AI_Renaissance --skill tencent-technical
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-technical
Source: https://github.com/duolongworld/AI_Renaissance/tree/main/skills/data/tencent_technical
Command: npx skills add https://github.com/duolongworld/AI_Renaissance --skill tencent-technical

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill resolves the issue of manual and time-consuming data retrieval for stock K-line and technical indicators from the Tencent finance platform, enabling quick and efficient access for investment analysis.

Core Features & Use Cases

  • Efficient Data Access: Automatically retrieves historical K-line data for stocks, supporting A-share, HK, and US markets.
  • Technical Indicator Calculation: Computes technical indicators like MA, Bollinger Bands, and RSI on-the-fly.
  • Use Case: An investor seeking quick access to a stock's historical price and indicator data to make informed trading decisions.

Quick Start

Execute the 'fetch_kline' command to get the stock's K-line data.

Frequently Asked Questions about tencent-technical

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

FAQPage Schema
How do I retrieve Tencent finance stock K-line data for technical analysis?

You can retrieve Tencent finance stock K-line data by executing the fetch_kline command, which automates HTTP requests to gather historical prices for A-share, HK, and US markets for technical analysis.

Can I calculate technical indicators like MA, Bollinger Bands, and RSI directly from stock data?

Yes, you can calculate technical indicators like MA, Bollinger Bands, and RSI directly. The Skill computes these indicators on-the-fly using Python after retrieving the raw stock K-line data from the Tencent finance API.

Does Python requests support fetching historical K-line data for A-share, HK, and US markets?

Python requests supports fetching historical K-line data for A-share, HK, and US markets by automating HTTP requests to the Tencent finance API, ensuring efficient access to market data for investment analysis.

What is the best way to automate stock data retrieval from the Tencent finance API?

The best way to automate stock data retrieval from the Tencent finance API is using a Python script with the requests library, which eliminates manual data gathering and streamlines K-line data extraction for trading decisions.

Are there limitations when using Python to fetch Tencent finance stock K-line data?

Limitations when using Python to fetch Tencent finance stock K-line data include the strict dependency on the requests library for HTTP interactions and the need for Python to perform all technical indicator calculations on the retrieved market data.