summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormontezdesousa <79287829+montezdesousa@users.noreply.github.com>2024-01-08 15:57:30 +0000
committerGitHub <noreply@github.com>2024-01-08 15:57:30 +0000
commitf79f50abbc3ce2c2af94143628a8c4162452ebc0 (patch)
treec7a3d028cb7e6b58f3224f43540346f99d4834e6
parent26f67c48e33709c3516b38b67f9b05285a2a75ab (diff)
Docs/bug fix (#5926)
* fix pro link * fix wrong example
-rw-r--r--website/content/excel/functions.json260
-rw-r--r--website/generate_excel_markdown.py2
-rw-r--r--website/src/pages/index.tsx2
3 files changed, 102 insertions, 162 deletions
diff --git a/website/content/excel/functions.json b/website/content/excel/functions.json
index 8b8cd6f2609..be335898a82 100644
--- a/website/content/excel/functions.json
+++ b/website/content/excel/functions.json
@@ -1,68 +1,8 @@
{
"functions": [
{
- "description": "Get latest data point by providing stock symbol and tag. See tag options at: https://data.intrinio.com/data-tags.",
- "helpUrl": "https://docs.openbb.co/excel/reference/last",
- "id": "LAST",
- "name": "LAST",
- "parameters": [
- {
- "description": "Symbol to get data for, e.g. 'AAPL'.",
- "name": "symbol",
- "type": "string"
- },
- {
- "description": "Field tag to get data for, e.g. 'EBITDA'. See options at: https://data.intrinio.com/data-tags.",
- "name": "tag",
- "type": "string"
- }
- ],
- "result": {
- "dimensionality": "matrix"
- }
- },
- {
- "description": "Get historical data by providing stock symbol and field tag. See tag options at: https://data.intrinio.com/data-tags.",
- "helpUrl": "https://docs.openbb.co/excel/reference/hist",
- "id": "HIST",
- "name": "HIST",
- "parameters": [
- {
- "description": "Symbol to get data for, e.g. 'AAPL'.",
- "name": "symbol",
- "type": "string"
- },
- {
- "description": "Field tag to get data for, e.g. 'EBITDA'. See options at: https://data.intrinio.com/data-tags.",
- "name": "tag",
- "type": "string"
- },
- {
- "description": "Start date of the data, in YYYY-MM-DD format, defaults to 5 years ago.",
- "name": "start_date",
- "optional": true,
- "type": "string"
- },
- {
- "description": "End date of the data, in YYYY-MM-DD format, defaults to today.",
- "name": "end_date",
- "optional": true,
- "type": "string"
- },
- {
- "description": "The frequency of the data, can be 'yearly' or 'quarterly', defaults to 'yearly'.",
- "name": "frequency",
- "optional": true,
- "type": "string"
- }
- ],
- "result": {
- "dimensionality": "matrix"
- }
- },
- {
"description": "Cryptocurrency Historical Price. Cryptocurrency historical price data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/crypto/price/historical",
+ "helpUrl": "https://docs.openbb.co/excel/reference/crypto/price/historical",
"id": "CRYPTO.PRICE.HISTORICAL",
"name": "CRYPTO.PRICE.HISTORICAL",
"parameters": [
@@ -145,7 +85,7 @@
},
{
"description": "Cryptocurrency Search. Search available cryptocurrency pairs.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/crypto/search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/crypto/search",
"id": "CRYPTO.SEARCH",
"name": "CRYPTO.SEARCH",
"parameters": [
@@ -168,7 +108,7 @@
},
{
"description": "Currency Historical Price. Currency historical data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/currency/price/historical",
+ "helpUrl": "https://docs.openbb.co/excel/reference/currency/price/historical",
"id": "CURRENCY.PRICE.HISTORICAL",
"name": "CURRENCY.PRICE.HISTORICAL",
"parameters": [
@@ -238,7 +178,7 @@
},
{
"description": "Currency Search. Search available currency pairs.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/currency/search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/currency/search",
"id": "CURRENCY.SEARCH",
"name": "CURRENCY.SEARCH",
"parameters": [
@@ -297,7 +237,7 @@
},
{
"description": "Get the complete options chain for a ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/derivatives/options/chains",
+ "helpUrl": "https://docs.openbb.co/excel/reference/derivatives/options/chains",
"id": "DERIVATIVES.OPTIONS.CHAINS",
"name": "DERIVATIVES.OPTIONS.CHAINS",
"parameters": [
@@ -325,7 +265,7 @@
},
{
"description": "Get the complete options chain for a ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/derivatives/options/unusual",
+ "helpUrl": "https://docs.openbb.co/excel/reference/derivatives/options/unusual",
"id": "DERIVATIVES.OPTIONS.UNUSUAL",
"name": "DERIVATIVES.OPTIONS.UNUSUAL",
"parameters": [
@@ -354,7 +294,7 @@
},
{
"description": "Economic Calendar.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/calendar",
+ "helpUrl": "https://docs.openbb.co/excel/reference/economy/calendar",
"id": "ECONOMY.CALENDAR",
"name": "ECONOMY.CALENDAR",
"parameters": [
@@ -401,7 +341,7 @@
},
{
"description": "Consumer Price Index (CPI). Returns either the rescaled index value, or a rate of change (inflation).",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/cpi",
+ "helpUrl": "https://docs.openbb.co/excel/reference/economy/cpi",
"id": "ECONOMY.CPI",
"name": "ECONOMY.CPI",
"parameters": [
@@ -454,7 +394,7 @@
},
{
"description": "Search for FRED series or economic releases by ID or string.\nThis does not return the observation values, only the metadata.\nUse this function to find series IDs for `fred_series()`.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/fred_search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/economy/fred_search",
"id": "ECONOMY.FRED_SEARCH",
"name": "ECONOMY.FRED_SEARCH",
"parameters": [
@@ -525,7 +465,7 @@
},
{
"description": "Get data by series ID from FRED.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/fred_series",
+ "helpUrl": "https://docs.openbb.co/excel/reference/economy/fred_series",
"id": "ECONOMY.FRED_SERIES",
"name": "ECONOMY.FRED_SERIES",
"parameters": [
@@ -595,7 +535,7 @@
},
{
"description": "Forecasted GDP Data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/gdp/forecast",
+ "helpUrl": "https://docs.openbb.co/excel/reference/economy/gdp/forecast",
"id": "ECONOMY.GDP.FORECAST",
"name": "ECONOMY.GDP.FORECAST",
"parameters": [
@@ -642,7 +582,7 @@
},
{
"description": "Nominal GDP Data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/gdp/nominal",
+ "helpUrl": "https://docs.openbb.co/excel/reference/economy/gdp/nominal",
"id": "ECONOMY.GDP.NOMINAL",
"name": "ECONOMY.GDP.NOMINAL",
"parameters": [
@@ -683,7 +623,7 @@
},
{
"description": "Real GDP Data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/gdp/real",
+ "helpUrl": "https://docs.openbb.co/excel/reference/economy/gdp/real",
"id": "ECONOMY.GDP.REAL",
"name": "ECONOMY.GDP.REAL",
"parameters": [
@@ -724,7 +664,7 @@
},
{
"description": "Money Measures.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/money_measures",
+ "helpUrl": "https://docs.openbb.co/excel/reference/economy/money_measures",
"id": "ECONOMY.MONEY_MEASURES",
"name": "ECONOMY.MONEY_MEASURES",
"parameters": [
@@ -759,7 +699,7 @@
},
{
"description": "Historical Market Risk Premium.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/risk_premium",
+ "helpUrl": "https://docs.openbb.co/excel/reference/economy/risk_premium",
"id": "ECONOMY.RISK_PREMIUM",
"name": "ECONOMY.RISK_PREMIUM",
"parameters": [
@@ -776,7 +716,7 @@
},
{
"description": "Upcoming and Historical Dividend Calendar.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/calendar/dividend",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/calendar/dividend",
"id": "EQUITY.CALENDAR.DIVIDEND",
"name": "EQUITY.CALENDAR.DIVIDEND",
"parameters": [
@@ -805,7 +745,7 @@
},
{
"description": "Upcoming and Historical earnings calendar.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/calendar/earnings",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/calendar/earnings",
"id": "EQUITY.CALENDAR.EARNINGS",
"name": "EQUITY.CALENDAR.EARNINGS",
"parameters": [
@@ -834,7 +774,7 @@
},
{
"description": "Upcoming and Historical IPO Calendar.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/calendar/ipo",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/calendar/ipo",
"id": "EQUITY.CALENDAR.IPO",
"name": "EQUITY.CALENDAR.IPO",
"parameters": [
@@ -893,7 +833,7 @@
},
{
"description": "Calendar Splits. Show Stock Split Calendar.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/calendar/splits",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/calendar/splits",
"id": "EQUITY.CALENDAR.SPLITS",
"name": "EQUITY.CALENDAR.SPLITS",
"parameters": [
@@ -922,7 +862,7 @@
},
{
"description": "Equity Peers. Company peers.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/compare/peers",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/compare/peers",
"id": "EQUITY.COMPARE.PEERS",
"name": "EQUITY.COMPARE.PEERS",
"parameters": [
@@ -944,7 +884,7 @@
},
{
"description": "Get the most-recent filings submitted to the SEC.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/discovery/filings",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/discovery/filings",
"id": "EQUITY.DISCOVERY.FILINGS",
"name": "EQUITY.DISCOVERY.FILINGS",
"parameters": [
@@ -991,7 +931,7 @@
},
{
"description": "Price Target Consensus. Price target consensus data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/estimates/consensus",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/estimates/consensus",
"id": "EQUITY.ESTIMATES.CONSENSUS",
"name": "EQUITY.ESTIMATES.CONSENSUS",
"parameters": [
@@ -1013,7 +953,7 @@
},
{
"description": "Historical Analyst Estimates. Analyst stock recommendations.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/estimates/historical",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/estimates/historical",
"id": "EQUITY.ESTIMATES.HISTORICAL",
"name": "EQUITY.ESTIMATES.HISTORICAL",
"parameters": [
@@ -1047,7 +987,7 @@
},
{
"description": "Price Target. Price target data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/estimates/price_target",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/estimates/price_target",
"id": "EQUITY.ESTIMATES.PRICE_TARGET",
"name": "EQUITY.ESTIMATES.PRICE_TARGET",
"parameters": [
@@ -1075,7 +1015,7 @@
},
{
"description": "Balance Sheet. Balance sheet statement.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/balance",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/balance",
"id": "EQUITY.FUNDAMENTAL.BALANCE",
"name": "EQUITY.FUNDAMENTAL.BALANCE",
"parameters": [
@@ -1193,7 +1133,7 @@
},
{
"description": "Balance Sheet Statement Growth. Information about the growth of the company balance sheet.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/balance_growth",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/balance_growth",
"id": "EQUITY.FUNDAMENTAL.BALANCE_GROWTH",
"name": "EQUITY.FUNDAMENTAL.BALANCE_GROWTH",
"parameters": [
@@ -1221,7 +1161,7 @@
},
{
"description": "Cash Flow Statement. Information about the cash flow statement.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/cash",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/cash",
"id": "EQUITY.FUNDAMENTAL.CASH",
"name": "EQUITY.FUNDAMENTAL.CASH",
"parameters": [
@@ -1339,7 +1279,7 @@
},
{
"description": "Cash Flow Statement Growth. Information about the growth of the company cash flow statement.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/cash_growth",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/cash_growth",
"id": "EQUITY.FUNDAMENTAL.CASH_GROWTH",
"name": "EQUITY.FUNDAMENTAL.CASH_GROWTH",
"parameters": [
@@ -1367,7 +1307,7 @@
},
{
"description": "Historical Dividends. Historical dividends data for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/dividends",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/dividends",
"id": "EQUITY.FUNDAMENTAL.DIVIDENDS",
"name": "EQUITY.FUNDAMENTAL.DIVIDENDS",
"parameters": [
@@ -1395,7 +1335,7 @@
},
{
"description": "Historical Employees. Historical number of employees.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/employee_count",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/employee_count",
"id": "EQUITY.FUNDAMENTAL.EMPLOYEE_COUNT",
"name": "EQUITY.FUNDAMENTAL.EMPLOYEE_COUNT",
"parameters": [
@@ -1417,7 +1357,7 @@
},
{
"description": "Company Filings. Company filings data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/filings",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/filings",
"id": "EQUITY.FUNDAMENTAL.FILINGS",
"name": "EQUITY.FUNDAMENTAL.FILINGS",
"parameters": [
@@ -1482,7 +1422,7 @@
},
{
"description": "Fetch the historical values of a data tag from Intrinio.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/historical_attributes",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/historical_attributes",
"id": "EQUITY.FUNDAMENTAL.HISTORICAL_ATTRIBUTES",
"name": "EQUITY.FUNDAMENTAL.HISTORICAL_ATTRIBUTES",
"parameters": [
@@ -1545,7 +1485,7 @@
},
{
"description": "Historical earnings-per-share for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/historical_eps",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/historical_eps",
"id": "EQUITY.FUNDAMENTAL.HISTORICAL_EPS",
"name": "EQUITY.FUNDAMENTAL.HISTORICAL_EPS",
"parameters": [
@@ -1573,7 +1513,7 @@
},
{
"description": "Historical Splits. Historical splits data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/historical_splits",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/historical_splits",
"id": "EQUITY.FUNDAMENTAL.HISTORICAL_SPLITS",
"name": "EQUITY.FUNDAMENTAL.HISTORICAL_SPLITS",
"parameters": [
@@ -1595,7 +1535,7 @@
},
{
"description": "Income Statement. Report on a company's financial performance.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/income",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/income",
"id": "EQUITY.FUNDAMENTAL.INCOME",
"name": "EQUITY.FUNDAMENTAL.INCOME",
"parameters": [
@@ -1713,7 +1653,7 @@
},
{
"description": "Income Statement Growth. Information about the growth of the company income statement.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/income_growth",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/income_growth",
"id": "EQUITY.FUNDAMENTAL.INCOME_GROWTH",
"name": "EQUITY.FUNDAMENTAL.INCOME_GROWTH",
"parameters": [
@@ -1747,7 +1687,7 @@
},
{
"description": "Fetch the latest value of a data tag from Intrinio.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/latest_attributes",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/latest_attributes",
"id": "EQUITY.FUNDAMENTAL.LATEST_ATTRIBUTES",
"name": "EQUITY.FUNDAMENTAL.LATEST_ATTRIBUTES",
"parameters": [
@@ -1774,7 +1714,7 @@
},
{
"description": "Key Executives. Key executives for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/management",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/management",
"id": "EQUITY.FUNDAMENTAL.MANAGEMENT",
"name": "EQUITY.FUNDAMENTAL.MANAGEMENT",
"parameters": [
@@ -1796,7 +1736,7 @@
},
{
"description": "Get Executive Compensation. Information about the executive compensation for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/management_compensation",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/management_compensation",
"id": "EQUITY.FUNDAMENTAL.MANAGEMENT_COMPENSATION",
"name": "EQUITY.FUNDAMENTAL.MANAGEMENT_COMPENSATION",
"parameters": [
@@ -1818,7 +1758,7 @@
},
{
"description": "Key Metrics. Key metrics for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/metrics",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/metrics",
"id": "EQUITY.FUNDAMENTAL.METRICS",
"name": "EQUITY.FUNDAMENTAL.METRICS",
"parameters": [
@@ -1858,7 +1798,7 @@
},
{
"description": "Equity Valuation Multiples. Valuation multiples for a stock ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/multiples",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/multiples",
"id": "EQUITY.FUNDAMENTAL.MULTIPLES",
"name": "EQUITY.FUNDAMENTAL.MULTIPLES",
"parameters": [
@@ -1880,7 +1820,7 @@
},
{
"description": "Company Overview. General information about a company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/overview",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/overview",
"id": "EQUITY.FUNDAMENTAL.OVERVIEW",
"name": "EQUITY.FUNDAMENTAL.OVERVIEW",
"parameters": [
@@ -1902,7 +1842,7 @@
},
{
"description": "Extensive set of ratios over time. Financial ratios for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/ratios",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/ratios",
"id": "EQUITY.FUNDAMENTAL.RATIOS",
"name": "EQUITY.FUNDAMENTAL.RATIOS",
"parameters": [
@@ -1948,7 +1888,7 @@
},
{
"description": "Financial statements, as-reported.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/reported_financials",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/reported_financials",
"id": "EQUITY.FUNDAMENTAL.REPORTED_FINANCIALS",
"name": "EQUITY.FUNDAMENTAL.REPORTED_FINANCIALS",
"parameters": [
@@ -1994,7 +1934,7 @@
},
{
"description": "Revenue Geographic. Geographic revenue data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/revenue_per_geography",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/revenue_per_geography",
"id": "EQUITY.FUNDAMENTAL.REVENUE_PER_GEOGRAPHY",
"name": "EQUITY.FUNDAMENTAL.REVENUE_PER_GEOGRAPHY",
"parameters": [
@@ -2028,7 +1968,7 @@
},
{
"description": "Revenue Business Line. Business line revenue data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/revenue_per_segment",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/revenue_per_segment",
"id": "EQUITY.FUNDAMENTAL.REVENUE_PER_SEGMENT",
"name": "EQUITY.FUNDAMENTAL.REVENUE_PER_SEGMENT",
"parameters": [
@@ -2062,7 +2002,7 @@
},
{
"description": "Search Intrinio data tags.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/search_attributes",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/search_attributes",
"id": "EQUITY.FUNDAMENTAL.SEARCH_ATTRIBUTES",
"name": "EQUITY.FUNDAMENTAL.SEARCH_ATTRIBUTES",
"parameters": [
@@ -2090,7 +2030,7 @@
},
{
"description": "Trailing 1yr dividend yield.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/trailing_dividend_yield",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/trailing_dividend_yield",
"id": "EQUITY.FUNDAMENTAL.TRAILING_DIVIDEND_YIELD",
"name": "EQUITY.FUNDAMENTAL.TRAILING_DIVIDEND_YIELD",
"parameters": [
@@ -2113,7 +2053,7 @@
},
{
"description": "Earnings Call Transcript. Earnings call transcript for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/transcript",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/fundamental/transcript",
"id": "EQUITY.FUNDAMENTAL.TRANSCRIPT",
"name": "EQUITY.FUNDAMENTAL.TRANSCRIPT",
"parameters": [
@@ -2140,7 +2080,7 @@
},
{
"description": "Get a current, complete, market snapshot.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/market_snapshots",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/market_snapshots",
"id": "EQUITY.MARKET_SNAPSHOTS",
"name": "EQUITY.MARKET_SNAPSHOTS",
"parameters": [
@@ -2163,7 +2103,7 @@
},
{
"description": "Insider Trading. Information about insider trading.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/ownership/insider_trading",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/ownership/insider_trading",
"id": "EQUITY.OWNERSHIP.INSIDER_TRADING",
"name": "EQUITY.OWNERSHIP.INSIDER_TRADING",
"parameters": [
@@ -2221,7 +2161,7 @@
},
{
"description": "Institutional Ownership. Institutional ownership data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/ownership/institutional",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/ownership/institutional",
"id": "EQUITY.OWNERSHIP.INSTITUTIONAL",
"name": "EQUITY.OWNERSHIP.INSTITUTIONAL",
"parameters": [
@@ -2261,7 +2201,7 @@
},
{
"description": "Equity Ownership. Information about the company ownership.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/ownership/major_holders",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/ownership/major_holders",
"id": "EQUITY.OWNERSHIP.MAJOR_HOLDERS",
"name": "EQUITY.OWNERSHIP.MAJOR_HOLDERS",
"parameters": [
@@ -2295,7 +2235,7 @@
},
{
"description": "Share Statistics. Share statistics for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/ownership/share_statistics",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/ownership/share_statistics",
"id": "EQUITY.OWNERSHIP.SHARE_STATISTICS",
"name": "EQUITY.OWNERSHIP.SHARE_STATISTICS",
"parameters": [
@@ -2317,7 +2257,7 @@
},
{
"description": "Equity Historical price. Load stock data for a specific ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/price/historical",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/price/historical",
"id": "EQUITY.PRICE.HISTORICAL",
"name": "EQUITY.PRICE.HISTORICAL",
"parameters": [
@@ -2405,7 +2345,7 @@
},
{
"description": "Equity NBBO. Load National Best Bid and Offer for a specific equity.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/price/nbbo",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/price/nbbo",
"id": "EQUITY.PRICE.NBBO",
"name": "EQUITY.PRICE.NBBO",
"parameters": [
@@ -2463,7 +2403,7 @@
},
{
"description": "Price performance as a return, over different periods.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/price/performance",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/price/performance",
"id": "EQUITY.PRICE.PERFORMANCE",
"name": "EQUITY.PRICE.PERFORMANCE",
"parameters": [
@@ -2485,7 +2425,7 @@
},
{
"description": "Equity Quote. Load stock data for a specific ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/price/quote",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/price/quote",
"id": "EQUITY.PRICE.QUOTE",
"name": "EQUITY.PRICE.QUOTE",
"parameters": [
@@ -2513,7 +2453,7 @@
},
{
"description": "Equity Info. Get general price and performance metrics of a stock.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/profile",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/profile",
"id": "EQUITY.PROFILE",
"name": "EQUITY.PROFILE",
"parameters": [
@@ -2535,7 +2475,7 @@
},
{
"description": "Equity Screen. Screen for companies meeting various criteria.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/screener",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/screener",
"id": "EQUITY.SCREENER",
"name": "EQUITY.SCREENER",
"parameters": [
@@ -2654,7 +2594,7 @@
},
{
"description": "Equity Search. Search for a company or stock ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/search",
"id": "EQUITY.SEARCH",
"name": "EQUITY.SEARCH",
"parameters": [
@@ -2707,7 +2647,7 @@
},
{
"description": "Get reported Fail-to-deliver (FTD) data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/shorts/fails_to_deliver",
+ "helpUrl": "https://docs.openbb.co/excel/reference/equity/shorts/fails_to_deliver",
"id": "EQUITY.SHORTS.FAILS_TO_DELIVER",
"name": "EQUITY.SHORTS.FAILS_TO_DELIVER",
"parameters": [
@@ -2741,7 +2681,7 @@
},
{
"description": "ETF Country weighting.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/countries",
+ "helpUrl": "https://docs.openbb.co/excel/reference/etf/countries",
"id": "ETF.COUNTRIES",
"name": "ETF.COUNTRIES",
"parameters": [
@@ -2763,7 +2703,7 @@
},
{
"description": "Get the holdings for an individual ETF.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/holdings",
+ "helpUrl": "https://docs.openbb.co/excel/reference/etf/holdings",
"id": "ETF.HOLDINGS",
"name": "ETF.HOLDINGS",
"parameters": [
@@ -2803,7 +2743,7 @@
},
{
"description": "Get the holdings filing date for an individual ETF.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/holdings_date",
+ "helpUrl": "https://docs.openbb.co/excel/reference/etf/holdings_date",
"id": "ETF.HOLDINGS_DATE",
"name": "ETF.HOLDINGS_DATE",
"parameters": [
@@ -2831,7 +2771,7 @@
},
{
"description": "Get the ETF holdings performance.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/holdings_performance",
+ "helpUrl": "https://docs.openbb.co/excel/reference/etf/holdings_performance",
"id": "ETF.HOLDINGS_PERFORMANCE",
"name": "ETF.HOLDINGS_PERFORMANCE",
"parameters": [
@@ -2853,7 +2793,7 @@
},
{
"description": "ETF Information Overview.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/info",
+ "helpUrl": "https://docs.openbb.co/excel/reference/etf/info",
"id": "ETF.INFO",
"name": "ETF.INFO",
"parameters": [
@@ -2875,7 +2815,7 @@
},
{
"description": "Price performance as a return, over different periods.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/price_performance",
+ "helpUrl": "https://docs.openbb.co/excel/reference/etf/price_performance",
"id": "ETF.PRICE_PERFORMANCE",
"name": "ETF.PRICE_PERFORMANCE",
"parameters": [
@@ -2897,7 +2837,7 @@
},
{
"description": "Search for ETFs.\n\nAn empty query returns the full list of ETFs from the provider.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/etf/search",
"id": "ETF.SEARCH",
"name": "ETF.SEARCH",
"parameters": [
@@ -2932,7 +2872,7 @@
},
{
"description": "ETF Sector weighting.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/sectors",
+ "helpUrl": "https://docs.openbb.co/excel/reference/etf/sectors",
"id": "ETF.SECTORS",
"name": "ETF.SECTORS",
"parameters": [
@@ -2954,7 +2894,7 @@
},
{
"description": "Commercial Paper.\n\nCommercial paper (CP) consists of short-term, promissory notes issued primarily by corporations.\nMaturities range up to 270 days but average about 30 days.\nMany companies use CP to raise cash needed for current transactions,\nand many find it to be a lower-cost alternative to bank loans.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/corporate/commercial_paper",
+ "helpUrl": "https://docs.openbb.co/excel/reference/fixedincome/corporate/commercial_paper",
"id": "FIXEDINCOME.CORPORATE.COMMERCIAL_PAPER",
"name": "FIXEDINCOME.CORPORATE.COMMERCIAL_PAPER",
"parameters": [
@@ -3001,7 +2941,7 @@
},
{
"description": "High Quality Market Corporate Bond.\n\nThe HQM yield curve represents the high quality corporate bond market, i.e.,\ncorporate bonds rated AAA, AA, or A. The HQM curve contains two regression terms.\nThese terms are adjustment factors that blend AAA, AA, and A bonds into a single HQM yield curve\nthat is the market-weighted average (MWA) quality of high quality bonds.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/