Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Description on python Wrte a program that retrieves data from third party sources and combines it . Requirements 1 . Ken French Data Library Review
Description on python Wrte a program that retrieves data from third party sources and combines it
Requirements Ken French Data Library Review Ken Frenchs Data Library. Create a Pandas data frame from the FamaFrench Factors weekly data using the TXT file format Create a Pandas data frame from the FamaFrench Factors daily data using the CSV file format These two files should be accessed remotely
FRED Create a Pandas data frame with historical consumer price index CPI data. Create a Pandas data frame with historical producer price indexPPI data Create a Pandas data frame with historical real gross domestic product GDP data This data should be accessed remotely using the fred module we covered in class Reference the St Louis Feds FRED website to locate the appropriate data series
Quandl Print a list of all the tickers that are included in the free sample of the Sharadar Equity Prices data. Create a Pandas data frame using the Sharadar Equity Prices data with historical stock data data for ticker NKE Create a Pandas data frame using the Core US Fundamentals Data with historical financial results for ticker NKE This data should be access remotely using the quandl module we covered in class Reference the Nasdaq Data website to locate the appropriate data series
Combining Data Merge the FamaFrench factors daily data with the historical stock data for NKE Merge the CPI, PPI, and GDP data into a single data frame, ensure that the columns are named such that it is easy to tell what data corresponds to which source Merge the FamaFrench factors daily data with the CPI data, use an Out Join method
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started