---
title: "US work-visa sponsorship (H-1B + PERM, DOL OFLC)"
method: GET
path: "/api/v1/equities/{symbol}/visa-sponsorship"
tags: ["Equities Indices"]
---

# US work-visa sponsorship (H-1B + PERM, DOL OFLC)

`GET /api/v1/equities/{symbol}/visa-sponsorship`

Certified DOL OFLC disclosures aggregated per public company - a primary-source aggregate (Tier S, US gov), the open equivalent of commercial visa-application feeds. LCA covers H-1B/H-1B1/E-3 work petitions (full fiscal year, all four quarterly files summed); PERM covers employment-based green-card sponsorships (cumulative annual file). Figures span the employer's legal-entity name variants. The ticker -> employer crosswalk is a curated set of major public-company sponsors: a ticker outside that set, or with no certified disclosures in the fiscal year, returns 404. Refreshed quarterly. MODEL/AGGREGATE from public filings, not investment or immigration advice.

## Path parameters

- `symbol` string, required — Company ticker symbol.

## Response `200`

Certified H-1B/E-3 (LCA) and green-card (PERM) sponsorship counts, positions, top job titles, worksite states and annualized wage range for the company, for the fiscal year.

- EnvelopeVisaSponsorshipData
  - `data` VisaSponsorshipData, required — DATA-5.7: US work-visa sponsorship per public company (DOL OFLC).
    - `symbol` string, required
    - `fiscal_year` string, required
    - `h1b_lca` VisaProgram, required — One program's certified-disclosure aggregate for the fiscal year.
      - `certified` integer, required — Certified disclosures for this program.
      - `total_positions` integer, nullable — LCA only: total worker positions.
      - `by_visa_class` object, nullable — LCA only: H-1B / E-3 / H-1B1 counts.
      - `top_job_titles` VisaCount[]
        - `count` integer, required
        - `title` string, nullable — Set for top_job_titles entries.
        - `state` string, nullable — Set for top_worksite_states entries.
      - `top_worksite_states` VisaCount[]
        - `count` integer, required
        - `title` string, nullable — Set for top_job_titles entries.
        - `state` string, nullable — Set for top_worksite_states entries.
      - `annual_wage_usd` VisaWage, required
        - `min` integer, nullable
        - `median` integer, nullable
        - `max` integer, nullable
        - `sample_size` integer
    - `perm` VisaProgram, required — One program's certified-disclosure aggregate for the fiscal year.
      - `certified` integer, required — Certified disclosures for this program.
      - `total_positions` integer, nullable — LCA only: total worker positions.
      - `by_visa_class` object, nullable — LCA only: H-1B / E-3 / H-1B1 counts.
      - `top_job_titles` VisaCount[]
        - `count` integer, required
        - `title` string, nullable — Set for top_job_titles entries.
        - `state` string, nullable — Set for top_worksite_states entries.
      - `top_worksite_states` VisaCount[]
        - `count` integer, required
        - `title` string, nullable — Set for top_job_titles entries.
        - `state` string, nullable — Set for top_worksite_states entries.
      - `annual_wage_usd` VisaWage, required
        - `min` integer, nullable
        - `median` integer, nullable
        - `max` integer, nullable
        - `sample_size` integer
    - `employer_names` string[] — Matched employer legal-entity name variants.
    - `source` string
    - `generated_at` string, nullable
    - `note` string, required
  - `meta` SugraMeta, required — Metadata attached to every /api/v1/* response envelope.
    - `endpoint` string, required — Requested endpoint path.
    - `data_time` string, required — ISO 8601 UTC timestamp of the source data, not of the request.
    - `response_time` string, required — ISO 8601 UTC timestamp when this response was produced.
    - `provider` string, required — API name and version.
    - `source` string, nullable — Identifier of the primary upstream source used for this response.
    - `attribution` string, nullable — Human-readable attribution mandated by an upstream source (e.g. a securities regulator or self-regulatory organization). Present only on responses whose source requires the owner and source to be clearly identified. Do not remove or alter it when using the response.
    - `fallback_used` boolean, nullable — True when the primary source failed and a fallback produced the data.
    - `fallback_chain` string[], nullable — Ordered list of sources attempted, in the order they were tried.
    - `cached` boolean, nullable — True when this response was served from the internal cache.
    - `stale` boolean, nullable — True when the cached response was returned after the upstream rate-limited or errored. Clients can use this to detect degraded data.

## Other responses

- `400` — Invalid ticker symbol.
- `401` — Missing or invalid `x-api-key` header.
- `404` — No visa-sponsorship data for this ticker.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

[API](https://skmtc.net/sugra/apis/sugra-api.md) · [All operations](https://skmtc.net/sugra/apis/sugra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sugra/sugra-api/revisions/dcf7427e6897/schema)
