Factset · Schema
detailEstimate
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| fsymId | string | |
| metric | string | Company's Financial statement 'metric' that is estimated. Use the factset-estimates/v#/metrics endpoint for a complete list. For more details, visit [Online Assistant Page #15034](https://oa.apps.fact |
| periodicity | string | Company's 'periodicity' for the estimate record, reflecting Annual, Quarterly, or Semi-Annual report periods. |
| fiscalYear | integer | Company's 'fiscal year' for the estimate record |
| fiscalPeriod | integer | Company's 'fiscal period' for the estimate record. 'Periodicity' defines context for period. |
| fiscalEndDate | string | Company's 'fiscal end date' for the estimate record expressed in YYYY-MM-DD format |
| relativePeriod | integer | 'Fiscal period' based on relationship to 'estimate date'. This is not applicable for fixed-consensus endpoint. For more details, visit [Online Assistant Page #16598](https://oa.apps.factset.com/pages/ |
| currency | string | Currency code for adjusting the data. Use 'ESTIMATE' as input value for the values in Estimate Currency. For a list of currency ISO codes, visit [Online Assistant Page #1470](https://oa.apps.factset.c |
| estimateDate | string | Date of estimate expressed in YYYY-MM-DD format. For more details, visit [Online Assistant Page #16598](https://oa.apps.factset.com/pages/16598) |
| estimateValue | number | The value of the estimate. |
| analystId | string | The FactSet Entity Identifier for the analyst making the estimate. |
| analystName | string | The name of the analyst making the estimate. |
| brokerId | string | The FactSet Entity Identifier for the broker making the estimate. |
| brokerName | string | The name of the broker making the estimate. |
| lastModifiedDate | string | The date at which a broker provided an estimate that is a revision. |
| prevEstimateDate | string | Date the previous estimate was made expressed in YYYY-MM-DD format. For more details, visit [Online Assistant Page #16598](https://oa.apps.factset.com/pages/16598) |
| prevEstimateValue | number | The value of the previous estimate. |
| section | string | Section of the estimate.Returns the details of brokers inlcuded and excluded in the consensus |
| statusCode | integer | Status code of the estimate. |
| statusText | string | Status description of the estimate. |
| requestId | string | Identifier that was used for the request. |
| inputDateTime | string | Date and time when the data is available at the source. |
| securityCurrency | string | The currency that the company trades in. |
| brokerEstimateCurrency | string | The currency in which estimates are made by broker. |
| estimateCurrency | string | Estimate currency of the requested Security |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "detailEstimate",
"type": "object",
"properties": {
"fsymId": {
"type": "string"
},
"metric": {
"type": "string",
"description": "Company's Financial statement 'metric' that is estimated. Use the factset-estimates/v#/metrics endpoint for a complete list. For more details, visit [Online Assistant Page #15034](https://oa.apps.factset.com/pages/15034)."
},
"periodicity": {
"type": "string",
"description": "Company's 'periodicity' for the estimate record, reflecting Annual, Quarterly, or Semi-Annual report periods."
},
"fiscalYear": {
"type": "integer",
"description": "Company's 'fiscal year' for the estimate record"
},
"fiscalPeriod": {
"type": "integer",
"description": "Company's 'fiscal period' for the estimate record. 'Periodicity' defines context for period."
},
"fiscalEndDate": {
"type": "string",
"description": "Company's 'fiscal end date' for the estimate record expressed in YYYY-MM-DD format"
},
"relativePeriod": {
"type": "integer",
"description": "'Fiscal period' based on relationship to 'estimate date'. This is not applicable for fixed-consensus endpoint. For more details, visit [Online Assistant Page #16598](https://oa.apps.factset.com/pages/16598)"
},
"currency": {
"type": "string",
"description": "Currency code for adjusting the data. Use 'ESTIMATE' as input value for the values in Estimate Currency. For a list of currency ISO codes, visit [Online Assistant Page #1470](https://oa.apps.factset.com/pages/1470)."
},
"estimateDate": {
"type": "string",
"description": "Date of estimate expressed in YYYY-MM-DD format. For more details, visit [Online Assistant Page #16598](https://oa.apps.factset.com/pages/16598)"
},
"estimateValue": {
"type": "number",
"description": "The value of the estimate."
},
"analystId": {
"type": "string",
"description": "The FactSet Entity Identifier for the analyst making the estimate."
},
"analystName": {
"type": "string",
"description": "The name of the analyst making the estimate."
},
"brokerId": {
"type": "string",
"description": "The FactSet Entity Identifier for the broker making the estimate."
},
"brokerName": {
"type": "string",
"description": "The name of the broker making the estimate."
},
"lastModifiedDate": {
"type": "string",
"description": "The date at which a broker provided an estimate that is a revision."
},
"prevEstimateDate": {
"type": "string",
"description": "Date the previous estimate was made expressed in YYYY-MM-DD format. For more details, visit [Online Assistant Page #16598](https://oa.apps.factset.com/pages/16598)"
},
"prevEstimateValue": {
"type": "number",
"description": "The value of the previous estimate."
},
"section": {
"type": "string",
"description": "Section of the estimate.Returns the details of brokers inlcuded and excluded in the consensus"
},
"statusCode": {
"type": "integer",
"description": "Status code of the estimate."
},
"statusText": {
"type": "string",
"description": "Status description of the estimate."
},
"requestId": {
"type": "string",
"description": "Identifier that was used for the request."
},
"inputDateTime": {
"type": "string",
"description": "Date and time when the data is available at the source."
},
"securityCurrency": {
"type": "string",
"description": "The currency that the company trades in."
},
"brokerEstimateCurrency": {
"type": "string",
"description": "The currency in which estimates are made by broker."
},
"estimateCurrency": {
"type": "string",
"description": "Estimate currency of the requested Security"
}
}
}