diff --git a/account/plans/prime.md b/account/plans/prime.md index 0912226..7fc2e11 100644 --- a/account/plans/prime.md +++ b/account/plans/prime.md @@ -1,6 +1,6 @@ --- title: Prime Plan -sidebar_position: 5 +sidebar_position: 6 --- The **Prime Plan** is Market Data's most robust offering, designed for high-powered traders and investors who require extensive data access and customization options. This plan is tailored to meet the needs of sophisticated trading operations, offering unparalleled data access with the flexibility to handle massive volumes of API requests. Here's a comprehensive overview of the Prime Plan. diff --git a/account/plans/quant.md b/account/plans/quant.md index 2a72653..7aee5a4 100644 --- a/account/plans/quant.md +++ b/account/plans/quant.md @@ -1,6 +1,6 @@ --- title: Quant Plan -sidebar_position: 6 +sidebar_position: 5 --- The **Quant Plan** is Market Data's offering designed for high-powered traders and investors who require extensive data access and customization options. This plan is tailored to meet the needs of sophisticated trading operations, offering unparalleled data access with the flexibility to handle massive volumes of API requests. Here's a comprehensive overview of the Quant Plan. diff --git a/sheets/stocks/stockdata.md b/sheets/stocks/stockdata.md index 58d2f58..5d0f9df 100644 --- a/sheets/stocks/stockdata.md +++ b/sheets/stocks/stockdata.md @@ -15,7 +15,7 @@ Fetches a current stock quote or historical stock candles from Market Data. It c ```excel-formula =STOCKDATA("AAPL,MSFT,TSLA") =STOCKDATA("AAPL,MSFT,TSLA", "all") -=STOCKDATA("A1:A500", "bid,ask,last") +=STOCKDATA(A1:A500, "bid,ask,last") ``` ## Sample Usage For Candles