Factset · Schema
splits
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| fsymId | string | Factset Regional Security Identifier. Six alpha-numeric characters, excluding vowels, with an -R suffix (XXXXXX-R). Identifies the security's best regional security data series per currency. For equit |
| date | string | Ex-Date of the split expressed in YYYY-MM-DD format. |
| splitFactor | number | Split adjustment factor for n splits ago. A 2-for-1 split returns .50, the number you would multiply the stock price by to adjust for the split. |
| splitComment | string | Description for the type of split or spin off. |
| requestId | string | Identifier that was used for the request. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "splits",
"type": "object",
"properties": {
"fsymId": {
"type": "string",
"description": "Factset Regional Security Identifier. Six alpha-numeric characters, excluding vowels, with an -R suffix (XXXXXX-R). Identifies the security's best regional security data series per currency. For equities, all primary listings per region and currency are allocated a regional-level permanent identifier. The regional-level permanent identifier will be available once a SEDOL representing the region/currency has been allocated and the identifiers are on FactSet."
},
"date": {
"type": "string",
"description": "Ex-Date of the split expressed in YYYY-MM-DD format."
},
"splitFactor": {
"type": "number",
"description": "Split adjustment factor for n splits ago. A 2-for-1 split returns .50, the number you would multiply the stock price by to adjust for the split."
},
"splitComment": {
"type": "string",
"description": "Description for the type of split or spin off."
},
"requestId": {
"type": "string",
"description": "Identifier that was used for the request."
}
}
}