Aiera REST API

Entitlement-aware REST API over Aiera's financial research corpus — corporate events and transcripts, calendars and estimated events, equities and sectors, companies and people, SEC filings, company-published documents, broker research, Third Bridge expert-access content, Transcrippets and chat sessions. Authenticated with an issued API key passed in the X-API-Key header (an api_key query parameter is also accepted).

Operations 53

GET /calendar-v2/ Get Calendar #
GET /calendar-v2/coverage Calendar Coverage #
GET /calendar-v2/estimated Estimated Events #
GET /calendar-v2/{event_id} Get Calendar Event #
GET /calendars/ical/high_priority iCal High Priority Calendar #
GET /calendars/ical/user iCal User Calendar #
GET /chat-v1/sessions List Chat Sessions #
POST /chat-v1/sessions Create Chat Session #
GET /chat-v1/sessions/{session_id} Get Chat Session #
PATCH /chat-v1/sessions/{session_id} Update Chat Session #
DELETE /chat-v1/sessions/{session_id} Delete Chat Session #
POST /chat-v1/sessions/{session_id}/prompt Send Chat Prompt #
POST /chat-v1/sessions/{session_id}/sources/clear Clear Chat Session Sources #
GET /companies-v1/ Find Companies #
GET /companies-v1/{company_id}/ Get Company #
GET /company-docs-v1/ Find Company Documents #
GET /company-docs-v1/categories Get Document Categories #
GET /company-docs-v1/coverage Get Document Coverage #
GET /company-docs-v1/keywords Get Document Keywords #
GET /company-docs-v1/{doc_id} Get Company Document #
GET /company-docs-v1/{doc_id}/pdf Get Company Document PDF #
GET /company-docs-v1/{doc_id}/text Get Company Document Text #
GET /equities-v2/ Find Equities #
GET /equities-v2/sectors Get Sectors #
GET /equities-v2/summaries Get Equity Summaries #
GET /equities-v2/{equity_id}/ Get Equity #
GET /equities-v2/{equity_id}/summary Get Equity Summary #
GET /events-v2/ Find Events #
POST /events-v2/add-connection-detail Add Connection Detail #
POST /events-v2/report-issue Report Issue #
POST /events-v2/request-event Request Event #
GET /events-v2/{event_id} Get Event #
GET /events-v2/{event_id}/transcript Get Transcripts #
GET /events-v2/{event_id}/transcript/html Download Transcript HTML #
GET /events-v2/{event_id}/transcript/pdf Download Transcript PDF #
GET /events-v2/{event_id}/transcript/text Download Transcript Text #
GET /events-v2/{event_id}/transcript/{transcript_item_id}/ Get Transcript Item #
GET /expert-access-v1/status Expert Access Status #
GET /expert-access-v1/{provider}/ Find Expert Access Events #
GET /expert-access-v1/{provider}/{event_id} Get Expert Access Event #
GET /filings-v1/ Find Filings #
GET /filings-v1/{filing_id} Get Filing #
GET /filings-v1/{filing_id}/datafile/{datafile_name} Get Filing Datafile #
GET /filings-v1/{filing_id}/json Get Filing JSON #
GET /filings-v1/{filing_id}/pdf Get Filing PDF #
GET /filings-v1/{filing_id}/text Get Filing Text #
GET /people-v1/ Find People #
GET /people-v1/{person_id}/ Get Person #
GET /transcrippets-v1/ Get Transcrippets™ #
POST /transcrippets-v1/create Create Transcrippet™ #
POST /transcrippets-v1/{transcrippet_id}/delete Delete Transcrippet™ #
GET /user-admin-v1/ List Users #
GET /users-v1/entitlements Get Entitlements #

Documentation

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/aiera-rest-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

