followthemoney query dsl and io helpers
Project description
ftmq
This library provides methods to query and filter entities formatted as Follow The Money data, either from a json file/stream or using a statement-based store backend from nomenklatura.
It also provides a Query class that can be used in other libraries to work with SQL store queries or api queries.
ftmq is the base layer for investigativedata.io's libraries and applications dealing with Follow The Money data.
To get familiar with the Follow The Money ecosystem, you can have a look at this pad here.
Installation
Minimum Python version: 3.11
pip install ftmq
Usage
Command line
cat entities.ftm.json | ftmq -s Company --country=de --incorporationDate__gte=2023 -o s3://data/entities-filtered.ftm.json
Python Library
from ftmq import Query, smart_read_proxies
q = Query() \
.where(dataset="ec_meetings", date__lte=2020) \
.where(schema="Event") \
.order_by("date", ascending=False)
for proxy in smart_read_proxies("s3://data/entities.ftm.json"):
if q.apply(proxy):
yield proxy
Documentation
https://docs.investigraph.dev/lib/ftmq
Support
This project is part of investigraph
In 2023, development of ftmq was supported by Media Tech Lab Bayern batch #3
License and Copyright
ftmq, (C) 2023 Simon Wörpel
ftmq, (C) 2024-2025 investigativedata.io
ftmq, (C) 2025 Data and Research Center – DARC
ftmq is licensed under the AGPLv3 or later license.
Prior to version 0.8.0, ftmq was released under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ftmq-4.6.1.tar.gz.
File metadata
- Download URL: ftmq-4.6.1.tar.gz
- Upload date:
- Size: 48.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.13.5 Linux/6.12.73+deb13-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f8f6563465a1d0aa7fc7dc455f45b342d60aa7f6fc22e65c757a270487859fa
|
|
| MD5 |
708e1765cfe2ec94fa1ec877a2840aed
|
|
| BLAKE2b-256 |
1964a3712d11a4c580c283b5e22cee43de3e1f2ba0feadf3e853a1e71d99cccf
|
File details
Details for the file ftmq-4.6.1-py3-none-any.whl.
File metadata
- Download URL: ftmq-4.6.1-py3-none-any.whl
- Upload date:
- Size: 59.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.13.5 Linux/6.12.73+deb13-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3b1e16c59e15d09759e016f60554b9a8f9179504847ffac88d688a502ccd8e2
|
|
| MD5 |
ae15faec87b2c1c77df9145435bbd12e
|
|
| BLAKE2b-256 |
a932808cb14fb54b4115e91a48247ab541a6e29214571402e8987dd82bd94428
|