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

Add method to fetch current margin requirements for a stock #160

Open whitnable opened 3 years ago

whitnable commented 3 years ago

To facilitate more informed investing one needs to know a stock's margin requirements before submitting orders and opening positions.

Requesting a feature to fetch an assets margin requirements.

This could be done with either a new API call, OR could simply be added as an attribute to the existing asset object.