**#NF#** - Not found. The requested symbol could not be found by the service.
NA
object
**#NA#** - Not Applicable. The requested field could not be found for the requested symbol. This usually means that the field is not applicable for this type of record.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "specialfield",
"type": "object",
"properties": {
"NF": {
"type": "string",
"description": "**#NF#** - Not found. The requested symbol could not be found by the service."
},
"NA": {
"type": "object",
"description": "**#NA#** - Not Applicable. The requested field could not be found for the requested symbol. This usually means that the field is not applicable for this type of record."
}
}
}