Returns AI estimate payload for the requested ticker.
curl -X GET "https://api.marketcrunch.ai/ai-estimates?ticker=<TICKER>" \
-H "MC-API-KEY-ID: <your_api_key_id>" \
-H "MC-API-SECRET-KEY: <your_api_secret_key>"
Sample response
Returns technical summary and required technical scores.
curl -X GET "https://api.marketcrunch.ai/technical?ticker=<TICKER>" \
-H "MC-API-KEY-ID: <your_api_key_id>" \
-H "MC-API-SECRET-KEY: <your_api_secret_key>"
Sample response
Returns positive and negative factors from analysis output.
curl -X GET "https://api.marketcrunch.ai/factors?ticker=<TICKER>" \
-H "MC-API-KEY-ID: <your_api_key_id>" \
-H "MC-API-SECRET-KEY: <your_api_secret_key>"
Sample response
Returns weekly min/max range payload for the ticker.
curl -X GET "https://api.marketcrunch.ai/weekly?ticker=<TICKER>" \
-H "MC-API-KEY-ID: <your_api_key_id>" \
-H "MC-API-SECRET-KEY: <your_api_secret_key>"
Sample response
Returns analysis response for the requested ticker.
curl -X GET "https://api.marketcrunch.ai/analyze?ticker=<TICKER>" \
-H "MC-API-KEY-ID: <your_api_key_id>" \
-H "MC-API-SECRET-KEY: <your_api_secret_key>"
Sample response