mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 13:13:41 +08:00
0ab136f1c8
Hopefully, this helps ease ramp up time for developing against market data, without us distributing the data. We do a check for the data when attempting to read the msgpack files, if they don't exist the loader makes a web request and retrieves and serializes the data for the user. Provides a loader for: - curves from data.treasury.gov - benchmarks from Yahoo! Finance Adds dependency of requests library in dev requirements.
4 lines
36 B
Python
4 lines
36 B
Python
import loader
|
|
|
|
__all__ = ['loader']
|