Is it possible to get a list of custom formulas via the API?
In particular the formulas used in a ranking system/sim?
During my M/L adventures with P123 data, I realized I should have been saving every back test along with everything it uses: universe, ranking system, formulas, etc..
I think I already have everything, except the associated formulas in my ranking system factors and universe/screen rules.
Adding those to the JSON payload delivered with a back test would be amazing.
Thanks
Tony
1 Like
`+ option to download and upload custom formulas to csv file
The GET /Rank endpoint downloads the XML definition of the ranking system, including the instantiation of any custom formulas it uses. From your question, it sounds like what you're really looking for is the underlying definition of those custom formulas so you can fully reconstruct the ranking system and its dependencies.
At this point, that's not possible. There is currently no API endpoint that returns the definitions of custom formulas or a list of them.