Skip to main content

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

http://www.itfinance.it

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

Uploaded Source

Built Distribution

it_finance_api-0.0.5-py3-none-any.whl (8.2 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