Skip to main content

AletheiaPy is a Python wrapper of Aletheia API, which provides access to financial data.

Project description

AletheiaPy

AletheiaPy is a Python wrapper of Aletheia API, which provides access to financial data.

Downloads Downloads

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

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

AletheiaPy-0.0.5.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

AletheiaPy-0.0.5-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

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