Use Live Factor Dashboard
Use this as a monitoring skill: what is moving, when it was observed, and how a position's published loadings may be exposed. Do not imply a live trade signal.
First Read
curl --fail --silent --show-error \
"https://api.secapi.ai/v1/factors/returns/intraday" \
-H "x-api-key: $SECAPI_API_KEY"
What to provide
Give the agent a ticker when position sensitivity matters and say what makes a move worth investigating. The intraday endpoint is an observation at a response time, not a market-data guarantee.
Research path
- Start with
GET /v1/factors/returns/intradayand retain the response timestamp and freshness state when supplied. - Inspect a position with
GET /v1/stocks/{ticker}/loadings. - Use
GET /v1/factors/correlationsfor concentration context, not a directional forecast. - Use the response timestamp and any returned freshness state to decide whether the observation is suitable for the question.
Expected result
Show the unusual moves, the time observed, the position loadings that bear on sensitivity, and any stale, proxy, or degraded state returned by the API. Keep correlation and loading evidence separate from a claim about why a price moved. Intraday observations are not closing prices, execution instructions, or a guarantee of persistence.