Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created July 13, 2021 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quantra-go-algo/a95ee71a1ba8843f63c22faf1bca08ef to your computer and use it in GitHub Desktop.
Save quantra-go-algo/a95ee71a1ba8843f63c22faf1bca08ef to your computer and use it in GitHub Desktop.
Calculating EBIT
EBIT = msft.financials.loc['Earnings Before Interest and Taxes']
plt.bar(EBIT.index, EBIT.values)
plt.ylabel("EBIT")
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment