Hi,
As mentioned in the docs, Fetcher columns may be used as the fields argument of data.history.
This code: data.current(stock, "max") is working as intended in my algorithm, but this code: data.history(stock, "max", 3, "1d") fails with ValueError: Invalid field: max. Anyone know how I can use data.history with Fetcher column names?