Path: blob/master/Agicap/Agicap_Get_banks_accounts_from_company.ipynb
2973 views
Kernel: Python 3
Agicap - Get banks accounts from company
Tags: #agicap #bankaccount #company #finance #data #api
Author: Florent Ravenel
Last update: 2023-07-12 (Created: 2023-07-12)
Description: This notebook will show how to get bank account from a company using Agicap API. It is usefull for organizations to quickly get the bank account of a company.
Input
Import libraries
In [ ]:
Setup Variables
token
: Get your Agicap Bearer Token by inspecting your pagecompany_id
: Company ID on Agicap, it must matched an id extracted from "Agicap_List_companies.ipynb" template.
In [ ]:
Model
Get all banks accounts from company
In [ ]:
Transform json to dataframe
In [ ]:
Output
Display result
In [ ]: