The Colombian Index Tool (Market Rate Exchange) package downloads the Colombian Market Rate from the source: Portal de Datos Abiertos <www.datos.gov.co>
Project description
cITMre
The Colombian Index Tool (Market Rate Exchange) package downloads the Colombian Market Rate from the source: https://www.datos.gov.co/Econom-a-y-Finanzas/TRM/ceyp-9c7c/data
You can view all the package information at the following link cITMRE Web Page
Example
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."
References
Source: Portal de Datos Abiertos <www.datos.gov.co>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cITMre-0.1.0.tar.gz.
File metadata
- Download URL: cITMre-0.1.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bb7b5130e708c75afa45bfd674f6a893573fe1f2002692ff84f5859ac5cfb39
|
|
| MD5 |
e2470476b55e70c59a9e37178967ee68
|
|
| BLAKE2b-256 |
53e30a0de7609071a5e513216b930cfece66e442621b6414128dceb6e495a92b
|
File details
Details for the file cITMre-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cITMre-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15adfcf587ab4f2f96cbe1a3f09de8de6ed58f865ed564a997bdbe95a7c01bdc
|
|
| MD5 |
87c2a1307be0abbf855cbcd622a43f8e
|
|
| BLAKE2b-256 |
442994a4c04d87fc48dc1c9c9cb49ee0c41f0a5cf802552b8e5306b56591fc12
|