curl --request GET \
--url https://api.example.com/api/quarterly{
"summary": {
"copy": "<string>",
"provenance": {},
"recordDateLabel": "<string>"
},
"copy": "<string>",
"provenance": {
"source": "<string>",
"recordDate": "<string>",
"fetchedAt": "<string>",
"isLive": true
},
"recordDateLabel": "<string>",
"generatedAt": "<string>",
"version": "<string>"
}Quarterly market regime summary for strategic planning
curl --request GET \
--url https://api.example.com/api/quarterly{
"summary": {
"copy": "<string>",
"provenance": {},
"recordDateLabel": "<string>"
},
"copy": "<string>",
"provenance": {
"source": "<string>",
"recordDate": "<string>",
"fetchedAt": "<string>",
"isLive": true
},
"recordDateLabel": "<string>",
"generatedAt": "<string>",
"version": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://mintlify.com/zz-plant/whether/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/quarterly
curl https://your-domain.com/api/quarterly
{
"summary": {
"copy": "Q1 2026 shows sustained expansion regime with stable interest rates. Treasury base rate averaged 4.2% with minimal volatility. Yield curve remained normalized throughout the quarter, suggesting continued accommodative conditions. Strategic initiatives can proceed with standard risk parameters.",
"provenance": {
"source": "US_TREASURY",
"recordDate": "2026-03-02",
"fetchedAt": "2026-03-03T10:30:00Z",
"isLive": true
},
"recordDateLabel": "March 2, 2026"
},
"copy": "Q1 2026 shows sustained expansion regime...",
"provenance": {
"source": "US_TREASURY",
"recordDate": "2026-03-02",
"fetchedAt": "2026-03-03T10:30:00Z",
"isLive": true
},
"recordDateLabel": "March 2, 2026",
"generatedAt": "2026-03-03T10:00:00Z",
"version": "v1"
}
recordDateLabel reflects the specific data point date, while the summary copy references the broader quarter (“Q1 2026”).