API-Referenz

Marke API

Strukturierte Unternehmensdaten als JSON - Name, Logo URL, Hauptsitz und mehr.

API Spielplatz

Probiere es live aus - jeder Anruf verbraucht deine Quote

Überprüfung der Authentifizierung...

Laden...

Klicke auf "Anfrage senden", um die Antwort zu sehen

Endpunkt

GET https://api.vectorup.dev/api/logos/{identifier}/info?token=YOUR_TOKEN

Schnellstart

curl "https://api.vectorup.dev/api/logos/AAPL/info?token=YOUR_TOKEN"

Der Identifikator kann ein Börsenticker, ein Firmenname, eine Domain oder der Name eines Superinvestors sein:

Du hastURL-Muster
Aktien-Ticker/api/logos/{symbol}/info
Name des Unternehmens/api/logos/{name}/info
Domain/api/logos/{domain}/info
Superinvestor/api/logos/{name}/info

Parameter

ParameterStandardBeschreibung
tokenerforderlichDein veröffentlichbares API-Token

Antwort

Responses use a unified, semantically grouped brand shape: flat identity fields (type, name, symbol, description, category, logo) followed by thematic groups — company (what the organization is), ownership, offerings, history, transport, links, images, and stock (market data, only for listed companies). Each fact appears exactly once, in its semantic home — logo URLs live in images, website URLs in links.websites. Superinvestors return a minimal type: "superinvestor" response.

Fields with no data are omitted from the response rather than returned as null. Code against field presence.

{
  "type": "stock",
  "name": "Apple Inc.",
  "symbol": "AAPL",
  "description": "Apple Inc. is an American multinational technology company …",
  "category": "consumer_electronics",
  "company": {
    "industry": "Consumer Electronics",
    "sector": "Technology",
    "industries": [
      "Consumer Electronics",
      "Technology"
    ],
    "company_type": [
      "Public"
    ],
    "founded": "April 1, 1976, in Los Altos, California, US",
    "founders": [
      "Steve Jobs",
      "Steve Wozniak",
      "Ronald Wayne"
    ],
    "ceo": "Timothy D. Cook",
    "key_people": [
      {
        "name": "Timothy D. Cook",
        "role": "CEO"
      }
    ],
    "employees": "164,000 (2025)",
    "headquarters": {
      "city": "Cupertino",
      "state": "California",
      "country": "United States",
      "countryCode": "US",
      "latitude": 37.3318,
      "longitude": -122.0083
    },
    "area_served": [
      "Worldwide"
    ]
  },
  "ownership": {
    "owner": [
      "The Vanguard Group",
      "Berkshire Hathaway",
      "BlackRock",
      "State Street Global Advisors"
    ],
    "subsidiaries": [
      "Beats Electronics",
      "Claris",
      "Apple Studios"
    ]
  },
  "offerings": {
    "products": [
      "iPhone",
      "iPad",
      "Mac",
      "Apple Watch",
      "AirPods"
    ],
    "services": [
      "App Store",
      "Apple Music",
      "iCloud",
      "Apple Pay"
    ]
  },
  "history": {
    "formerly": [
      "Apple Computer Company (1976–1977)",
      "Apple Computer, Inc. (1977–2007)"
    ]
  },
  "links": {
    "websites": [
      "https://www.apple.com"
    ],
    "wikipedia": "https://en.wikipedia.org/wiki/Apple_Inc.",
    "wikidata_qid": "Q312",
    "social_media": [
      {
        "name": "facebook",
        "url": "https://www.facebook.com/Apple"
      },
      {
        "name": "twitter",
        "url": "https://www.twitter.com/Apple"
      }
    ]
  },
  "images": {
    "logo": {
      "big": {
        "url": "https://logos.vectorup.dev/logos/merchants/big/apple-inc.svg",
        "width": 56,
        "height": 56,
        "format": "svg",
        "sizeKb": 2.1
      },
      "small": {
        "url": "https://logos.vectorup.dev/logos/merchants/small/apple-inc.svg",
        "width": 18,
        "height": 18,
        "format": "svg",
        "sizeKb": 1.8
      }
    },
    "banner": {
      "url": "https://logos.vectorup.dev/logos/merchants/banner/apple-inc.jpg"
    },
    "stock_logo": {
      "big": {
        "url": "https://logos.vectorup.dev/logos/stocks/big/AAPL.svg",
        "width": 56,
        "height": 56,
        "format": "svg"
      },
      "small": {
        "url": "https://logos.vectorup.dev/logos/stocks/small/AAPL.svg",
        "width": 18,
        "height": 18,
        "format": "svg"
      }
    }
  },
  "stock": {
    "exchange": "NASDAQ",
    "exchange_full_name": "NASDAQ Global Select",
    "exchange_logo": "https://logos.vectorup.dev/logos/exchanges/big/nasdaq.svg",
    "listings": [
      "NASDAQ Global Select",
      "Nasdaq"
    ],
    "index_memberships": [
      "Nasdaq-100 component",
      "DJIA component",
      "S&P 100 component",
      "S&P 500 component"
    ],
    "isin": "US0378331005",
    "cusip": "037833100",
    "ipo_date": "1980-12-12",
    "currency": "USD",
    "price": 250.23,
    "price_usd": 250.23,
    "change": 1.45,
    "change_percentage": 0.58,
    "market_cap_usd": 3761492983658,
    "range": "195.07-316.94",
    "percent_from_52_week_low": 59.05,
    "is_actively_trading": true
  }
}

