Skip to content

Dev #83

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

Merged
merged 2 commits into from
Apr 21, 2025
Merged

Dev #83

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 account/plans/prime.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion account/plans/quant.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sheets/stocks/stockdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down