An open API service indexing awesome lists of open source software.

https://github.com/abdullahjaswal/fundsnav_scraping_script

AWS Lambda function designed for scraping mutual fund data from MUFAP every 24 hours.
https://github.com/abdullahjaswal/fundsnav_scraping_script

aws aws-lambda postgresql python python-script sql

Last synced: 2 months ago
JSON representation

AWS Lambda function designed for scraping mutual fund data from MUFAP every 24 hours.

Awesome Lists containing this project

README

          

# FundsNav Scraping Script

## Overview
AWS Lambda function designed for scraping mutual fund data from [MUFAP](https://www.mufap.com.pk/) every 24 hours. It extracts details like fund names, categories, asset management companies (AMCs), and market capitalization, updating this data into a PostgreSQL database.

## Prerequisites
- AWS Lambda environment setup.
- Python 3.8 or higher.
- Necessary Python libraries including `requests`, `beautifulsoup4`, `psycopg2`, etc.