Skip to content

Commit

Permalink
Update historical-data.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Oct 26, 2023
1 parent aa3c9f0 commit 4695988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/datasets/fundamentals/historical-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
df_history = qb.History(Fundamental, ibm, timedelta(30))

# Fundamental objects
fundamental_history= self.History[Fundamental](ibm, timedelta(30))
fundamental_history = self.History[Fundamental](ibm, timedelta(30))

# Fundamentals objects for all US Equities (including delisted companies)
fundamentals_history = self.History[Fundamentals](timedelta(30))</pre>
Expand Down

0 comments on commit 4695988

Please sign in to comment.