Skip to content

Instantly share code, notes, and snippets.

@calvintwr
Created March 19, 2022 03:24
Show Gist options
  • Save calvintwr/c8c1132512afbe71df0fe7c9552423c0 to your computer and use it in GitHub Desktop.
Save calvintwr/c8c1132512afbe71df0fe7c9552423c0 to your computer and use it in GitHub Desktop.
alpaca stock split issue
@calvintwr
Copy link
Author

malt:modules:v1:performance:performance.service.js latestTrade {
  symbol: 'TSLA',
  trade: {
    t: '2022-03-08T10:55:45.285480448Z',
    x: 'P',
    p: 810.87,
    s: 100,
    c: [ '@', 'F', 'T' ],
    i: 2391,
    z: 'C'
  }
} +0ms
  malt:modules:v1:performance:performance.service.js Verbose debugger available for: an object with keys bars,symbol,next_page_token +0ms
  malt:modules:v1:performance:performance.service.js bar selected for 3 years ago {
  t: '2019-03-08T05:00:00Z',
  o: 276.28,
  h: 285.59,
  l: 275.89,
  c: 284.14, // google search reveals about $57
  v: 8819725,
  n: 90782,
  vw: 280.648571
} +0ms
  malt:modules:v1:performance:performance.service.js bar selected for 5 years ago {
  t: '2017-03-08T05:00:00Z',
  o: 246.75,
  h: 250.07,
  l: 245.32,
  c: 246.87, // google search reveals about $49
  v: 3728649,
  n: 36772,
  vw: 248.121398
} +0ms

Screenshot 2022-03-08 at 7 00 17 PM

Screenshot 2022-03-08 at 7 00 34 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment