/NEMOSIS

NEMOSIS: NEM Open-source information service

Primary LanguagePythonOtherNOASSERTION

Update to the latest version of NEMOSIS for fixes to file paths on mac.

Download windows GUI

Choose the exe from the latest release

Documentation

Support NEMOSIS

Cite our paper in your publications that use data from NEMOSIS.

Get Updates, Ask Questions

Join the NEMOSIS forum group.

Use the python interface

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)