Metadata-Version: 2.1
Name: ISSMOEX
Version: 1.1.2
Summary: A package to interact with the MOEX ISS API
Home-page: https://github.com/alexandrettto/issmoex
Author: Illyuk Alexander
Author-email: aaillyuk@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asyncio
Requires-Dist: aiohttp
Requires-Dist: pandas
Requires-Dist: nest-asyncio
Requires-Dist: tqdm
Requires-Dist: io

# ISSMOEX package
A package to interact with the [MOEX ISS API](https://iss.moex.com/iss/reference/). 

The aim of the package is to simplify the interaction with ISS MOEX:

1. Facilitation of url requests.   
2. Reduction of downloading time. 

Firstly, most useful url requests are turned into functions with straight forward variables. Hence, the newcomer can easily get information about financial assets traded at MOEX. 

Secondly, the downloading time reduction was achieved by using asynchronous framework. The download time has been improved by 9 times.


The example code, which demonstrates the package capabilities, placed here [here](https://github.com/alexandrettto/issmoex/blob/main/Example%20code.ipynb)
