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
Release history Release notifications | RSS feed
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 details)
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 latinex_sdk-0.1.6.tar.gz.
File metadata
- Download URL: latinex_sdk-0.1.6.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9ad255381a2e264cbd66a10db4f96419fb6aafc84cd9913bb99ac9005ca6c3d
|
|
| MD5 |
37edf5a0ccc76d1b2e812c122f05b236
|
|
| BLAKE2b-256 |
ef09abea71951d92d729efdbbbb4567bc5c311a4e2c43a1a4943d473028bd053
|
File details
Details for the file latinex_sdk-0.1.6-py3-none-any.whl.
File metadata
- Download URL: latinex_sdk-0.1.6-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b55165cf2a29f1bf57c301c7c9cdcc6da5afcdccf40c6e9d17028a5e37a823b2
|
|
| MD5 |
19640e6384b48c18fc3f5042580e2113
|
|
| BLAKE2b-256 |
e250e51bad13707ba55e5f4323ae428ddb8025fe53591484518af25cd811f470
|