stocks

package
v0.0.0-...-9a27e1c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StockData

type StockData struct {
	Symbol string  `json:"id"`
	Date   string  `json:"date"`
	Time   string  `json:"time"`
	Open   float32 `json:"open"`
	High   float32 `json:"high"`
	Low    float32 `json:"low"`
	Close  float32 `json:"close"`
	Volume int32   `json:"volume"`
}

type StocksResponse

type StocksResponse struct {
	Symbols []StockData `json:"symbols"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL