Skip to content

Async client variant (httpx) for concurrent market-data fetches #142

Description

@martinkersner

Problem

The SDK is requests-based and fully synchronous. Pulling many symbols/exchanges concurrently (a common market-data pattern) forces threads or serial calls.

Proposal

Offer an async client mirroring the sync surface:

Scope / caveats

Largest effort of the current backlog. Worth confirming real demand before building. Adds httpx as a dependency (or an optional datamaxi[async] extra).

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions