Custom Functions Reference

Custom Functions Reference – InSync Consensus

Consensus Custom Functions

Help and syntax for the InSync Consensus Excel custom functions. Every function is called under the INSYNC. namespace and requires an active signed-in add-in session.

Functions on This Page

INSYNC.IAD_OFJ Streaming

InSync Analytics Data retrieves financial data and estimates for a ticker and fiscal period.

=INSYNC.IAD_OFJ(ticker, [period], [ltCode], [ltType], [dp])
ParameterRequiredDescription
tickerRequiredTicker symbol, for example "AAPL".
periodOptionalFiscal period or metadata selector.
ltCodeOptionalLine item code.
ltTypeOptionalLine item type or broker.
dpOptionalDatapoint selector.

Example

=INSYNC.IAD_OFJ("AAPL", "2026", "IS_P_101", "CD")

This is a streaming function. The cell updates automatically as data is delivered. Back to top

INSYNC.IGD_OFJ Streaming

InSync Guidance Data returns a company’s guidance figure for a fiscal period.

=INSYNC.IGD_OFJ(ticker, [fiscalPeriod], [ltCode], [category], [sourcePeriod])
ParameterRequiredDescription
tickerRequiredTicker symbol.
fiscalPeriodOptionalGuidance fiscal period, for example 2027.
ltCodeOptionalLine item / LT code, or UIC for i_ codes.
categoryOptionalGuidance datapoint: G, GH, GM, or GL.
sourcePeriodOptionalOptional source fiscal period.

Example

=INSYNC.IGD_OFJ("AAPL", "2027", "IS_P_101", "GM")

Guidance values may return as a range depending on the category selector. Back to top

INSYNC.ISD_OFJ Streaming

InSync Stock Data is a COM-compatible alias that keeps the legacy Insert Formula stock output shape while reusing the broker-data engine.

=INSYNC.ISD_OFJ(ticker, datacategory, [datedon], [ltType])
ParameterRequiredDescription
tickerRequiredTicker symbol.
datacategoryRequiredStock data category.
datedonOptionalOptional date selector.
ltTypeOptionalOptional subtype.

Example

=INSYNC.ISD_OFJ("AAPL", "Close", "2025-12-31")

Streaming function provided for backward compatibility with legacy Insert Formula sheets. Back to top

INSYNC.ILD_OFJ

InSync Line Data returns the available line-item codes for a ticker and category as a spilled range.

=INSYNC.ILD_OFJ(ticker, [selector])
ParameterRequiredDescription
tickerRequiredTicker symbol.
selectorOptionalLine-item selector, such as AllLineItem, AllLineItem.IS, AllLineItem.BS, AllLineItem.CF, AllLineItem.SD.OM, or AllLineItem.KPI.

Example

=INSYNC.ILD_OFJ("AAPL", "AllLineItem.IS")

Returns a matrix, or spilled range, of line-item codes. Back to top

INSYNC.IBD_OFJ Volatile

InSync Broker Data retrieves broker-specific market data for a ticker.

=INSYNC.IBD_OFJ(ticker, datacategory, [datedon], [ltType])
ParameterRequiredDescription
tickerRequiredTicker symbol.
datacategoryRequiredData category or broker selector.
datedonOptionalDate or datapoint selector.
ltTypeOptionalOptional broker subtype.

Example

=INSYNC.IBD_OFJ("AAPL", "TargetPrice")

Volatile function. Recalculates whenever the workbook recalculates. Back to top

Need More Help?

Visit the Support page or reach the InSync team through the contact page.