get_latest_trading_date
Retrieve the most recent trading date for China's A-share market. Returns the current date if it's a trading day; otherwise, provides the last available trading date in 'YYYY-MM-DD' format.
Instructions
获取最近的交易日期。如果当天是交易日,则返回当天日期;否则返回最近的交易日。
Returns:
最近的交易日期,格式为'YYYY-MM-DD'。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_latest_trading_dateArguments",
"type": "object"
}