
Audience Labs — Investor Relations & Filings
Audience Labs is a digital marketing company that develops technology solutions for advertisers and agencies. The company's services focus on data collection, behavioral analysis, performance measurement, and audience targeting. It provides platforms that give advertisers control over their data to identify, match, and activate audiences across various channels. Key offerings include software for real-time ad targeting optimization and tools to measure the impact of online advertising campaigns on in-store customer visits. The company aims to help clients segment and curate potential customers through data-driven insights and analytics.
Recent filings
No filings indexed yet
We are still gathering filings for Audience Labs. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Other arts creation activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Artist Company Inc.
An entertainment company engaged in talent management and o…
|
321820 | KR | Arts, sports and recreation |
Audience Labs 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/1129/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1129 | 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=1129 | 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=1129 \ -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": 1129}, 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 Audience Labs (id: 1129)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.