Given the sample query below from the help page.
How can i retrieve interims (example S1, or quarters) what is the keyword?
Example: if FY1 is to fiscal year1 what is for Q1 / S1 etc...
Thanks!
{
"GetSummary_Request_1": {
"Symbols": {
"Symbol": [
{
"Value": "IBM.N"
}
]
},
"BasisIndicator": "Consolidated",
"MeasureCodes": {
"MeasureCode": [
"EPS"
]
},
"DateOptions": {
"DateOption": [
{
"Period": "FY1",
"StartDate": ""
}
]
},
"RequestOptions": {
"IncludeSymbolInfo": true,
"IncludeFootNotes": true
}
}
}