
Air Marine — Investor Relations & Filings
Air Marine is an aerial operations operator established in 1991 that provides services using both airplanes and drones. The company operates a network of remote pilots and specializes in missions such as precision agriculture, which includes the identification of specific plants like Datura in crops. Air Marine also develops its own drone systems, such as the AM-704, and provides training on its equipment and operational procedures to partner companies. The organization is certified for ISO 9001 (quality management) and ISO 14001 (environmental management).
Recent filings
No filings indexed yet
We are still gathering filings for Air Marine. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Freight air transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Rocket Lab Corp
Provides launch services, spacecraft manufacturing, and sat…
|
RKLB | US | Transportation and storage |
Air Marine 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/1090/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1090 | 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=1090 | 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=1090 \ -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": 1090}, 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 Air Marine (id: 1090)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.