Skip to main content

Software Development Kit for Latinex (https://www.latinexbolsa.com)

Project description

latinex_sdk

Python SDK for basic interactions with the Latinex API

Developed by Rodolfo Blasser

https://www.linkedin.com/in/rodblasser/

Usage

This is a prototype SDK and it's not being currently maintained.

Example

from latinex_sdk.generic_utils import Utilities as utils

# Test Connectivity
test = utils.whois()
print(test)

# Welcome
greetings = utils.welcome()
print(greetings)

# Register (get an API Key)
email = "example1@mail.com"
get_key = utils.register(email)
print(get_key)

# Params
fecha_inicio = "2023-05-28"
fecha_fin = "2023-06-28"
tipo_emision = "BONOS"
key = get_key[1]

# Query
data = utils.get_historic(key, fecha_inicio, fecha_fin, tipo_emision)

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

latinex_sdk-0.1.6.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

latinex_sdk-0.1.6-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page