Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How can I get Q factor loadings and factor returns in IDE

In research environment I can import from quantopian.research.experimental 2 methods:
- get_factor_loadings
- get_factor_returns

I need that data in IDE.
Loadings can be accessed as factors included in quantopian.pipeline.experimental.
So I can pull the history of those sensitivities via a CustomFactor.
But how can I get the factor returns?