已暴露为 MCP 工具:
macro_indicator_snapshot —— 在 Claude / Cursor / 任意 MCP 客户端中直接调用。详见 MCP Server 60 秒配置。它为 Agent 做什么
macro_indicator_snapshot 返回某个美国宏观指标的最新 observation,加上前值和两者的差值。它是 agent 的 宏观 checkpoint:要回答 “现在联邦基金利率多少?”、“失业率比上月升了还是降了?”、“当前宏观 regime 是什么?” 时,不需要拉完整序列,调它一次就够。
macro_indicator_snapshot({ indicator }) → latest、previous、delta_abs、delta_pct。仅此而已。要完整时间序列,请用 macro_indicator_history。
返回值
MacroSnapshot
required
number
固定
0 —— 本接口免费。number
账户剩余 credit。
200 OK · macro_indicator_snapshot
snapshot 在
data 下带有自己的 attribution 字符串(FRED 来源说明)—— 展示数据时请一并呈现。本产品使用 FRED® API,但未经 Federal Reserve Bank of St. Louis 背书或认证。说明
直接调用
HTTP / SDK 示例
HTTP / SDK 示例
完整参数参考
macro_indicator_snapshot — 请求参数
macro_indicator_snapshot — 请求参数
相关接口
宏观历史时间序列
同一指标的完整 latest-vintage 时间序列(Recent 或 Range 模式)。
宏观指标目录
浏览约 50 个精选指标目录(免费)。