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

doc: Remove beta for options #511

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Alpaca’s APIs allow you to do everything from building algorithmic trading str

To view full descriptions and examples view the [documentation page](https://alpaca.markets/sdks/python/).

**Market Data API**: Access live and historical market data for 5000+ stocks, 20+ crypto, and options(beta).
**Market Data API**: Access live and historical market data for 5000+ stocks, 20+ crypto, and options.

**Trading API**: Trade stock and crypto with lightning fast execution speeds.

Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Alpaca's APIs allow you to do everything from building algorithmic trading strat
a full brokerage experience for your own end users.
Here are some things you can do with Alpaca-py.

**Market Data API**: Access live and historical market data for 5000+ stocks, 20+ crypto, and options(beta).
**Market Data API**: Access live and historical market data for 5000+ stocks, 20+ crypto, and options.

**Trading API**: Trade stock, crypto, and options(beta) with lightning fast execution speeds.
**Trading API**: Trade stock, crypto, and options with lightning fast execution speeds.

**Broker API & Connect**: Build investment apps - from robo-advisors to brokerages.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Market Data

.. image:: images/icons/market-data.png

The Market Data API gives you access to real time and historical data for equities, crypto and options(beta).
The Market Data API gives you access to real time and historical data for equities, crypto and options.
Learn more on the :ref:`market-data` page.


Expand Down
Loading