Unoffical Python Finra Wrapper
Project description
Unoffical Python Finra Wrapper
warning this repository is still in alpha stage
Requirements
- Chromium
- Chromedriver
Installation
PIP
pip install pyfinra
Build your self with Python-Poetry
poetry install
poetry build
Example
from pyfinra import Ticker
gme = Ticker("Gme")
print(gme.quote())
print(gme.financials_balancesheet())
print(gme.financials_inc_statement())
print(gme.financials_cash_flow())
print(gme.financials_balancesheet(True))
print(gme.financials_inc_statement(True))
print(gme.financials_cash_flow(True))
Testing
Not implemented Yet!
petry run pytest
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
pyfinra-0.1.8.tar.gz
(6.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyfinra-0.1.8.tar.gz.
File metadata
- Download URL: pyfinra-0.1.8.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.4 Linux/5.10.32-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66579af57e5fc0dc90613c0350cc9f70ae4f7381a83f78ca2dc7757821216b22
|
|
| MD5 |
2bb4a80cee378a80c5a6040c9c9f05e6
|
|
| BLAKE2b-256 |
f12dbdbbfff2ccca8964cefbe51628086e838f3d2c921a9b1d7148859781b0f9
|
File details
Details for the file pyfinra-0.1.8-py3-none-any.whl.
File metadata
- Download URL: pyfinra-0.1.8-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.4 Linux/5.10.32-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06631c82fab6e4cebbe92e0cbd6ddd43df55c993a0488ce42fa664b6983684ed
|
|
| MD5 |
e1a6883c938fa484b56147582b205661
|
|
| BLAKE2b-256 |
aca9289ee57667fe60c0bca1aeff8c577008092715e951512580ceaad715cbc9
|