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.
- Host: GitHub
- URL: https://github.com/abdullahjaswal/fundsnav_scraping_script
- Owner: AbdullahJaswal
- Created: 2023-12-29T20:36:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T20:50:52.000Z (over 2 years ago)
- Last Synced: 2024-12-28T01:14:02.181Z (over 1 year ago)
- Topics: aws, aws-lambda, postgresql, python, python-script, sql
- Language: Python
- Homepage: https://fundsnav.com
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.