Factset · Schema

sdgFrequency

Controls the display frequency of the data returned. * **D** = Daily data (to receive most recent day's values, you must use daily frequency). * **W** = Weekly, End of week as of UTC Sunday at 12 AM. * **M** = Monthly, End of month as of UTC 12 AM. * **CY** = Yearly, End of year as of UTC 12 AM.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
View JSON Schema on GitHub

JSON Schema

factset-esg-sdg-frequency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "sdgFrequency",
  "type": "string",
  "description": "Controls the display frequency of the data returned.\n  * **D** = Daily data (to receive most recent day's values, you must use daily frequency). \n  * **W** = Weekly, End of week as of UTC Sunday at 12 AM. \n  * **M** = Monthly, End of month as of UTC 12 AM.\n  * **CY** = Yearly, End of year as of UTC 12 AM.\n"
}