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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions