AletheiaPy
AletheiaPy is a Python wrapper of Aletheia API, which provides access to financial data.
Installation
Run the following to install:
pip install AletheiaPy
Usage
Note that an API key is required to use the client. AletheiaPy essentially follows Aletheia API's usage. Note that AletheiaPy currently supports GET requests only.
from Aletheia import Client
# Initialize Client
key = "333acb16de254844ab64783232d2ba66" # Example from Aletheia's website
theia = Client(key)
# Get a stock summary for a security
theia.StockData("FB")
Release files for AletheiaPy 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| AletheiaPy-0.0.5.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| AletheiaPy-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.6 kB
Release files / AletheiaPy-0.0.5.tar.gz
| Download URL | AletheiaPy-0.0.5.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cf2a785514a76ef6d8fe259200f94829c4bd9e4ccab678b8988be51f5cb16bb0
|
|
BLAKE2b-256 checksum How to use checksums |
e9fd217e602cd20b527d2b2d0c7ea045f4365c3604346d6043469fdeb77afdb7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|
Release files / AletheiaPy-0.0.5-py3-none-any.whl
| Download URL | AletheiaPy-0.0.5-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a0d45406c579367bb30dc05a4ac4fe538c6bbeba624c2904f12ce2bbc9969ce8
|
|
BLAKE2b-256 checksum How to use checksums |
619af33554496f1b305c6c45cc0f110f353d61df69e3a75bc7200c240f3fd064
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|