Naas Documentation
Naas.ai
GitHub
Slack Community
What's new?
Search…
Welcome to Naas
😎
Templates
AWS
Airtable
AlphaVantage
Bazimo
Boursorama
Bubble
CCXT
CSV
Canny
Celestrak
Cityfalcon
D-Tale
Dask
Data.gouv.fr
Draft Kings
EM-DAT
Elasticsearch
Excel
FAO
FEC
FTP
GitHub
Gmail
Google Analytics
Google Drive
Google Search
Google Sheets
HTML
Healthchecks
HubSpot
Hugging Face
IFTTT
IMDB
INPI
IUCN
Insee
Instagram
Integromat
Johns Hopkins
Jupyter
Jupyter Notebooks
LinkedIn
Matplotlib
Metrics Store
Microsoft Teams
Microsoft Word
MongoDB
MySQL
NASA
Naas
Naas Auth
Neo
Newsapi
Notion
OpenWeatherMap
OwnCloud
PDF
Pandas
Pillow
Pipedrive
Plaid
Plotly
PostgresSQL
PyPI
Python
Qonto
Get statement ranking by category
Get cash position trend
Get positions
Get organizations
Get statement barline
Releve de compte augmente
Get statement
Get statement summary by operation type
Get transactions
Quandl
Reddit
Redshift
Remoteok
Remotive
SAP-HANA
SendGrid
Slack
Snowflake
Societe.com
Spotify
Streamlit
Stripe
Telegram
Thinkific
TikTok
Trello
Twilio
Twitter
WSR
WorldBank
Worldometer
XML
YahooFinance
YouTube
Youtube
ZIP
Zapier
spaCy
Google Analytics
Google Drive
Google Search
Google Sheets
Hugging Face
Johns Hopkins
Jupyter Notebooks
Metrics Store
Microsoft Teams
Microsoft Word
Naas Auth
Elastic Search
Excel 365
🔄
Low-code features
🏎
Low-code drivers
🌎
Community
Essentials
Advanced
Best Practices
FAQ
⚡
Naas manager
🔐
Security
Powered By
GitBook
Get statement summary by operation type
Tags:
#qonto #bank #statement #naas_drivers
Author:
Florent Ravenel
Input
Import library
1
from
naas_drivers
import
qonto
Copied!
Get your Qonto credentials
How to get your credentials ?
1
QONTO_USER_ID
=
'YOUR_USER_ID'
2
QONTO_SECRET_KEY
=
'YOUR_SECRET_KEY'
Copied!
Parameters
1
# Date to start extraction, format: "AAAA-MM-JJ", example: "2021-01-01"
2
date_from
=
None
3
# Date to end extraction, format: "AAAA-MM-JJ", example: "2021-01-01", default = now
4
date_to
=
None
Copied!
Model
Get statement summary
1
df_summary
=
qonto
.
connect
(
QONTO_USER_ID
,
QONTO_SECRET_KEY
).
statements
.
summary
(
2
summary_type
=
"OPERATION_TYPE"
,
3
date_from
=
date_from
,
4
date_to
=
date_to
5
)
Copied!
Output
Display result
1
df_summary
Copied!
1
Copied!
Previous
Get statement
Next
Get transactions
Last modified
2mo ago
Copy link
Edit on GitHub
Contents
Input
Model
Output