Python script to extract AMFI NAV data as TSV and JSON
This is a Python script to extract Scheme Name and Asset Value from the AMFI NAV data.
It saves the output in both TSV and JSON formats.
- β Downloads and parses AMFI NAV data
- β Extracts relevant fields: Scheme Name and Asset Value
- β
Saves data in:
scheme_asset_data.tsv
(tab-separated file)scheme_asset_data.json
(JSON structured file)
pip install requests