{
"data": {
"earnings_estimate": [
{
"period": "string",
"avg": 0,
"low": 0,
"high": 0,
"yearAgoEps": 0,
"numberOfAnalysts": 0,
"growth": 0,
"earningsCurrency": "string"
}
],
"revenue_estimate": [
{
"period": "string",
"avg": 0,
"low": 0,
"high": 0,
"numberOfAnalysts": 0,
"yearAgoRevenue": 0,
"growth": 0,
"revenueCurrency": "string"
}
],
"eps_trend": [
{
"period": "string",
"current": 0,
"7daysAgo": 0,
"30daysAgo": 0,
"60daysAgo": 0,
"90daysAgo": 0,
"epsTrendCurrency": "string"
}
],
"eps_revisions": [
{
"period": "string",
"upLast7days": 0,
"upLast30days": 0,
"downLast30days": 0,
"downLast7Days": 0,
"downLast90days": null,
"epsRevisionsCurrency": "string"
}
]
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}