alpacahq / alpaca-py

The Official Python SDK for Alpaca API
https://alpaca.markets/sdks/python/getting_started.html
Apache License 2.0
491 stars 122 forks source link

Expose async client #453

Open jon23d opened 1 month ago

jon23d commented 1 month ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

I am running an async codebase, and alpaca-py is blocking

Describe the solution you'd like.

Either expose an async client (httpx is great), or add to the documentation a discussion of the concept (for example, workarounds, thread-safety, etc).

Describe an alternate solution.

No response

Anything else? (Additional Context)

Y'all are doing great work. Thanks!