AI Agent Hub
Back to skills
Guosen Securities Macroeconomic Data Query icon

Guosen Securities Macroeconomic Data Query

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @guosen-securities/guosen-economy-query according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem This Skill Addresses

Macro research often requires quick access to GDP, CPI, M2, PMI, and related series. A broad prompt such as "query China economic data" can be too vague for a structured database. This skill constrains natural-language queries to specific indicators, regions, and commodity products backed by Guosen Securities' professional database.

How It Works

  • Coverage: domestic macro indicators, major economies such as the United States, Euro Area, and Japan, plus specific commodities like WTI crude oil, LME copper, and COMEX gold.
  • Input constraints: time can be relative or absolute; region can be macro-level; commodities must be explicit product names, not broad categories like precious metals or commodities.
  • Execution: configure GS_API_KEY, then call scripts/get_data.py with a natural-language query; use --no-stream when needed. The response includes content as Markdown or error on failure.
  • Key security: GS_API_KEY is used for authentication and should be passed via environment variables, not written into code, prompts, logs, or output files.
  • Boundaries: do not fall back to web search after an API failure; data is for reference only and is not investment advice.

Use Cases

  • Drafting a morning note, check China's latest CPI YoY and M2 YoY without manually searching sources.
  • Comparing inflation across the U.S., Euro Area, and Japan by querying their latest CPI YoY for a table.
  • Tracking metal costs by querying LME copper and LME aluminum spot prices for the last three months.
  • Analyzing regional fixed investment by querying China provincial fixed asset investment cumulative YoY over three years.

Best For

  • Sell-side macro analysts who need quick access to China GDP, M2, and PMI for weekly reports.
  • Fund researchers who need to verify latest U.S., Euro Area, and Japan CPI or jobs data before meetings.
  • Commodity trading researchers who need specific product prices such as WTI crude, LME copper, and COMEX gold.
  • Corporate strategy researchers who need relative-time queries for China provincial fixed investment and trade data.