summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormontezdesousa <79287829+montezdesousa@users.noreply.github.com>2024-02-27 19:10:06 +0000
committerGitHub <noreply@github.com>2024-02-27 19:10:06 +0000
commit2332725834ccba3d0079669c1e83b5635fd8a986 (patch)
treec0a7b6a6f5b960eb5e40fe93bbf42895ba258c0f
parent3d34e56ca7a4196913189c473c939b7f9a1385e0 (diff)
update functions.json (#6140)
-rw-r--r--website/content/excel/functions.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/website/content/excel/functions.json b/website/content/excel/functions.json
index 5281177e846..57fdf5336bd 100644
--- a/website/content/excel/functions.json
+++ b/website/content/excel/functions.json
@@ -2720,40 +2720,6 @@
}
},
{
- "description": "Equity Ownership. Information about the company ownership.",
- "helpUrl": "https://docs.openbb.co/excel/reference/equity/ownership/major_holders",
- "id": "EQUITY.OWNERSHIP.MAJOR_HOLDERS",
- "name": "EQUITY.OWNERSHIP.MAJOR_HOLDERS",
- "parameters": [
- {
- "description": "Symbol to get data for.",
- "name": "symbol",
- "type": "string"
- },
- {
- "description": "A specific date to get data for.",
- "name": "date",
- "optional": true,
- "type": "string"
- },
- {
- "description": "Page number of the data to fetch.",
- "name": "page",
- "optional": true,
- "type": "number"
- },
- {
- "description": "Options: fmp, defaults to fmp.",
- "name": "provider",
- "optional": true,
- "type": "string"
- }
- ],
- "result": {
- "dimensionality": "matrix"
- }
- },
- {
"description": "Share Statistics. Share statistics for a given company.",
"helpUrl": "https://docs.openbb.co/excel/reference/equity/ownership/share_statistics",
"id": "EQUITY.OWNERSHIP.SHARE_STATISTICS",