pat42w / EF_Portfolio_Optimization

This project aims to test Portfolio Optimization methods on stock data in python.
MIT License
2 stars 0 forks source link

Parameterise start_date of index and currency rate pull #12

Closed eohara-ie closed 3 years ago

eohara-ie commented 3 years ago

Will be useful for testing to only pull stock data for a subset of dates

eohara-ie commented 3 years ago

Will also want to ensure the currency rates df includes this subset of dates

pat42w commented 3 years ago

Added optional start_date argument to the stock price and currency fetcher functions and updated the database_maintainance notebook to reflect usage updates .