Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support missing real-time streaming channels #60

Open
dgoulet opened this issue Jun 26, 2023 · 2 comments
Open

Support missing real-time streaming channels #60

dgoulet opened this issue Jun 26, 2023 · 2 comments

Comments

@dgoulet
Copy link
Contributor

dgoulet commented Jun 26, 2023

Listed here are all the real-time data channels that Alpaca provides:

https://alpaca.markets/docs/api-references/market-data-api/stock-pricing-data/realtime/#subscribe

At the moment, apca is missing:

  • dailyBars
  • updatedBars
  • statuses
  • lulds

Would be great to add support for them. At least the dailyBars and updatedBars seems quite trivial to add as they are streaming an already implemented interface (Bar).

@dgoulet dgoulet changed the title Support real-time streaming channels Support missing real-time streaming channels Jun 26, 2023
@d-e-s-o
Copy link
Owner

d-e-s-o commented Jun 30, 2023

Makes sense. I currently have no use for them. If you have an implementation feel free to propose it for inclusion.

@jaredmcqueen
Copy link

hey @dgoulet I wrote my own library to provide those:
https://github.com/jaredmcqueen/mini-alpaca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants