Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • PyPI
  • Socket score

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

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc