FutunnOpen / py-futu-api

富途 OpenAPI Python SDK
Apache License 2.0
1.04k stars 221 forks source link

PRE_PRICE_CHANGE_VAL Only Available For SortField #176

Closed chanwilw closed 3 months ago

chanwilw commented 3 months ago

Hi All,

I am working on some python stock filtering like SimpleFilter and I realized that "PRE_PRICE_CHANGE_VAL" is only available for "SortField" but not for StockField.

"PRE_PRICE_CHANGE_VAL" info is available in Futu app and I believe it is retrievable in api as well. Would you please have me some advice. Thanks.

Rgd, Willis