FastConnect API
English
English
  • Introduction
  • Change log
  • General Information
  • Service registration
  • FastConnect Data
    • Connection guide
    • Sample client guide
    • API Specs
    • Streaming data
    • Data mapping
      • Trading session
      • Securities trading status
      • Exchanges
      • Index list
  • FastConnect Trading
    • Connection guide
    • Sample client guide
    • API Specs
    • Streaming data
    • Data mapping
      • OrderType
      • Channel
      • ErrorCode
      • OrderStatus
  • Supplement Info
    • Device ID
Powered by GitBook
On this page
  • Service endpoints
  • Credentials
  • Integration Diagram
  1. FastConnect Data

Connection guide

PreviousFastConnect DataNextSample client guide

Last updated 1 year ago

Service endpoints

  • URL API: https://fc-data.ssi.com.vn/v2.0/Market

  • URL price streaming Nodejs: wss://fc-datahub.ssi.com.vn/v2.0

  • URL price streaming Python/ .Net: https://fc-datahub.ssi.com.vn/v2.0

  • URL api Java/ .Net: https://fc-data.ssi.com.vn/

  • URL price streaming Java: https://fc-datahub.ssi.com.vn/

Credentials

Users are provided a set of API connection key, including:

  • ConsumerID

  • ConsumerSecrect

Refer to this page to create credentials.

Integration Diagram

Sample code written in Python, Java, Node.js and .Net are provided for your convenience. Refer here regarding how to use sample clients.

FC Data Integration Diagram