
NFTY — Investor Relations & Filings
NFTY, formerly known as Adthink, is a digital marketing company specializing in NFT and blockchain-based solutions for brands. Leveraging over 20 years of experience in digital advertising, the company provides a platform and services that include display and affiliate networking, and data activation. NFTY supports clients in developing and executing marketing strategies tailored for the Web3 ecosystem, enabling brand engagement through non-fungible tokens and other blockchain technologies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| NFTY : Actions sans valeur | 2023-02-27 | French | |
| Procédure de liquidation judiciaire | 2022-12-21 | French | |
| Conversion de la procédure de sauvegarde en redressement judiciaire | 2022-11-23 | French | |
| Fin des négociations avec ABO, conversion de la procédure de sauvegarde en redressement judiciaire et appel d’offres | 2022-11-10 | French | |
| NFTY lance Fidyz, plateforme de fidélisation web3 nouvelle génération | 2022-11-07 | French | |
| NFTY launches Fidyz, a new generation platform for web3 loyalty | 2022-11-07 | English |
Market data
Market data not available
Price history
Peer group · Activities of religious organizations
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Real Resources Inc.
Christ-centered nonprofit equipping churches for ministry a…
|
— | CA | Other service activities |
NFTY via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/1554/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1554 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=1554 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=1554 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 1554}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for NFTY (id: 1554)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.