Sumero
  • Introducing Sumero
  • Welcome
    • Getting Started
  • Using Sumero
    • Synthetic Asset Positions Dashboard
    • Approved Synthetic Assets
      • NLHPI
      • VT
      • USCPI
    • Liquidity Provision
      • Liquidity Pools
      • LP Tokens
      • Providing Liquidity
      • Withdrawing Liquidity
      • Pool Fee Distribution
      • Risks
    • Staking
      • Liquidity Mining
      • Staking LP Tokens
      • Unstaking LP Tokens
      • Claiming Rewards
    • zClay Bonds
      • Lending Clay
      • Bond Maturation Schedule
      • Claim Bonds
  • Frequently Asked Questions
    • FAQ Sections
      • About Sumero Protocol & Global Access Labs
      • Trading
      • Fees
      • Collateral
      • Liquidity Provision
      • Oracles
      • Clay
      • zClay Bonds
      • cSynths (Synthetic Assets)
  • Tokenomics
    • Clay Token
      • Buying Clay
      • Selling Clay
      • Clay Issuance Schedule
  • Overview
    • The Sumero Ecosystem
    • Technical Overview
      • Expiring Multi Party
      • Priceless Position Manager
      • Liquidatable
      • Optimistic Oracle
      • Fees
  • Contracts
    • Addresses
  • Security
    • Audits
  • Resources
    • Network Information
    • Glossary of Terms
    • About The Team
    • Additional Links
  • dApp
  • Sumero Website
  • GitHub
Powered by GitBook
On this page
  • Synthetic Asset Description
  • Manual Price Calculation

Was this helpful?

  1. Using Sumero
  2. Approved Synthetic Assets

VT

Vanguard Total World Stock ETF

PreviousNLHPINextUSCPI

Last updated 2 years ago

Was this helpful?

Synthetic Asset Description

A synthetic asset that tracks the spot trading price of the Vanguard Total World Stock ETF in USD.

Display Name: Vanguard Total World Stock ETF Symbol: VT EMP Price Identifier: NUMERICAL Market: Market Timings: Monday to Friday 9:30 am to 4:00 pm ET (closed on ) Price Feed Source: Data Providers:

  • Real-time or latest price:

  • Quote price:

  • Historical data with 15min intervals:

Manual Price Calculation

To determine the correct price for VT for the given request timestamp, voters must do the following:

  1. Get the request timestamp.

  2. Convert timestamp to UTC time.

  3. Convert the date and time to the following format: YYYY-MM-DD HH:mm:ss

  4. Determine your Timezone name according to the IANA Time Zone Database. E.g. America/New_York, Asia/Singapore. A full list of time zones can be found .

  5. Enter the start_date as (end_date - 4 days).

  6. Enter the end_date from step 1.

  7. Configure the following URL with the correct values:

  8. Get the VT price from the response JSON.

    • Get the closing price from the "values" object.

Example response object

{
    "meta": {
        "symbol": "VT",
        "interval": "1h",
        "currency": "USD",
        "exchange_timezone": "America/New_York",
        "exchange": "NYSE",
        "mic_code": "ARCX",
        "type": "ETF"
    },
    "values": [
        {
            "datetime": "2023-04-06 09:30:00",
            "open": "91.68000",
            "high": "91.68000",
            "low": "91.30000",
            "close": "91.32000",
            "volume": "179718"
        },
        ....
        {
            "datetime": "2023-04-05 15:30:00",
            "open": "91.59500",
            "high": "91.71000",
            "low": "91.58500",
            "close": "91.64000",
            "volume": "1173185"
        }
    ]
}

NYSE Arca
NYSE holidays
https://twelvedata.com/
https://api.twelvedata.com/price?symbol=VT&apikey=API-KEY-VALUE
https://api.twelvedata.com/quote?symbol=VT&apikey=API-KEY-VALUE
https://api.twelvedata.com/time_series?apikey=API_KEY_VALUE&interval=15min&symbol=VT&start_date=YYYY-MM-DD%20HH:mm:ss&end_date=YYYY-MM-DD%20HH:mm:ss
here ↗
https://api.twelvedata.com/time_series?apikey=API_KEY_VALUE&interval=15min&symbol=VT&start_date=YYYY-MM-DD%20HH:mm:ss&end_date=YYYY-MM-DD%20HH:mm:ss