Factset · Schema

price

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
fsymId string FactSet Permanent Identifier. Six alpha-numeric characters, excluding vowels, with an -R suffix (XXXXXX-R) or a -L Suffix (XXXXXX-L).
date string Ending date for the period expressed in YYYY-MM-DD format.
currency string Currency ISO code. For more details, visit [Online Assistant Page #1470](https://oa.apps.factset.com/pages/1470).
requestId string Identifier that was used for the request.
View JSON Schema on GitHub

JSON Schema

factset-global-prices-price-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "price",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string",
      "description": "FactSet Permanent Identifier. Six alpha-numeric characters, excluding vowels, with an -R suffix (XXXXXX-R) or a -L Suffix (XXXXXX-L)."
    },
    "date": {
      "type": "string",
      "description": "Ending date for the period expressed in YYYY-MM-DD format."
    },
    "currency": {
      "type": "string",
      "description": "Currency ISO code. For more details, visit [Online Assistant Page #1470](https://oa.apps.factset.com/pages/1470)."
    },
    "requestId": {
      "type": "string",
      "description": "Identifier that was used for the request."
    }
  }
}