Looks up a US public company by ticker symbol or name and returns its official regulatory identifier. Use this to confirm a company is a US registrant or to retrieve the identifier required by the other filing and financials operations.
You have a ticker or company name and need the identifier the other lookups require.
Pulling financials or filings, which take the resolved identifier as input.
0.1 credits / lookup
Set these inside the intent when you run it.
A stock ticker symbol or company name to look up.
The official company identifier along with the matched ticker and company name.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Company Filings & Fundamentals (US) skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/sec-filings/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"resolve-cik","company":"MSFT"}}'Example requests