VietFin VietFin VietFin
/
  • latest
  • stable

Getting Started

  • Usage
    • Basic Response
    • Basic Syntax
    • Search for Symbols
    • Historical Prices
    • Financial statements
  • Reference
    • Derivatives
      • Futures
        • Historical
        • Quote
        • Search
      • Covered Warrant
        • Search
    • Equity
      • Search
      • Profile
      • Calendar
        • Events
      • Discovery
        • Active
        • Gainers
        • Losers
      • Fundamental
        • Balance
        • Cash
        • Income
        • Dividends
        • Management
        • Ratios
      • Ownership
        • Major Holders
        • Insider Trading
        • Foreign Trading
        • Proprietary Trading
      • Price
        • Historical
        • Quote
    • ETF
      • Historical
      • Search
    • Index
      • Price
        • Historical
      • Constituents
      • Search
    • Mutual Funds
      • Historical
      • Holdings
      • Search
    • News
      • Company

Development

  • Development Guidelines
    • Contributing Guidelines
    • Change Log
    • Roadmap
    • Data Sources

On this page

  • Parameters
  • Data Model
  • Data Sources
  • Misc
vietfin/vietfin 0 0
Edit this page
  1. VietFin /
  2. Reference /
  3. Derivatives /
  4. Futures /
  5. Search

Search¶

Search for a futures contract. An empty query (by default) returns the full list of currently available futures contracts from the selected provider.

Examples:

Search for futures contract VN30F2409 using default provider (SSI)¶
from vietfin import vf

vf.derivatives.futures.search(symbol="vn30f2409")
Retrieve the full list of currently available futures contracts using default provider (SSI)¶
vf.derivatives.futures.search()

Parameters¶

param_name

type

description

default_value

is_required

symbol

str

Symbol to get data for.

“”

FALSE

provider

Literal

The provider to use for the query.

ssi

FALSE

Data Model¶

field_name

type

description

symbol

str

Symbol of the futures contract.

expiration_date

date

Expiration (a.k.a maturity or expiry date) refers to the last trading day of the futures contract. Ngày đáo hạn hợp đồng.

initial_date

date

Refers to the first trading day of the futures contract. Ngày giao dịch đầu tiên.

price

float

Matched price. Giá khớp lệnh.

volume

int

Matched volume. Khối lượng khớp lệnh.

asset

str

Underlying asset. Tài sản cơ sở của hợp đồng tương lai.

Data Sources¶

  • SSI: iboard.ssi.com.vn

Misc¶

  • Infographic of futures contract. From SSI. Vietnamese.

  • Basic terminologies of a futures contract. From Vietstock. Vietnamese.

Previous
Quote
Next
Covered Warrant

Copyright © 2023, Huy

Made with Sphinx and Shibuya theme.