4.1 Using CRSP Data

4.1 Using CRSP Data#

In this discussion, we will learn how to use the CRSP dataset. The CRSP dataset is a comprehensive dataset that contains information on stock prices, returns, and other financial information. This dataset is widely used in academic research and is a valuable resource for anyone interested in studying financial markets.

There are several pitfalls that one might encounter when working with the CRSP dataset. In this discussion, we will discuss some of these pitfalls and how to avoid them.

Key Concepts#

Try it out yourself!#

  • Download a sample of the CRSP dataset using the WRDS query form. Then, open a .py file and interactively explore it. Call the file, ./src/CRSP_exploration.py. I have provided an example in this repo.

  • When using the web query form, make sure you learn the following:

    • Save a query so you can reuse it later.

    • How can I explore some backend information about the query?

    • Learn how to use SAS Studio to explore the data interactively.

    • Make sure you know where you can access the documentation for the dataset.