Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Fundamental Data Series in Research Notebooks

I have a feeling this is incredibly straightforward and simple but finding the answer is escaping me. I'm simply looking to gather a timeseries set of fundamental data so I can chart it. An example would be weekly P/E data for AAPL over the last 12 months. How do I query the data?

1 response

The best way to get fundamental data (or any of the Quantopian datasets) into the research environment is using the pipeline. Not as straightforward as you would think, but also very similar to how you would do it in an algorithm so you can sort of switch back and forth.

You always get daily data so you would need to resample or something to get weekly data.

See attached notebook. Change the pipeline dates to retrieve whatever date range you wish.