x-api-key: ********************curl --location 'https://sugra.ai/api/v1/indicators/ht_dcperiod?symbol=undefined&time_period=undefined&interval=undefined&range=undefined&outputsize=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"symbol": "AAPL",
"indicator": "sma",
"interval": "1d",
"outputsize": 30,
"time_period": [
14
],
"series_by_period": {
"property1": [
{
"date": "2026-04-30T20:00:00Z",
"value": 174.32
}
],
"property2": [
{
"date": "2026-04-30T20:00:00Z",
"value": 174.32
}
]
},
"source": "sugra_finance"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true
}
}