Felder

Common fields

Present on every successful response.

FeldTypBeschreibung
typestring"stock" for listed companies, "brand" for private companies and merchants, "superinvestor" for portfolio managers.
namestringDisplay name.
symbolstringStock ticker when the brand is publicly traded. Absent for private brands.
descriptionstringBeschreibung des Unternehmens
categorystringBrand category slug, e.g. "consumer_electronics".

company — what the organization is

FeldTypBeschreibung
industry, sectorstringPrimary industry and sector, e.g. "Consumer Electronics" / "Technology".
industriesstring[]All industry classifications.
company_typestring[]z.B. "Public", "Private", "Subsidiary"
foundedstringFounding or IPO date (ISO format when sourced from the stock profile).
foundersstring[]Firmengründer
ceostringChief executive, resolved from key_people or the stock profile.
key_peopleobject[]Schlüsselpersonen - jeder mit name und role
employees, number_of_locationsstringTotals, sometimes annotated with the year.
headquartersobjectcity, state, country, countryCode, plus latitude / longitude and native-language names when available.
area_servedstring[]Bediente geografische Regionen

ownership — who owns it, what it owns

FeldTypBeschreibung
ownerstring[]Who owns the company — major shareholders for public companies, the owning person/entity for private ones.
parent_company, subsidiaries, divisionsstring[]Corporate structure above and below the company.

offerings — what it sells

FeldTypBeschreibung
products, services, brandsstring[]Notable products, services, and sub-brands.

history — lifecycle

Only present for brands with name changes or that are no longer operating.

FeldTypBeschreibung
formerly, predecessor, successorstring[]Historical names and related entities.
defunct, fate, ceased_operationsstring / string[]Set for companies no longer operating (e.g. "Acquired", "Dissolved").

transport — airlines & fleets

Only present for transport companies.

FeldTypBeschreibung
hubs, focus_citiesstring[]Airline hub airports and focus cities.
fleet_sizestringNumber of aircraft / vehicles.
FeldTypBeschreibung
websitesstring[]Deduped website URLs, primary first.
wikipediastringURL des Wikipedia-Artikels
wikidata_qidstringWikidata identifier (e.g. Q312) for joining with external datasets.
social_mediaobject[]Links zum Profil in den sozialen Medien

images — media assets

FeldTypBeschreibung
logoobjectBrand logo variants (big, small), each with url, width, height, format, sizeKb.
bannerobjectBrand banner image.
stock_logoobjectTicker logo variants (big, small) for the linked stock symbol.

stock — listing & market data

Only present when the brand is publicly traded (type: "stock"). Contains exclusively market data — company facts like the CEO or headquarters live in company. Always describes the main listing; regional tickers resolve to it.

FeldTypBeschreibung
exchange, exchange_full_name, exchange_logostringShort code ("NASDAQ"), full name ("NASDAQ Global Select"), and the exchange's logo URL.
listingsstring[]Exchange venues the security trades on.
index_membershipsstring[]Index inclusions (S&P 500, DJIA, Nasdaq-100, …).
isin, cusipstringSecurity identifiers (cusip mostly for US listings).
ipo_datestringIPO date in YYYY-MM-DD.
currencystringHandelswährung (z.B. "USD")
price, price_usd, change, change_percentagenumberLast close (native currency and USD) and daily movement.
market_cap_usdnumberMarket capitalization in USD.
range, percent_from_52_week_lowstring / number52-week range and the current price's distance from the low.
is_actively_tradingbooleanWhether the ticker is currently trading.

Felder nur für Superinvestoren

Returned when type: "superinvestor". A smaller shape — these entities represent portfolio managers and firms, not companies.

FeldTypBeschreibung
portfolio_managerstringName des Portfoliomanagers
firmstringName der Investmentfirma
portfolio_manager_sourcestringURL der Datenquelle
logostringDirekte URL zum Logobild

Caching

Die Antworten enthalten Cache-Control: public, max-age=3600 - die Daten werden für eine Stunde zwischengespeichert.

CORS

Alle Endpunkte geben Access-Control-Allow-Origin: * zurück, sodass du die API von jeder browserbasierten Anwendung aus aufrufen kannst.

Fehler

  • 401 — Fehlendes oder ungültiges Token
  • 404 — Kennung nicht gefunden
  • 429 — Monatliche Quote überschritten

Raten-Grenzwerte

Die Anfragen werden pro Kalendermonat für alle API-Schlüssel deines Kontos gezählt. Wenn du deine Quote überschreitest, antwortet die API mit 429. Überprüfe deine Nutzung auf der Website .