Hi, I'm using the Lean framework to develop locally and am writing a Screener / Filter for my algorithm using the 'AddUniverse' method. I'm pulling in CourseFundamental data for time periods that aren't supplied by default in the git repo.

I've read through the documentation here: 

https://www.quantconnect.com/tutorials/open-source/using-the-api-file-provider

I've connected my api keys and job id's - but I get exceptions on line 64 of the ApiDataProvider class. It looks like it's been written only to support downloading equity resolution data, and not the fundamental data.

Is there a way to automatically download Fundamental data? Or do I need to manually download each file? Or is there an API end point I can manually implement myself to get this data?

Thanks.