Skip to content

Releases: fugle-dev/fugle-marketdata-python

Release 2.4.0

18 Nov 08:55

Choose a tag to compare

2.4.0 (2025-11-18)

Bug Fixes

  • add error handling for API requests (414bf89)

Features

  • add SDK token authentication and custom base URL support (17508e7)
  • add WebSocket health check with ping/pong (c16f73d)
  • enhance API error handling with detailed debugging information (c635dda)

Performance Improvements

  • migrate WebSocket JSON handling from json to orjson (7604273)

Release 2.3.1

18 Jul 03:08

Choose a tag to compare

2.3.1 (2025-07-18)

Bug Fixes

  • add error handling for API requests (414bf89)

Features

  • add SDK token authentication and custom base URL support (17508e7)

2.3.0

23 Oct 09:53

Choose a tag to compare

Features

  • add REST endpoints for stock technical API (e9a2f59)

2.2.0

30 Jul 03:57

Choose a tag to compare

Features

  • add REST methods for fetching intraday and historical data for futures and options (1405f90)

2.1.1

11 Mar 14:42

Choose a tag to compare

chore(release): 2.1.1

2.1.0

04 Mar 03:56

Choose a tag to compare

Features

  • add subscriptions method for WebSocket client (5176960)

2.0.0

18 Jan 08:20

Choose a tag to compare

Refactors

  • WebSocket originally used asyncio, now switched to synchronous (3384741)

1.1.0

19 Dec 04:24

Choose a tag to compare

chore(release): 1.1.0

1.0.2

13 Nov 03:28

Choose a tag to compare

Bug Fixes

  • wording in docs and tweak import path (3eeecbb)

1.0.1

30 Aug 07:09

Choose a tag to compare

Bug Fixes