curl --location --request GET '/rest-v1-pead/quarterly-reports/?pagination&earning_date'{
"data": [
{
"ticker": "string",
"report_code": "string",
"earning_day": 0,
"next_earning_day": 0,
"next_processing_date": 0,
"price_before": 0,
"price_ed_open_chg": 0,
"price_ed_close_chg": 0,
"price_7d_chg": 0,
"price_20d_chg": 0,
"price_70d_chg": 0,
"price_qtr_end_chg": 0,
"drift_type": "string",
"overnight_chg": 0,
"ed_open_close_chg": 0
}
],
"metadata": {
"total": 0,
"pagination": {
"offset": 0,
"limit": 0,
"nextPage": true
}
}
}