agentsclimarketplace

Data

Skill lj22503/mangoview/backend/core/data

Mangofolio 核心数据层 - 统一数据获取与缓存From its SKILL.md

Install
npx -y skills add lj22503/mangoview --skill data

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 466 tokens by cl100k_base, as published. Nobody here has run it

mangofolio-core-data: 核心数据层 📊

📋 功能描述

Mangofolio 的统一数据获取层,提供行情/基金/宏观数据的标准化接口。

核心能力:

  • 统一数据 API(行情/基金/宏观)
  • 数据缓存机制
  • 多数据源降级链
  • 信源等级标注

边界条件:

  • 不替代专业金融终端
  • 数据来源于公开 API(东方财富/天天基金等)
  • 缓存有效期 24 小时

免责声明:

⚠️ 本文内容仅供参考,不构成任何投资建议。市场有风险,投资需谨慎。


🎯 核心模块

数据 API

  • DataAPI - 统一数据接口
  • FundAPI - 基金数据接口
  • Quote - 行情数据模型
  • Financials - 财务数据模型

数据提供者

  • eastmoney - 东方财富
  • tencent - 腾讯财经
  • sina - 新浪财经
  • akshare - AKShare(零 API Key)

缓存管理

  • CacheManager - 缓存管理器
  • 缓存有效期:24 小时
  • 自动过期清理

🚀 快速开始

# 获取行情数据
python3 -c "
from data_api import DataAPI
api = DataAPI()
quote = api.get_quote('601688')
print(quote)
"

版本: v1.0.0
最后更新: 2026-05-08

What ships with it: 23 files

142.0 KB alongside SKILL.md, 20 of them executable

providers/

scripts/

tests/

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.