memect-data-api

Fetch stock market announcements via authenticated internal API with JSON output.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/lihanghang/agent-daily-blog --skill memect-data-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memect-data-api
Source: https://github.com/lihanghang/agent-daily-blog/tree/main/skills-archive/2026-03-17/memect-data-api
Command: npx skills add https://github.com/lihanghang/agent-daily-blog --skill memect-data-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly access上市公司公告数据 via an internal API service, reducing manual scraping and data inconsistency.

Core Features & Use Cases

  • API access to daily stock announcements: Retrieve company disclosures with date, type, and company filters.
  • Structured data outputs: Return JSON with fields such as id, company_code, company_name, title, type, content, published_at.
  • Use Case: Analysts automatically pull today’s公告 for monitored stocks to generate daily briefs.

Quick Start

Query the API endpoint to fetch today's announcements for a given date and/or type, and integrate the results into your analytics workflow.

Frequently Asked Questions about memect-data-api

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

FAQPage Schema
How do I fetch stock announcements for listed companies via an API?

You can fetch stock announcements by querying an API service that supports filtering by date, type, and company code, returning structured JSON data for your workflow.

What fields are included in structured JSON data for stock market announcements?

The structured JSON data for stock announcements includes fields such as id, company_code, company_name, title, type, content, and published_at for automated processing.

How do I filter corporate disclosures by date and company code?

To filter corporate disclosures by date and company code, query the API endpoint with your specific parameters to retrieve targeted company disclosures for automated analytics.

Do I need authentication to retrieve daily stock announcements via API?

Yes, you need authentication to retrieve daily stock announcements via this internal API service, which exposes endpoints for health checks, listing announcements, and retrieving details.

Why use an API service instead of manual scraping for listed company announcements?

Using an API service for listed company announcements reduces manual scraping effort and data inconsistency, providing reliable structured JSON outputs for automated finance analytics.

What is the best way to automate pulling today's announcements for monitored stocks?

The best way to automate pulling today's announcements is to query the API endpoint daily for a given date and type, then integrate the structured JSON results into your analytics workflow.