Skip to main content
GET
/
api
/
aitaquote
/
market
/
trading_days
获取交易日历
curl --request GET \
  --url https://fcontext.com/api/aitaquote/market/trading_days \
  --header 'x-api-key: <api-key>'
{
  "days": {
    "tradingDays": [
      "2023-12-25"
    ],
    "halfTradingDays": [
      "2023-12-25"
    ]
  }
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

market
string
default:HK

市场代码,默认 HK。支持 USHKCN/SH/SZSG

start
string<date>

起始日期 YYYY-MM-DD

end
string<date>

结束日期 YYYY-MM-DD

Response

交易日历

days
object