curl --request GET \
--url https://api.example.com/api/yearly{
"summary": {
"copy": "<string>",
"provenance": {},
"recordDateLabel": "<string>"
},
"copy": "<string>",
"provenance": {
"source": "<string>",
"recordDate": "<string>",
"fetchedAt": "<string>",
"isLive": true
},
"recordDateLabel": "<string>",
"generatedAt": "<string>",
"version": "<string>"
}Annual market regime summary for long-term strategic planning
curl --request GET \
--url https://api.example.com/api/yearly{
"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/yearly
curl https://your-domain.com/api/yearly
{
"summary": {
"copy": "2026 demonstrated a stable expansion regime with Treasury base rates ranging 3.8-4.5%. Yield curve remained normalized for 9 of 12 months, with brief late-cycle signals in Q3 that resolved by Q4. Overall macro environment supported sustained investment and growth initiatives. No prolonged constraint periods observed.",
"provenance": {
"source": "US_TREASURY",
"recordDate": "2026-03-02",
"fetchedAt": "2026-03-03T10:30:00Z",
"isLive": true
},
"recordDateLabel": "March 2, 2026"
},
"copy": "2026 demonstrated a stable 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"
}
copy references the calendar year (e.g., “2026”) while recordDateLabel shows the specific data point date.