diff --git a/website/content/excel/functions.json b/website/content/excel/functions.json
index ad49cee1261b..1c838d599392 100644
--- a/website/content/excel/functions.json
+++ b/website/content/excel/functions.json
@@ -1,7 +1,7 @@
{
"functions": [
{
- "description": "Get latest data point by providing symbol and field tag.",
+ "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",
@@ -12,8 +12,8 @@
"type": "string"
},
{
- "description": "Field to get data for, e.g. 'ebitda'.",
- "name": "field",
+ "description": "Field tag to get data for, e.g. 'EBITDA'. See options at: https://data.intrinio.com/data-tags.",
+ "name": "tag",
"type": "string"
}
],
@@ -22,7 +22,7 @@
}
},
{
- "description": "Get historical data by providing symbol and field tag.",
+ "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",
@@ -33,8 +33,8 @@
"type": "string"
},
{
- "description": "Field to get data for, e.g. 'ebitda'.",
- "name": "field",
+ "description": "Field tag to get data for, e.g. 'EBITDA'. See options at: https://data.intrinio.com/data-tags.",
+ "name": "tag",
"type": "string"
},
{
@@ -62,7 +62,7 @@
},
{
"description": "Cryptocurrency Historical Price. Cryptocurrency historical price data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/historical",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/crypto/price/historical",
"id": "CRYPTO.PRICE.HISTORICAL",
"name": "CRYPTO.PRICE.HISTORICAL",
"parameters": [
@@ -145,7 +145,7 @@
},
{
"description": "Cryptocurrency Search. Search available cryptocurrency pairs.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/crypto/search",
"id": "CRYPTO.SEARCH",
"name": "CRYPTO.SEARCH",
"parameters": [
@@ -168,7 +168,7 @@
},
{
"description": "Currency Historical Price. Currency historical data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/historical",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/currency/price/historical",
"id": "CURRENCY.PRICE.HISTORICAL",
"name": "CURRENCY.PRICE.HISTORICAL",
"parameters": [
@@ -238,7 +238,7 @@
},
{
"description": "Currency Search. Search available currency pairs.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/currency/search",
"id": "CURRENCY.SEARCH",
"name": "CURRENCY.SEARCH",
"parameters": [
@@ -297,7 +297,7 @@
},
{
"description": "Get the complete options chain for a ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/chains",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/derivatives/options/chains",
"id": "DERIVATIVES.OPTIONS.CHAINS",
"name": "DERIVATIVES.OPTIONS.CHAINS",
"parameters": [
@@ -325,7 +325,7 @@
},
{
"description": "Get the complete options chain for a ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/unusual",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/derivatives/options/unusual",
"id": "DERIVATIVES.OPTIONS.UNUSUAL",
"name": "DERIVATIVES.OPTIONS.UNUSUAL",
"parameters": [
@@ -354,7 +354,7 @@
},
{
"description": "Economic Calendar.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/calendar",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/calendar",
"id": "ECONOMY.CALENDAR",
"name": "ECONOMY.CALENDAR",
"parameters": [
@@ -401,7 +401,7 @@
},
{
"description": "Consumer Price Index (CPI) Data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/cpi",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/cpi",
"id": "ECONOMY.CPI",
"name": "ECONOMY.CPI",
"parameters": [
@@ -454,7 +454,7 @@
},
{
"description": "Search for FRED series or economic releases by ID or fuzzy query.\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/fred_search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/fred_search",
"id": "ECONOMY.FRED_SEARCH",
"name": "ECONOMY.FRED_SEARCH",
"parameters": [
@@ -525,7 +525,7 @@
},
{
"description": "Get data by series ID from FRED.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/fred_series",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/fred_series",
"id": "ECONOMY.FRED_SERIES",
"name": "ECONOMY.FRED_SERIES",
"parameters": [
@@ -595,7 +595,7 @@
},
{
"description": "Forecasted GDP Data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/forecast",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/gdp/forecast",
"id": "ECONOMY.GDP.FORECAST",
"name": "ECONOMY.GDP.FORECAST",
"parameters": [
@@ -642,7 +642,7 @@
},
{
"description": "Nominal GDP Data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/nominal",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/gdp/nominal",
"id": "ECONOMY.GDP.NOMINAL",
"name": "ECONOMY.GDP.NOMINAL",
"parameters": [
@@ -683,7 +683,7 @@
},
{
"description": "Real GDP Data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/real",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/gdp/real",
"id": "ECONOMY.GDP.REAL",
"name": "ECONOMY.GDP.REAL",
"parameters": [
@@ -724,7 +724,7 @@
},
{
"description": "Historical Market Risk Premium.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/risk_premium",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/economy/risk_premium",
"id": "ECONOMY.RISK_PREMIUM",
"name": "ECONOMY.RISK_PREMIUM",
"parameters": [
@@ -741,7 +741,7 @@
},
{
"description": "Upcoming and Historical Dividend Calendar.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/dividend",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/calendar/dividend",
"id": "EQUITY.CALENDAR.DIVIDEND",
"name": "EQUITY.CALENDAR.DIVIDEND",
"parameters": [
@@ -770,7 +770,7 @@
},
{
"description": "Upcoming and Historical earnings calendar.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/earnings",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/calendar/earnings",
"id": "EQUITY.CALENDAR.EARNINGS",
"name": "EQUITY.CALENDAR.EARNINGS",
"parameters": [
@@ -799,7 +799,7 @@
},
{
"description": "Upcoming and Historical IPO Calendar.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/ipo",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/calendar/ipo",
"id": "EQUITY.CALENDAR.IPO",
"name": "EQUITY.CALENDAR.IPO",
"parameters": [
@@ -858,7 +858,7 @@
},
{
"description": "Calendar Splits. Show Stock Split Calendar.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/splits",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/calendar/splits",
"id": "EQUITY.CALENDAR.SPLITS",
"name": "EQUITY.CALENDAR.SPLITS",
"parameters": [
@@ -887,7 +887,7 @@
},
{
"description": "Equity Peers. Company peers.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/peers",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/compare/peers",
"id": "EQUITY.COMPARE.PEERS",
"name": "EQUITY.COMPARE.PEERS",
"parameters": [
@@ -909,7 +909,7 @@
},
{
"description": "Get the most-recent filings submitted to the SEC.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/filings",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/discovery/filings",
"id": "EQUITY.DISCOVERY.FILINGS",
"name": "EQUITY.DISCOVERY.FILINGS",
"parameters": [
@@ -956,7 +956,7 @@
},
{
"description": "Price Target Consensus. Price target consensus data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/consensus",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/estimates/consensus",
"id": "EQUITY.ESTIMATES.CONSENSUS",
"name": "EQUITY.ESTIMATES.CONSENSUS",
"parameters": [
@@ -978,7 +978,7 @@
},
{
"description": "Historical Analyst Estimates. Analyst stock recommendations.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/historical",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/estimates/historical",
"id": "EQUITY.ESTIMATES.HISTORICAL",
"name": "EQUITY.ESTIMATES.HISTORICAL",
"parameters": [
@@ -1012,7 +1012,7 @@
},
{
"description": "Price Target. Price target data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/price_target",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/estimates/price_target",
"id": "EQUITY.ESTIMATES.PRICE_TARGET",
"name": "EQUITY.ESTIMATES.PRICE_TARGET",
"parameters": [
@@ -1040,7 +1040,7 @@
},
{
"description": "Balance Sheet. Balance sheet statement.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/balance",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/balance",
"id": "EQUITY.FUNDAMENTAL.BALANCE",
"name": "EQUITY.FUNDAMENTAL.BALANCE",
"parameters": [
@@ -1158,7 +1158,7 @@
},
{
"description": "Balance Sheet Statement Growth. Information about the growth of the company balance sheet.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/balance_growth",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/balance_growth",
"id": "EQUITY.FUNDAMENTAL.BALANCE_GROWTH",
"name": "EQUITY.FUNDAMENTAL.BALANCE_GROWTH",
"parameters": [
@@ -1186,7 +1186,7 @@
},
{
"description": "Cash Flow Statement. Information about the cash flow statement.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/cash",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/cash",
"id": "EQUITY.FUNDAMENTAL.CASH",
"name": "EQUITY.FUNDAMENTAL.CASH",
"parameters": [
@@ -1304,7 +1304,7 @@
},
{
"description": "Cash Flow Statement Growth. Information about the growth of the company cash flow statement.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/cash_growth",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/cash_growth",
"id": "EQUITY.FUNDAMENTAL.CASH_GROWTH",
"name": "EQUITY.FUNDAMENTAL.CASH_GROWTH",
"parameters": [
@@ -1332,7 +1332,7 @@
},
{
"description": "Historical Dividends. Historical dividends data for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/dividends",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/dividends",
"id": "EQUITY.FUNDAMENTAL.DIVIDENDS",
"name": "EQUITY.FUNDAMENTAL.DIVIDENDS",
"parameters": [
@@ -1360,7 +1360,7 @@
},
{
"description": "Historical Employees. Historical number of employees.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/employee_count",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/employee_count",
"id": "EQUITY.FUNDAMENTAL.EMPLOYEE_COUNT",
"name": "EQUITY.FUNDAMENTAL.EMPLOYEE_COUNT",
"parameters": [
@@ -1382,7 +1382,7 @@
},
{
"description": "Company Filings. Company filings data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/filings",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/filings",
"id": "EQUITY.FUNDAMENTAL.FILINGS",
"name": "EQUITY.FUNDAMENTAL.FILINGS",
"parameters": [
@@ -1447,7 +1447,7 @@
},
{
"description": "Fetch the historical values of a data tag from Intrinio.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/historical_attributes",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/historical_attributes",
"id": "EQUITY.FUNDAMENTAL.HISTORICAL_ATTRIBUTES",
"name": "EQUITY.FUNDAMENTAL.HISTORICAL_ATTRIBUTES",
"parameters": [
@@ -1510,7 +1510,7 @@
},
{
"description": "Historical earnings-per-share for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/historical_eps",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/historical_eps",
"id": "EQUITY.FUNDAMENTAL.HISTORICAL_EPS",
"name": "EQUITY.FUNDAMENTAL.HISTORICAL_EPS",
"parameters": [
@@ -1538,7 +1538,7 @@
},
{
"description": "Historical Splits. Historical splits data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/historical_splits",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/historical_splits",
"id": "EQUITY.FUNDAMENTAL.HISTORICAL_SPLITS",
"name": "EQUITY.FUNDAMENTAL.HISTORICAL_SPLITS",
"parameters": [
@@ -1560,7 +1560,7 @@
},
{
"description": "Income Statement. Report on a company's financial performance.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/income",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/income",
"id": "EQUITY.FUNDAMENTAL.INCOME",
"name": "EQUITY.FUNDAMENTAL.INCOME",
"parameters": [
@@ -1678,7 +1678,7 @@
},
{
"description": "Income Statement Growth. Information about the growth of the company income statement.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/income_growth",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/income_growth",
"id": "EQUITY.FUNDAMENTAL.INCOME_GROWTH",
"name": "EQUITY.FUNDAMENTAL.INCOME_GROWTH",
"parameters": [
@@ -1712,7 +1712,7 @@
},
{
"description": "Fetch the latest value of a data tag from Intrinio.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/latest_attributes",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/latest_attributes",
"id": "EQUITY.FUNDAMENTAL.LATEST_ATTRIBUTES",
"name": "EQUITY.FUNDAMENTAL.LATEST_ATTRIBUTES",
"parameters": [
@@ -1739,7 +1739,7 @@
},
{
"description": "Key Executives. Key executives for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/management",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/management",
"id": "EQUITY.FUNDAMENTAL.MANAGEMENT",
"name": "EQUITY.FUNDAMENTAL.MANAGEMENT",
"parameters": [
@@ -1761,7 +1761,7 @@
},
{
"description": "Get Executive Compensation. Information about the executive compensation for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/management_compensation",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/management_compensation",
"id": "EQUITY.FUNDAMENTAL.MANAGEMENT_COMPENSATION",
"name": "EQUITY.FUNDAMENTAL.MANAGEMENT_COMPENSATION",
"parameters": [
@@ -1783,7 +1783,7 @@
},
{
"description": "Key Metrics. Key metrics for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/metrics",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/metrics",
"id": "EQUITY.FUNDAMENTAL.METRICS",
"name": "EQUITY.FUNDAMENTAL.METRICS",
"parameters": [
@@ -1823,7 +1823,7 @@
},
{
"description": "Equity Valuation Multiples. Valuation multiples for a stock ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/multiples",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/multiples",
"id": "EQUITY.FUNDAMENTAL.MULTIPLES",
"name": "EQUITY.FUNDAMENTAL.MULTIPLES",
"parameters": [
@@ -1845,7 +1845,7 @@
},
{
"description": "Company Overview. General information about a company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/overview",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/overview",
"id": "EQUITY.FUNDAMENTAL.OVERVIEW",
"name": "EQUITY.FUNDAMENTAL.OVERVIEW",
"parameters": [
@@ -1867,7 +1867,7 @@
},
{
"description": "Extensive set of ratios over time. Financial ratios for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/ratios",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/ratios",
"id": "EQUITY.FUNDAMENTAL.RATIOS",
"name": "EQUITY.FUNDAMENTAL.RATIOS",
"parameters": [
@@ -1907,7 +1907,7 @@
},
{
"description": "Revenue Geographic. Geographic revenue data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/revenue_per_geography",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/revenue_per_geography",
"id": "EQUITY.FUNDAMENTAL.REVENUE_PER_GEOGRAPHY",
"name": "EQUITY.FUNDAMENTAL.REVENUE_PER_GEOGRAPHY",
"parameters": [
@@ -1941,7 +1941,7 @@
},
{
"description": "Revenue Business Line. Business line revenue data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/revenue_per_segment",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/revenue_per_segment",
"id": "EQUITY.FUNDAMENTAL.REVENUE_PER_SEGMENT",
"name": "EQUITY.FUNDAMENTAL.REVENUE_PER_SEGMENT",
"parameters": [
@@ -1975,7 +1975,7 @@
},
{
"description": "Search Intrinio data tags.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/search_attributes",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/search_attributes",
"id": "EQUITY.FUNDAMENTAL.SEARCH_ATTRIBUTES",
"name": "EQUITY.FUNDAMENTAL.SEARCH_ATTRIBUTES",
"parameters": [
@@ -2003,7 +2003,7 @@
},
{
"description": "Trailing 1yr dividend yield.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/trailing_dividend_yield",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/trailing_dividend_yield",
"id": "EQUITY.FUNDAMENTAL.TRAILING_DIVIDEND_YIELD",
"name": "EQUITY.FUNDAMENTAL.TRAILING_DIVIDEND_YIELD",
"parameters": [
@@ -2026,7 +2026,7 @@
},
{
"description": "Earnings Call Transcript. Earnings call transcript for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/transcript",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/fundamental/transcript",
"id": "EQUITY.FUNDAMENTAL.TRANSCRIPT",
"name": "EQUITY.FUNDAMENTAL.TRANSCRIPT",
"parameters": [
@@ -2053,7 +2053,7 @@
},
{
"description": "Get a current, complete, market snapshot.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/market_snapshots",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/market_snapshots",
"id": "EQUITY.MARKET_SNAPSHOTS",
"name": "EQUITY.MARKET_SNAPSHOTS",
"parameters": [
@@ -2076,7 +2076,7 @@
},
{
"description": "Insider Trading. Information about insider trading.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/insider_trading",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/ownership/insider_trading",
"id": "EQUITY.OWNERSHIP.INSIDER_TRADING",
"name": "EQUITY.OWNERSHIP.INSIDER_TRADING",
"parameters": [
@@ -2134,7 +2134,7 @@
},
{
"description": "Institutional Ownership. Institutional ownership data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/institutional",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/ownership/institutional",
"id": "EQUITY.OWNERSHIP.INSTITUTIONAL",
"name": "EQUITY.OWNERSHIP.INSTITUTIONAL",
"parameters": [
@@ -2174,7 +2174,7 @@
},
{
"description": "Equity Ownership. Information about the company ownership.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/major_holders",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/ownership/major_holders",
"id": "EQUITY.OWNERSHIP.MAJOR_HOLDERS",
"name": "EQUITY.OWNERSHIP.MAJOR_HOLDERS",
"parameters": [
@@ -2208,7 +2208,7 @@
},
{
"description": "Share Statistics. Share statistics for a given company.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/share_statistics",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/ownership/share_statistics",
"id": "EQUITY.OWNERSHIP.SHARE_STATISTICS",
"name": "EQUITY.OWNERSHIP.SHARE_STATISTICS",
"parameters": [
@@ -2230,7 +2230,7 @@
},
{
"description": "Equity Historical price. Load stock data for a specific ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/historical",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/price/historical",
"id": "EQUITY.PRICE.HISTORICAL",
"name": "EQUITY.PRICE.HISTORICAL",
"parameters": [
@@ -2312,7 +2312,7 @@
},
{
"description": "Equity NBBO. Load National Best Bid and Offer for a specific equity.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/nbbo",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/price/nbbo",
"id": "EQUITY.PRICE.NBBO",
"name": "EQUITY.PRICE.NBBO",
"parameters": [
@@ -2370,7 +2370,7 @@
},
{
"description": "Price performance as a return, over different periods.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/performance",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/price/performance",
"id": "EQUITY.PRICE.PERFORMANCE",
"name": "EQUITY.PRICE.PERFORMANCE",
"parameters": [
@@ -2392,7 +2392,7 @@
},
{
"description": "Equity Quote. Load stock data for a specific ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/quote",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/price/quote",
"id": "EQUITY.PRICE.QUOTE",
"name": "EQUITY.PRICE.QUOTE",
"parameters": [
@@ -2420,7 +2420,7 @@
},
{
"description": "Equity Info. Get general price and performance metrics of a stock.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/profile",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/profile",
"id": "EQUITY.PROFILE",
"name": "EQUITY.PROFILE",
"parameters": [
@@ -2442,7 +2442,7 @@
},
{
"description": "Equity Screen. Screen for companies meeting various criteria.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/screener",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/screener",
"id": "EQUITY.SCREENER",
"name": "EQUITY.SCREENER",
"parameters": [
@@ -2561,7 +2561,7 @@
},
{
"description": "Equity Search. Search for a company or stock ticker.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/search",
"id": "EQUITY.SEARCH",
"name": "EQUITY.SEARCH",
"parameters": [
@@ -2602,7 +2602,7 @@
},
{
"description": "Get reported Fail-to-deliver (FTD) data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/fails_to_deliver",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/equity/shorts/fails_to_deliver",
"id": "EQUITY.SHORTS.FAILS_TO_DELIVER",
"name": "EQUITY.SHORTS.FAILS_TO_DELIVER",
"parameters": [
@@ -2636,7 +2636,7 @@
},
{
"description": "ETF Country weighting.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/countries",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/countries",
"id": "ETF.COUNTRIES",
"name": "ETF.COUNTRIES",
"parameters": [
@@ -2658,7 +2658,7 @@
},
{
"description": "Get the holdings for an individual ETF.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/holdings",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/holdings",
"id": "ETF.HOLDINGS",
"name": "ETF.HOLDINGS",
"parameters": [
@@ -2692,7 +2692,7 @@
},
{
"description": "Get the holdings filing date for an individual ETF.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/holdings_date",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/holdings_date",
"id": "ETF.HOLDINGS_DATE",
"name": "ETF.HOLDINGS_DATE",
"parameters": [
@@ -2720,7 +2720,7 @@
},
{
"description": "Get the ETF holdings performance.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/holdings_performance",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/holdings_performance",
"id": "ETF.HOLDINGS_PERFORMANCE",
"name": "ETF.HOLDINGS_PERFORMANCE",
"parameters": [
@@ -2742,7 +2742,7 @@
},
{
"description": "ETF Information Overview.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/info",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/info",
"id": "ETF.INFO",
"name": "ETF.INFO",
"parameters": [
@@ -2764,7 +2764,7 @@
},
{
"description": "Price performance as a return, over different periods.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/price_performance",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/price_performance",
"id": "ETF.PRICE_PERFORMANCE",
"name": "ETF.PRICE_PERFORMANCE",
"parameters": [
@@ -2786,7 +2786,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/search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/search",
"id": "ETF.SEARCH",
"name": "ETF.SEARCH",
"parameters": [
@@ -2821,7 +2821,7 @@
},
{
"description": "ETF Sector weighting.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/sectors",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/etf/sectors",
"id": "ETF.SECTORS",
"name": "ETF.SECTORS",
"parameters": [
@@ -2843,7 +2843,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/commercial_paper",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/corporate/commercial_paper",
"id": "FIXEDINCOME.CORPORATE.COMMERCIAL_PAPER",
"name": "FIXEDINCOME.CORPORATE.COMMERCIAL_PAPER",
"parameters": [
@@ -2890,7 +2890,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/hqm",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/corporate/hqm",
"id": "FIXEDINCOME.CORPORATE.HQM",
"name": "FIXEDINCOME.CORPORATE.HQM",
"parameters": [
@@ -2919,7 +2919,7 @@
},
{
"description": "ICE BofA US Corporate Bond Indices.\n\nThe ICE BofA US Corporate Index tracks the performance of US dollar denominated investment grade corporate debt\npublicly issued in the US domestic market. Qualifying securities must have an investment grade rating (based on an\naverage of Moody\u2019s, S&P and Fitch), at least 18 months to final maturity at the time of issuance, at least one year\nremaining term to final maturity as of the rebalance date, a fixed coupon schedule and a minimum amount\noutstanding of $250 million. The ICE BofA US Corporate Index is a component of the US Corporate Master Index.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/ice_bofa",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/corporate/ice_bofa",
"id": "FIXEDINCOME.CORPORATE.ICE_BOFA",
"name": "FIXEDINCOME.CORPORATE.ICE_BOFA",
"parameters": [
@@ -2978,7 +2978,7 @@
},
{
"description": "Moody Corporate Bond Index.\n\nMoody's Aaa and Baa are investment bonds that acts as an index of\nthe performance of all bonds given an Aaa or Baa rating by Moody's Investors Service respectively.\nThese corporate bonds often are used in macroeconomics as an alternative to the federal ten-year\nTreasury Bill as an indicator of the interest rate.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/moody",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/corporate/moody",
"id": "FIXEDINCOME.CORPORATE.MOODY",
"name": "FIXEDINCOME.CORPORATE.MOODY",
"parameters": [
@@ -3019,7 +3019,7 @@
},
{
"description": "Spot Rates.\n\nThe spot rates for any maturity is the yield on a bond that provides a single payment at that maturity.\nThis is a zero coupon bond.\nBecause each spot rate pertains to a single cashflow, it is the relevant interest rate\nconcept for discounting a pension liability at the same maturity.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/spot_rates",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/corporate/spot_rates",
"id": "FIXEDINCOME.CORPORATE.SPOT_RATES",
"name": "FIXEDINCOME.CORPORATE.SPOT_RATES",
"parameters": [
@@ -3062,7 +3062,7 @@
},
{
"description": "Government Treasury Auctions.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/treasury_auctions",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/government/treasury_auctions",
"id": "FIXEDINCOME.GOVERNMENT.TREASURY_AUCTIONS",
"name": "FIXEDINCOME.GOVERNMENT.TREASURY_AUCTIONS",
"parameters": [
@@ -3115,7 +3115,7 @@
},
{
"description": "Government Treasury Rates.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/treasury_rates",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/government/treasury_rates",
"id": "FIXEDINCOME.GOVERNMENT.TREASURY_RATES",
"name": "FIXEDINCOME.GOVERNMENT.TREASURY_RATES",
"parameters": [
@@ -3144,7 +3144,7 @@
},
{
"description": "US Yield Curve. Get United States yield curve.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/us_yield_curve",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/government/us_yield_curve",
"id": "FIXEDINCOME.GOVERNMENT.US_YIELD_CURVE",
"name": "FIXEDINCOME.GOVERNMENT.US_YIELD_CURVE",
"parameters": [
@@ -3173,7 +3173,7 @@
},
{
"description": "Ameribor.\n\nAmeribor (short for the American interbank offered rate) is a benchmark interest rate that reflects the true cost of\nshort-term interbank borrowing. This rate is based on transactions in overnight unsecured loans conducted on the\nAmerican Financial Exchange (AFX).",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/ameribor",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/rate/ameribor",
"id": "FIXEDINCOME.RATE.AMERIBOR",
"name": "FIXEDINCOME.RATE.AMERIBOR",
"parameters": [
@@ -3208,7 +3208,7 @@
},
{
"description": "Discount Window Primary Credit Rate.\n\nA bank rate is the interest rate a nation's central bank charges to its domestic banks to borrow money.\nThe rates central banks charge are set to stabilize the economy.\nIn the United States, the Federal Reserve System's Board of Governors set the bank rate,\nalso known as the discount rate.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/dpcredit",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/rate/dpcredit",
"id": "FIXEDINCOME.RATE.DPCREDIT",
"name": "FIXEDINCOME.RATE.DPCREDIT",
"parameters": [
@@ -3243,7 +3243,7 @@
},
{
"description": "European Central Bank Interest Rates.\n\nThe Governing Council of the ECB sets the key interest rates for the euro area:\n\n- The interest rate on the main refinancing operations (MRO), which provide\nthe bulk of liquidity to the banking system.\n- The rate on the deposit facility, which banks may use to make overnight deposits with the Eurosystem.\n- The rate on the marginal lending facility, which offers overnight credit to banks from the Eurosystem.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/ecb",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/rate/ecb",
"id": "FIXEDINCOME.RATE.ECB",
"name": "FIXEDINCOME.RATE.ECB",
"parameters": [
@@ -3278,7 +3278,7 @@
},
{
"description": "Fed Funds Rate.\n\nGet Effective Federal Funds Rate data. A bank rate is the interest rate a nation's central bank charges to its\ndomestic banks to borrow money. The rates central banks charge are set to stabilize the economy. In the\nUnited States, the Federal Reserve System's Board of Governors set the bank rate, also known as the discount rate.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/effr",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/rate/effr",
"id": "FIXEDINCOME.RATE.EFFR",
"name": "FIXEDINCOME.RATE.EFFR",
"parameters": [
@@ -3313,7 +3313,7 @@
},
{
"description": "Fed Funds Rate Projections.\n\nThe projections for the federal funds rate are the value of the midpoint of the\nprojected appropriate target range for the federal funds rate or the projected\nappropriate target level for the federal funds rate at the end of the specified\ncalendar year or over the longer run.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/effr_forecast",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/rate/effr_forecast",
"id": "FIXEDINCOME.RATE.EFFR_FORECAST",
"name": "FIXEDINCOME.RATE.EFFR_FORECAST",
"parameters": [
@@ -3336,7 +3336,7 @@
},
{
"description": "Euro Short-Term Rate.\n\nThe euro short-term rate (\u20acSTR) reflects the wholesale euro unsecured overnight borrowing costs of banks located in\nthe euro area. The \u20acSTR is published on each TARGET2 business day based on transactions conducted and settled on\nthe previous TARGET2 business day (the reporting date \u201cT\u201d) with a maturity date of T+1 which are deemed to have been\nexecuted at arm\u2019s length and thus reflect market rates in an unbiased way.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/estr",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/rate/estr",
"id": "FIXEDINCOME.RATE.ESTR",
"name": "FIXEDINCOME.RATE.ESTR",
"parameters": [
@@ -3371,7 +3371,7 @@
},
{
"description": "Interest on Reserve Balances.\n\nGet Interest Rate on Reserve Balances data A bank rate is the interest rate a nation's central bank charges to its\ndomestic banks to borrow money. The rates central banks charge are set to stabilize the economy. In the\nUnited States, the Federal Reserve System's Board of Governors set the bank rate, also known as the discount rate.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/iorb",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/rate/iorb",
"id": "FIXEDINCOME.RATE.IORB",
"name": "FIXEDINCOME.RATE.IORB",
"parameters": [
@@ -3400,7 +3400,7 @@
},
{
"description": "Sterling Overnight Index Average.\n\nSONIA (Sterling Overnight Index Average) is an important interest rate benchmark. SONIA is based on actual\ntransactions and reflects the average of the interest rates that banks pay to borrow sterling overnight from other\nfinancial institutions and other institutional investors.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/sonia",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/rate/sonia",
"id": "FIXEDINCOME.RATE.SONIA",
"name": "FIXEDINCOME.RATE.SONIA",
"parameters": [
@@ -3435,7 +3435,7 @@
},
{
"description": "Secured Overnight Financing Rate.\n\nThe Secured Overnight Financing Rate (SOFR) is a broad measure of the cost of\nborrowing cash overnight collateralizing by Treasury securities.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/sofr",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/sofr",
"id": "FIXEDINCOME.SOFR",
"name": "FIXEDINCOME.SOFR",
"parameters": [
@@ -3470,7 +3470,7 @@
},
{
"description": "Treasury Constant Maturity.\n\nGet data for 10-Year Treasury Constant Maturity Minus Selected Treasury Constant Maturity.\nConstant maturity is the theoretical value of a U.S. Treasury that is based on recent values of auctioned U.S.\nTreasuries. The value is obtained by the U.S. Treasury on a daily basis through interpolation of the Treasury\nyield curve which, in turn, is based on closing bid-yields of actively-traded Treasury securities.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/tmc",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/spreads/tmc",
"id": "FIXEDINCOME.SPREADS.TMC",
"name": "FIXEDINCOME.SPREADS.TMC",
"parameters": [
@@ -3505,7 +3505,7 @@
},
{
"description": "Select Treasury Constant Maturity.\n\nGet data for Selected Treasury Constant Maturity Minus Federal Funds Rate\nConstant maturity is the theoretical value of a U.S. Treasury that is based on recent values of auctioned U.S.\nTreasuries. The value is obtained by the U.S. Treasury on a daily basis through interpolation of the Treasury\nyield curve which, in turn, is based on closing bid-yields of actively-traded Treasury securities.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/tmc_effr",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/spreads/tmc_effr",
"id": "FIXEDINCOME.SPREADS.TMC_EFFR",
"name": "FIXEDINCOME.SPREADS.TMC_EFFR",
"parameters": [
@@ -3540,7 +3540,7 @@
},
{
"description": "Select Treasury Bill.\n\nGet Selected Treasury Bill Minus Federal Funds Rate.\nConstant maturity is the theoretical value of a U.S. Treasury that is based on recent values of\nauctioned U.S. Treasuries.\nThe value is obtained by the U.S. Treasury on a daily basis through interpolation of the Treasury\nyield curve which, in turn, is based on closing bid-yields of actively-traded Treasury securities.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/treasury_effr",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/fixedincome/spreads/treasury_effr",
"id": "FIXEDINCOME.SPREADS.TREASURY_EFFR",
"name": "FIXEDINCOME.SPREADS.TREASURY_EFFR",
"parameters": [
@@ -3575,7 +3575,7 @@
},
{
"description": "Available Indices. Available indices for a given provider.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/available",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/index/available",
"id": "INDEX.AVAILABLE",
"name": "INDEX.AVAILABLE",
"parameters": [
@@ -3592,7 +3592,7 @@
},
{
"description": "Index Constituents. Constituents of an index.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/constituents",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/index/constituents",
"id": "INDEX.CONSTITUENTS",
"name": "INDEX.CONSTITUENTS",
"parameters": [
@@ -3615,7 +3615,7 @@
},
{
"description": "Historical Market Indices.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/market",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/index/market",
"id": "INDEX.MARKET",
"name": "INDEX.MARKET",
"parameters": [
@@ -3703,7 +3703,7 @@
},
{
"description": "Company News. Get news for one or more companies.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/company",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/news/company",
"id": "NEWS.COMPANY",
"name": "NEWS.COMPANY",
"parameters": [
@@ -3833,7 +3833,7 @@
},
{
"description": "World News. Global news data.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/world",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/news/world",
"id": "NEWS.WORLD",
"name": "NEWS.WORLD",
"parameters": [
@@ -3946,7 +3946,7 @@
},
{
"description": "Get the CIK number corresponding to a ticker symbol.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/cik_map",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/regulators/sec/cik_map",
"id": "REGULATORS.SEC.CIK_MAP",
"name": "REGULATORS.SEC.CIK_MAP",
"parameters": [
@@ -3968,7 +3968,7 @@
},
{
"description": "Look up institutions regulated by the SEC.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/institutions_search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/regulators/sec/institutions_search",
"id": "REGULATORS.SEC.INSTITUTIONS_SEARCH",
"name": "REGULATORS.SEC.INSTITUTIONS_SEARCH",
"parameters": [
@@ -3997,7 +3997,7 @@
},
{
"description": "The RSS feed provides links to litigation releases concerning civil lawsuits brought by the Commission in federal court.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/rss_litigation",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/regulators/sec/rss_litigation",
"id": "REGULATORS.SEC.RSS_LITIGATION",
"name": "REGULATORS.SEC.RSS_LITIGATION",
"parameters": [
@@ -4014,7 +4014,7 @@
},
{
"description": "Get lists of SEC XML schema files by year.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/schema_files",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/regulators/sec/schema_files",
"id": "REGULATORS.SEC.SCHEMA_FILES",
"name": "REGULATORS.SEC.SCHEMA_FILES",
"parameters": [
@@ -4043,7 +4043,7 @@
},
{
"description": "Fuzzy search for Industry Titles, Reporting Office, and SIC Codes.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/sic_search",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/regulators/sec/sic_search",
"id": "REGULATORS.SEC.SIC_SEARCH",
"name": "REGULATORS.SEC.SIC_SEARCH",
"parameters": [
@@ -4072,7 +4072,7 @@
},
{
"description": "Get the ticker symbol corresponding to a company's CIK.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/symbol_map",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/regulators/sec/symbol_map",
"id": "REGULATORS.SEC.SYMBOL_MAP",
"name": "REGULATORS.SEC.SYMBOL_MAP",
"parameters": [
@@ -4095,7 +4095,7 @@
},
{
"description": "Get fred indices from the OpenBB SDK API.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/fred",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/search/fred",
"id": "SEARCH.FRED",
"name": "SEARCH.FRED",
"parameters": [
@@ -4111,7 +4111,7 @@
},
{
"description": "Get supported tickers from the OpenBB SDK API.",
- "helpUrl": "https://docs.openbb.co/excel/reference/library/symbols",
+ "helpUrl": "https://docs.openbb.co/excel/reference/library/search/symbols",
"id": "SEARCH.SYMBOLS",
"name": "SEARCH.SYMBOLS",
"parameters": [
diff --git a/website/content/excel/reference/hist.md b/website/content/excel/reference/hist.md
index 2e966e5d0e89..bc58e3a9199e 100644
--- a/website/content/excel/reference/hist.md
+++ b/website/content/excel/reference/hist.md
@@ -1,11 +1,11 @@
-Get historical data by providing symbol and field tag.
+Get historical data by providing stock symbol and field tag. See tag options at: https://data.intrinio.com/data-tags.
## Syntax
```excel wordwrap
-=OBB.HIST(required;[optional])
+=OBB.HIST(required; [optional])
```
---
@@ -15,7 +15,7 @@ Get historical data by providing symbol and field tag.
| Name | Type | Description | Optional |
| ---- | ---- | ----------- | -------- |
| symbol | Text | Symbol to get data for, e.g. 'AAPL'. | False |
-| field | Text | Field to get data for, e.g. 'ebitda'. | False |
+| tag | Text | Field tag to get data for, e.g. 'EBITDA'. See options at: https://data.intrinio.com/data-tags. | False |
| start_date | Text | Start date of the data, in YYYY-MM-DD format, defaults to 5 years ago. | True |
| end_date | Text | End date of the data, in YYYY-MM-DD format, defaults to today. | True |
| frequency | Text | The frequency of the data, can be 'yearly' or 'quarterly', defaults to 'yearly'. | True |
diff --git a/website/content/excel/reference/index.mdx b/website/content/excel/reference/index.mdx
index 362253e7d486..cf05e428c046 100644
--- a/website/content/excel/reference/index.mdx
+++ b/website/content/excel/reference/index.mdx
@@ -5,12 +5,12 @@ import ReferenceCard from '@site/src/components/General/NewReferenceCard';
-Get latest data point by providing symbol and field tag.
+Get latest data point by providing stock symbol and tag. See tag options at: https://data.intrinio.com/data-tags.
## Syntax
```excel wordwrap
-=OBB.LAST(required;[optional])
+=OBB.LAST(required; [optional])
```
---
@@ -15,7 +15,7 @@ Get latest data point by providing symbol and field tag.
| Name | Type | Description | Optional |
| ---- | ---- | ----------- | -------- |
| symbol | Text | Symbol to get data for, e.g. 'AAPL'. | False |
-| field | Text | Field to get data for, e.g. 'ebitda'. | False |
+| tag | Text | Field tag to get data for, e.g. 'EBITDA'. See options at: https://data.intrinio.com/data-tags. | False |
---
diff --git a/website/content/excel/reference/library/crypto/price/historical.md b/website/content/excel/reference/library/crypto/price/historical.md
index 527382a94d79..dadbb4be4f4f 100644
--- a/website/content/excel/reference/library/crypto/price/historical.md
+++ b/website/content/excel/reference/library/crypto/price/historical.md
@@ -32,7 +32,7 @@ Cryptocurrency Historical Price. Cryptocurrency historical price data.
## Syntax
```excel wordwrap
-=OBB.CRYPTO.PRICE.HISTORICAL(required;[optional])
+=OBB.CRYPTO.PRICE.HISTORICAL(required; [optional])
```
---
@@ -73,6 +73,5 @@ Cryptocurrency Historical Price. Cryptocurrency historical price data.
| change_percent | Change % in the price of the symbol. (provider: fmp) |
| label | Human readable format of the date. (provider: fmp) |
| change_over_time | Change % in the price of the symbol over a period of time. (provider: fmp) |
-| transactions | Number of transactions for the symbol in the time period. (provider: polygon);
- Number of trades. (provider: tiingo) |
+| transactions | Number of transactions for the symbol in the time period. (provider: polygon); Number of trades. (provider: tiingo) |
| volume_notional | The last size done for the asset on the specific date in the quote currency. The volume of the asset on the specific date in the quote currency. (provider: tiingo) |
diff --git a/website/content/excel/reference/library/crypto/search.md b/website/content/excel/reference/library/crypto/search.md
index eb5dcac319d1..45ebcee4967e 100644
--- a/website/content/excel/reference/library/crypto/search.md
+++ b/website/content/excel/reference/library/crypto/search.md
@@ -29,7 +29,7 @@ Cryptocurrency Search. Search available cryptocurrency pairs.
## Syntax
```excel wordwrap
-=OBB.CRYPTO.SEARCH(required;[optional])
+=OBB.CRYPTO.SEARCH(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/currency/price/historical.md b/website/content/excel/reference/library/currency/price/historical.md
index be584fda84d2..e380941d89fc 100644
--- a/website/content/excel/reference/library/currency/price/historical.md
+++ b/website/content/excel/reference/library/currency/price/historical.md
@@ -32,7 +32,7 @@ Currency Historical Price. Currency historical data.
## Syntax
```excel wordwrap
-=OBB.CURRENCY.PRICE.HISTORICAL(required;[optional])
+=OBB.CURRENCY.PRICE.HISTORICAL(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/currency/search.md b/website/content/excel/reference/library/currency/search.md
index be90e521246f..8fd7cd1c27a3 100644
--- a/website/content/excel/reference/library/currency/search.md
+++ b/website/content/excel/reference/library/currency/search.md
@@ -49,7 +49,7 @@ Currency Search. Search available currency pairs.
## Syntax
```excel wordwrap
-=OBB.CURRENCY.SEARCH(required;[optional])
+=OBB.CURRENCY.SEARCH(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/derivatives/options/chains.md b/website/content/excel/reference/library/derivatives/options/chains.md
index 3f5026a48dd9..f7eb728b810e 100644
--- a/website/content/excel/reference/library/derivatives/options/chains.md
+++ b/website/content/excel/reference/library/derivatives/options/chains.md
@@ -43,7 +43,7 @@ Get the complete options chain for a ticker.
## Syntax
```excel wordwrap
-=OBB.DERIVATIVES.OPTIONS.CHAINS(required;[optional])
+=OBB.DERIVATIVES.OPTIONS.CHAINS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/derivatives/options/unusual.md b/website/content/excel/reference/library/derivatives/options/unusual.md
index 9771d03dc5e9..627f5b59ef7e 100644
--- a/website/content/excel/reference/library/derivatives/options/unusual.md
+++ b/website/content/excel/reference/library/derivatives/options/unusual.md
@@ -34,7 +34,7 @@ Get the complete options chain for a ticker.
## Syntax
```excel wordwrap
-=OBB.DERIVATIVES.OPTIONS.UNUSUAL(required;[optional])
+=OBB.DERIVATIVES.OPTIONS.UNUSUAL(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/economy/calendar.md b/website/content/excel/reference/library/economy/calendar.md
index f4d4a01f0b13..be1b77d553a2 100644
--- a/website/content/excel/reference/library/economy/calendar.md
+++ b/website/content/excel/reference/library/economy/calendar.md
@@ -45,7 +45,7 @@ Economic Calendar.
## Syntax
```excel wordwrap
-=OBB.ECONOMY.CALENDAR(required;[optional])
+=OBB.ECONOMY.CALENDAR(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/economy/cpi.md b/website/content/excel/reference/library/economy/cpi.md
index 41364cafb020..9a273a567f92 100644
--- a/website/content/excel/reference/library/economy/cpi.md
+++ b/website/content/excel/reference/library/economy/cpi.md
@@ -30,7 +30,7 @@ Consumer Price Index (CPI) Data.
## Syntax
```excel wordwrap
-=OBB.ECONOMY.CPI(required;[optional])
+=OBB.ECONOMY.CPI(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/economy/fred_search.md b/website/content/excel/reference/library/economy/fred_search.md
index 32f069528913..a0293f96440c 100644
--- a/website/content/excel/reference/library/economy/fred_search.md
+++ b/website/content/excel/reference/library/economy/fred_search.md
@@ -5,7 +5,7 @@ Search for FRED series or economic releases by ID or fuzzy query. This does not
## Syntax
```excel wordwrap
-=OBB.ECONOMY.FRED_SEARCH(required;[optional])
+=OBB.ECONOMY.FRED_SEARCH(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/economy/fred_series.md b/website/content/excel/reference/library/economy/fred_series.md
index 653bfb65cad9..224f6cdd2389 100644
--- a/website/content/excel/reference/library/economy/fred_series.md
+++ b/website/content/excel/reference/library/economy/fred_series.md
@@ -5,7 +5,7 @@ Get data by series ID from FRED.
## Syntax
```excel wordwrap
-=OBB.ECONOMY.FRED_SERIES(required;[optional])
+=OBB.ECONOMY.FRED_SERIES(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/economy/gdp/forecast.md b/website/content/excel/reference/library/economy/gdp/forecast.md
index eb4aa6225cc4..bfe2c66abbd7 100644
--- a/website/content/excel/reference/library/economy/gdp/forecast.md
+++ b/website/content/excel/reference/library/economy/gdp/forecast.md
@@ -14,7 +14,7 @@ Forecasted GDP Data.
## Syntax
```excel wordwrap
-=OBB.ECONOMY.GDP.FORECAST(required;[optional])
+=OBB.ECONOMY.GDP.FORECAST(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/economy/gdp/nominal.md b/website/content/excel/reference/library/economy/gdp/nominal.md
index 28bf72bc0cc6..559c9952d6e5 100644
--- a/website/content/excel/reference/library/economy/gdp/nominal.md
+++ b/website/content/excel/reference/library/economy/gdp/nominal.md
@@ -14,7 +14,7 @@ Nominal GDP Data.
## Syntax
```excel wordwrap
-=OBB.ECONOMY.GDP.NOMINAL(required;[optional])
+=OBB.ECONOMY.GDP.NOMINAL(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/economy/gdp/real.md b/website/content/excel/reference/library/economy/gdp/real.md
index 84f92c94c991..8bcdb54be358 100644
--- a/website/content/excel/reference/library/economy/gdp/real.md
+++ b/website/content/excel/reference/library/economy/gdp/real.md
@@ -30,7 +30,7 @@ Real GDP Data.
## Syntax
```excel wordwrap
-=OBB.ECONOMY.GDP.REAL(required;[optional])
+=OBB.ECONOMY.GDP.REAL(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/economy/risk_premium.md b/website/content/excel/reference/library/economy/risk_premium.md
index 14034945be09..f54122cbcd71 100644
--- a/website/content/excel/reference/library/economy/risk_premium.md
+++ b/website/content/excel/reference/library/economy/risk_premium.md
@@ -30,7 +30,7 @@ Historical Market Risk Premium.
## Syntax
```excel wordwrap
-=OBB.ECONOMY.RISK_PREMIUM(required;[optional])
+=OBB.ECONOMY.RISK_PREMIUM(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/calendar/dividend.md b/website/content/excel/reference/library/equity/calendar/dividend.md
index 9b294e23a30b..e5f211559b66 100644
--- a/website/content/excel/reference/library/equity/calendar/dividend.md
+++ b/website/content/excel/reference/library/equity/calendar/dividend.md
@@ -35,7 +35,7 @@ Upcoming and Historical Dividend Calendar.
## Syntax
```excel wordwrap
-=OBB.EQUITY.CALENDAR.DIVIDEND(required;[optional])
+=OBB.EQUITY.CALENDAR.DIVIDEND(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/calendar/earnings.md b/website/content/excel/reference/library/equity/calendar/earnings.md
index 2ff0071affb5..e8dd46d7f847 100644
--- a/website/content/excel/reference/library/equity/calendar/earnings.md
+++ b/website/content/excel/reference/library/equity/calendar/earnings.md
@@ -35,7 +35,7 @@ Upcoming and Historical earnings calendar.
## Syntax
```excel wordwrap
-=OBB.EQUITY.CALENDAR.EARNINGS(required;[optional])
+=OBB.EQUITY.CALENDAR.EARNINGS(required; [optional])
```
---
@@ -59,8 +59,8 @@ Upcoming and Historical earnings calendar.
| name | Name of the entity. |
| eps_previous | The earnings-per-share from the same previously reported period. |
| eps_consensus | The analyst conesus earnings-per-share estimate. |
-| actual_eps | The actual earnings per share announced. (provider: fmp) |
-| actual_revenue | The actual reported revenue. (provider: fmp) |
+| eps_actual | The actual earnings per share announced. (provider: fmp) |
+| revenue_actual | The actual reported revenue. (provider: fmp) |
| revenue_consensus | The revenue forecast consensus. (provider: fmp) |
| period_ending | The fiscal period end date. (provider: fmp) |
| reporting_time | The reporting time - e.g. after market close. (provider: fmp) |
diff --git a/website/content/excel/reference/library/equity/calendar/ipo.md b/website/content/excel/reference/library/equity/calendar/ipo.md
index 8c57381acb43..3913917de26e 100644
--- a/website/content/excel/reference/library/equity/calendar/ipo.md
+++ b/website/content/excel/reference/library/equity/calendar/ipo.md
@@ -59,7 +59,7 @@ Upcoming and Historical IPO Calendar.
## Syntax
```excel wordwrap
-=OBB.EQUITY.CALENDAR.IPO(required;[optional])
+=OBB.EQUITY.CALENDAR.IPO(required; [optional])
```
---
@@ -85,58 +85,23 @@ Upcoming and Historical IPO Calendar.
| ---- | ----------- |
| symbol | Symbol representing the entity requested in the data. |
| ipo_date | The date of the IPO, when the stock first trades on a major exchange. |
-| status |
- The status of the IPO. Upcoming IPOs have not taken place yet but are expected to.
- Priced IPOs have taken place.
- Withdrawn IPOs were expected to take place, but were subsequently withdrawn and did not take place
- (provider: intrinio) |
-| exchange |
- The acronym of the stock exchange that the company is going to trade publicly on.
- Typically NYSE or NASDAQ.
- (provider: intrinio) |
+| status | The status of the IPO. Upcoming IPOs have not taken place yet but are expected to. Priced IPOs have taken place. Withdrawn IPOs were expected to take place, but were subsequently withdrawn and did not take place (provider: intrinio) |
+| exchange | The acronym of the stock exchange that the company is going to trade publicly on. Typically NYSE or NASDAQ. (provider: intrinio) |
| offer_amount | The total dollar amount of shares offered in the IPO. Typically this is share price * share count (provider: intrinio) |
| share_price | The price per share at which the IPO was offered. (provider: intrinio) |
-| share_price_lowest |
- The expected lowest price per share at which the IPO will be offered.
- Before an IPO is priced, companies typically provide a range of prices per share at which
- they expect to offer the IPO (typically available for upcoming IPOs).
- (provider: intrinio) |
-| share_price_highest |
- The expected highest price per share at which the IPO will be offered.
- Before an IPO is priced, companies typically provide a range of prices per share at which
- they expect to offer the IPO (typically available for upcoming IPOs).
- (provider: intrinio) |
+| share_price_lowest | The expected lowest price per share at which the IPO will be offered. Before an IPO is priced, companies typically provide a range of prices per share at which they expect to offer the IPO (typically available for upcoming IPOs). (provider: intrinio) |
+| share_price_highest | The expected highest price per share at which the IPO will be offered. Before an IPO is priced, companies typically provide a range of prices per share at which they expect to offer the IPO (typically available for upcoming IPOs). (provider: intrinio) |
| share_count | The number of shares offered in the IPO. (provider: intrinio) |
-| share_count_lowest |
- The expected lowest number of shares that will be offered in the IPO. Before an IPO is priced,
- companies typically provide a range of shares that they expect to offer in the IPO
- (typically available for upcoming IPOs).
- (provider: intrinio) |
-| share_count_highest |
- The expected highest number of shares that will be offered in the IPO. Before an IPO is priced,
- companies typically provide a range of shares that they expect to offer in the IPO
- (typically available for upcoming IPOs).
- (provider: intrinio) |
+| share_count_lowest | The expected lowest number of shares that will be offered in the IPO. Before an IPO is priced, companies typically provide a range of shares that they expect to offer in the IPO (typically available for upcoming IPOs). (provider: intrinio) |
+| share_count_highest | The expected highest number of shares that will be offered in the IPO. Before an IPO is priced, companies typically provide a range of shares that they expect to offer in the IPO (typically available for upcoming IPOs). (provider: intrinio) |
| announcement_url | The URL to the company's announcement of the IPO (provider: intrinio) |
-| sec_report_url |
- The URL to the company's S-1, S-1/A, F-1, or F-1/A SEC filing,
- which is required to be filed before an IPO takes place.
- (provider: intrinio) |
+| sec_report_url | The URL to the company's S-1, S-1/A, F-1, or F-1/A SEC filing, which is required to be filed before an IPO takes place. (provider: intrinio) |
| open_price | The opening price at the beginning of the first trading day (only available for priced IPOs). (provider: intrinio) |
| close_price | The closing price at the end of the first trading day (only available for priced IPOs). (provider: intrinio) |
| volume | The volume at the end of the first trading day (only available for priced IPOs). (provider: intrinio) |
-| day_change |
- The percentage change between the open price and the close price on the first trading day
- (only available for priced IPOs).
- (provider: intrinio) |
-| week_change |
- The percentage change between the open price on the first trading day and the close price approximately
- a week after the first trading day (only available for priced IPOs).
- (provider: intrinio) |
-| month_change |
- The percentage change between the open price on the first trading day and the close price approximately
- a month after the first trading day (only available for priced IPOs).
- (provider: intrinio) |
+| day_change | The percentage change between the open price and the close price on the first trading day (only available for priced IPOs). (provider: intrinio) |
+| week_change | The percentage change between the open price on the first trading day and the close price approximately a week after the first trading day (only available for priced IPOs). (provider: intrinio) |
+| month_change | The percentage change between the open price on the first trading day and the close price approximately a month after the first trading day (only available for priced IPOs). (provider: intrinio) |
| id | The Intrinio ID of the IPO. (provider: intrinio) |
| company | The company that is going public via the IPO. (provider: intrinio) |
| security | The primary Security for the Company that is going public via the IPO (provider: intrinio) |
diff --git a/website/content/excel/reference/library/equity/calendar/splits.md b/website/content/excel/reference/library/equity/calendar/splits.md
index a2e0730c937d..6e8dc74debd9 100644
--- a/website/content/excel/reference/library/equity/calendar/splits.md
+++ b/website/content/excel/reference/library/equity/calendar/splits.md
@@ -5,7 +5,7 @@ Calendar Splits. Show Stock Split Calendar.
## Syntax
```excel wordwrap
-=OBB.EQUITY.CALENDAR.SPLITS(required;[optional])
+=OBB.EQUITY.CALENDAR.SPLITS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/compare/peers.md b/website/content/excel/reference/library/equity/compare/peers.md
index 9b8fa4d3eaf2..b657c15544e6 100644
--- a/website/content/excel/reference/library/equity/compare/peers.md
+++ b/website/content/excel/reference/library/equity/compare/peers.md
@@ -31,7 +31,7 @@ Equity Peers. Company peers.
## Syntax
```excel wordwrap
-=OBB.EQUITY.COMPARE.PEERS(required;[optional])
+=OBB.EQUITY.COMPARE.PEERS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/discovery/filings.md b/website/content/excel/reference/library/equity/discovery/filings.md
index 860cb6fb13cc..54e6aed544fa 100644
--- a/website/content/excel/reference/library/equity/discovery/filings.md
+++ b/website/content/excel/reference/library/equity/discovery/filings.md
@@ -14,7 +14,7 @@ Get the most-recent filings submitted to the SEC.
## Syntax
```excel wordwrap
-=OBB.EQUITY.DISCOVERY.FILINGS(required;[optional])
+=OBB.EQUITY.DISCOVERY.FILINGS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/estimates/consensus.md b/website/content/excel/reference/library/equity/estimates/consensus.md
index d504c2c387c0..ec237bc20e41 100644
--- a/website/content/excel/reference/library/equity/estimates/consensus.md
+++ b/website/content/excel/reference/library/equity/estimates/consensus.md
@@ -27,7 +27,7 @@ Price Target Consensus. Price target consensus data.
## Syntax
```excel wordwrap
-=OBB.EQUITY.ESTIMATES.CONSENSUS(required;[optional])
+=OBB.EQUITY.ESTIMATES.CONSENSUS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/estimates/historical.md b/website/content/excel/reference/library/equity/estimates/historical.md
index bb932b23ce08..d73a2930a6a5 100644
--- a/website/content/excel/reference/library/equity/estimates/historical.md
+++ b/website/content/excel/reference/library/equity/estimates/historical.md
@@ -62,7 +62,7 @@ Historical Analyst Estimates. Analyst stock recommendations.
## Syntax
```excel wordwrap
-=OBB.EQUITY.ESTIMATES.HISTORICAL(required;[optional])
+=OBB.EQUITY.ESTIMATES.HISTORICAL(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/estimates/price_target.md b/website/content/excel/reference/library/equity/estimates/price_target.md
index f9e405d7ff9d..abb2991b2e0f 100644
--- a/website/content/excel/reference/library/equity/estimates/price_target.md
+++ b/website/content/excel/reference/library/equity/estimates/price_target.md
@@ -28,7 +28,7 @@ Price Target. Price target data.
## Syntax
```excel wordwrap
-=OBB.EQUITY.ESTIMATES.PRICE_TARGET(required;[optional])
+=OBB.EQUITY.ESTIMATES.PRICE_TARGET(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/balance.md b/website/content/excel/reference/library/equity/fundamental/balance.md
index 3f23e0253254..89c8be07e500 100644
--- a/website/content/excel/reference/library/equity/fundamental/balance.md
+++ b/website/content/excel/reference/library/equity/fundamental/balance.md
@@ -20,7 +20,7 @@ Balance Sheet. Balance sheet statement.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.BALANCE(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.BALANCE(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/balance_growth.md b/website/content/excel/reference/library/equity/fundamental/balance_growth.md
index b6539a2736a3..0eceb4f0f823 100644
--- a/website/content/excel/reference/library/equity/fundamental/balance_growth.md
+++ b/website/content/excel/reference/library/equity/fundamental/balance_growth.md
@@ -56,7 +56,7 @@ Balance Sheet Statement Growth. Information about the growth of the company bala
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.BALANCE_GROWTH(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.BALANCE_GROWTH(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/cash.md b/website/content/excel/reference/library/equity/fundamental/cash.md
index c4fd2a62a50c..048ec97a9258 100644
--- a/website/content/excel/reference/library/equity/fundamental/cash.md
+++ b/website/content/excel/reference/library/equity/fundamental/cash.md
@@ -56,7 +56,7 @@ Cash Flow Statement. Information about the cash flow statement.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.CASH(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.CASH(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/cash_growth.md b/website/content/excel/reference/library/equity/fundamental/cash_growth.md
index 98b88297870f..b0d91b85da20 100644
--- a/website/content/excel/reference/library/equity/fundamental/cash_growth.md
+++ b/website/content/excel/reference/library/equity/fundamental/cash_growth.md
@@ -53,7 +53,7 @@ Cash Flow Statement Growth. Information about the growth of the company cash flo
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.CASH_GROWTH(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.CASH_GROWTH(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/dividends.md b/website/content/excel/reference/library/equity/fundamental/dividends.md
index 5b191c7c5460..1c21724fef2c 100644
--- a/website/content/excel/reference/library/equity/fundamental/dividends.md
+++ b/website/content/excel/reference/library/equity/fundamental/dividends.md
@@ -31,7 +31,7 @@ Historical Dividends. Historical dividends data for a given company.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.DIVIDENDS(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.DIVIDENDS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/employee_count.md b/website/content/excel/reference/library/equity/fundamental/employee_count.md
index 036197935b76..31deb1ffeb25 100644
--- a/website/content/excel/reference/library/equity/fundamental/employee_count.md
+++ b/website/content/excel/reference/library/equity/fundamental/employee_count.md
@@ -30,7 +30,7 @@ Historical Employees. Historical number of employees.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.EMPLOYEE_COUNT(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.EMPLOYEE_COUNT(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/filings.md b/website/content/excel/reference/library/equity/fundamental/filings.md
index 471d5bf77c24..7d85f1964dde 100644
--- a/website/content/excel/reference/library/equity/fundamental/filings.md
+++ b/website/content/excel/reference/library/equity/fundamental/filings.md
@@ -41,7 +41,7 @@ Company Filings. Company filings data.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.FILINGS(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.FILINGS(required; [optional])
```
---
@@ -91,4 +91,4 @@ Company Filings. Company filings data.
| is_xbrl | Whether the filing is an XBRL filing. (provider: sec) |
| size | The size of the filing. (provider: sec) |
| complete_submission_url | The URL to the complete filing submission. (provider: sec) |
-| xml | The URL to the primary XML document. (provider: sec) |
+| filing_detail_url | The URL to the filing details. (provider: sec) |
diff --git a/website/content/excel/reference/library/equity/fundamental/historical_attributes.md b/website/content/excel/reference/library/equity/fundamental/historical_attributes.md
index ea169b895e3d..d34f7861e97d 100644
--- a/website/content/excel/reference/library/equity/fundamental/historical_attributes.md
+++ b/website/content/excel/reference/library/equity/fundamental/historical_attributes.md
@@ -5,7 +5,7 @@ Fetch the historical values of a data tag from Intrinio.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.HISTORICAL_ATTRIBUTES(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.HISTORICAL_ATTRIBUTES(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/historical_eps.md b/website/content/excel/reference/library/equity/fundamental/historical_eps.md
index 850afea9a569..9921f1991b83 100644
--- a/website/content/excel/reference/library/equity/fundamental/historical_eps.md
+++ b/website/content/excel/reference/library/equity/fundamental/historical_eps.md
@@ -14,7 +14,7 @@ Historical earnings-per-share for a given company.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.HISTORICAL_EPS(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.HISTORICAL_EPS(required; [optional])
```
---
@@ -38,9 +38,8 @@ Historical earnings-per-share for a given company.
| announce_time | Timing of the earnings announcement. |
| eps_actual | Actual EPS from the earnings date. |
| eps_estimated | Estimated EPS for the earnings date. |
-| actual_eps | The actual earnings per share announced. (provider: fmp) |
| revenue_estimated | Estimated consensus revenue for the reporting period. (provider: fmp) |
-| actual_revenue | The actual reported revenue. (provider: fmp) |
+| revenue_actual | The actual reported revenue. (provider: fmp) |
| reporting_time | The reporting time - e.g. after market close. (provider: fmp) |
| updated_at | The date when the data was last updated. (provider: fmp) |
| period_ending | The fiscal period end date. (provider: fmp) |
diff --git a/website/content/excel/reference/library/equity/fundamental/historical_splits.md b/website/content/excel/reference/library/equity/fundamental/historical_splits.md
index 413696532f94..32efb055466c 100644
--- a/website/content/excel/reference/library/equity/fundamental/historical_splits.md
+++ b/website/content/excel/reference/library/equity/fundamental/historical_splits.md
@@ -29,7 +29,7 @@ Historical Splits. Historical splits data.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.HISTORICAL_SPLITS(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.HISTORICAL_SPLITS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/income.md b/website/content/excel/reference/library/equity/fundamental/income.md
index 0549b426f890..773bac7e008f 100644
--- a/website/content/excel/reference/library/equity/fundamental/income.md
+++ b/website/content/excel/reference/library/equity/fundamental/income.md
@@ -50,7 +50,7 @@ Income Statement. Report on a company's financial performance.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.INCOME(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.INCOME(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/income_growth.md b/website/content/excel/reference/library/equity/fundamental/income_growth.md
index 9e68167a29aa..579ba71b77cd 100644
--- a/website/content/excel/reference/library/equity/fundamental/income_growth.md
+++ b/website/content/excel/reference/library/equity/fundamental/income_growth.md
@@ -51,7 +51,7 @@ Income Statement Growth. Information about the growth of the company income stat
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.INCOME_GROWTH(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.INCOME_GROWTH(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/latest_attributes.md b/website/content/excel/reference/library/equity/fundamental/latest_attributes.md
index a81baf8c68f0..fb057d3119e4 100644
--- a/website/content/excel/reference/library/equity/fundamental/latest_attributes.md
+++ b/website/content/excel/reference/library/equity/fundamental/latest_attributes.md
@@ -5,7 +5,7 @@ Fetch the latest value of a data tag from Intrinio.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.LATEST_ATTRIBUTES(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.LATEST_ATTRIBUTES(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/management.md b/website/content/excel/reference/library/equity/fundamental/management.md
index 3aed817bba64..4762e6ac99b1 100644
--- a/website/content/excel/reference/library/equity/fundamental/management.md
+++ b/website/content/excel/reference/library/equity/fundamental/management.md
@@ -24,7 +24,7 @@ Key Executives. Key executives for a given company.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.MANAGEMENT(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.MANAGEMENT(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/management_compensation.md b/website/content/excel/reference/library/equity/fundamental/management_compensation.md
index 8114690ebed3..9264293a6d75 100644
--- a/website/content/excel/reference/library/equity/fundamental/management_compensation.md
+++ b/website/content/excel/reference/library/equity/fundamental/management_compensation.md
@@ -34,7 +34,7 @@ Get Executive Compensation. Information about the executive compensation for a g
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.MANAGEMENT_COMPENSATION(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.MANAGEMENT_COMPENSATION(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/metrics.md b/website/content/excel/reference/library/equity/fundamental/metrics.md
index 5652c0b6f6d3..94879728df32 100644
--- a/website/content/excel/reference/library/equity/fundamental/metrics.md
+++ b/website/content/excel/reference/library/equity/fundamental/metrics.md
@@ -81,7 +81,7 @@ Key Metrics. Key metrics for a given company.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.METRICS(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.METRICS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/multiples.md b/website/content/excel/reference/library/equity/fundamental/multiples.md
index f6eb6086d613..4fd32d2bbc56 100644
--- a/website/content/excel/reference/library/equity/fundamental/multiples.md
+++ b/website/content/excel/reference/library/equity/fundamental/multiples.md
@@ -73,7 +73,7 @@ Equity Valuation Multiples. Valuation multiples for a stock ticker.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.MULTIPLES(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.MULTIPLES(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/overview.md b/website/content/excel/reference/library/equity/fundamental/overview.md
index 815e40e89374..4391520190de 100644
--- a/website/content/excel/reference/library/equity/fundamental/overview.md
+++ b/website/content/excel/reference/library/equity/fundamental/overview.md
@@ -55,7 +55,7 @@ Company Overview. General information about a company.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.OVERVIEW(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.OVERVIEW(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/ratios.md b/website/content/excel/reference/library/equity/fundamental/ratios.md
index 97fa3c89e2e6..919357c393ae 100644
--- a/website/content/excel/reference/library/equity/fundamental/ratios.md
+++ b/website/content/excel/reference/library/equity/fundamental/ratios.md
@@ -30,7 +30,7 @@ Extensive set of ratios over time. Financial ratios for a given company.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.RATIOS(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.RATIOS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/revenue_per_geography.md b/website/content/excel/reference/library/equity/fundamental/revenue_per_geography.md
index 06510b36f62c..68db35d5afb2 100644
--- a/website/content/excel/reference/library/equity/fundamental/revenue_per_geography.md
+++ b/website/content/excel/reference/library/equity/fundamental/revenue_per_geography.md
@@ -34,7 +34,7 @@ Revenue Geographic. Geographic revenue data.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.REVENUE_PER_GEOGRAPHY(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.REVENUE_PER_GEOGRAPHY(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/revenue_per_segment.md b/website/content/excel/reference/library/equity/fundamental/revenue_per_segment.md
index a18a77218a74..1c1e6a494ffb 100644
--- a/website/content/excel/reference/library/equity/fundamental/revenue_per_segment.md
+++ b/website/content/excel/reference/library/equity/fundamental/revenue_per_segment.md
@@ -26,7 +26,7 @@ Revenue Business Line. Business line revenue data.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.REVENUE_PER_SEGMENT(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.REVENUE_PER_SEGMENT(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/search_attributes.md b/website/content/excel/reference/library/equity/fundamental/search_attributes.md
index f1f642621092..b445790c1b2f 100644
--- a/website/content/excel/reference/library/equity/fundamental/search_attributes.md
+++ b/website/content/excel/reference/library/equity/fundamental/search_attributes.md
@@ -5,7 +5,7 @@ Search Intrinio data tags.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.SEARCH_ATTRIBUTES(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.SEARCH_ATTRIBUTES(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/trailing_dividend_yield.md b/website/content/excel/reference/library/equity/fundamental/trailing_dividend_yield.md
index 0c8232b92bdb..8928252ffbc4 100644
--- a/website/content/excel/reference/library/equity/fundamental/trailing_dividend_yield.md
+++ b/website/content/excel/reference/library/equity/fundamental/trailing_dividend_yield.md
@@ -14,7 +14,7 @@ Trailing 1yr dividend yield.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.TRAILING_DIVIDEND_YIELD(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.TRAILING_DIVIDEND_YIELD(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/fundamental/transcript.md b/website/content/excel/reference/library/equity/fundamental/transcript.md
index b469946493d1..d4921e58a58d 100644
--- a/website/content/excel/reference/library/equity/fundamental/transcript.md
+++ b/website/content/excel/reference/library/equity/fundamental/transcript.md
@@ -23,7 +23,7 @@ Earnings Call Transcript. Earnings call transcript for a given company.
## Syntax
```excel wordwrap
-=OBB.EQUITY.FUNDAMENTAL.TRANSCRIPT(required;[optional])
+=OBB.EQUITY.FUNDAMENTAL.TRANSCRIPT(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/market_snapshots.md b/website/content/excel/reference/library/equity/market_snapshots.md
index f65efed5fb03..28b209cbe254 100644
--- a/website/content/excel/reference/library/equity/market_snapshots.md
+++ b/website/content/excel/reference/library/equity/market_snapshots.md
@@ -31,7 +31,7 @@ Get a current, complete, market snapshot.
## Syntax
```excel wordwrap
-=OBB.EQUITY.MARKET_SNAPSHOTS(required;[optional])
+=OBB.EQUITY.MARKET_SNAPSHOTS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/ownership/insider_trading.md b/website/content/excel/reference/library/equity/ownership/insider_trading.md
index 5fc34d683b60..fac023b05a41 100644
--- a/website/content/excel/reference/library/equity/ownership/insider_trading.md
+++ b/website/content/excel/reference/library/equity/ownership/insider_trading.md
@@ -39,7 +39,7 @@ Insider Trading. Information about insider trading.
## Syntax
```excel wordwrap
-=OBB.EQUITY.OWNERSHIP.INSIDER_TRADING(required;[optional])
+=OBB.EQUITY.OWNERSHIP.INSIDER_TRADING(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/ownership/institutional.md b/website/content/excel/reference/library/equity/ownership/institutional.md
index efa420e30c7a..eec31ee0a547 100644
--- a/website/content/excel/reference/library/equity/ownership/institutional.md
+++ b/website/content/excel/reference/library/equity/ownership/institutional.md
@@ -65,7 +65,7 @@ Institutional Ownership. Institutional ownership data.
## Syntax
```excel wordwrap
-=OBB.EQUITY.OWNERSHIP.INSTITUTIONAL(required;[optional])
+=OBB.EQUITY.OWNERSHIP.INSTITUTIONAL(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/ownership/major_holders.md b/website/content/excel/reference/library/equity/ownership/major_holders.md
index b60fe5fe7c8a..dccf3de7dc99 100644
--- a/website/content/excel/reference/library/equity/ownership/major_holders.md
+++ b/website/content/excel/reference/library/equity/ownership/major_holders.md
@@ -42,7 +42,7 @@ Equity Ownership. Information about the company ownership.
## Syntax
```excel wordwrap
-=OBB.EQUITY.OWNERSHIP.MAJOR_HOLDERS(required;[optional])
+=OBB.EQUITY.OWNERSHIP.MAJOR_HOLDERS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/ownership/share_statistics.md b/website/content/excel/reference/library/equity/ownership/share_statistics.md
index f87f27d426e4..0556c9f49797 100644
--- a/website/content/excel/reference/library/equity/ownership/share_statistics.md
+++ b/website/content/excel/reference/library/equity/ownership/share_statistics.md
@@ -23,7 +23,7 @@ Share Statistics. Share statistics for a given company.
## Syntax
```excel wordwrap
-=OBB.EQUITY.OWNERSHIP.SHARE_STATISTICS(required;[optional])
+=OBB.EQUITY.OWNERSHIP.SHARE_STATISTICS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/price/historical.md b/website/content/excel/reference/library/equity/price/historical.md
index 8edcc837cdd9..5422f778ed48 100644
--- a/website/content/excel/reference/library/equity/price/historical.md
+++ b/website/content/excel/reference/library/equity/price/historical.md
@@ -32,7 +32,7 @@ Equity Historical price. Load stock data for a specific ticker.
## Syntax
```excel wordwrap
-=OBB.EQUITY.PRICE.HISTORICAL(required;[optional])
+=OBB.EQUITY.PRICE.HISTORICAL(required; [optional])
```
---
@@ -68,9 +68,7 @@ Equity Historical price. Load stock data for a specific ticker.
| volume | The trading volume. |
| vwap | Volume Weighted Average Price over the period. |
| label | Human readable format of the date. (provider: fmp) |
-| adj_close | Adjusted Close Price of the symbol. (provider: fmp);
- Adjusted closing price during the period. (provider: intrinio);
- Adjusted closing price during the period. (provider: tiingo) |
+| adj_close | Adjusted Close Price of the symbol. (provider: fmp); Adjusted closing price during the period. (provider: intrinio); Adjusted closing price during the period. (provider: tiingo) |
| unadjusted_volume | Unadjusted volume of the symbol. (provider: fmp) |
| change | Change in the price of the symbol from the previous day. (provider: fmp, intrinio) |
| change_percent | Change % in the price of the symbol. (provider: fmp) |
diff --git a/website/content/excel/reference/library/equity/price/nbbo.md b/website/content/excel/reference/library/equity/price/nbbo.md
index 039cbeb682f1..3836b66d765c 100644
--- a/website/content/excel/reference/library/equity/price/nbbo.md
+++ b/website/content/excel/reference/library/equity/price/nbbo.md
@@ -44,7 +44,7 @@ Equity NBBO. Load National Best Bid and Offer for a specific equity.
## Syntax
```excel wordwrap
-=OBB.EQUITY.PRICE.NBBO(required;[optional])
+=OBB.EQUITY.PRICE.NBBO(required; [optional])
```
---
@@ -70,31 +70,14 @@ Equity NBBO. Load National Best Bid and Offer for a specific equity.
| ---- | ----------- |
| ask_exchange | The exchange ID for the ask. |
| ask | The last ask price. |
-| ask_size |
- The ask size. This represents the number of round lot orders at the given ask price.
- The normal round lot size is 100 shares.
- An ask size of 2 means there are 200 shares available to purchase at the given ask price.
- |
+| ask_size | The ask size. This represents the number of round lot orders at the given ask price. The normal round lot size is 100 shares. An ask size of 2 means there are 200 shares available to purchase at the given ask price. |
| bid_size | The bid size in round lots. |
| bid | The last bid price. |
| bid_exchange | The exchange ID for the bid. |
| tape | The exchange tape. (provider: polygon) |
| conditions | A list of condition codes. (provider: polygon) |
| indicators | A list of indicator codes. (provider: polygon) |
-| sequence_num |
- The sequence number represents the sequence in which message events happened.
- These are increasing and unique per ticker symbol, but will not always be sequential
- (e.g., 1, 2, 6, 9, 10, 11)
- (provider: polygon) |
-| participant_timestamp |
- The nanosecond accuracy Participant/Exchange Unix Timestamp.
- This is the timestamp of when the quote was actually generated at the exchange.
- (provider: polygon) |
-| sip_timestamp |
- The nanosecond accuracy SIP Unix Timestamp.
- This is the timestamp of when the SIP received this quote from the exchange which produced it.
- (provider: polygon) |
-| trf_timestamp |
- The nanosecond accuracy TRF (Trade Reporting Facility) Unix Timestamp.
- This is the timestamp of when the trade reporting facility received this quote.
- (provider: polygon) |
+| sequence_num | The sequence number represents the sequence in which message events happened. These are increasing and unique per ticker symbol, but will not always be sequential (e.g., 1, 2, 6, 9, 10, 11) (provider: polygon) |
+| participant_timestamp | The nanosecond accuracy Participant/Exchange Unix Timestamp. This is the timestamp of when the quote was actually generated at the exchange. (provider: polygon) |
+| sip_timestamp | The nanosecond accuracy SIP Unix Timestamp. This is the timestamp of when the SIP received this quote from the exchange which produced it. (provider: polygon) |
+| trf_timestamp | The nanosecond accuracy TRF (Trade Reporting Facility) Unix Timestamp. This is the timestamp of when the trade reporting facility received this quote. (provider: polygon) |
diff --git a/website/content/excel/reference/library/equity/price/performance.md b/website/content/excel/reference/library/equity/price/performance.md
index f0991312ea7f..dbb467f2f38e 100644
--- a/website/content/excel/reference/library/equity/price/performance.md
+++ b/website/content/excel/reference/library/equity/price/performance.md
@@ -38,7 +38,7 @@ Price performance as a return, over different periods.
## Syntax
```excel wordwrap
-=OBB.EQUITY.PRICE.PERFORMANCE(required;[optional])
+=OBB.EQUITY.PRICE.PERFORMANCE(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/price/quote.md b/website/content/excel/reference/library/equity/price/quote.md
index 5320ef53f30e..fac50bd6a9d1 100644
--- a/website/content/excel/reference/library/equity/price/quote.md
+++ b/website/content/excel/reference/library/equity/price/quote.md
@@ -68,7 +68,7 @@ Equity Quote. Load stock data for a specific ticker.
## Syntax
```excel wordwrap
-=OBB.EQUITY.PRICE.QUOTE(required;[optional])
+=OBB.EQUITY.PRICE.QUOTE(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/profile.md b/website/content/excel/reference/library/equity/profile.md
index 7a228cbf60b9..762c2d569150 100644
--- a/website/content/excel/reference/library/equity/profile.md
+++ b/website/content/excel/reference/library/equity/profile.md
@@ -54,7 +54,7 @@ Equity Info. Get general price and performance metrics of a stock.
## Syntax
```excel wordwrap
-=OBB.EQUITY.PROFILE(required;[optional])
+=OBB.EQUITY.PROFILE(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/screener.md b/website/content/excel/reference/library/equity/screener.md
index e13befac2756..47be0b87dc31 100644
--- a/website/content/excel/reference/library/equity/screener.md
+++ b/website/content/excel/reference/library/equity/screener.md
@@ -13,7 +13,7 @@ Equity Screen. Screen for companies meeting various criteria.
## Syntax
```excel wordwrap
-=OBB.EQUITY.SCREENER(required;[optional])
+=OBB.EQUITY.SCREENER(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/equity/search.md b/website/content/excel/reference/library/equity/search.md
index b9b72741600b..ef1ac84f5eb3 100644
--- a/website/content/excel/reference/library/equity/search.md
+++ b/website/content/excel/reference/library/equity/search.md
@@ -56,7 +56,7 @@ Equity Search. Search for a company or stock ticker.
## Syntax
```excel wordwrap
-=OBB.EQUITY.SEARCH(required;[optional])
+=OBB.EQUITY.SEARCH(required; [optional])
```
---
@@ -79,4 +79,6 @@ Equity Search. Search for a company or stock ticker.
| ---- | ----------- |
| symbol | Symbol representing the entity requested in the data. |
| name | Name of the company. |
-| cik | Central Index Key (provider: sec) |
+| cik | ; Central Index Key (provider: sec) |
+| lei | The Legal Entity Identifier (LEI) of the company. (provider: intrinio) |
+| intrinioId | The Intrinio ID of the company. (provider: intrinio) |
diff --git a/website/content/excel/reference/library/equity/shorts/fails_to_deliver.md b/website/content/excel/reference/library/equity/shorts/fails_to_deliver.md
index bd2e3e245b93..8052c3cdb9a0 100644
--- a/website/content/excel/reference/library/equity/shorts/fails_to_deliver.md
+++ b/website/content/excel/reference/library/equity/shorts/fails_to_deliver.md
@@ -25,7 +25,7 @@ Get reported Fail-to-deliver (FTD) data.
## Syntax
```excel wordwrap
-=OBB.EQUITY.SHORTS.FAILS_TO_DELIVER(required;[optional])
+=OBB.EQUITY.SHORTS.FAILS_TO_DELIVER(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/etf/countries.md b/website/content/excel/reference/library/etf/countries.md
index 3e98170d8601..479cc5de3dc5 100644
--- a/website/content/excel/reference/library/etf/countries.md
+++ b/website/content/excel/reference/library/etf/countries.md
@@ -22,7 +22,7 @@ ETF Country weighting.
## Syntax
```excel wordwrap
-=OBB.ETF.COUNTRIES(required;[optional])
+=OBB.ETF.COUNTRIES(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/etf/holdings.md b/website/content/excel/reference/library/etf/holdings.md
index 2eae5978b6cb..501e0605e489 100644
--- a/website/content/excel/reference/library/etf/holdings.md
+++ b/website/content/excel/reference/library/etf/holdings.md
@@ -48,7 +48,7 @@ Get the holdings for an individual ETF.
## Syntax
```excel wordwrap
-=OBB.ETF.HOLDINGS(required;[optional])
+=OBB.ETF.HOLDINGS(required; [optional])
```
---
@@ -70,23 +70,79 @@ Get the holdings for an individual ETF.
| ---- | ----------- |
| symbol | Symbol representing the entity requested in the data. (ETF) |
| name | Name of the ETF holding. |
-| lei | The LEI of the holding. (provider: fmp) |
+| lei | The LEI of the holding. (provider: fmp, sec) |
| title | The title of the holding. (provider: fmp) |
-| cusip | The CUSIP of the holding. (provider: fmp) |
-| isin | The ISIN of the holding. (provider: fmp) |
-| balance | The balance of the holding. (provider: fmp) |
-| units | The units of the holding. (provider: fmp) |
-| currency | The currency of the holding. (provider: fmp) |
-| value | The value of the holding in USD. (provider: fmp) |
-| weight | The weight of the holding in ETF in %. (provider: fmp) |
-| payoff_profile | The payoff profile of the holding. (provider: fmp) |
-| asset_category | The asset category of the holding. (provider: fmp) |
-| issuer_category | The issuer category of the holding. (provider: fmp) |
-| country | The country of the holding. (provider: fmp) |
-| is_restricted | Whether the holding is restricted. (provider: fmp) |
-| fair_value_level | The fair value level of the holding. (provider: fmp) |
-| is_cash_collateral | Whether the holding is cash collateral. (provider: fmp) |
-| is_non_cash_collateral | Whether the holding is non-cash collateral. (provider: fmp) |
-| is_loan_by_fund | Whether the holding is loan by fund. (provider: fmp) |
+| cusip | The CUSIP of the holding. (provider: fmp, sec) |
+| isin | The ISIN of the holding. (provider: fmp, sec) |
+| balance | The balance of the holding. (provider: fmp, sec) |
+| units | The units of the holding. (provider: fmp, sec) |
+| currency | The currency of the holding. (provider: fmp, sec) |
+| value | The value of the holding in USD. (provider: fmp, sec) |
+| weight | The weight of the holding in ETF in %. (provider: fmp, sec) |
+| payoff_profile | The payoff profile of the holding. (provider: fmp, sec) |
+| asset_category | The asset category of the holding. (provider: fmp, sec) |
+| issuer_category | The issuer category of the holding. (provider: fmp, sec) |
+| country | The country of the holding. (provider: fmp, sec) |
+| is_restricted | Whether the holding is restricted. (provider: fmp, sec) |
+| fair_value_level | The fair value level of the holding. (provider: fmp, sec) |
+| is_cash_collateral | Whether the holding is cash collateral. (provider: fmp, sec) |
+| is_non_cash_collateral | Whether the holding is non-cash collateral. (provider: fmp, sec) |
+| is_loan_by_fund | Whether the holding is loan by fund. (provider: fmp, sec) |
| cik | The CIK of the filing. (provider: fmp) |
| acceptance_datetime | The acceptance datetime of the filing. (provider: fmp) |
+| other_id | Internal identifier for the holding. (provider: sec) |
+| loan_value | The loan value of the holding. (provider: sec) |
+| issuer_conditional | The issuer conditions of the holding. (provider: sec) |
+| asset_conditional | The asset conditions of the holding. (provider: sec) |
+| maturity_date | The maturity date of the debt security. (provider: sec) |
+| coupon_kind | The type of coupon for the debt security. (provider: sec) |
+| rate_type | The type of rate for the debt security, floating or fixed. (provider: sec) |
+| annualized_return | The annualized return on the debt security. (provider: sec) |
+| is_default | If the debt security is defaulted. (provider: sec) |
+| in_arrears | If the debt security is in arrears. (provider: sec) |
+| is_paid_kind | If the debt security payments are are paid in kind. (provider: sec) |
+| derivative_category | The derivative category of the holding. (provider: sec) |
+| counterparty | The counterparty of the derivative. (provider: sec) |
+| underlying_name | The name of the underlying asset associated with the derivative. (provider: sec) |
+| option_type | The type of option. (provider: sec) |
+| derivative_payoff | The payoff profile of the derivative. (provider: sec) |
+| expiry_date | The expiry or termination date of the derivative. (provider: sec) |
+| exercise_price | The exercise price of the option. (provider: sec) |
+| exercise_currency | The currency of the option exercise price. (provider: sec) |
+| shares_per_contract | The number of shares per contract. (provider: sec) |
+| delta | The delta of the option. (provider: sec) |
+| rate_type_rec | The type of rate for reveivable portion of the swap. (provider: sec) |
+| receive_currency | The receive currency of the swap. (provider: sec) |
+| upfront_receive | The upfront amount received of the swap. (provider: sec) |
+| floating_rate_index_rec | The floating rate index for reveivable portion of the swap. (provider: sec) |
+| floating_rate_spread_rec | The floating rate spread for reveivable portion of the swap. (provider: sec) |
+| rate_tenor_rec | The rate tenor for reveivable portion of the swap. (provider: sec) |
+| rate_tenor_unit_rec | The rate tenor unit for reveivable portion of the swap. (provider: sec) |
+| reset_date_rec | The reset date for reveivable portion of the swap. (provider: sec) |
+| reset_date_unit_rec | The reset date unit for reveivable portion of the swap. (provider: sec) |
+| rate_type_pmnt | The type of rate for payment portion of the swap. (provider: sec) |
+| payment_currency | The payment currency of the swap. (provider: sec) |
+| upfront_payment | The upfront amount received of the swap. (provider: sec) |
+| floating_rate_index_pmnt | The floating rate index for payment portion of the swap. (provider: sec) |
+| floating_rate_spread_pmnt | The floating rate spread for payment portion of the swap. (provider: sec) |
+| rate_tenor_pmnt | The rate tenor for payment portion of the swap. (provider: sec) |
+| rate_tenor_unit_pmnt | The rate tenor unit for payment portion of the swap. (provider: sec) |
+| reset_date_pmnt | The reset date for payment portion of the swap. (provider: sec) |
+| reset_date_unit_pmnt | The reset date unit for payment portion of the swap. (provider: sec) |
+| repo_type | The type of repo. (provider: sec) |
+| is_cleared | If the repo is cleared. (provider: sec) |
+| is_tri_party | If the repo is tri party. (provider: sec) |
+| principal_amount | The principal amount of the repo. (provider: sec) |
+| principal_currency | The currency of the principal amount. (provider: sec) |
+| collateral_type | The collateral type of the repo. (provider: sec) |
+| collateral_amount | The collateral amount of the repo. (provider: sec) |
+| collateral_currency | The currency of the collateral amount. (provider: sec) |
+| exchange_currency | The currency of the exchange rate. (provider: sec) |
+| exchange_rate | The exchange rate. (provider: sec) |
+| currency_sold | The currency sold in a Forward Derivative. (provider: sec) |
+| currency_amount_sold | The amount of currency sold in a Forward Derivative. (provider: sec) |
+| currency_bought | The currency bought in a Forward Derivative. (provider: sec) |
+| currency_amount_bought | The amount of currency bought in a Forward Derivative. (provider: sec) |
+| notional_amount | The notional amount of the derivative. (provider: sec) |
+| notional_currency | The currency of the derivative's notional amount. (provider: sec) |
+| unrealized_gain | The unrealized gain or loss on the derivative. (provider: sec) |
diff --git a/website/content/excel/reference/library/etf/holdings_date.md b/website/content/excel/reference/library/etf/holdings_date.md
index 56e9b5159cbe..0ec99ea5d69e 100644
--- a/website/content/excel/reference/library/etf/holdings_date.md
+++ b/website/content/excel/reference/library/etf/holdings_date.md
@@ -28,7 +28,7 @@ Get the holdings filing date for an individual ETF.
## Syntax
```excel wordwrap
-=OBB.ETF.HOLDINGS_DATE(required;[optional])
+=OBB.ETF.HOLDINGS_DATE(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/etf/holdings_performance.md b/website/content/excel/reference/library/etf/holdings_performance.md
index 15e67ad42502..6fe99cfc15c2 100644
--- a/website/content/excel/reference/library/etf/holdings_performance.md
+++ b/website/content/excel/reference/library/etf/holdings_performance.md
@@ -25,7 +25,7 @@ Get the ETF holdings performance.
## Syntax
```excel wordwrap
-=OBB.ETF.HOLDINGS_PERFORMANCE(required;[optional])
+=OBB.ETF.HOLDINGS_PERFORMANCE(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/etf/info.md b/website/content/excel/reference/library/etf/info.md
index 86566a168000..f7a9b4f05f56 100644
--- a/website/content/excel/reference/library/etf/info.md
+++ b/website/content/excel/reference/library/etf/info.md
@@ -34,7 +34,7 @@ ETF Information Overview.
## Syntax
```excel wordwrap
-=OBB.ETF.INFO(required;[optional])
+=OBB.ETF.INFO(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/etf/price_performance.md b/website/content/excel/reference/library/etf/price_performance.md
index 2116b9360f10..3cbe2e6656d8 100644
--- a/website/content/excel/reference/library/etf/price_performance.md
+++ b/website/content/excel/reference/library/etf/price_performance.md
@@ -38,7 +38,7 @@ Price performance as a return, over different periods.
## Syntax
```excel wordwrap
-=OBB.ETF.PRICE_PERFORMANCE(required;[optional])
+=OBB.ETF.PRICE_PERFORMANCE(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/etf/search.md b/website/content/excel/reference/library/etf/search.md
index d00b3ee5f7e1..03d58161850e 100644
--- a/website/content/excel/reference/library/etf/search.md
+++ b/website/content/excel/reference/library/etf/search.md
@@ -28,7 +28,7 @@ Search for ETFs. An empty query returns the full list of ETFs from the provider
## Syntax
```excel wordwrap
-=OBB.ETF.SEARCH(required;[optional])
+=OBB.ETF.SEARCH(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/etf/sectors.md b/website/content/excel/reference/library/etf/sectors.md
index 8c2fe68db454..056709008f7b 100644
--- a/website/content/excel/reference/library/etf/sectors.md
+++ b/website/content/excel/reference/library/etf/sectors.md
@@ -29,7 +29,7 @@ ETF Sector weighting.
## Syntax
```excel wordwrap
-=OBB.ETF.SECTORS(required;[optional])
+=OBB.ETF.SECTORS(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/fixedincome/corporate/commercial_paper.md b/website/content/excel/reference/library/fixedincome/corporate/commercial_paper.md
index 6e57008e1582..0c6b5904b32b 100644
--- a/website/content/excel/reference/library/fixedincome/corporate/commercial_paper.md
+++ b/website/content/excel/reference/library/fixedincome/corporate/commercial_paper.md
@@ -32,7 +32,7 @@ Commercial Paper. Commercial paper (CP) consists of short-term, promissory note
## Syntax
```excel wordwrap
-=OBB.FIXEDINCOME.CORPORATE.COMMERCIAL_PAPER(required;[optional])
+=OBB.FIXEDINCOME.CORPORATE.COMMERCIAL_PAPER(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/fixedincome/corporate/hqm.md b/website/content/excel/reference/library/fixedincome/corporate/hqm.md
index 089bb3515a2d..63106ef84024 100644
--- a/website/content/excel/reference/library/fixedincome/corporate/hqm.md
+++ b/website/content/excel/reference/library/fixedincome/corporate/hqm.md
@@ -25,7 +25,7 @@ High Quality Market Corporate Bond. The HQM yield curve represents the high qua
## Syntax
```excel wordwrap
-=OBB.FIXEDINCOME.CORPORATE.HQM(required;[optional])
+=OBB.FIXEDINCOME.CORPORATE.HQM(required; [optional])
```
---
@@ -48,3 +48,4 @@ High Quality Market Corporate Bond. The HQM yield curve represents the high qua
| rate | HighQualityMarketCorporateBond Rate. |
| maturity | Maturity. |
| yield_curve | The yield curve type. |
+| series_id | FRED series id. (provider: fred) |
diff --git a/website/content/excel/reference/library/fixedincome/corporate/ice_bofa.md b/website/content/excel/reference/library/fixedincome/corporate/ice_bofa.md
index 2d4f4443be11..be49aa72befc 100644
--- a/website/content/excel/reference/library/fixedincome/corporate/ice_bofa.md
+++ b/website/content/excel/reference/library/fixedincome/corporate/ice_bofa.md
@@ -42,7 +42,7 @@ ICE BofA US Corporate Bond Indices. The ICE BofA US Corporate Index tracks the
## Syntax
```excel wordwrap
-=OBB.FIXEDINCOME.CORPORATE.ICE_BOFA(required;[optional])
+=OBB.FIXEDINCOME.CORPORATE.ICE_BOFA(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/fixedincome/corporate/moody.md b/website/content/excel/reference/library/fixedincome/corporate/moody.md
index e1c7b37cbe53..ec5425e0320c 100644
--- a/website/content/excel/reference/library/fixedincome/corporate/moody.md
+++ b/website/content/excel/reference/library/fixedincome/corporate/moody.md
@@ -14,7 +14,7 @@ Moody Corporate Bond Index. Moody's Aaa and Baa are investment bonds that acts
## Syntax
```excel wordwrap
-=OBB.FIXEDINCOME.CORPORATE.MOODY(required;[optional])
+=OBB.FIXEDINCOME.CORPORATE.MOODY(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/fixedincome/corporate/spot_rates.md b/website/content/excel/reference/library/fixedincome/corporate/spot_rates.md
index 057a67f63079..209db0e13a77 100644
--- a/website/content/excel/reference/library/fixedincome/corporate/spot_rates.md
+++ b/website/content/excel/reference/library/fixedincome/corporate/spot_rates.md
@@ -32,7 +32,7 @@ Spot Rates. The spot rates for any maturity is the yield on a bond that provide
## Syntax
```excel wordwrap
-=OBB.FIXEDINCOME.CORPORATE.SPOT_RATES(required;[optional])
+=OBB.FIXEDINCOME.CORPORATE.SPOT_RATES(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/fixedincome/government/index.mdx b/website/content/excel/reference/library/fixedincome/government/index.mdx
index a93258a1893d..677939120699 100644
--- a/website/content/excel/reference/library/fixedincome/government/index.mdx
+++ b/website/content/excel/reference/library/fixedincome/government/index.mdx
@@ -5,11 +5,6 @@ import ReferenceCard from '@site/src/components/General/NewReferenceCard';
### Commands
-
-Government Treasury Auctions.
-
-## Syntax
-
-```excel wordwrap
-=OBB.FIXEDINCOME.GOVERNMENT.TREASURY_AUCTIONS(required;[optional])
-```
-
----
-
-## Parameters
-
-| Name | Type | Description | Optional |
-| ---- | ---- | ----------- | -------- |
-| provider | Text | Options: government_us | True |
-| type | Any | Used to only return securities of a particular type. | True |
-| cusip | Text | Filter securities by CUSIP. | True |
-| pagesize | Number | Maximum number of results to return; you must also include pagenum when using pagesize. | True |
-| pagenum | Number | The first page number to display results for; used in combination with page size. | True |
-| start_date | Text | Start date of the data, in YYYY-MM-DD format. The default is 90 days ago. | True |
-| end_date | Text | End date of the data, in YYYY-MM-DD format. The default is today. | True |
-
----
-
-## Return Data
-
-| Name | Description |
-| ---- | ----------- |
-| cusip | CUSIP of the Security. |
-| issue_date | The issue date of the security. |
-| security_type | The type of security. |
-| security_term | The term of the security. |
-| maturity_date | The maturity date of the security. |
-| interest_rate | The interest rate of the security. |
-| cpi_on_issue_date | Reference CPI rate on the issue date of the security. |
-| cpi_on_dated_date | Reference CPI rate on the dated date of the security. |
-| announcement_date | The announcement date of the security. |
-| auction_date | The auction date of the security. |
-| auction_date_year | The auction date year of the security. |
-| dated_date | The dated date of the security. |
-| first_payment_date | The first payment date of the security. |
-| accrued_interest_per_100 | Accrued interest per $100. |
-| accrued_interest_per_1000 | Accrued interest per $1000. |
-| adjusted_accrued_interest_per_100 | Adjusted accrued interest per $100. |
-| adjusted_accrued_interest_per_1000 | Adjusted accrued interest per $1000. |
-| adjusted_price | Adjusted price. |
-| allocation_percentage | Allocation percentage, as normalized percentage points. |
-| allocation_percentage_decimals | The number of decimals in the Allocation percentage. |
-| announced_cusip | The announced CUSIP of the security. |
-| auction_format | The auction format of the security. |
-| avg_median_discount_rate | The average median discount rate of the security. |
-| avg_median_investment_rate | The average median investment rate of the security. |
-| avg_median_price | The average median price paid for the security. |
-| avg_median_discount_margin | The average median discount margin of the security. |
-| avg_median_yield | The average median yield of the security. |
-| back_dated | Whether the security is back dated. |
-| back_dated_date | The back dated date of the security. |
-| bid_to_cover_ratio | The bid to cover ratio of the security. |
-| call_date | The call date of the security. |
-| callable | Whether the security is callable. |
-| called_date | The called date of the security. |
-| cash_management_bill | Whether the security is a cash management bill. |
-| closing_time_competitive | The closing time for competitive bids on the security. |
-| closing_time_non_competitive | The closing time for non-competitive bids on the security. |
-| competitive_accepted | The accepted value for competitive bids on the security. |
-| competitive_accepted_decimals | The number of decimals in the Competitive Accepted. |
-| competitive_tendered | The tendered value for competitive bids on the security. |
-| competitive_tenders_accepted | Whether competitive tenders are accepted on the security. |
-| corp_us_cusip | The CUSIP of the security. |
-| cpi_base_reference_period | The CPI base reference period of the security. |
-| currently_outstanding | The currently outstanding value on the security. |
-| direct_bidder_accepted | The accepted value from direct bidders on the security. |
-| direct_bidder_tendered | The tendered value from direct bidders on the security. |
-| est_amount_of_publicly_held_maturing_security | The estimated amount of publicly held maturing securities on the security. |
-| fima_included | Whether the security is included in the FIMA (Foreign and International Money Authorities). |
-| fima_non_competitive_accepted | The non-competitive accepted value on the security from FIMAs. |
-| fima_non_competitive_tendered | The non-competitive tendered value on the security from FIMAs. |
-| first_interest_period | The first interest period of the security. |
-| first_interest_payment_date | The first interest payment date of the security. |
-| floating_rate | Whether the security is a floating rate. |
-| frn_index_determination_date | The FRN index determination date of the security. |
-| frn_index_determination_rate | The FRN index determination rate of the security. |
-| high_discount_rate | The high discount rate of the security. |
-| high_investment_rate | The high investment rate of the security. |
-| high_price | The high price of the security at auction. |
-| high_discount_margin | The high discount margin of the security. |
-| high_yield | The high yield of the security at auction. |
-| index_ratio_on_issue_date | The index ratio on the issue date of the security. |
-| indirect_bidder_accepted | The accepted value from indirect bidders on the security. |
-| indirect_bidder_tendered | The tendered value from indirect bidders on the security. |
-| interest_payment_frequency | The interest payment frequency of the security. |
-| low_discount_rate | The low discount rate of the security. |
-| low_investment_rate | The low investment rate of the security. |
-| low_price | The low price of the security at auction. |
-| low_discount_margin | The low discount margin of the security. |
-| low_yield | The low yield of the security at auction. |
-| maturing_date | The maturing date of the security. |
-| max_competitive_award | The maximum competitive award at auction. |
-| max_non_competitive_award | The maximum non-competitive award at auction. |
-| max_single_bid | The maximum single bid at auction. |
-| min_bid_amount | The minimum bid amount at auction. |
-| min_strip_amount | The minimum strip amount at auction. |
-| min_to_issue | The minimum to issue at auction. |
-| multiples_to_bid | The multiples to bid at auction. |
-| multiples_to_issue | The multiples to issue at auction. |
-| nlp_exclusion_amount | The NLP exclusion amount at auction. |
-| nlp_reporting_threshold | The NLP reporting threshold at auction. |
-| non_competitive_accepted | The accepted value from non-competitive bidders on the security. |
-| non_competitive_tenders_accepted | Whether or not the auction accepted non-competitive tenders. |
-| offering_amount | The offering amount at auction. |
-| original_cusip | The original CUSIP of the security. |
-| original_dated_date | The original dated date of the security. |
-| original_issue_date | The original issue date of the security. |
-| original_security_term | The original term of the security. |
-| pdf_announcement | The PDF filename for the announcement of the security. |
-| pdf_competitive_results | The PDF filename for the competitive results of the security. |
-| pdf_non_competitive_results | The PDF filename for the non-competitive results of the security. |
-| pdf_special_announcement | The PDF filename for the special announcements. |
-| price_per_100 | The price per 100 of the security. |
-| primary_dealer_accepted | The primary dealer accepted value on the security. |
-| primary_dealer_tendered | The primary dealer tendered value on the security. |
-| reopening | Whether or not the auction was reopened. |
-| security_term_day_month | The security term in days or months. |
-| security_term_week_year | The security term in weeks or years. |
-| series | The series name of the security. |
-| soma_accepted | The SOMA accepted value on the security. |
-| soma_holdings | The SOMA holdings on the security. |
-| soma_included | Whether or not the SOMA (System Open Market Account) was included on the security. |
-| soma_tendered | The SOMA tendered value on the security. |
-| spread | The spread on the security. |
-| standard_payment_per_1000 | The standard payment per 1000 of the security. |
-| strippable | Whether or not the security is strippable. |
-| term | The term of the security. |
-| tiin_conversion_factor_per_1000 | The TIIN conversion factor per 1000 of the security. |
-| tips | Whether or not the security is TIPS. |
-| total_accepted | The total accepted value at auction. |
-| total_tendered | The total tendered value at auction. |
-| treasury_retail_accepted | The accepted value on the security from retail. |
-| treasury_retail_tenders_accepted | Whether or not the tender offers from retail are accepted |
-| type | The type of issuance. This might be different than the security type. |
-| unadjusted_accrued_interest_per_1000 | The unadjusted accrued interest per 1000 of the security. |
-| unadjusted_price | The unadjusted price of the security. |
-| updated_timestamp | The updated timestamp of the security. |
-| xml_announcement | The XML filename for the announcement of the security. |
-| xml_competitive_results | The XML filename for the competitive results of the security. |
-| xml_special_announcement | The XML filename for special announcements. |
-| tint_cusip1 | Tint CUSIP 1. |
-| tint_cusip2 | Tint CUSIP 2. |
diff --git a/website/content/excel/reference/library/fixedincome/government/treasury_rates.md b/website/content/excel/reference/library/fixedincome/government/treasury_rates.md
index 0434e6b58476..b607fc7f029f 100644
--- a/website/content/excel/reference/library/fixedincome/government/treasury_rates.md
+++ b/website/content/excel/reference/library/fixedincome/government/treasury_rates.md
@@ -14,7 +14,7 @@ Government Treasury Rates.
## Syntax
```excel wordwrap
-=OBB.FIXEDINCOME.GOVERNMENT.TREASURY_RATES(required;[optional])
+=OBB.FIXEDINCOME.GOVERNMENT.TREASURY_RATES(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/fixedincome/government/us_yield_curve.md b/website/content/excel/reference/library/fixedincome/government/us_yield_curve.md
index 3752bfa8878c..5ce46b1ca428 100644
--- a/website/content/excel/reference/library/fixedincome/government/us_yield_curve.md
+++ b/website/content/excel/reference/library/fixedincome/government/us_yield_curve.md
@@ -27,7 +27,7 @@ US Yield Curve. Get United States yield curve.
## Syntax
```excel wordwrap
-=OBB.FIXEDINCOME.GOVERNMENT.US_YIELD_CURVE(required;[optional])
+=OBB.FIXEDINCOME.GOVERNMENT.US_YIELD_CURVE(required; [optional])
```
---
diff --git a/website/content/excel/reference/library/fixedincome/index.mdx b/website/content/excel/reference/library/fixedincome/index.mdx
index afdfc36b1330..0a9f4b5d677c 100644
--- a/website/content/excel/reference/library/fixedincome/index.mdx
+++ b/website/content/excel/reference/library/fixedincome/index.mdx
@@ -14,7 +14,7 @@ import ReferenceCard from '@site/src/components/General/NewReferenceCard';
url="fixedincome/rate"
/> dict:
data = {}
for name, info in schema.items():
data[name] = {
- "description": info.get("description", ""),
+ "description": info.get("description", "").replace("\n", " "),
}
return data
@@ -125,7 +125,7 @@ def get_info(self, cmd: str) -> Dict[str, Any]:
return {}
description = self.xl_funcs[cmd].get("description", "").replace("\n", " ")
signature_ = (
- "=OBB." + self.xl_funcs[cmd].get("name", "") + "(required;[optional])"
+ "=OBB." + self.xl_funcs[cmd].get("name", "") + "(required; [optional])"
)
return_ = self.xl_funcs[cmd].get("result", {}).get("dimensionality", "")
if model_name := self.get_model(cmd):