Choose the exe from the latest release
- Check out the wiki
- View worked examples
- What data is available and data column definitions
- Watch a video
- Read our paper introducting NEMOSIS
Cite our paper in your publications that use data from NEMOSIS.
Join the NEMOSIS forum group.
pip install nemosis
from nemosis import data_fetch_methods
start_time = '2017/01/01 00:00:00'
end_time = '2017/01/01 00:05:00'
table = 'DISPATCHPRICE'
raw_data_cache = 'C:/Users/your_data_storage'
price_data = data_fetch_methods.dynamic_data_compiler(start_time, end_time, table, raw_data_cache)