Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

it-finance-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-finance-api

A wrapper for it finance data

  • 0.0.5
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc