Live site: https://finance-compare.oriz.in
India financial product comparison and analysis hub. Zero-balance bank accounts and private bank data now; stocks and investment products coming next.
| File | Contents |
|---|---|
data/banks/zero-balance-accounts.md |
12 zero-balance savings accounts — interest, ATM charges, digital banking fees |
data/banks/top-private-banks.md |
Top private banks — branches, ATMs, employees, financials |
data/banks/comparison.md |
Consolidated comparison table |
data/banks/private-banks.csv |
Raw CSV for private bank metrics |
data/banks/notes.md |
Scraped raw notes from EdgeGPT |
data/stocks/— NSE/BSE stock comparison (P/E, dividend yield, 52-week range)data/investments/— Mutual funds, FD rates, NBFC products
scripts/scrape_banks.py uses EdgeGPT to query Bing for each bank's public rate/charge data and writes results to data/banks/notes.md.
Cookies are never hardcoded — provide via env var or a gitignored file:
# Option 1: env var
export BING_COOKIES='[{"name":"_U","value":"...","domain":".bing.com",...}]'
python scripts/scrape_banks.py
# Option 2: file (gitignored)
cp bing_cookies.example.json bing_cookies.json
# fill in your cookies
python scripts/scrape_banks.pyTo publish a markdown file to Medium:
export MEDIUM_TOKEN=your_medium_integration_token
python scripts/publish.py data/banks/comparison.md -t "Top Zero Balance Accounts in India" -p publicopen docs/index.html
# or: python -m http.server 8080 --directory docsData sourced from publicly available bank websites, RBI publications, and BSE/NSE filings. Rates and charges change — verify directly with the bank. This project is for informational comparison only and does not constitute financial advice.
MIT License — Chirag Singhal