---
title: "H1-B Visa Application"
method: GET
path: "/stock/visa-application"
tags: ["Default"]
---

# H1-B Visa Application

`GET /stock/visa-application`

Get a list of H1-B and Permanent visa applications for companies from the DOL. The data is updated quarterly.

## Query parameters

- `symbol` string, required
- `from` string, date, required
- `to` string, date, required

## Response `200`

successful operation

- VisaApplicationResult
  - `symbol` string — Symbol.
  - `data` VisaApplication[] — Array of H1b and Permanent visa applications.
    - `year` integer — Year.
    - `quarter` integer — Quarter.
    - `symbol` string — Symbol.
    - `caseNumber` string — Case number.
    - `caseStatus` string — Case status.
    - `receivedDate` string — Received date.
    - `visaClass` string — Visa class.
    - `jobTitle` string — Job Title.
    - `socCode` string — SOC Code. A list of SOC code can be found <a href="https://www.bls.gov/oes/current/oes_stru.htm" target="_blank">here</a>.
    - `fullTimePosition` string — Full-time position flag.
    - `beginDate` string — Job's start date.
    - `endDate` string — Job's end date.
    - `employerName` string — Company's name.
    - `worksiteAddress` string — Worksite address.
    - `worksiteCity` string — Worksite city.
    - `worksiteCounty` string — Worksite county.
    - `worksiteState` string — Worksite state.
    - `worksitePostalCode` string — Worksite postal code.
    - `wageRangeFrom` number, float — Wage range from.
    - `wageRangeTo` number, float — Wage range to.
    - `wageUnitOfPay` string — Wage unit of pay.
    - `wageLevel` string — Wage level.
    - `h1bDependent` string — H1B dependent flag.

---

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