Skip to content

Instantly share code, notes, and snippets.

View caquant's full-sized avatar

Carlos Quant caquant

  • Washington, DC
View GitHub Profile
import UIKit
struct Quote: Decodable {
let symbol: String
let companyName: String
let primaryExchange: String
let sector: String
let calculationPrice: String
let open: Double
let openTime: Int