# 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
```python
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)
```
Raw data
{
"_id": null,
"home_page": "",
"name": "latinex-sdk",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,panama,finance,stocks,fixed income,data,api,market data,latinex",
"author": "Blasser Analytica (Rodolfo Blasser)",
"author_email": "<rodolfoblasser@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/ef/09/abea71951d92d729efdbbbb4567bc5c311a4e2c43a1a4943d473028bd053/latinex_sdk-0.1.6.tar.gz",
"platform": null,
"description": "\n# latinex_sdk\nPython SDK for basic interactions with the Latinex API\n\n# Developed by Rodolfo Blasser \nhttps://www.linkedin.com/in/rodblasser/\n\n## Usage\nThis is a prototype SDK and it's not being currently maintained.\n\n## Example\n```python\nfrom latinex_sdk.generic_utils import Utilities as utils\n\n# Test Connectivity\ntest = utils.whois()\nprint(test)\n\n# Welcome\ngreetings = utils.welcome()\nprint(greetings)\n\n# Register (get an API Key)\nemail = \"example1@mail.com\"\nget_key = utils.register(email)\nprint(get_key)\n\n# Params\nfecha_inicio = \"2023-05-28\"\nfecha_fin = \"2023-06-28\"\ntipo_emision = \"BONOS\"\nkey = get_key[1]\n\n# Query\ndata = utils.get_historic(key, fecha_inicio, fecha_fin, tipo_emision)\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Software Development Kit for Latinex (https://www.latinexbolsa.com)",
"version": "0.1.6",
"project_urls": null,
"split_keywords": [
"python",
"panama",
"finance",
"stocks",
"fixed income",
"data",
"api",
"market data",
"latinex"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e250e51bad13707ba55e5f4323ae428ddb8025fe53591484518af25cd811f470",
"md5": "19640e6384b48c18fc3f5042580e2113",
"sha256": "b55165cf2a29f1bf57c301c7c9cdcc6da5afcdccf40c6e9d17028a5e37a823b2"
},
"downloads": -1,
"filename": "latinex_sdk-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "19640e6384b48c18fc3f5042580e2113",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3758,
"upload_time": "2023-07-27T00:46:42",
"upload_time_iso_8601": "2023-07-27T00:46:42.008411Z",
"url": "https://files.pythonhosted.org/packages/e2/50/e51bad13707ba55e5f4323ae428ddb8025fe53591484518af25cd811f470/latinex_sdk-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ef09abea71951d92d729efdbbbb4567bc5c311a4e2c43a1a4943d473028bd053",
"md5": "37edf5a0ccc76d1b2e812c122f05b236",
"sha256": "d9ad255381a2e264cbd66a10db4f96419fb6aafc84cd9913bb99ac9005ca6c3d"
},
"downloads": -1,
"filename": "latinex_sdk-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "37edf5a0ccc76d1b2e812c122f05b236",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3434,
"upload_time": "2023-07-27T00:46:43",
"upload_time_iso_8601": "2023-07-27T00:46:43.358819Z",
"url": "https://files.pythonhosted.org/packages/ef/09/abea71951d92d729efdbbbb4567bc5c311a4e2c43a1a4943d473028bd053/latinex_sdk-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-27 00:46:43",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "latinex-sdk"
}