We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168c338 commit f515265Copy full SHA for f515265
docs/market_data.rst
@@ -158,7 +158,7 @@ methods to receive real-time data.
158
159
.. code-block:: python
160
161
- from alpaca.data import CryptoDataStream, StockDataStream
+ from alpaca.data.live import CryptoDataStream, OptionDataStream, StockDataStream
162
163
# keys are required for live data
164
crypto_stream = CryptoDataStream("api-key", "secret-key")
0 commit comments