blockhouse


Nameblockhouse JSON
Version 1.0.4 PyPI version JSON
download
home_pageNone
SummaryFetch stock market data using the Blockhouse API
upload_time2024-12-10 20:40:40
maintainerNone
docs_urlNone
authorBlockhouse Labs
requires_pythonNone
licenseNone
keywords python blockhouse sdk stock market trading algotrading finance financial stocks market data api wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
## Blockhouse SDK API Package



This is a Python SDK package that is used for various functionality from the Blockhouse API. The package is published on PyPI and can be installed using pip.



## Table of Contents



1. Features

2. Usage

3. Available Functions

4. License

5. Contributing

6. Support

7. Changelog



## Features



- Fetch trade data from the Blockhouse API and send them to our kafka topic.



## Usage



Get the API key from the Blockhouse API and install the package using pip:



```bash

pip install blockhouse

```



Using as a Python Library



```python

from blockhouse import TransferData



td = TransferData(api_key="b19f7dff001b9d9d4f6feb6797d9762d")

res = td.transfer_data()

print(res)

```



## Available Functions:



- TransferData: Fetch trade data from the Blockhouse API and send them to our kafka topic.



## License



This project is licensed under the MIT License. See the LICENSE file for more details.



## Contributing



Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.



## Support



If you encounter any issues or have questions, feel free to open email us.



## Changelog



Version 1.0.4

Initial release with:

Refactored code and used api_key to call the API.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "blockhouse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, blockhouse, sdk, stock, market, trading, algotrading, finance, financial, stocks, market, data, api, wrapper",
    "author": "Blockhouse Labs",
    "author_email": "<mail@blockhouse.com>",
    "download_url": "https://files.pythonhosted.org/packages/54/db/4bb5d1bd0786f64de1d28b695e31eb79a544d4e130523cf767d4a2d04ffc/blockhouse-1.0.4.tar.gz",
    "platform": null,
    "description": "\r\n## Blockhouse SDK API Package\r\n\r\n\r\n\r\nThis is a Python SDK package that is used for various functionality from the Blockhouse API. The package is published on PyPI and can be installed using pip.\r\n\r\n\r\n\r\n## Table of Contents\r\n\r\n\r\n\r\n1. Features\r\n\r\n2. Usage\r\n\r\n3. Available Functions\r\n\r\n4. License\r\n\r\n5. Contributing\r\n\r\n6. Support\r\n\r\n7. Changelog\r\n\r\n\r\n\r\n## Features\r\n\r\n\r\n\r\n- Fetch trade data from the Blockhouse API and send them to our kafka topic.\r\n\r\n\r\n\r\n## Usage\r\n\r\n\r\n\r\nGet the API key from the Blockhouse API and install the package using pip:\r\n\r\n\r\n\r\n```bash\r\n\r\npip install blockhouse\r\n\r\n```\r\n\r\n\r\n\r\nUsing as a Python Library\r\n\r\n\r\n\r\n```python\r\n\r\nfrom blockhouse import TransferData\r\n\r\n\r\n\r\ntd = TransferData(api_key=\"b19f7dff001b9d9d4f6feb6797d9762d\")\r\n\r\nres = td.transfer_data()\r\n\r\nprint(res)\r\n\r\n```\r\n\r\n\r\n\r\n## Available Functions:\r\n\r\n\r\n\r\n- TransferData: Fetch trade data from the Blockhouse API and send them to our kafka topic.\r\n\r\n\r\n\r\n## License\r\n\r\n\r\n\r\nThis project is licensed under the MIT License. See the LICENSE file for more details.\r\n\r\n\r\n\r\n## Contributing\r\n\r\n\r\n\r\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\r\n\r\n\r\n\r\n## Support\r\n\r\n\r\n\r\nIf you encounter any issues or have questions, feel free to open email us.\r\n\r\n\r\n\r\n## Changelog\r\n\r\n\r\n\r\nVersion 1.0.4\r\n\r\nInitial release with:\r\n\r\nRefactored code and used api_key to call the API.\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Fetch stock market data using the Blockhouse API",
    "version": "1.0.4",
    "project_urls": null,
    "split_keywords": [
        "python",
        " blockhouse",
        " sdk",
        " stock",
        " market",
        " trading",
        " algotrading",
        " finance",
        " financial",
        " stocks",
        " market",
        " data",
        " api",
        " wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd42f7bf1feaa396ef6da9d2dee9ee68bedb64a3a9adaa416ca83153e3bd60a7",
                "md5": "0e17c8d33b61f2e7dac7dcd15ad91a4c",
                "sha256": "d5da9a8a064bfc6e3ff3d47add16b3cb93fafc11dd88a163607062f9122aac22"
            },
            "downloads": -1,
            "filename": "blockhouse-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e17c8d33b61f2e7dac7dcd15ad91a4c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3488,
            "upload_time": "2024-12-10T20:40:39",
            "upload_time_iso_8601": "2024-12-10T20:40:39.458609Z",
            "url": "https://files.pythonhosted.org/packages/dd/42/f7bf1feaa396ef6da9d2dee9ee68bedb64a3a9adaa416ca83153e3bd60a7/blockhouse-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54db4bb5d1bd0786f64de1d28b695e31eb79a544d4e130523cf767d4a2d04ffc",
                "md5": "fb582753b625141ebf598c49ee1fc69e",
                "sha256": "3b0ec3e63ff2951222f8f018bc77f472afc1048a1f00187479348838403cfb5a"
            },
            "downloads": -1,
            "filename": "blockhouse-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "fb582753b625141ebf598c49ee1fc69e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3370,
            "upload_time": "2024-12-10T20:40:40",
            "upload_time_iso_8601": "2024-12-10T20:40:40.810240Z",
            "url": "https://files.pythonhosted.org/packages/54/db/4bb5d1bd0786f64de1d28b695e31eb79a544d4e130523cf767d4a2d04ffc/blockhouse-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-10 20:40:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "blockhouse"
}
        
Elapsed time: 0.44436s