Factset · Schema
highLow
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| adjDate | string | Date of last split for which prices have been adjusted. |
| date | string | Specific reference date for the period expressed in YYYY-MM-DD format. |
| period | string | The period of measure requested using the period query parameter. |
| 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 |
| priceHigh | number | High price over the period requested. This can represent the intra-day or closing price depending on the priceType requested. By default the price is as of closing in local trading currency, split adj |
| priceLow | number | Low price over the period requested. This can represent the intra-day or closing price depending on the priceType requested. By default the price is as of closing in local trading currency, split adju |
| priceHighDate | string | Date in which the highest price occurred over the requested period for the given id expressed in YYYY-MM-DD format. |
| priceLowDate | string | Date in which the lowest price occurred over the requested period for the given id expressed in YYYY-MM-DD format. |
| requestId | string | Identifier that was used for the request. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "highLow",
"type": "object",
"properties": {
"adjDate": {
"type": "string",
"description": "Date of last split for which prices have been adjusted."
},
"date": {
"type": "string",
"description": "Specific reference date for the period expressed in YYYY-MM-DD format."
},
"period": {
"type": "string",
"description": "The period of measure requested using the period query parameter."
},
"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."
},
"priceHigh": {
"type": "number",
"description": "High price over the period requested. This can represent the intra-day or closing price depending on the priceType requested. By default the price is as of closing in local trading currency, split adjusted and not spinoff adjusted."
},
"priceLow": {
"type": "number",
"description": "Low price over the period requested. This can represent the intra-day or closing price depending on the priceType requested. By default the price is as of closing in local trading currency, split adjusted and not spinoff adjusted."
},
"priceHighDate": {
"type": "string",
"description": "Date in which the highest price occurred over the requested period for the given id expressed in YYYY-MM-DD format."
},
"priceLowDate": {
"type": "string",
"description": "Date in which the lowest price occurred over the requested period for the given id expressed in YYYY-MM-DD format."
},
"requestId": {
"type": "string",
"description": "Identifier that was used for the request."
}
}
}