长尾猴量化 API
  1. 美股财务数据
  • 金融数据行情接口
    • 快速入门
    • 接口枚举值
    • 基础数据接口
      • 期货主力对应真实合约(CN)
      • 美股期权链
      • 获取symbol列表
    • 美股财务数据
      • 新闻
        GET
      • 财报
        GET
      • 曾用名
        GET
    • A股财务及市场数据
      • 股票基础信息
      • 指数成分股
      • 强势股
      • 复权因子
      • 板块代码查询
      • 板块成分股
      • 资金流向
      • 涨停榜
      • 跌停榜
      • 报表-年报季报
      • 报表-资产负债表
      • 报表-现金流量表
      • 报表-利润表
      • 财务-主要指标
      • 财务-估值指标
      • 财务-市值指标
    • 技术指标-http
      • 指标indicator
    • K线行情-http
      • 获取最新N条k线historyN
      • 获取历史k线history
    • Tick行情(L1)-http/ws
      • Tick实时订阅wss
      • 行情快照Snapshot
      • 最新K线Current
    • Trades行情(深度)-ws
      • A股、基金等返回结构
      • 期货返回结构
  • 数据模型
    • Schemas
      • key
      • BaseResponse
      • File
      • ResponseEntityFileSystemResource
      • HistoryOrder
      • BaseResponseString
      • InputStream
      • URI
      • ResponseEntityResource
      • UserPermissionRequest
      • UserPackage
      • UserPermissions
      • BaseResponseListUserPermissions
      • BasicBarVO
      • OrderItem
      • PageBasicBarVO
      • BaseResponsePageBasicBarVO
      • BaseResponseListBasicBarVO
      • SymbolInfoVO
      • BaseResponseListSymbolInfoVO
      • TickBasicInfoVO
      • BaseResponseListTickBasicInfoVO
      • FinancialVO
  1. 美股财务数据

财报

