{
"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"
}
]
}