Factset · Schema
Estimate
A single consensus estimate data point aggregating analyst projections for a security, metric, and fiscal period.
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| requestId | string | Identifier that was used for the request. |
| fsymId | ['string', 'null'] | FactSet Regional Security Identifier. |
| metric | ['string', 'null'] | The estimate metric identifier. |
| periodicity | ['string', 'null'] | Periodicity of the fiscal period. |
| fiscalPeriod | ['integer', 'null'] | Fiscal period indicator. |
| fiscalYear | ['integer', 'null'] | Fiscal year in YYYY format. |
| fiscalEndDate | ['string', 'null'] | The date the fiscal period ends. |
| currency | ['string', 'null'] | ISO 4217 currency code. |
| estimateCount | ['integer', 'null'] | Number of analyst estimates included in the consensus. |
| mean | ['number', 'null'] | Mean (average) of analyst estimates. |
| median | ['number', 'null'] | Median of analyst estimates. |
| high | ['number', 'null'] | Highest analyst estimate. |
| low | ['number', 'null'] | Lowest analyst estimate. |
| standardDeviation | ['number', 'null'] | Standard deviation of analyst estimates. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Estimate",
"type": "object",
"description": "A single consensus estimate data point aggregating analyst projections for a security, metric, and fiscal period.",
"properties": {
"requestId": {
"type": "string",
"description": "Identifier that was used for the request."
},
"fsymId": {
"type": "['string', 'null']",
"description": "FactSet Regional Security Identifier."
},
"metric": {
"type": "['string', 'null']",
"description": "The estimate metric identifier."
},
"periodicity": {
"type": "['string', 'null']",
"description": "Periodicity of the fiscal period."
},
"fiscalPeriod": {
"type": "['integer', 'null']",
"description": "Fiscal period indicator."
},
"fiscalYear": {
"type": "['integer', 'null']",
"description": "Fiscal year in YYYY format."
},
"fiscalEndDate": {
"type": "['string', 'null']",
"description": "The date the fiscal period ends."
},
"currency": {
"type": "['string', 'null']",
"description": "ISO 4217 currency code."
},
"estimateCount": {
"type": "['integer', 'null']",
"description": "Number of analyst estimates included in the consensus."
},
"mean": {
"type": "['number', 'null']",
"description": "Mean (average) of analyst estimates."
},
"median": {
"type": "['number', 'null']",
"description": "Median of analyst estimates."
},
"high": {
"type": "['number', 'null']",
"description": "Highest analyst estimate."
},
"low": {
"type": "['number', 'null']",
"description": "Lowest analyst estimate."
},
"standardDeviation": {
"type": "['number', 'null']",
"description": "Standard deviation of analyst estimates."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/factset-fundamentals-estimate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.