Financial
List Companies
GET /api/public/v1/financial/companiesQuery Parameters
Parameter
Type
Description
Example Request
curl -X GET "https://api.alpha-lenz.com/api/public/v1/financial/companies?search=samsung&limit=10" \
-H "X-API-Key: ak_your_key"Response
{
"companies": [
{
"company_id": 1,
"symbol": "005930",
"name": "Samsung Electronics",
"alias_name": "삼성전자",
"exchange": "KRX",
"sector": "Technology",
"country": "KR"
}
],
"total": 1
}Get Company by Symbol
Path Parameters
Parameter
Type
Description
Example Request
Response
Get Company Financials
Path Parameters
Parameter
Type
Description
Query Parameters
Parameter
Type
Description
Example Request
Response
Financial Statement Fields
Last updated