INL — Investor Relations & Filings
About INL
The Bureau of International Narcotics and Law Enforcement Affairs (INL) implements programs globally to address crime, illicit drug activity, and instability. Its core activities include providing training, operational support, and infrastructure development for law enforcement agencies. INL's counternarcotics efforts encompass crop control, demand reduction projects, and fostering alternative livelihoods to curb illicit cultivation. The bureau also supports initiatives to enhance maritime response capabilities and develop facilities for law enforcement training.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 786 Investments Limited | 2017-06-30 | English | |
| 123rd Board Meeting | 2017-06-21 | English | |
| Dawood Islamic Fund Notice of Interim Distribution | 2017-06-21 | English | |
| First Dawood Mutual Fund Notice of Interim Distribution | 2017-06-21 | English | |
| Dawood Income Fund Notice of Interim Distribution | 2017-06-21 | English |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2017
5 filings
| |||||
| 46732625 | 786 Investments Limited | 2017-06-30 | English | ||
| 46732716 | 123rd Board Meeting | 2017-06-21 | English | ||
| 46732719 | Dawood Islamic Fund Notice of Interim Distribution | 2017-06-21 | English | ||
| 46732718 | First Dawood Mutual Fund Notice of Interim Distribution | 2017-06-21 | English | ||
| 46732720 | Dawood Income Fund Notice of Interim Distribution | 2017-06-21 | English | ||
Market data
Market data not available
Price history
Peer group · Public order and safety activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CoreCivic, Inc.
Partners with government for corrections, detention, reentr…
|
CXW | US | Public administration and defen… |
|
GEO GROUP INC
A government services provider of correctional, detention, …
|
GEO | US | Public administration and defen… |
INL 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/72129/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=72129 | 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=72129 | 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=72129 \ -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": 72129}, 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 INL (id: 72129)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.