A wrapper for it finance data
Project description
It Finances Api
A wrapper for It Finances Api
Official api documentation
https://api-test.itfinance.it/IT4FRest/rest/swagger-ui.html
how to use it
import json
from it_finance_api import ItFinanceApi
from it_finance_api.models import CreditScoreDetailData
with open('credentials.json', 'rb') as f:
c = json.load(f)
USERNAME = c.get('username')
PASSWORD = c.get('password')
api = ItFinanceApi()
api.login(USERNAME, PASSWORD)
res: CreditScoreDetailData = api.get_score_companies_detail('02162745')
Disclaimer
This wrapper is made only for those who have access to the api. You have to directly contact It Finance to gain access to the endpoints.
The calls to this api are not free, the cost is defined with a contract with itFinance
Collab
This wrappper is maintained by Telnet Servizi srl By the software division Telnet Data https://www.telnetdata.it/
Contact
Release notes
Look in the Github releases section for the update info
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
it_finance_api-0.0.5.tar.gz
(6.5 kB
view details)
Built Distribution
File details
Details for the file it_finance_api-0.0.5.tar.gz
.
File metadata
- Download URL: it_finance_api-0.0.5.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52aae75b8d12e99b850cbb8ae5b163cf05695f9f002122c5c32ff891be95fa5f |
|
MD5 | 0ab6efd0f2de019f359c63eb9cf51807 |
|
BLAKE2b-256 | 19fa4c237be3a9f6c0d31e1581b9297e64187b178d53b0bf2940ec07098d5578 |
File details
Details for the file it_finance_api-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: it_finance_api-0.0.5-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3fe8539693eb3256a0b83a10b6626b9d5e08afb99146d45106d1d103f14d060 |
|
MD5 | 9e64c1898eba431296239929803e3a13 |
|
BLAKE2b-256 | f30f15e6a4e1aeb5327c01cfb3dffe004268a6c32bdf82fef5279af1de23dd9b |