feat: expand screeners and stabilize interactive feedback
This commit is contained in:
@@ -866,6 +866,10 @@ class TushareClient:
|
||||
deduped[code] = row
|
||||
return list(deduped.values())
|
||||
|
||||
def sw_sector_members(self, sector_code: str, trade_date: str) -> list[dict[str, Any]]:
|
||||
"""Return constituents active in a Shenwan L2 industry on the target date."""
|
||||
return self._sw_sector_members(sector_code, trade_date)
|
||||
|
||||
def _stock_listing_reference(self) -> dict[str, dict[str, Any]]:
|
||||
now = datetime.now().astimezone()
|
||||
with self._stock_listing_lock:
|
||||
|
||||
Reference in New Issue
Block a user