aiera-rest-api-openapi.json Raw ↑
{"openapi": "3.0.3", "info": {"title": "Aiera REST API", "version": "1.0", "description": "Aiera financial data API"}, "servers": [{"url": "https://rest-api.aiera.com/api"}], "tags": [{"name": "Events v2", "description": "Event data and transcripts"}, {"name": "Calendar v2", "description": "Event calendar, coverage, and estimates"}, {"name": "Calendars v1", "description": "iCal calendar subscriptions"}, {"name": "Equities v2", "description": "Equity data, sectors, and summaries"}, {"name": "Filings v1", "description": "SEC regulatory filings"}, {"name": "People v1", "description": "People and speaker lookup"}, {"name": "Chat v1", "description": "AieraChat"}, {"name": "Transcrippets v1", "description": "Shareable transcript snippets"}, {"name": "Expert Access v1", "description": "Third-party expert insights content"}, {"name": "Company Docs v1", "description": "Company-published documents"}, {"name": "Companies v1", "description": "Company information and lookup"}, {"name": "Users v1", "description": "User entitlements and permissions"}, {"name": "User Admin v1", "description": "Organization user management"}], "security": [{"apiKeyHeader": []}], "components": {"securitySchemes": {"apiKeyHeader": {"type": "apiKey", "in": "header", "name": "X-API-Key", "description": "Issued API key"}, "apiKeyQuery": {"type": "apiKey", "in": "query", "name": "api_key", "description": "Issued API key"}}, "schemas": {"Events": {"properties": {"params": {"description": "Echoed request parameters", "allOf": [{"$ref": "#/components/schemas/OutputParams"}]}, "pagination": {"description": "Pagination metadata", "allOf": [{"$ref": "#/components/schemas/Pagination"}]}, "data": {"description": "List of events", "allOf": [{"$ref": "#/components/schemas/Event"}]}}, "type": "object"}, "OutputParams": {"properties": {"page": {"type": "integer", "description": "Page number"}, "page_size": {"type": "integer", "description": "Page size"}, "bloomberg_ticker": {"type": "string", "description": "Bloomberg ticker"}, "isin": {"type": "string", "description": "ISIN"}, "ric": {"type": "string", "description": "RIC"}, "ticker": {"type": "string", "description": "Ticker symbol"}, "permid": {"type": "string", "description": "PermID"}, "sector_id": {"type": "integer", "description": "GICS sector ID"}, "subsector_id": {"type": "integer", "description": "GICS sub-sector ID"}, "search": {"type": "string", "description": "Search query"}, "include_company_metadata": {"type": "boolean", "description": "Include company metadata"}, "include_inactive": {"type": "boolean", "description": "Include inactive equities"}, "include_sourcing": {"type": "boolean", "description": "Include sourcing information"}}, "type": "object"}, "Pagination": {"properties": {"total_count": {"type": "integer", "description": "Total number of results"}, "current_page": {"type": "integer", "description": "Current page number"}, "total_pages": {"type": "integer", "description": "Total number of pages"}, "page_size": {"type": "integer", "description": "Number of results on this page"}}, "type": "object"}, "Event": {"properties": {"event_id": {"type": "integer", "description": "Event ID"}, "company_id": {"type": "integer", "description": "Company ID"}, "equity_id": {"type": "integer", "description": "Equity ID"}, "ticker": {"type": "string", "description": "Ticker symbol"}, "local_ticker": {"type": "string", "description": "Local ticker"}, "bloomberg_ticker": {"type": "string", "description": "Bloomberg ticker"}, "ric": {"type": "string", "description": "Reuters/Refinitiv RIC"}, "permid": {"type": "string", "description": "PermID"}, "isin": {"type": "string", "description": "ISIN"}, "exchange_mic": {"type": "string", "description": "Exchange MIC"}, "sector_id": {"type": "integer", "description": "GICS sector ID"}, "subsector_id": {"type": "integer", "description": "GICS sub-sector ID"}, "primary_equity": {"type": "boolean", "description": "Whether this is the primary equity"}, "title": {"type": "string", "description": "Event title"}, "event_type": {"type": "string", "description": "Event type", "enum": ["custom", "earnings", "earnings_release", "investor_meeting", "presentation", "shareholder_meeting", "special_situation"]}, "event_tags": {"description": "Event tags", "allOf": [{"$ref": "#/components/schemas/EventTag"}]}, "event_date": {"type": "string", "format": "date-time", "description": "Event date and time"}, "event_category": {"type": "string", "description": "Event category"}, "expected_language": {"type": "string", "description": "Expected language"}, "accuracy_review": {"type": "string", "description": "Accuracy review status"}, "has_unknown_time": {"type": "boolean", "description": "Whether event time is unknown"}, "connection_expected": {"type": "boolean", "description": "Whether a connection is expected"}, "is_live": {"type": "boolean", "description": "Whether the event is currently live"}, "estimate_id": {"type": "integer", "description": "Linked estimate ID"}, "machine_published": {"type": "boolean", "description": "Whether transcript is machine-published"}, "machine_published_completed": {"type": "string", "format": "date-time", "description": "Machine publish completion date"}, "human_verified": {"type": "boolean", "description": "Whether transcript is human-verified"}, "human_verified_api": {"type": "boolean", "description": "Whether human-verified for API"}, "human_verified_version": {"type": "integer", "description": "Human-verified version number"}, "human_verified_source": {"type": "string", "description": "Human verification source"}, "human_verified_source_id": {"type": "string", "description": "Human verification source ID"}, "connection_detail": {"description": "Connection detail data", "allOf": [{"$ref": "#/components/schemas/ConnectionDetail"}]}, "fiscal_year": {"type": "integer", "description": "Fiscal year"}, "fiscal_quarter": {"type": "integer", "description": "Fiscal quarter"}, "conference_number": {"type": "string", "description": "Conference dial-in number"}, "conference_pin": {"type": "string", "description": "Conference PIN"}, "broadcast_url": {"type": "string", "description": "Webcast URL"}, "replay_url": {"type": "string", "description": "Replay URL"}, "slides_url": {"type": "string", "description": "Slides URL"}, "slides_url_type": {"type": "string", "description": "Slides URL type", "enum": ["confirmed", "estimated"]}, "press_url": {"type": "string", "description": "Press release URL"}, "press_url_type": {"type": "string", "description": "Press URL type", "enum": ["confirmed", "estimated"]}, "public_url": {"type": "string", "description": "Public URL"}, "public_share_url": {"type": "string", "description": "Public share URL"}, "live_asr_provider": {"type": "string", "description": "Live ASR provider"}, "transcription_status": {"type": "string", "description": "Transcription status", "enum": ["agent_connected", "archived", "connected", "finished", "missed", "started", "submitted"]}, "transcription_audio_url": {"type": "string", "description": "Audio URL"}, "transcription_audio_offset_seconds": {"type": "integer", "description": "Audio offset in seconds"}, "audio_offset_start": {"type": "integer", "description": "Audio offset start in milliseconds"}, "audio_offset_end": {"type": "integer", "description": "Audio offset end in milliseconds"}, "audio_stream_url": {"type": "string", "description": "Audio stream URL"}, "has_transcripts": {"type": "boolean", "description": "Whether transcripts are available"}, "has_api_transcript": {"type": "boolean", "description": "Whether API transcript is available"}, "has_pricing": {"type": "boolean", "description": "Whether pricing data is available"}, "duplicate_of": {"type": "integer", "description": "ID of the event this is a duplicate of"}, "hierarchy": {"description": "Event hierarchy data", "allOf": [{"$ref": "#/components/schemas/Hierarchy"}]}, "grouping": {"description": "Event grouping data", "allOf": [{"$ref": "#/components/schemas/Grouping"}]}, "status": {"type": "string", "description": "Event status", "enum": ["active", "deleted"]}, "created": {"type": "string", "format": "date-time", "description": "Created date"}, "modified": {"type": "string", "format": "date-time", "description": "Modified date"}, "linguistics": {"description": "Linguistics metadata", "allOf": [{"$ref": "#/components/schemas/Linguistics"}]}, "price_data": {"description": "Price data", "allOf": [{"$ref": "#/components/schemas/PriceData"}]}, "transcripts": {"description": "Transcript items", "allOf": [{"$ref": "#/components/schemas/Transcript"}]}, "company_metadata": {"description": "Company metadata", "allOf": [{"$ref": "#/components/schemas/Company"}]}, "people": {"description": "People/speakers data", "allOf": [{"$ref": "#/components/schemas/Person"}]}}, "type": "object"}, "EventTag": {"properties": {"tag_id": {"type": "integer", "description": "Tag ID"}, "tag": {"type": "string", "description": "Tag name"}}, "type": "object"}, "ConnectionDetail": {"properties": {"transcription_status": {"type": "string", "description": "Transcription status", "enum": ["agent_connected", "archived", "connected", "finished", "missed", "started", "submitted"]}, "webcast_status": {"type": "string", "description": "Webcast connection status"}, "connected": {"type": "string", "format": "date-time", "description": "Connection timestamp"}, "disconnected": {"type": "string", "format": "date-time", "description": "Disconnection timestamp"}, "failure_code": {"type": "string", "description": "Failure code if connection failed"}, "published_source": {"type": "string", "description": "Published transcript source"}}, "type": "object"}, "Hierarchy": {"properties": {"parent_event": {"type": "integer", "description": "Parent event ID"}, "child_event": {"type": "integer", "description": "Child event ID"}}, "type": "object"}, "Grouping": {"properties": {"grouping_id": {"type": "integer", "description": "Grouping ID"}, "grouping_name": {"type": "string", "description": "Grouping name"}}, "type": "object"}, "Linguistics": {"properties": {"summaries": {"type": "array", "description": "Summaries", "items": {"$ref": "#/components/schemas/Summary"}}, "topics": {"type": "array", "description": "Topics", "items": {"$ref": "#/components/schemas/Topic"}}, "auto_tags": {"type": "array", "description": "Auto-tags", "items": {"type": "string"}}, "sentiment": {"description": "Sentiment", "allOf": [{"$ref": "#/components/schemas/Sentiment"}]}, "sentiment_breakouts": {"type": "array", "description": "Sentiment breakouts", "items": {"$ref": "#/components/schemas/SentimentBreakout"}}}, "type": "object"}, "Summary": {"properties": {"title": {"type": "string", "description": "Title for the summary text (if applicable)"}, "summary": {"type": "array", "description": "Summary text", "items": {"type": "string"}}, "model": {"type": "string", "description": "Source of the summary"}, "type": {"type": "string", "description": "Type of summary (presentation, Q&A, or whole-document)"}, "version": {"type": "string", "description": "Version of the summary (live or published)"}, "audio_clip": {"type": "string", "description": "Generated audio reading of the summary"}, "video_clip": {"type": "string", "description": "Generated video reading of the summary"}, "priority": {"type": "integer", "description": "Priority level of the summary"}, "created": {"type": "string", "format": "date-time", "description": "Summary creation date"}, "modified": {"type": "string", "format": "date-time", "description": "Summary modified date"}}, "type": "object"}, "Topic": {"properties": {"topic_id": {"type": "string", "description": "Topic ID"}, "topic": {"type": "string", "description": "Topic"}}, "type": "object"}, "Sentiment": {"properties": {"average": {"type": "number", "description": "Average sentiment score"}, "median": {"type": "number", "description": "Median sentiment score"}, "minimum": {"type": "number", "description": "Minimum sentiment score"}, "maximum": {"type": "number", "description": "Maximum sentiment score"}}, "type": "object"}, "SentimentBreakout": {"properties": {"start_offset": {"type": "integer", "description": "Start of the breakout offset"}, "end_offset": {"type": "integer", "description": "Median sentiment score"}, "sentiment": {"type": "number", "description": "Sentiment score"}}, "type": "object"}, "PriceData": {"properties": {"previous_day_close_price": {"type": "number", "description": "Previous day closing price"}, "current_day_open_price": {"type": "number", "description": "Current day opening price"}, "current_day_close_price": {"type": "number", "description": "Current day closing price"}, "price_at_event_start": {"type": "number", "description": "Price at event start"}, "volume_at_event_start": {"type": "number", "description": "Volume at event start"}, "price_at_event_end": {"type": "number", "description": "Price at event end"}, "volume_at_event_end": {"type": "number", "description": "Volume at event end"}, "before_transcript": {"description": "Price data before transcript", "allOf": [{"$ref": "#/components/schemas/SegmentPrice"}]}, "after_transcript": {"description": "Price data after transcript", "allOf": [{"$ref": "#/components/schemas/SegmentPrice"}]}}, "type": "object"}, "SegmentPrice": {"properties": {"trade_time": {"type": "string", "format": "date-time", "description": "Trade timestamp"}, "price": {"type": "number", "description": "Trade price"}, "volume": {"type": "integer", "description": "Trade volume"}}, "type": "object"}, "Transcript": {"properties": {"speaker_id": {"type": "integer", "description": "Speaker ID"}, "event_id": {"type": "integer", "description": "Event ID"}, "transcript_item_id": {"type": "integer", "description": "Transcript item ID"}, "start_ms": {"type": "integer", "description": "Milliseconds until start"}, "start_timestamp": {"type": "string", "format": "date-time", "description": "Timestamp of segment start"}, "duration_ms": {"type": "integer", "description": "Duration of the segment"}, "transcript": {"type": "string", "description": "Transcript"}}, "type": "object"}, "Company": {"properties": {"company_id": {"type": "integer", "description": "Company ID"}, "common_name": {"type": "string", "description": "Common name"}, "legal_name": {"type": "string", "description": "Legal name"}, "incorporated_country_code": {"type": "string", "description": "Country of incorporation"}, "domiciled_country_code": {"type": "string", "description": "Country of domicile"}, "urls": {"type": "array", "items": {"$ref": "#/components/schemas/CompanyURL"}}}, "type": "object"}, "CompanyURL": {"properties": {"url": {"type": "string", "description": "URL"}, "url_type": {"type": "string", "description": "URL type", "enum": ["facebook", "filings", "home", "instagram", "ir_events", "ir_home", "ir_news", "linkedin", "logo_icon", "twitter", "wikipedia", "youtube"]}}, "type": "object"}, "Person": {"properties": {"person_id": {"type": "integer", "description": "Person ID"}, "name": {"type": "string", "description": "Person name"}, "parent_id": {"type": "integer", "description": "Parent person ID (if merged)"}, "representations": {"description": "Representations in transcripts", "allOf": [{"$ref": "#/components/schemas/TranscriptSpeaker"}]}, "events": {"description": "Events speaker found in", "allOf": [{"$ref": "#/components/schemas/BasicEvent"}]}}, "type": "object"}, "TranscriptSpeaker": {"properties": {"speaker_id": {"type": "integer", "description": "Speaker ID"}, "name": {"type": "string", "description": "Speaker name"}, "title": {"type": "string", "description": "Speaker title"}, "firm": {"description": "Firm ID", "allOf": [{"$ref": "#/components/schemas/Firm"}]}}, "type": "object"}, "Firm": {"properties": {"firm_id": {"type": "integer", "description": "Firm ID"}, "firm": {"type": "string", "description": "Firm name"}, "domain": {"type": "string", "description": "Relevant domain"}}, "type": "object"}, "BasicEvent": {"properties": {"event_id": {"type": "integer", "description": "Event ID"}, "title": {"type": "string", "description": "Event title"}, "event_type": {"type": "string", "description": "Event type"}, "event_date": {"type": "string", "format": "date-time", "description": "Event date"}, "transcription_audio_url": {"type": "string", "description": "Event audio URL"}, "transcription_audio_offset_seconds": {"type": "integer", "description": "Offset seconds from audio file"}, "equity": {"description": "Event equity", "allOf": [{"$ref": "#/components/schemas/Equity"}]}, "transcripts": {"description": "Matched transcripts", "allOf": [{"$ref": "#/components/schemas/Transcript"}]}}, "type": "object"}, "Equity": {"properties": {"equity_id": {"type": "integer", "description": "Equity ID"}, "company_id": {"type": "integer", "description": "Company ID"}, "name": {"type": "string", "description": "Equity name"}, "common_name": {"type": "string", "description": "Common name"}, "ticker": {"type": "string", "description": "Ticker symbol"}, "local_ticker": {"type": "string", "description": "Local ticker"}, "mic": {"type": "string", "description": "Market identifier code"}, "bloomberg_ticker": {"type": "string", "description": "Bloomberg ticker"}, "isin": {"type": "string", "description": "ISIN"}, "permid": {"type": "string", "description": "PermID"}, "ric": {"type": "string", "description": "Reuters/Refinitiv RIC"}, "cusip": {"type": "string", "description": "CUSIP"}, "sector_id": {"type": "integer", "description": "GICS sector ID"}, "gics_sector": {"type": "string", "description": "GICS sector name"}, "subsector_id": {"type": "integer", "description": "GICS sub-sector ID"}, "gics_sub_sector": {"type": "string", "description": "GICS sub-sector name"}, "primary_equity": {"type": "boolean", "description": "Whether this is the primary equity"}, "created": {"type": "string", "format": "date-time", "description": "Created date"}, "modified": {"type": "string", "format": "date-time", "description": "Modified date"}, "status": {"type": "string", "description": "Equity status", "enum": ["active", "delisted", "inactive", "merger", "suspended"]}, "company_metadata": {"description": "Company metadata", "allOf": [{"$ref": "#/components/schemas/Company"}]}}, "type": "object"}, "CoverageResponse": {"properties": {"counts": {"description": "Coverage counts and breakdowns", "allOf": [{"$ref": "#/components/schemas/CoverageCounts"}]}, "results": {"type": "object", "description": "Company details (when identifier filter is provided)"}}, "type": "object"}, "CoverageCounts": {"properties": {"companies": {"type": "integer", "description": "Number of companies covered"}, "equities": {"type": "integer", "description": "Number of equities covered"}, "gics_sectors": {"type": "object", "description": "Count by GICS sector"}, "gics_subsectors": {"type": "object", "description": "Count by GICS sub-sector"}, "countries": {"type": "object", "description": "Count by country"}, "regions": {"type": "object", "description": "Count by region"}, "subregions": {"type": "object", "description": "Count by subregion"}}, "type": "object"}, "CalendarResponse": {"properties": {"params": {"type": "object", "description": "Echoed request parameters"}, "pagination": {"description": "Pagination metadata", "allOf": [{"$ref": "#/components/schemas/CalendarPagination"}]}, "data": {"type": "array", "description": "List of events", "items": {"$ref": "#/components/schemas/CalendarEvent"}}}, "type": "object"}, "CalendarPagination": {"properties": {"total_count": {"type": "integer", "description": "Total number of results"}, "current_page": {"type": "integer", "description": "Current page number"}, "total_pages": {"type": "integer", "description": "Total number of pages"}, "page_size": {"type": "integer", "description": "Number of results on this page"}}, "type": "object"}, "CalendarEvent": {"properties": {"event_id": {"type": "integer", "description": "Event ID"}, "event_title": {"type": "string", "description": "Event title"}, "event_type": {"type": "string", "description": "Event type", "enum": ["custom", "earnings", "earnings_release", "investor_meeting", "presentation", "shareholder_meeting", "special_situation"]}, "event_date": {"type": "string", "format": "date-time", "description": "Event date"}, "equity": {"description": "Associated equity", "allOf": [{"$ref": "#/components/schemas/CalendarEquity"}]}, "has_unknown_time": {"type": "boolean", "description": "Whether event time is unknown (with connections permission)"}, "connection_expected": {"type": "boolean", "description": "Whether a connection is expected (with connections permission)"}, "broadcast_url": {"type": "string", "description": "Webcast URL (with connections permission)"}, "replay_url": {"type": "string", "description": "Replay URL (with connections permission)"}, "conference_number": {"type": "string", "description": "Conference dial-in number (with connections permission)"}, "conference_pin": {"type": "string", "description": "Conference PIN (with connections permission)"}, "slides_url": {"type": "string", "description": "Slides URL (with extras permission)"}, "press_url": {"type": "string", "description": "Press release URL (with extras permission)"}, "transcription_status": {"type": "string", "description": "Transcription status (with extras permission)", "enum": ["agent_connected", "archived", "connected", "finished", "missed", "started", "submitted"]}, "transcription_audio_url": {"type": "string", "description": "Audio URL (with extras permission)"}, "status": {"type": "string", "description": "Event status", "enum": ["active", "deleted"]}, "created": {"type": "string", "format": "date-time", "description": "Created date"}, "modified": {"type": "string", "format": "date-time", "description": "Modified date"}}, "type": "object"}, "CalendarEquity": {"properties": {"equity_id": {"type": "integer", "description": "Equity ID"}, "local_ticker": {"type": "string", "description": "Local ticker"}, "bloomberg_ticker": {"type": "string", "description": "Bloomberg ticker"}, "ric": {"type": "string", "description": "Reuters/Refinitiv RIC"}, "permid": {"type": "string", "description": "PermID"}, "isin": {"type": "string", "description": "ISIN"}, "exchange_mic": {"type": "string", "description": "Exchange MIC"}}, "type": "object"}, "EstimatesResponse": {"properties": {"params": {"type": "object", "description": "Echoed request parameters"}, "pagination": {"description": "Pagination metadata", "allOf": [{"$ref": "#/components/schemas/CalendarPagination"}]}, "results": {"type": "array", "description": "List of estimates", "items": {"$ref": "#/components/schemas/EstimateItem"}}}, "type": "object"}, "EstimateItem": {"properties": {"estimate_id": {"type": "integer", "description": "Estimate ID"}, "created": {"type": "string", "format": "date-time", "description": "Created date"}, "modified": {"type": "string", "format": "date-time", "description": "Modified date"}, "equity": {"description": "Associated equity", "allOf": [{"$ref": "#/components/schemas/EstimateEquity"}]}, "estimate": {"description": "Estimated event details", "allOf": [{"$ref": "#/components/schemas/EstimateDetail"}]}, "actual": {"description": "Matched actual event, if any", "allOf": [{"$ref": "#/components/schemas/EstimateActual"}]}}, "type": "object"}, "EstimateEquity": {"properties": {"equity_id": {"type": "integer", "description": "Equity ID"}, "name": {"type": "string", "description": "Equity name"}, "common_name": {"type": "string", "description": "Common name"}, "local_ticker": {"type": "string", "description": "Local ticker"}, "mic": {"type": "string", "description": "Exchange MIC"}, "bloomberg_ticker": {"type": "string", "description": "Bloomberg ticker"}, "isin": {"type": "string", "description": "ISIN"}, "permid": {"type": "string", "description": "PermID"}, "gics_sector": {"type": "string", "description": "GICS sector name"}, "gics_sub_sector": {"type": "string", "description": "GICS sub-sector name"}}, "type": "object"}, "EstimateDetail": {"properties": {"call_type": {"type": "string", "description": "Estimated event type"}, "call_date": {"type": "string", "format": "date-time", "description": "Estimated date"}, "title": {"type": "string", "description": "Estimated event title"}}, "type": "object"}, "EstimateActual": {"properties": {"event_id": {"type": "integer", "description": "Actual event ID"}, "call_type": {"type": "string", "description": "Actual event type"}, "call_date": {"type": "string", "format": "date-time", "description": "Actual date"}, "title": {"type": "string", "description": "Actual event title"}}, "type": "object"}, "Sector": {"properties": {"sector_id": {"type": "integer", "description": "Sector ID"}, "gics_code": {"type": "string", "description": "GICS code"}, "name": {"type": "string", "description": "Sector name"}, "subsectors": {"type": "array", "description": "Sub-sectors", "items": {"$ref": "#/components/schemas/Subsector"}}}, "type": "object"}, "Subsector": {"properties": {"subsector_id": {"type": "integer", "description": "Sub-sector ID"}, "gics_code": {"type": "string", "description": "GICS code"}, "gics_industry_code": {"type": "string", "description": "GICS industry code"}, "name": {"type": "string", "description": "Sub-sector name"}}, "type": "object"}, "Equities": {"properties": {"params": {"description": "Echoed request parameters", "allOf": [{"$ref": "#/components/schemas/OutputParams"}]}, "pagination": {"description": "Pagination metadata", "allOf": [{"$ref": "#/components/schemas/Pagination"}]}, "data": {"description": "List of equities", "allOf": [{"$ref": "#/components/schemas/Equity"}]}}, "type": "object"}, "EquitySummary": {"properties": {"equity_id": {"type": "integer", "description": "Equity ID"}, "company_id": {"type": "integer", "description": "Company ID"}, "name": {"type": "string", "description": "Equity name"}, "common_name": {"type": "string", "description": "Common name"}, "local_ticker": {"type": "string", "description": "Local ticker"}, "mic": {"type": "string", "description": "Market identifier code"}, "bloomberg_ticker": {"type": "string", "description": "Bloomberg ticker"}, "isin": {"type": "string", "description": "ISIN"}, "permid": {"type": "string", "description": "PermID"}, "ric": {"type": "string", "description": "Reuters/Refinitiv RIC"}, "cusip": {"type": "string", "description": "CUSIP"}, "gics_sector": {"type": "string", "description": "GICS sector name"}, "gics_sub_sector": {"type": "string", "description": "GICS sub-sector name"}, "description": {"type": "string", "description": "Company description"}, "company_url": {"type": "string", "description": "Company website URL"}, "ceo_name": {"type": "string", "description": "CEO name"}, "country": {"type": "string", "description": "Country code"}, "estimated_next_earnings": {"type": "string", "format": "date-time", "description": "Estimated next earnings date"}, "created": {"type": "string", "format": "date-time", "description": "Created date"}, "modified": {"type": "string", "format": "date-time", "description": "Modified date"}, "status": {"type": "string", "description": "Equity status", "enum": ["active", "delisted", "inactive", "merger", "suspended"]}, "leadership": {"type": "array", "description": "Company leadership", "items": {"$ref": "#/components/schemas/SummaryLeader"}}, "indices": {"type": "array", "description": "Market indices", "items": {"type": "string"}}, "events": {"description": "Past and upcoming events", "allOf": [{"$ref": "#/components/schemas/SummaryEvents"}]}}, "type": "object"}, "SummaryLeader": {"properties": {"name": {"type": "string", "description": "Leader name"}, "title": {"type": "string", "description": "Leader title"}, "event_count": {"type": "integer", "description": "Number of events"}, "last_event_date": {"type": "string", "format": "date-time", "description": "Last event date"}}, "type": "object"}, "SummaryEvents": {"properties": {"past": {"type": "array", "description": "Past events", "items": {"$ref": "#/components/schemas/SummaryEvent"}}, "upcoming": {"type": "array", "description": "Upcoming events", "items": {"$ref": "#/components/schemas/SummaryEvent"}}}, "type": "object"}, "SummaryEvent": {"properties": {"event_id": {"type": "integer", "description": "Event ID"}, "title": {"type": "string", "description": "Event title"}, "event_type": {"type": "string", "description": "Event type", "enum": ["custom", "earnings", "earnings_release", "investor_meeting", "presentation", "shareholder_meeting", "special_situation"]}, "event_date": {"type": "string", "format": "date-time", "description": "Event date"}, "fiscal_quarter": {"type": "integer", "description": "Fiscal quarter"}, "fiscal_year": {"type": "integer", "description": "Fiscal year"}, "conference_number": {"type": "string", "description": "Conference dial-in number"}, "conference_number_alt": {"type": "string", "description": "Alternative conference number"}, "conference_pin": {"type": "string", "description": "Conference PIN"}, "broadcast_url": {"type": "string", "description": "Webcast URL"}, "replay_url": {"type": "string", "description": "Replay URL"}, "transcription_status": {"type": "string", "description": "Transcription status", "enum": ["agent_connected", "archived", "connected", "finished", "missed", "started", "submitted"]}, "transcription_connected": {"type": "string", "description": "Transcription connection time"}, "transcription_disconnected": {"type": "string", "description": "Transcription disconnection time"}, "has_human_verified": {"type": "boolean", "description": "Whether transcript is human-verified"}, "has_live_transcript": {"type": "boolean", "description": "Whether live transcript exists"}, "has_audio": {"type": "boolean", "description": "Whether audio is available"}, "has_press_release": {"type": "boolean", "description": "Whether press release is available"}, "has_slides": {"type": "boolean", "description": "Whether slides are available"}, "duplicate_of": {"type": "integer", "description": "Duplicate event ID"}, "created": {"type": "string", "format": "date-time", "description": "Created date"}, "modified": {"type": "string", "format": "date-time", "description": "Modified date"}, "price_data": {"description": "Price data", "allOf": [{"$ref": "#/components/schemas/SummaryPriceData"}]}, "summary": {"type": "object", "description": "Event summary"}}, "type": "object"}, "SummaryPriceData": {"properties": {"previous_day_close_price": {"type": "number", "description": "Previous day closing price"}, "current_day_open_price": {"type": "number", "description": "Current day opening price"}, "current_day_close_price": {"type": "number", "description": "Current day closing price"}, "price_at_start": {"type": "number", "description": "Price at event start"}, "price_at_end": {"type": "number", "description": "Price at event end"}, "volume_at_start": {"type": "integer", "description": "Volume at event start"}, "volume_at_end": {"type": "integer", "description": "Volume at event end"}}, "type": "object"}, "FilingsResponse": {"properties": {"params": {"type": "object", "description": "Echoed request parameters"}, "pagination": {"description": "Pagination metadata", "allOf": [{"$ref": "#/components/schemas/FilingPagination"}]}, "data": {"type": "array", "description": "List of filings", "items": {"$ref": "#/components/schemas/Filing"}}}, "type": "object"}, "FilingPagination": {"properties": {"total_count": {"type": "integer", "description": "Total number of results"}, "current_page": {"type": "integer", "description": "Current page number"}, "total_pages": {"type": "integer", "description": "Total number of pages"}, "page_size": {"type": "integer", "description": "Number of results on this page"}}, "type": "object"}, "Filing": {"properties": {"filing_id": {"type": "integer", "description": "Filing ID"}, "equity": {"description": "Associated equity", "allOf": [{"$ref": "#/components/schemas/FilingEquity"}]}, "title": {"type": "string", "description": "Filing title"}, "form_number": {"type": "string", "description": "SEC form number"}, "form_name": {"type": "string", "description": "Short form name"}, "filing_organization": {"type": "string", "description": "Filing organization (e.g. SEC)"}, "filing_system": {"type": "string", "description": "Filing system (e.g. EDGAR)"}, "is_amendment": {"type": "boolean", "description": "Whether the filing is an amendment"}, "period_end_date": {"type": "string", "format": "date-time", "description": "Period end date"}, "release_date": {"type": "string", "format": "date-time", "description": "Release date"}, "arrival_date": {"type": "string", "format": "date-time", "description": "Arrival date"}, "pulled_date": {"type": "string", "format": "date-time", "description": "Pulled date"}, "pdf

# --- truncated at 32 KB (137 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aiera/refs/heads/main/openapi/aiera-rest-api-openapi.json