mutual_funds table with the following structure:scheme_code (VARCHAR): Unique identifier for the mutual fund.scheme_name (VARCHAR): Name of the mutual fund.isin_div_payout_growth (VARCHAR): ISIN for dividend payout/growth.isin_div_reinvestment (VARCHAR): ISIN for dividend reinvestment.net_asset_value (DECIMAL): Net asset value of the fund.repurchase_price (DECIMAL): Repurchase price of the fund.sale_price (DECIMAL): Sale price of the fund.nav_date (DATE): Date of the NAV record.scheme_code and nav_date for efficient querying.requirements.txt):establish_connection function with your database credentials:mutual_funds table for a fresh start.01-Oct-2024 to 03-Oct-2024).net_asset_value, repurchase_price, or sale_price are reformatted during insertion.scheme_code and nav_date before insertion.scheme_code and nav_date improve query performance.scheme_code and nav_date.Posted Apr 19, 2025
Developed a data pipeline for mutual fund data with MySQL storage and querying.
0
0
Dec 4, 2024 - Feb 19, 2025

Prodigal