GroundAPI

Real-time data API for AI Agents.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

  • Stock Quote: 获取 A 股最新日行情。symbol: 股票代码,如 600519(贵州茅台)。api_key: GroundAPI 密钥。
  • Stock List: 获取 A 股股票列表(分页)。market: 市场过滤(sh/sz/bj,留空返回全部)。is_active: 是否在市。page/page_size: 分页参数。api_key: GroundAPI 密钥。
  • Stock Search: 按代码或名称搜索 A 股股票。keyword: 搜索关键词,如 '茅台' 或 '600519'。limit: 返回条数(1-50)。api_key: GroundAPI 密钥。

What data it sees

Do you need an account

An API key from the service settings is required

Real-time data API for AI Agents. One API key to access 13 tools: A-share stocks (quote, search, history, ranking), weather, forex rates, logistics tracking, web search, web scraping, news, and IP geolocation. Free tier: 500 calls/month.

Server tool list (13)

Raw names from tools/list. Only developers need these.

stock_quote获取 A 股最新日行情。symbol: 股票代码,如 600519(贵州茅台)。api_key: GroundAPI 密钥。
stock_list获取 A 股股票列表(分页)。market: 市场过滤(sh/sz/bj,留空返回全部)。is_active: 是否在市。page/page_size: 分页参数。api_key: GroundAPI 密钥。
stock_search按代码或名称搜索 A 股股票。keyword: 搜索关键词,如 '茅台' 或 '600519'。limit: 返回条数(1-50)。api_key: GroundAPI 密钥。
stock_daily查询某只股票在指定日期的行情数据。symbol: 股票代码。date: 日期(YYYY-MM-DD)。api_key: GroundAPI 密钥。
stock_history查询某只股票的历史日K线数据。symbol: 股票代码。start_date/end_date: 日期范围(YYYY-MM-DD,可选)。limit: 最大返回条数(1-500)。api_key: GroundAPI 密钥。
stock_ranking查询 A 股涨跌排行榜。date: 交易日期(YYYY-MM-DD,不传取最新)。sort_by: 排序字段(change_pct/volume/turnover/turnover_rate/amplitude)。order: desc/asc。limit: 返回条数。api_key: GroundAPI 密钥。
weather_current查询城市实时天气。city: 城市名称(中文或英文),如 北京、Tokyo。api_key: GroundAPI 密钥。
forex_rate获取两种货币的实时汇率。from_currency/to_currency: ISO 4217 货币代码,如 USD、CNY。api_key: GroundAPI 密钥。
logistics_track追踪快递物流状态。number: 运单号。carrier: 快递公司编码(可选,如 sf/yt/zt/yd/auto),不填自动识别。phone: 手机号后四位(顺丰/丰网必传)。api_key: GroundAPI 密钥。
web_search网络搜索。query: 搜索关键词。engine: 搜索引擎(std/pro/sogou/quark)。count: 返回条数(1-50)。recency: 时间范围(oneDay/oneWeek/oneMonth/oneYear/noLimit)。api_key: GroundAPI 密钥。
scrape_webpage抓取网页内容并转为结构化文本。url: 网页地址。format: 返回格式(markdown/text)。api_key: GroundAPI 密钥。
news_hot获取分类新闻热点。category: 新闻分类(general/finance/sports/entertainment/tech/military/health/education/travel/game/auto/domestic/world/fashion/food/house)。limit: 返回条数(1-50)。page: 页码。api_key: GroundAPI 密钥。
locate_ipIP 地理定位。ip: 要查询的 IP 地址,如 8.8.8.8。返回国家、城市、经纬度、ISP 等信息。api_key: GroundAPI 密钥。