pub async fn get_financial_calendar(
__arg0: State<RestState>,
__arg1: Json<Value>,
) -> Result<RawJson, (StatusCode, Json<Value>)>Expand description
v1.4.115: 财报日历视图 (mobile/moomoo read-only extension).
POST /api/financial-calendar with
financial_calendar::GetFinancialStatementCalendarViewReq JSON shape.
begin_date <= financial date < end_date; dates use YYYYMMDD.