This is a simple SDK for get the principal Mexican financial indicators
Project description
PYSIE SDK
SDK for get the principal Mexican financial indicators from SIE
Setup
- Create venv
python -m venv venv - Activate venv
- Install dependencies:
pip install -r requirements.txt
Usage
from pysie-sdk.client import SIE
sie_client = SIE()
sie_client.get_cetes() # Retrieve dictionary data for yield of cetes 28 days
"""
{
'idSerie': 'SF43936',
'titulo': 'Valores gubernamentales Resultados de la subasta semanal Tasa de rendimiento Cetes a 28 días',
'datos': [{
'fecha': '22/05/2025',
'dato': '8.15'
}]
}
"""
Available Indicators
Cetes 28 Days
method sie_client.get_cetes()
description Valores gubernamentales Resultados de la subasta semanal Tasa de rendimiento Cetes a 28 días
Dollar Exchange Rate
method sie_client.get_exchange_rate()
description Tipo de cambio Pesos por dólar E.U.A. Tipo de cambio para solventar obligaciones denominadas en moneda extranjera Fecha de determinación
Inflation
method sie_client.get_inflation()
description Inflación No subyacente (nueva definición) Anual
TIIE
method sie_client.get_tiie()
description TIIE de Fondeo a Un Día Hábil Bancario, Mediana ponderada por volumen
UDI
method sie_client.get_udi()
description Valor de UDIS (Unidad de Medida de Inflación)
Yield Target
method sie_client.get_yield_target()
description Tasa objetivo
Project details
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 pysie_sdk-0.1.0.tar.gz.
File metadata
- Download URL: pysie_sdk-0.1.0.tar.gz
- Upload date:
- Size: 39.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f27030cdd5ab15404c32b40bf4dbbbafe5867007aaba269b296934ce88ac494
|
|
| MD5 |
eda136dfb97a4dd9447c5e89f07c2fc7
|
|
| BLAKE2b-256 |
dc8743a8abf82bdf2b42ec41c4c8caa2dde37b2ce8527258f7aa1dad9105eea9
|
File details
Details for the file pysie_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pysie_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
584b85debcbc3d570479488fb773706a9ee125e1d0448272346d701c8ab82ec1
|
|
| MD5 |
0fe6cde1b28c57ba4a740635ee748709
|
|
| BLAKE2b-256 |
373ec80c3e68739bd6b9e02bc659d84431a573da075176a37dc5a0e0473e558f
|