Skip to content

Review/Improve Introduction to Financial Python Tutorial #348

@AlexCatarino

Description

@AlexCatarino
  • This tutorial should use QuantConnect data.

In Pandas-Resampling and DataFrame,

monthly_return = aapl.resample('M').agg(lambda x: x[-1]/x[1] - 1)

should read

monthly_return = aapl.resample('M').agg(lambda x: x[-1]/x[0] - 1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions