Skip to main content

A simple API wrapper for Limex DataHub

Project description

Limexhub

Python version PyPi version PyPi downloads Star this repo

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')

Nasdaq100_constituents = client.constituents()
SP500_constituents = client.constituents(universe='Q500US')


candles = client.candles(symbols = ["AAPL", "NVDA"],
                         start="2024-01-01", 
                         end="2025-01-01", 
                         interval = "1d",
                         pivot=False)
                         

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

fundamental = client.fundamental(symbol="AAPL", 
                                 from_date="2010-01-01",
                                 to_date="2024-01-01",
                                 fields=None)

fundamental = client.fundamental(fields='roa',
                                 quarter='Q2-2023')
            
                                 
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.iloc[0]['id'], 
                         symbol="AAPL", 
                         from_date="2023-01-01")

congress = client.congress_trading(ticker="AAPL", limit=100)

congress = client.congress_trading(member_name="Pelosi", limit=100)

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-1.16.28.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

limexhub-1.16.28-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: limexhub-1.16.28.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for limexhub-1.16.28.tar.gz
Algorithm Hash digest
SHA256 02e98a7d2eb9502aa9a4580217c2f4882ce4b5a54436217e7b28864c0da909c5
MD5 99789f0eadc864647c88d1bad30e42bf
BLAKE2b-256 c51f3f9c1f3c188838dfc9f733185f438631151150083ebe65b58bad09c43875

See more details on using hashes here.

File details

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

File metadata

  • Download URL: limexhub-1.16.28-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for limexhub-1.16.28-py3-none-any.whl
Algorithm Hash digest
SHA256 bf6c3c3e1fab331be3ab1c9d314520fca18556b96867a1ec60e78d5978cfbf0e
MD5 1934a1158f2a6909f4d296645464a91e
BLAKE2b-256 304ccd9107cd9c096b07e159328a61ab86ca29d64f689050e30c1b186d82712e

See more details on using hashes here.

Supported by

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