FETCH402
← Protocol index

Resource / 13003

unknown

CityFALCON Financial API.

Retrieves investor relations

Eligibility
probeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 100000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0xA039E3dEb5ca71E41905f90491FC5d016CE23B79

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "description": "Query parameters for GET https://api.cityfalcon.com/v0.2/investor_relations. Auth: access_token.",
    "properties": {
      "end_date": {
        "description": "Date to retrieve data to. Format YYYY-MM-DD, e.g. \"2023-03-18\".",
        "example": "2023-03-18",
        "format": "date",
        "type": "string"
      },
      "identifiers": {
        "description": "Comma-separated identifiers, format [ticker]_[trading_country], e.g. \"AAPL_US, 005930_KR\".",
        "example": "AAPL_US",
        "type": "string"
      },
      "start_date": {
        "description": "Date to retrieve data from. Format YYYY-MM-DD, e.g. \"2023-03-18\". Limited to the most recent 30 days; older data is available as CSV from CityFALCON.",
        "example": "2023-03-18",
        "format": "date",
        "type": "string"
      },
      "type": {
        "description": "Comma-separated record types, e.g. \"Earnings, Others, Financial Statements, Press Release\".",
        "example": "Earnings,Press Release",
        "type": "string"
      }
    },
    "title": "Retrieves investor relations document links and metadata",
    "type": "object"
  },
  "type": "http"
}
OutputJSON
{
  "type": "json"
}