Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Whats the most effective way to implement fundamental data since the frequency is updated in a much longer time frame?

Thanks

4 responses

Use Alphalens to evaluate fundamental data.

You can divide some Fundamentals by MarketCap (or latest price for per-share data), which should update daily.

Thanks Joakim! good point!

Adjusting some Fundamentals by daily-updating data as Joakim suggested is probably the simplest method, though the caveat would be that this assumes the fundamentals are staying constant until the next quarter/year/update (so it's best to only do this for fundamentals that aren't very volatile). The most effective way may be to impute values using a model that you would build.