Fincrux Python Package
Official Python client for the Fincrux API.
Installation
pip install fincrux
Quick start
from fincrux import Fincrux
client = Fincrux(api_key="YOUR_API_KEY")
# Company data
financials = client.get_company_financials("RELIANCE")
historicals = client.get_company_historicals("RELIANCE", interval="day")
actions = client.get_corporate_actions("RELIANCE")
peers = client.get_competitors("RELIANCE")
# Market institutional flows
fii = client.get_fii_activity(data_type="cash", interval="1D")
fii_fo = client.get_fii_activity(
data_type=["index_futures", "stock_futures"],
interval="1D",
)
dii = client.get_dii_activity(interval="1D")
Market methods
get_fii_activity
| Arg | Required | Notes |
|---|---|---|
data_type |
yes | cash, index_futures, stock_futures, index_options, stock_options (string or list) |
interval |
no | 1D (default) or 1M |
from_date |
no | YYYY-MM-DD |
force_update |
no | False by default |
get_dii_activity
| Arg | Required | Notes |
|---|---|---|
interval |
no | 1D (default) or 1M |
from_date |
no | YYYY-MM-DD |
force_update |
no | False by default |
Release files for fincrux 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fincrux-0.1.6.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fincrux-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.6 kB
Release files / fincrux-0.1.6.tar.gz
| Download URL | fincrux-0.1.6.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
513f5aea9be8d2e85c40951e1074fad19a1f5736972b807bc25762b614950bd3
|
|
BLAKE2b-256 checksum How to use checksums |
f3453ba37b72a9e9971afaa2a81daf073e4377b57e72764b4b296e74bb7d1516
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / fincrux-0.1.6-py3-none-any.whl
| Download URL | fincrux-0.1.6-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a58f509afb373e7c06e1ecdef95d75b6e7d52e66cb47bb6fa5dfaae9600cbcbd
|
|
BLAKE2b-256 checksum How to use checksums |
cf6f12740a913db3fc5979153c3523241b06abd416fa4ad9413ee4d5d064e4ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|