From 97bbda886f40aecd12ce5bdfe987254e06541332 Mon Sep 17 00:00:00 2001 From: hiohiohio Date: Thu, 3 Oct 2024 09:31:57 +0900 Subject: [PATCH] doc: remove beta for options (#511) --- README.md | 2 +- docs/getting_started.rst | 4 ++-- docs/index.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d2dc2fb..54cb90ed 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 4bdc8b4a..f4e34de2 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -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. diff --git a/docs/index.rst b/docs/index.rst index b2063f36..7afcd25d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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.