{"id":31030967,"url":"https://github.com/devspace88/market_data_app","last_synced_at":"2025-09-13T23:57:05.879Z","repository":{"id":314231262,"uuid":"880333036","full_name":"DevSpace88/market_data_app","owner":"DevSpace88","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-11T07:23:54.000Z","size":475,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-11T10:44:32.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevSpace88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-29T14:36:42.000Z","updated_at":"2025-09-11T07:23:58.000Z","dependencies_parsed_at":"2025-09-11T10:44:36.451Z","dependency_job_id":"524a9c1c-945c-46ec-be41-58bc43622080","html_url":"https://github.com/DevSpace88/market_data_app","commit_stats":null,"previous_names":["devspace88/market_data_app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/DevSpace88/market_data_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSpace88%2Fmarket_data_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSpace88%2Fmarket_data_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSpace88%2Fmarket_data_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSpace88%2Fmarket_data_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevSpace88","download_url":"https://codeload.github.com/DevSpace88/market_data_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSpace88%2Fmarket_data_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275043677,"owners_count":25395593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-13T23:57:03.527Z","updated_at":"2025-09-13T23:57:05.865Z","avatar_url":"https://github.com/DevSpace88.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Market Analysis Platform\n\nReal-time market analysis with technical indicators, patterns, signals, risk metrics and AI-powered insights. Backend runs on port 8000, frontend on 5173.\n\n## Features\n\n- Real-time market data via WebSocket\n- Technical analysis with multiple indicators\n- Pattern recognition and trading signals\n- AI-powered market insights\n- Interactive charts and dashboards\n- Watchlist functionality\n\n## Installation\n\n### Backend\n\n```bash\n# Create virtual environment\npython -m venv venv\nsource venv/bin/activate  # or `venv\\Scripts\\activate` on Windows\n\n# Install dependencies\ncd backend\npip install -r requirements.txt\n\n# Optional: Environment variables\n# SECRET_KEY and DB are required; AI keys are configured in the app UI.\ncp .env.example .env\nvi .env\n\n# Start the server\nuvicorn app.main:app --reload\n```\n\n### Frontend\n\n```bash\n# Install dependencies\ncd frontend\nnpm install\n\n# Install shadcn/vue components\nnpx shadcn-vue init\nnpx shadcn-vue add button card input badge progress\n\n# Start development server\nnpm run dev\n\n# Optional: disable WebSockets during dev to avoid console noise\n# create .env.local with:\n# VITE_ENABLE_WS=false\n```\n\n## Environment Variables (Backend)\n\nCreate a `.env` in `backend/` (no OpenAI key required here):\n\n```env\nSECRET_KEY=your_secret_key\nDATABASE_URL=sqlite:///./market_analysis.db\nBACKEND_CORS_ORIGINS=http://localhost:5173,http://localhost:3000\n```\n\nAI Provider keys (OpenAI, DeepSeek, etc.) werden in der App unter „AI Settings“ gespeichert (plaintext) und serverseitig sicher verwendet. Kein Key in `.env` nötig.\n\n## Usage\n\n1. ```cd backend```\n2. ```uvicorn app.main:app```\n3. ```cd frontend```\n4. ```npm run dev```\n5. Open `http://localhost:5173` in your browser\n6. Use the search bar to find stocks\n7. View real-time data and analysis\n8. Add symbols to your watchlist\n9. Login (Default Admin)\n   - username: admin\n   - password: admin123\n\n## API Documentation\n\nAccess the interactive API documentation at `http://localhost:8000/docs`\n\n## Technology Stack\n\n### Backend\n- FastAPI\n- SQLAlchemy\n- LangChain\n- yfinance\n- pandas-ta\n\n### Quant Features\n- Indicators: RSI, MACD, SMA/EMA, Stochastic, Williams %R, CCI, ADX, Bollinger, ATR, OBV, VROC, AD-Line, Pivot Points\n- Patterns: Candlestick, Chart, Trend, Volume, Support/Resistance\n- Signals: short/medium/long-term with strength\n- Risk: volatility, drawdown, momentum, liquidity, S/R, overall score\n\n### Frontend\n- Vue 3\n- Vite\n- Pinia\n- Shadcn/Vue\n- ECharts\n- TailwindCSS\n\n## Caching\n- Frontend: market data (2 min), AI analysis (10 min), watchlist (1 min), hot stocks (5 min)\n- Backend: AI analysis 24h, hot stocks 5–15 min\n\n## Internationalization (i18n)\n- Deutsch/Englisch umschaltbar in der Navbar\n- Default wird aus `localStorage.language` gelesen\n\n## WebSockets\n- Endpoint: `ws://localhost:8000/api/v1/ws/market/{symbol}?token=JWT`\n- Im Dev standardmäßig per Flag deaktivierbar: `VITE_ENABLE_WS=false`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevspace88%2Fmarket_data_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevspace88%2Fmarket_data_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevspace88%2Fmarket_data_app/lists"}