Skip to content

Instantly share code, notes, and snippets.

View hackingthemarkets's full-sized avatar

Part Time Larry hackingthemarkets

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
text
"red"
"potatoes"
"soda"
"cheese"
"water"
"blue"
"crispy"
"hamburger"
"coffee"
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 4.
text
"Thank you, Brett. To start, I want to outline the principles that are guiding us through these changing economic times. First, we will invest behind categories that will drive the long-term secular trend where digital technology as a percentage of world's GDP will continue to increase.Second, we'll prioritize helping our customers get the most value out of their digital spending, so that they can do more with less. And finally, we will be disciplined in managing our cost structure."
"With that context, this quarter, the Microsoft Cloud again exceeded $25 billion in quarterly revenue, up 24% and 31% in constant currency. And based on current trends continuing, we expect our broader commercial business to grow at around 20% in constant currency this fiscal year, as we manage through the cyclical trends affecting our consumer business. With that, let me highlight our progress starting with Azure. Moving to the cloud is the best way for organizations to do more with less today."
"It helps them align their s
text
Good afternoon
My colleagues and I are strongly committed to bringing inflation back down to our 2% goal
We have both the tools that we need and the resolve it will take to restore price stability on behalf of American families and businesses
Price stability is the responsibility of the Federal Reserve and serves as the bedrock of our economy
Without price stability, the economy does not work for anyone
In particular, without price stability, we will not achieve a sustained period of strong labor market conditions that benefit all
Today, the FOMC raised our policy interest rate by 75 basis points and we continue to anticipate that ongoing increases will be appropriate
We are moving our policy stance purposefully to a level that will be sufficiently restrictive to return inflation to 2%
In addition, we are continuing the process of significantly reducing the size of our balance sheet
@hackingthemarkets
hackingthemarkets / nvidia-earnings-call.txt
Created December 17, 2022 00:15
Nvidia Earnings Call
Operator
Good afternoon. My name is Emma, and I will be your conference operator today. At this time, I would like to welcome everyone to the NVIDIA's third quarter earnings call. [Operator instructions] Simona Jankowski, you may begin your conference.
Simona Jankowski -- Vice President, Investor Relations
Thank you. Good afternoon, everyone, and welcome to NVIDIA's conference call for the third quarter of fiscal 2023. With me today from NVIDIA are Jen-Hsun Huang, president and chief executive officer; and Colette Kress, executive vice president and chief financial officer. I'd like to remind you that our call is being webcast live on NVIDIA's investor relations website.
The webcast will be available for replay until the conference call to discuss our financial results for the fourth quarter and fiscal 2023. The content of today's call is NVIDIA's property. It can't be reproduced or transcribed without our prior written consent. During this call, we may make forward-looking statements based on current ex
import datetime
import pandas as pd
from ib_insync import *
pd.set_option('display.max_rows', None)
ib = IB()
ib.connect('127.0.0.1', 7496, clientId=15)
contract = Stock('SPY', 'SMART', 'USD')