{"name":"finnhub-wrapper","slug":"timi0217/finnhub-wrapper","errors":{"codes":[{"code":"MISSING_FIELD","hint":"Ask user for the missing field and retry","recoverable":true},{"code":"INVALID_INPUT","hint":"Check field types and retry","recoverable":true},{"code":"RATE_LIMITED","hint":"Back off and retry after Retry-After seconds","recoverable":true},{"code":"UPSTREAM_ERROR","hint":"Deployed app returned 5xx — not retryable","recoverable":false},{"code":"SESSION_EXPIRED","hint":"Start a new session","recoverable":true}]},"limits":{"requests_per_minute":60,"max_session_duration_seconds":1800},"schema":"chekk.agent/v1","actions":[{"id":"get_root","file":"main.py","path":"/","inputs":[],"method":"GET","response":{"content_type":"application/json"},"description":"Rich HTML home page with live stock terminal","side_effect":"read"},{"id":"get_health","file":"main.py","path":"/health","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["status"]},"description":"Health check endpoint.","side_effect":"read"},{"id":"get_dashboard","file":"main.py","path":"/dashboard","inputs":[{"hint":"Stock symbol (e.g., AAPL)","name":"symbol","type":"string","location":"query","required":false}],"method":"GET","response":{"content_type":"application/json"},"description":"Dashboard endpoint - fetches all homepage data server-side in a single call.","side_effect":"read"},{"id":"get_get_quote","file":"main.py","path":"/quote","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["status","health","quote","fundamentals","earnings","symbol","timestamp","current_price","change","percent_change"]},"description":"Get quote","side_effect":"read"},{"id":"get_get_fundamentals","file":"main.py","path":"/fundamentals","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["status","health","quote","fundamentals","earnings","symbol","timestamp","current_price","change","percent_change"]},"description":"Get fundamentals","side_effect":"read"},{"id":"get_get_earnings","file":"main.py","path":"/earnings","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["status","health","quote","fundamentals","earnings","symbol","timestamp","current_price","change","percent_change"]},"description":"Get earnings","side_effect":"read"},{"id":"get_get_news","file":"main.py","path":"/news","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["status","health","quote","fundamentals","earnings","symbol","timestamp","current_price","change","percent_change"]},"description":"Get news","side_effect":"read"}],"session":{"supported":true,"ttl_seconds":3600,"start_endpoint":"https://chekk.dev/api/v1/agent/timi0217/finnhub-wrapper/chat"},"requires":{"auth":false,"payment":false},"framework":"fastapi","source_url":"https://github.com/timi0217/finnhub-wrapper","description":"Thin FastAPI wrapper around Finnhub API for stock quotes, fundamentals, earnings, and news","entrypoints":{"chat":"https://chekk.dev/api/v1/agent/timi0217/finnhub-wrapper/chat","llms_txt":"https://chekk.dev/api/v1/llms/timi0217/finnhub-wrapper","manifest":"https://chekk.dev/api/v1/agent/timi0217/finnhub-wrapper/manifest","rest_base":"https://finnhub-wrapper-production.up.railway.app"},"deployed_url":"https://finnhub-wrapper-production.up.railway.app"}