Returns AI estimate payload for the requested ticker.
curl -X GET "https://mktcrunch-api-52245432644.us-central1.run.app/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://mktcrunch-api-52245432644.us-central1.run.app/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://mktcrunch-api-52245432644.us-central1.run.app/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://mktcrunch-api-52245432644.us-central1.run.app/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://mktcrunch-api-52245432644.us-central1.run.app/analyze?ticker=<TICKER>" \
-H "MC-API-KEY-ID: <your_api_key_id>" \
-H "MC-API-SECRET-KEY: <your_api_secret_key>"
Sample response