Disk CacheΒΆ

This is a wrapper-function that provides a disk-cache for functions that are slow to compute such as the Signals. You may also use this wrapper on your own functions. See Tutorial 06 for detailed examples.

For convenience, the most important functions can be called directly from the simfin namespace. For example, instead of calling simfin.load.load_income() you can simply call simfin.load_income()