alpacahq / Alpaca-API

The Alpaca API is a developer interface for trading operations and market data reception through the Alpaca platform.
https://alpaca.markets/
141 stars 13 forks source link

Provide splits endpoint #190

Open impredicative opened 2 years ago

impredicative commented 2 years ago

Is your feature request related to a problem? Please describe. Splits data is currently not provided. While it is good to have access to the raw unadjusted data as it's currently available, this data is useless without an endpoint which provides the splits data.

Describe the solution you'd like Provide a new endpoint which lists all splits for a ticker.

Describe alternatives you've considered This is different from issues #131 and #175 which request an endpoint that provides adjusted data.

Additional context Once this new endpoint is available, I can then use the splits to convert unadjusted data to adjusted data on my own. Without this endpoint, I will have to reload all historical data daily which will place a substantial burden on your server.