长尾猴量化 API
  1. Schemas
  • 金融数据行情接口
    • 快速入门
    • 接口枚举值
    • 基础数据接口
      • 期货主力对应真实合约(CN)
      • 美股期权链
      • 获取symbol列表
    • 美股财务数据
      • 新闻
      • 财报
      • 曾用名
    • 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. Schemas

File

{
    "path": "string",
    "name": "string",
    "parent": "string",
    "parentFile": {
        "path": "string",
        "name": "string",
        "parent": "string",
        "absolute": true,
        "absolutePath": "string",
        "absoluteFile": {},
        "canonicalPath": "string",
        "canonicalFile": {},
        "directory": true,
        "file": true,
        "hidden": true,
        "lastModified": 0,
        "writable": true,
        "readable": true,
        "executable": true,
        "totalSpace": 0,
        "freeSpace": 0,
        "usableSpace": 0
    },
    "absolute": true,
    "absolutePath": "string",
    "absoluteFile": {
        "path": "string",
        "name": "string",
        "parent": "string",
        "parentFile": {},
        "absolute": true,
        "absolutePath": "string",
        "canonicalPath": "string",
        "canonicalFile": {},
        "directory": true,
        "file": true,
        "hidden": true,
        "lastModified": 0,
        "writable": true,
        "readable": true,
        "executable": true,
        "totalSpace": 0,
        "freeSpace": 0,
        "usableSpace": 0
    },
    "canonicalPath": "string",
    "canonicalFile": {
        "path": "string",
        "name": "string",
        "parent": "string",
        "parentFile": {},
        "absolute": true,
        "absolutePath": "string",
        "absoluteFile": {},
        "canonicalPath": "string",
        "directory": true,
        "file": true,
        "hidden": true,
        "lastModified": 0,
        "writable": true,
        "readable": true,
        "executable": true,
        "totalSpace": 0,
        "freeSpace": 0,
        "usableSpace": 0
    },
    "directory": true,
    "file": true,
    "hidden": true,
    "lastModified": 0,
    "writable": true,
    "readable": true,
    "executable": true,
    "totalSpace": 0,
    "freeSpace": 0,
    "usableSpace": 0
}