Scrape and analyse fundamental stock data of Indonesian listed companies. Fetches stock information from IDX, retrieves key statistics using StockBit and YFinance APIs, and stores the results in Google Sheets or local Excel file for easy analysis
Stars
38
Forks
15
Watchers
38
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
98
commits
feat: Capture and utilize browser User-Agent alongside access token for API requests.
729cf80View on GitHubfeat: add agent rules and project guidelines for idx-fundamental
c11e2a8View on GitHubfeat: Add stock price `created_at` field to analysis output and tests, and introduce agent rules documentation.
6ff186fView on GitHubchore: Remove Stockbit credentials from example environment and README.
1ceeb62View on GitHubrefactor: Replace seleniumwire with undetected-chromedriver for token fetching and remove refresh token handling.
10f7a56View on GitHubdocs: update repository URL in README installation instructions
c4ddc06View on GitHubchore: remove blinker version constraint from project dependencies
c7961deView on GitHubchore: remove unused dependencies from project requirements
2d448f8View on GitHubchore: add shell script to run UI development server with nvm and bun
5f7cb07View on GitHubchore: add .nvmrc to specify Node.js v24 for project
93143eaView on GitHubchore: expand gitignore with SvelteKit, build output, and environment patterns
c117ea2View on GitHubfeat: add API version prefix to router registration
743480dView on GitHubfeat: add SvelteKit UI application with Tailwind CSS and FastAPI integration
3cce98cView on GitHubchore: add Windsurf IDE configuration with MCP server and project rules
3c1d85fView on GitHub