You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

latinex-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

latinex-sdk

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

0.1.6
pipPyPI
Maintainers
1

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)

Keywords

python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.