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
limexhublibrary 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')
DJI_constituents = client.constituents(index = 'DJI')
SP500_constituents = client.constituents()
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')
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[0]['id'],
symbol="AAPL",
from_date="2023-01-01")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file limexhub-0.1.29.tar.gz.
File metadata
- Download URL: limexhub-0.1.29.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edaa4c60b6ceae63c38ad2206ab7a8b59e8dde7d51aee2c9ea7203531fb751e3
|
|
| MD5 |
be046c3486ae3197ed5f20afbeeaf8c6
|
|
| BLAKE2b-256 |
798c3a9c636c1b62e3f7752450d7ed96397ceed2444da2763e0e9df6206d0df8
|
File details
Details for the file limexhub-0.1.29-py3-none-any.whl.
File metadata
- Download URL: limexhub-0.1.29-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a9523d89d1d2425c46f60877e90ce57bc54ce3ebcb186861e099ad2bae2e8ae
|
|
| MD5 |
86d1bb1fdcfb615d5b0fd1fa961ac98d
|
|
| BLAKE2b-256 |
6fea440d595f60f73f3fba56ba2ef4ea698b8ba87c35b7cb97219c71141998f7
|