Metadata-Version: 2.1
Name: cITMre
Version: 0.1.0
Summary: Downloads the Representative Market Rate Exchange (RMRE) from the <www.datos.gov.co> source. Allows setting the data series in time frequencies, splitting the time series through start and end functions, transforming the data set in log returns or levels, and making a Dynamic graph.
Home-page: https://sergiofinances.github.io/citmre_development_python/
Author: ['Sergio Andrés Sierra Luján', 'David Esteban Rodríguez Guevara']
Author-email: ['sergiochess95@gmail.com', 'davestss@hotmail.com']
License: MIT
Keywords: finances,econometric,stochastic processes
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: plotly
Requires-Dist: lxml
Requires-Dist: bs4

# cITMre

Downloads the Representative Market Rate Exchange (RMRE) from the [www.datos.gov.co](www.datos.gov.co) source. Allows setting the data series in time frequencies, splitting the time series through start and end functions, transforming the data set in log returns or levels, and making a Dynamic graph.

[<img src="https://i.imgur.com/P1nQftf.png" width="100">](https://sergiofinances.github.io/citmre_development_python/)

You can view all the package information at the following link
[cITMRE Web Page](https://sergiofinances.github.io/citmre_development_python/)

## Example

```bash
pip install cITMre=0.1.0
from citmre.citmre_fun import rmre_data

# Show full series dataset
rmre_serie = rmre_data()

# Show monthly dataset with Plotly Graph
rmre_splited = rmre_data(frequency=12, log_return=False, plot_data=True)

# Show quaterly log_return dataset with Plotly Graph
rmre_splited = rmre_data(frequency=4, log_return=True, plot_data=True, type="mean")

# Show splited log return dataset
rmre_splited = rmre_data('2000-01-01','2023-12-31', log_return=True)
#> "Warning: The information will be obtained from the next business day, as the desired date is a holiday or weekend."
```
<img src="https://i.imgur.com/0M3MYUB.png" alt="Example Image" style="width: 1000px; height: 360px;">

## References

Source: Portal de Datos Abiertos \<www.datos.gov.co\>
