invfinsdk


Nameinvfinsdk JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/InvFin/Python-sdk
SummaryAn SDK to interact with InvFin endpoints
upload_time2022-12-06 20:50:59
maintainer
docs_urlNone
authorLucas Montes
requires_python>=3.6
licenseMIT license
keywords invfinsdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # InvFinSDK
[![Documentation Status](https://readthedocs.org/projects/invfinsdk/badge/?version=latest)](https://invfinsdk.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/dm/invfinsdk.svg)](https://pypi.python.org/pypi)
[![PyPI](https://img.shields.io/pypi/v/invfinsdk.svg)](https://pypi.python.org/pypi)

An SDK to interact with InvFin endpoints


* Free software: MIT license
* Documentation: https://invfinsdk.readthedocs.io.


## Support Methods

- [Company](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)
- [Exchange](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-exchanges)
- [Term](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)
- [Industry](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)
- [Sector](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)
- [Superinvestor](https://inversionesyfinanzas.xyz/api/api-documentacion/#superinversores)


## User installation

The easiest way to install invfinsdk is using ``pip``:

    pip install -U invfinsdk


## How to use it

    from invfinsdk import Company

    API_KEY = "******"

    aapl = Company(API_KEY).get_company_basic_information({"ticker": "AAPL"})


## Source code

You can check the latest sources with the command:

    git clone https://github.com/InvFin/Python-sdk.git


## Testing

After installation, you can launch the test suite from outside the source
directory (you will need to have ``pytest`` installed):

    pytest invfinsdk


## Contributing

Welcome! Happy to see you willing to make the project better. You can get started by
reading this:

[Contributing: The basics](https://github.com/InvFin/Python-sdk/blob/main/CONTRIBUTING.rst)


## Changelog

The log has become rather long. It moved to its own file.

See [CHANGES](https://github.com/InvFin/Python-sdk/blob/main/HISTORY.rst).


## Authors

The author list is quite long nowadays, so it lives in its own file.

See [AUTHORS.rst](./AUTHORS.rst)

=======
History
=======

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/InvFin/Python-sdk",
    "name": "invfinsdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "invfinsdk",
    "author": "Lucas Montes",
    "author_email": "lluc23@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ee/ad/d099362cc0c8f056d2e7d484fa73da02230c9e44ecb3e16a2cab045c1f14/invfinsdk-0.1.1.tar.gz",
    "platform": null,
    "description": "# InvFinSDK\n[![Documentation Status](https://readthedocs.org/projects/invfinsdk/badge/?version=latest)](https://invfinsdk.readthedocs.io/en/latest/?badge=latest)\n[![PyPI](https://img.shields.io/pypi/dm/invfinsdk.svg)](https://pypi.python.org/pypi)\n[![PyPI](https://img.shields.io/pypi/v/invfinsdk.svg)](https://pypi.python.org/pypi)\n\nAn SDK to interact with InvFin endpoints\n\n\n* Free software: MIT license\n* Documentation: https://invfinsdk.readthedocs.io.\n\n\n## Support Methods\n\n- [Company](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)\n- [Exchange](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-exchanges)\n- [Term](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)\n- [Industry](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)\n- [Sector](https://inversionesyfinanzas.xyz/api/api-documentacion/#lista-de-terminos)\n- [Superinvestor](https://inversionesyfinanzas.xyz/api/api-documentacion/#superinversores)\n\n\n## User installation\n\nThe easiest way to install invfinsdk is using ``pip``:\n\n    pip install -U invfinsdk\n\n\n## How to use it\n\n    from invfinsdk import Company\n\n    API_KEY = \"******\"\n\n    aapl = Company(API_KEY).get_company_basic_information({\"ticker\": \"AAPL\"})\n\n\n## Source code\n\nYou can check the latest sources with the command:\n\n    git clone https://github.com/InvFin/Python-sdk.git\n\n\n## Testing\n\nAfter installation, you can launch the test suite from outside the source\ndirectory (you will need to have ``pytest`` installed):\n\n    pytest invfinsdk\n\n\n## Contributing\n\nWelcome! Happy to see you willing to make the project better. You can get started by\nreading this:\n\n[Contributing: The basics](https://github.com/InvFin/Python-sdk/blob/main/CONTRIBUTING.rst)\n\n\n## Changelog\n\nThe log has become rather long. It moved to its own file.\n\nSee [CHANGES](https://github.com/InvFin/Python-sdk/blob/main/HISTORY.rst).\n\n\n## Authors\n\nThe author list is quite long nowadays, so it lives in its own file.\n\nSee [AUTHORS.rst](./AUTHORS.rst)\n\n=======\nHistory\n=======\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "An SDK to interact with InvFin endpoints",
    "version": "0.1.1",
    "split_keywords": [
        "invfinsdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "68c4ae385dd43f2acdd5d8d04da4e217",
                "sha256": "9449457eff18cb2c4b2aa015ec5b0a270b02d64e02a49de72710ea24abdf526a"
            },
            "downloads": -1,
            "filename": "invfinsdk-0.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68c4ae385dd43f2acdd5d8d04da4e217",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 5804,
            "upload_time": "2022-12-06T20:50:58",
            "upload_time_iso_8601": "2022-12-06T20:50:58.317362Z",
            "url": "https://files.pythonhosted.org/packages/0b/ce/2eb70c3b5b84deb1fc1388a4e115cd25b38bc5488fd23496ac733553f0ba/invfinsdk-0.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "8d9fe94b7254ab0f15be6d1c585b58cb",
                "sha256": "f58726086facd1b8a8c0ddf681f9bcbade84c4d7e8f7fff98bd329843a015fcd"
            },
            "downloads": -1,
            "filename": "invfinsdk-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8d9fe94b7254ab0f15be6d1c585b58cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 12287,
            "upload_time": "2022-12-06T20:50:59",
            "upload_time_iso_8601": "2022-12-06T20:50:59.789520Z",
            "url": "https://files.pythonhosted.org/packages/ee/ad/d099362cc0c8f056d2e7d484fa73da02230c9e44ecb3e16a2cab045c1f14/invfinsdk-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-06 20:50:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "InvFin",
    "github_project": "Python-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "invfinsdk"
}
        
Elapsed time: 0.04182s