开发中
GET
/stock/us/financial
获取各股票从2000年至今的所有财报数据。

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.vvtr.com/v1/stock/us/financial?symbol=AAPL&apiKey=yiour key'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 200,
    "data": [
        {
            "cik": "0001675149",
            "financials": {
                "balance_sheet": {
                    "equity": {
                        "value": 5886000000,
                        "unit": "USD",
                        "label": "Equity",
                        "order": 1400
                    },
                    "current_assets": {
                        "value": 3530000000,
                        "unit": "USD",
                        "label": "Current Assets",
                        "order": 200
                    },
                    "inventory": {
                        "value": 1644000000,
                        "unit": "USD",
                        "label": "Inventory",
                        "order": 230
                    },
                    "other_noncurrent_liabilities": {
                        "value": 4382000000,
                        "unit": "USD",
                        "label": "Other Non-current Liabilities",
                        "order": 820
                    },
                    "accounts_payable": {
                        "value": 1484000000,
                        "unit": "USD",
                        "label": "Accounts Payable",
                        "order": 710
                    },
                    "equity_attributable_to_noncontrolling_interest": {
                        "value": 1774000000,
                        "unit": "USD",
                        "label": "Equity Attributable To Noncontrolling Interest",
                        "order": 1500
                    },
                    "liabilities_and_equity": {
                        "value": 14631000000,
                        "unit": "USD",
                        "label": "Liabilities And Equity",
                        "order": 1900
                    },
                    "long_term_debt": {
                        "value": 1800000000,
                        "unit": "USD",
                        "label": "Long-term Debt",
                        "order": 810
                    },
                    "other_current_assets": {
                        "value": 1886000000,
                        "unit": "USD",
                        "label": "Other Current Assets",
                        "order": 250
                    },
                    "other_current_liabilities": {
                        "value": 666000000,
                        "unit": "USD",
                        "label": "Other Current Liabilities",
                        "order": 740
                    },
                    "equity_attributable_to_parent": {
                        "value": 4112000000,
                        "unit": "USD",
                        "label": "Equity Attributable To Parent",
                        "order": 1600
                    },
                    "noncurrent_assets": {
                        "value": 11101000000,
                        "unit": "USD",
                        "label": "Noncurrent Assets",
                        "order": 300
                    },
                    "wages": {
                        "value": 413000000,
                        "unit": "USD",
                        "label": "Wages",
                        "order": 730
                    },
                    "liabilities": {
                        "value": 8745000000,
                        "unit": "USD",
                        "label": "Liabilities",
                        "order": 600
                    },
                    "assets": {
                        "value": 14631000000,
                        "unit": "USD",
                        "label": "Assets",
                        "order": 100
                    },
                    "current_liabilities": {
                        "value": 2563000000,
                        "unit": "USD",
                        "label": "Current Liabilities",
                        "order": 700
                    },
                    "other_noncurrent_assets": {
                        "value": 3185000000,
                        "unit": "USD",
                        "label": "Other Non-current Assets",
                        "order": 350
                    },
                    "fixed_assets": {
                        "value": 7916000000,
                        "unit": "USD",
                        "label": "Fixed Assets",
                        "order": 320
                    },
                    "noncurrent_liabilities": {
                        "value": 6182000000,
                        "unit": "USD",
                        "label": "Noncurrent Liabilities",
                        "order": 800
                    }
                },
                "cash_flow_statement": {
                    "net_cash_flow": {
                        "value": -233000000,
                        "unit": "USD",
                        "label": "Net Cash Flow",
                        "order": 1100
                    },
                    "net_cash_flow_from_investing_activities": {
                        "value": -468000000,
                        "unit": "USD",
                        "label": "Net Cash Flow From Investing Activities",
                        "order": 400
                    },
                    "net_cash_flow_from_financing_activities": {
                        "value": -444000000,
                        "unit": "USD",
                        "label": "Net Cash Flow From Financing Activities",
                        "order": 700
                    },
                    "exchange_gains_losses": {
                        "value": -7000000,
                        "unit": "USD",
                        "label": "Exchange Gains/Losses",
                        "order": 1000
                    },
                    "net_cash_flow_from_operating_activities_continuing": {
                        "value": 686000000,
                        "unit": "USD",
                        "label": "Net Cash Flow From Operating Activities, Continuing",
                        "order": 200
                    },
                    "net_cash_flow_from_financing_activities_continuing": {
                        "value": -444000000,
                        "unit": "USD",
                        "label": "Net Cash Flow From Financing Activities, Continuing",
                        "order": 800
                    },
                    "net_cash_flow_from_investing_activities_continuing": {
                        "value": -468000000,
                        "unit": "USD",
                        "label": "Net Cash Flow From Investing Activities, Continuing",
                        "order": 500
                    },
                    "net_cash_flow_from_operating_activities": {
                        "value": 686000000,
                        "unit": "USD",
                        "label": "Net Cash Flow From Operating Activities",
                        "order": 100
                    },
                    "net_cash_flow_continuing": {
                        "value": -226000000,
                        "unit": "USD",
                        "label": "Net Cash Flow, Continuing",
                        "order": 1200
                    }
                },
                "comprehensive_income": {
                    "comprehensive_income_loss": {
                        "value": -1307000000,
                        "unit": "USD",
                        "label": "Comprehensive Income/Loss",
                        "order": 100
                    },
                    "comprehensive_income_loss_attributable_to_noncontrolling_interest": {
                        "value": 227000000,
                        "unit": "USD",
                        "label": "Comprehensive Income/Loss Attributable To Noncontrolling Interest",
                        "order": 200
                    },
                    "other_comprehensive_income_loss": {
                        "value": -454000000,
                        "unit": "USD",
                        "label": "Other Comprehensive Income/Loss",
                        "order": 400
                    },
                    "comprehensive_income_loss_attributable_to_parent": {
                        "value": -1534000000,
                        "unit": "USD",
                        "label": "Comprehensive Income/Loss Attributable To Parent",
                        "order": 300
                    },
                    "other_comprehensive_income_loss_attributable_to_noncontrolling_interest": {
                        "value": -45000000,
                        "unit": "USD",
                        "label": "Other Comprehensive Income/Loss Attributable To Noncontrolling Interest",
                        "order": 500
                    },
                    "other_comprehensive_income_loss_attributable_to_parent": {
                        "value": -409000000,
                        "unit": "USD",
                        "label": "Other Comprehensive Income/Loss Attributable To Parent",
                        "order": 600
                    }
                },
                "income_statement": {
                    "net_income_loss_attributable_to_parent": {
                        "value": -1125000000,
                        "unit": "USD",
                        "label": "Net Income/Loss Attributable To Parent",
                        "order": 3500
                    },
                    "operating_income_loss": {
                        "value": -438000000,
                        "unit": "USD",
                        "label": "Operating Income/Loss",
                        "order": 1100
                    },
                    "income_loss_from_equity_method_investments": {
                        "value": -21000000,
                        "unit": "USD",
                        "label": "Income/Loss From Equity Method Investments",
                        "order": 2100
                    },
                    "revenues": {
                        "value": 10433000000,
                        "unit": "USD",
                        "label": "Revenues",
                        "order": 100
                    },
                    "net_income_loss_available_to_common_stockholders_basic": {
                        "value": -1125000000,
                        "unit": "USD",
                        "label": "Net Income/Loss Available To Common Stockholders, Basic",
                        "order": 3700
                    },
                    "research_and_development": {
                        "value": 27000000,
                        "unit": "USD",
                        "label": "Research and Development",
                        "order": 1030
                    },
                    "income_tax_expense_benefit_deferred": {
                        "value": 15000000,
                        "unit": "USD",
                        "label": "Income Tax Expense/Benefit, Deferred",
                        "order": 2400
                    },
                    "participating_securities_distributed_and_undistributed_earnings_loss_basic": {
                        "value": 0,
                        "unit": "USD",
                        "label": "Participating Securities, Distributed And Undistributed Earnings/Loss, Basic",
                        "order": 3800
                    },
                    "income_loss_from_continuing_operations_before_tax": {
                        "value": -438000000,
                        "unit": "USD",
                        "label": "Income/Loss From Continuing Operations Before Tax",
                        "order": 1500
                    },
                    "other_operating_expenses": {
                        "value": 10564000000,
                        "unit": "USD",
                        "label": "Other Operating Expenses",
                        "order": 1040
                    },
                    "costs_and_expenses": {
                        "value": 10871000000,
                        "unit": "USD",
                        "label": "Costs And Expenses",
                        "order": 600
                    },
                    "net_income_loss": {
                        "value": -853000000,
                        "unit": "USD",
                        "label": "Net Income/Loss",
                        "order": 3200
                    },
                    "income_tax_expense_benefit_current": {
                        "value": 400000000,
                        "unit": "USD",
                        "label": "Income Tax Expense/Benefit, Current",
                        "order": 2300
                    },
                    "income_loss_from_continuing_operations_after_tax": {
                        "value": -853000000,
                        "unit": "USD",
                        "label": "Income/Loss From Continuing Operations After Tax",
                        "order": 1400
                    },
                    "net_income_loss_attributable_to_noncontrolling_interest": {
                        "value": 272000000,
                        "unit": "USD",
                        "label": "Net Income/Loss Attributable To Noncontrolling Interest",
                        "order": 3300
                    },
                    "interest_expense_operating": {
                        "value": 121000000,
                        "unit": "USD",
                        "label": "Interest Expense, Operating",
                        "order": 2700
                    },
                    "basic_average_shares": {
                        "value": 185000000,
                        "unit": "shares",
                        "label": "Basic Average Shares",
                        "order": 4400
                    },
                    "diluted_earnings_per_share": {
                        "value": -6.07,
                        "unit": "USD / shares",
                        "label": "Diluted Earnings Per Share",
                        "order": 4300
                    },
                    "preferred_stock_dividends_and_other_adjustments": {
                        "value": 0,
                        "unit": "USD",
                        "label": "Preferred Stock Dividends And Other Adjustments",
                        "order": 3900
                    },
                    "operating_expenses": {
                        "value": 10871000000,
                        "unit": "USD",
                        "label": "Operating Expenses",
                        "order": 1000
                    },
                    "income_tax_expense_benefit": {
                        "value": 415000000,
                        "unit": "USD",
                        "label": "Income Tax Expense/Benefit",
                        "order": 2200
                    },
                    "income_loss_before_equity_method_investments": {
                        "value": -417000000,
                        "unit": "USD",
                        "label": "Income/Loss Before Equity Method Investments",
                        "order": 1300
                    },
                    "diluted_average_shares": {
                        "value": 185000000,
                        "unit": "shares",
                        "label": "Diluted Average Shares",
                        "order": 4500
                    },
                    "nonoperating_income_loss": {
                        "value": -162000000,
                        "unit": "USD",
                        "label": "Nonoperating Income/Loss",
                        "order": 900
                    },
                    "basic_earnings_per_share": {
                        "value": -6.07,
                        "unit": "USD / shares",
                        "label": "Basic Earnings Per Share",
                        "order": 4200
                    },
                    "benefits_costs_expenses": {
                        "value": 10871000000,
                        "unit": "USD",
                        "label": "Benefits Costs and Expenses",
                        "order": 200
                    },
                    "selling_general_and_administrative_expenses": {
                        "value": 280000000,
                        "unit": "USD",
                        "label": "Selling, General, and Administrative Expenses",
                        "order": 1010
                    }
                }
            },
            "sic": "3334",
            "symbol": "AA",
            "timeframe": "annual",
            "acceptance_datetime": null,
            "company_name": "Alcoa Corp",
            "end_date": "2019-12-31",
            "filing_date": "2020-02-21",
            "fiscal_period": "FY",
            "fiscal_year": 2019,
            "start_date": "2019-01-01"
        }
    ],
    "msg": "ok"
}
修改于 2025-06-14 10:37:45
上一页
新闻
下一页
曾用名