Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v4.2.0

Choose a tag to compare

@hogan-yuan hogan-yuan released this 22 May 06:30
· 25 commits to main since this release

Added

  • 19 new APIs: FundamentalContext +9, QuoteContext +1 (short_trades), MarketContext +3, new ScreenerContext +5 — see PR #526, #527
  • Rust: OAuthBuilder gains TokenStorage trait for custom token persistence

Changed

  • short_positions unified for HK+US; typed structs with RFC 3339 timestamps
  • top_movers, rank_list, valuation_comparison: typed structs, counter_id → symbol, RFC 3339 timestamps

Breaking changes

  • stock_eventstop_movers; StockEventsResponseTopMoversResponse
  • hk_short_positions removed; use short_positions(symbol, count)
  • ShortPositionsResponse, ShortTradesResponse, TopMoversResponse, RankListResponse, ValuationComparisonResponse changed from raw JSON to typed structs