IDX Daily
Playwright
Python
Playwright
Python
IDX Daily is a Python automation tool that retrieves daily stock summary data (Ringkasan Saham) from the official website of the Indonesia Stock Exchange (IDX).
It uses Playwright to simulate browser interaction, ensuring reliable data extraction even from JavaScript-heavy pages.
The retrieved data can be stored in various formats (CSV, Excel, SQLite), making it easy to analyze, visualize, or integrate into larger financial systems.
Clone the repository:
git clone https://github.com/yourusername/idx-daily.git && cd idx-daily
Install dependencies:
uv sync
Install Playwright browser (Chromium):
playwright install chromium
Run the script:
uv run main.py
Distributed under the MIT License. See LICENSE for details.