Factset · Schema

pricesFields

Request available pricing data fields to be included in the response. Default is all fields. All responses will include the _fsymId_, _date_, and _currency_ fields. |field|description| ||| |price|Closing Price| |priceOpen|Opening Price| |priceHigh|High Price| |priceLow|Low Price| |volume|Volume| |turnover|Total Trade Value for the Day| |tradeCount|Number of Trades| |vwap|Volume Weighted Average Price|

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
View JSON Schema on GitHub

JSON Schema

factset-global-prices-prices-fields-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "pricesFields",
  "type": "array",
  "description": "Request available pricing data fields to be included in the response. Default is all fields. All responses will include the _fsymId_, _date_, and _currency_ fields.\n  |field|description|\n  |||\n  |price|Closing Price|\n  |priceOpen|Opening Price|\n  |priceHigh|High Price|\n  |priceLow|Low Price|\n  |volume|Volume|\n  |turnover|Total Trade Value for the Day|\n  |tradeCount|Number of Trades|\n  |vwap|Volume Weighted Average Price|\n"
}