NIC: Get Monthly Report Files
NIC via Parse · government_public
Fetches report files for a specific report type and month via the CEA AJAX endpoint. Returns the report title, any PDF files found, Excel files (either directly linked or derived from PDF URLs by replacing the .pdf extension with .xlsx), and raw table row entries from the response HTML. Useful for checking what data CEA published for a given month. Extract and catalog Excel files (.xlsx/.xls) from the Central Electricity Authority of India (cea.nic.in) website. Covers all report sections including installed capacity, fuel reports, hydro monitoring, renewable generation, outstanding dues, and more. Fulfilled by Parse from cea.nic.in.
- cea-nic-in
- finance
- government-public
- nic
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/acabdc29-d173-467a-87a1-f0ab5b919b44/get_monthly_report_files
- Interface artifact
- sha256:c45c642009836387eb6161c238892b1b013c025df6654ffacaaf6ea57cf59769
- Manifest digest
- sha256:d67a636f340a699d992388544bbdb1ea49c35b372e2608860842ecc6d2f08172
Request fields
- month_year (string): Month and year in YYYY-MM format (e.g., '2025-10'). If omitted, defaults to the current month.
- check_excel (string): Whether to generate Excel URLs from PDF file links when no direct Excel links are found. Accepted values: 'true', 'false'.: Allowed values: true, false
- report_type (string): Report type identifier.: Allowed values: outstanding, installed, executive, fuel, hydro, resd, generation, transmission, ev_charging, thermal_broad_status, market_monitoring, coal, power_supply
Example queries
- {"month_year":"2025-10","check_excel":"true","report_type":"installed"}