Stockreturns Dashboard
Stock returns dashboard in React and Flask using data from IEX
Install / Use
npx skills add davesearle/stockreturns-dashboardInstalls into whichever agent you are using.
README
Stock returns dashboard
This repo contains source code for a prototype stock returns dashboard, built using React (front-end) and Flask (Python back-end). The backend retrieves stock data using the IEX API. The front-end makes use of Material UI, React Redux for state management and Highcharts for plotting data.

Getting started (Windows)
- Install python 3.7
- Upgrade pip
py -m pip install --upgrade pip - Install Node.js
Building and running Python backend (development mode)
- CD to Python source
cd src\python - Create a virtualenv
py -m virtualenv env - Activate virtualenv
.\env\Scripts\activate - Install requirements
pip3 install -r requirements.txt - Start the backend
env FLASK_DEBUG=1 python -m flask run --port 5000
Building and running the front-end (development mode)
- CD to React source
cd src\react-app - Install dependencies
npm install - Start front-end
npm start
Related Skills
python-debugpy
385.5kDebug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
skill-creator
385.5kCreate, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
imsg
385.5kUse the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
claude-opus-4-5-migration
140.7kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
