
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Python SDK for basic interactions with the Latinex API
https://www.linkedin.com/in/rodblasser/
This is a prototype SDK and it's not being currently maintained.
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)
FAQs
Software Development Kit for Latinex (https://www.latinexbolsa.com)
We found that latinex-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.