Skip to main content

DailyPrice

Stock Screening Platform - Frontend API v0.1.0


Stock Screening Platform - Frontend API / types / DailyPrice

Interface: DailyPrice

Defined in: src/types/index.ts:72

Properties

stock_code

stock_code: string

Defined in: src/types/index.ts:73


trade_date

trade_date: string

Defined in: src/types/index.ts:74


open_price

open_price: number

Defined in: src/types/index.ts:75


high_price

high_price: number

Defined in: src/types/index.ts:76


low_price

low_price: number

Defined in: src/types/index.ts:77


close_price

close_price: number

Defined in: src/types/index.ts:78


volume

volume: number

Defined in: src/types/index.ts:79


trading_value

trading_value: number

Defined in: src/types/index.ts:80


market_cap

market_cap: number | null

Defined in: src/types/index.ts:81