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
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
limexhub-0.1.15.tar.gz
(7.2 kB
view details)
Built Distribution
File details
Details for the file limexhub-0.1.15.tar.gz
.
File metadata
- Download URL: limexhub-0.1.15.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 641b30180c047cf8ac25e610c3b5e428c3ea8256e535df7ff932e1e3b27f07d6 |
|
MD5 | c33ec5e2979a5393b2a80ae0d86c6ace |
|
BLAKE2b-256 | aacc964768b8edd4c4cbf4ee400dbcd3d9f303ec5c25d9b98b1727ea5bf161f7 |
File details
Details for the file limexhub-0.1.15-py3-none-any.whl
.
File metadata
- Download URL: limexhub-0.1.15-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d5a964799679393d3eafb24c2a11f8dc9f443c3a240c275e1063c6d9abc4557 |
|
MD5 | f8a2115ed697dec400adee0e2b1da2c9 |
|
BLAKE2b-256 | 41b4f0ed806b9c54d5e77236f841c3ba70db61422eded1bda99c18489bd3d0f5 |