curl --location --request GET '/rest-v1-pead/current//' \
--header 'x-api-key: <api-key>'{
"data": {
"ticker": "string",
"earning_day": 0,
"overall_count": 0,
"overall_accuracy": 0,
"overall_accuracy_by_drift_type": 0,
"drift_unit": {
"name": "seasonal",
"value": "string"
},
"avg": [
{
"date": 0,
"time_point": "open",
"price": 0,
"day": 0
}
],
"min": [
{
"date": 0,
"time_point": "open",
"price": 0,
"day": 0
}
],
"max": [
{
"date": 0,
"time_point": "open",
"price": 0,
"day": 0
}
],
"sigma1": [
{
"date": 0,
"time_point": "open",
"price": 0,
"day": 0
}
],
"sigma2": [
{
"date": 0,
"time_point": "open",
"price": 0,
"day": 0
}
],
"sigma_minus1": [
{
"date": 0,
"time_point": "open",
"price": 0,
"day": 0
}
],
"sigma_minus2": [
{
"date": 0,
"time_point": "open",
"price": 0,
"day": 0
}
],
"forecast": 0,
"actual": 0,
"sample_count": 0,
"property1": "string",
"property2": "string"
}
}