Skip to main content

Package to fetch data from Avanza

Project description

aza_api

Api to fetch data from Avanza website.

Package use chromedriver in order to render the Javascript from the page.

Idea for the user: Incorporate this package in a webapp with a REST api. The data may then be fetched fully in Google slides.

Requirements

Installation

Pip

pip install aza_api  # Installing
pip install aza_api -U  # Upgrading already installed package

Conda

conda install -c aza_api

Usage

The get_aza_fundamentals method returns a pandas row. Thus, it is easy to just append multiple stocks (tickers) to create a convenient dataframe.

from aza_api.aza_api import get_aza_fundamentals
df = get_aza_fundamentals("CAST.ST")  # Castellum

print(df.T)

>>>

                               0
kortnamn                 CAST.ST
dividend_yield            0.0284
antal_aktier       84012900000.0
pe_ratio                    8.29
eps                         29.3
market_cap         84012900000.0
dividend/earnings            NaN
ncavps                       0.0
net_cash_ps                  0.0
price_book                     0
latest                     244.6

Development

While in root of this project.

pip install -e .

This will install the package in editable mode.

Testing

pytest tests/ -s

Push project to Pip (PyPi) and Conda

PyPi

https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56

Run in root

python setup.py sdist
twine upload dist/*

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

aza_api-0.0.13.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

aza_api-0.0.13-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file aza_api-0.0.13.tar.gz.

File metadata

  • Download URL: aza_api-0.0.13.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for aza_api-0.0.13.tar.gz
Algorithm Hash digest
SHA256 6c3d047270997717950deff1dd342c2e4ebf1b92678b300c3663d46ae7edc713
MD5 cae626dc9f9e3d36aecb8aab658fcbfa
BLAKE2b-256 f24be1e4f7deec7b0aef9a2a4fd38a30ca57ca7fbf7ca1b80d705c5304ad060d

See more details on using hashes here.

File details

Details for the file aza_api-0.0.13-py3-none-any.whl.

File metadata

  • Download URL: aza_api-0.0.13-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for aza_api-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 46a80244dbd38b847078cdb8ae31825e846e0be9f53fd60556ead755421804a4
MD5 0926262db4bf153255dc6ae2900405f6
BLAKE2b-256 a041d29d45a48f26498209ccd20c5a8bc83924804acd2421d21eccb3be4576b9

See more details on using hashes here.

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