Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdullahjaswal/fundsnav_scraping_script
https://github.com/abdullahjaswal/fundsnav_scraping_script
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdullahjaswal/fundsnav_scraping_script
- Owner: AbdullahJaswal
- Created: 2023-12-29T20:36:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-29T20:50:52.000Z (11 months ago)
- Last Synced: 2023-12-29T22:41:21.609Z (11 months ago)
- Language: Python
- 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.