Skip to main content

A simple API wrapper for Limex DataHub

Project description

Limexhub

limexhub is a comprehensive Python library designed to simplify interactions with the financial data and services provided by Limex DataHub. It provides an easy-to-use interface for fetching various types of financial data, including instruments, candles, fundamentals, news, events, and predictive signals.

Features

  • Ease of Use: The limexhub library has a straightforward, intuitive interface that enables quick access to Limex DataHub.
  • Comprehensive Data Coverage: Access a wide range of financial data, from market instruments and historical candlestick charts to company fundamentals and latest news.
  • Predictive Signals: Leverage advanced machine learning models and signals to inform your financial decisions.
  • Customization: Easily customize your data queries with flexible parameters suitable for different analysis and trading strategies.
  • Efficiency: The library is designed for efficiency, minimizing the amount of code needed to make requests and handle responses.

Installation

Install limexhub with pip:

pip install limexhub

Getting Started

The library needs to be configured with an API key from your account. Sign up for free and you will automatically receive a set of API keys to start with.

import limexhub
api_token = 'your_api_key'
client = limexhub.RestAPI(token=api_token)



instruments = client.instruments(assets='stocks')

candles = client.candles(symbol="AAPL", 
                         to_date="2024-01-01", 
                         from_date="2023-01-01", 
                         timeframe=3)

fundamental = client.fundamental(symbol="AAPL", 
                                 from_date="2023-01-01",
                                 to_date="2024-01-01",
                                 fields='roa')
            
                                 
events = client.events(symbol="AAPL",
                       from_date="2023-01-01", 
                       to_date="2024-01-01",
                       event_type="dividends")

news = client.news(symbol="AAPL", 
                   from_date="2023-03-01",
                   to_date="2024-03-03")

models = client.models(vendor = 'boosted')
    
signals = client.signals(vendor="boosted", 
                         model=models[0]['id'], 
                         symbol="AAPL", 
                         from_date="2023-01-01")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

limexhub-0.1.12.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

limexhub-0.1.12-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file limexhub-0.1.12.tar.gz.

File metadata

  • Download URL: limexhub-0.1.12.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for limexhub-0.1.12.tar.gz
Algorithm Hash digest
SHA256 c712d1134d03903a49124ac81af54fc49fce53e9c47835a543ac9d6532e19190
MD5 5267d98654b44832f52d499251221d1a
BLAKE2b-256 c2187f6fdac51a6206db6cdc6e0b276ad47537b14373b93640d576bb4a42bc53

See more details on using hashes here.

File details

Details for the file limexhub-0.1.12-py3-none-any.whl.

File metadata

  • Download URL: limexhub-0.1.12-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for limexhub-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 b3a769ce2b5579b1b40f8c1c5d9acdc8e31de6d5cfd8f9aa3285b7feb077e05e
MD5 fe475033f8fc084e13ac63dcb2326ba9
BLAKE2b-256 bb072b8d9a14ea3ecb6f87810ba9c891940cea9630be9f4a7fc1003fdbb3b65f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page