Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[heavy_data] Retrieve data from yahoo finance #578

Open
wants to merge 3 commits into
base: wasm
Choose a base branch
from

Conversation

Jiarui-ZH
Copy link
Contributor

To bypass the error encountered when retrieving data directly from y-finance, a script was written that, when run, retrieves the relevant data from y-finance and stores it in a CSV file.

dependabot bot and others added 3 commits March 8, 2025 11:38
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 8 to 9.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v8...v9)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@kp992
Copy link
Contributor

kp992 commented Mar 13, 2025

Thanks @Jiarui-ZH . Please update this branch on top of wasm which will remove this conflicts. Also, please move the data sets to https://github.com/QuantEcon/data. We will use url to fetch data from the repository https://raw.github...

@kp992
Copy link
Contributor

kp992 commented Mar 13, 2025

I would recommend to create new PR because the datasets are already added in the commit history and we don't want to populate them in this repository. You can use the following steps:

  1. Close the PR.
  2. Move the datasets to QuantEcon/data repository under https://github.com/QuantEcon/data/tree/main/lecture-python-intro/dynamic.
  3. Add the script that you use to get this data in https://github.com/QuantEcon/data/tree/main/lecture-python-intro/scripts.
  4. Open the local repository of lecture-python-intro and use the following commands to create a branch.
$ git remote add lpi https://github.com/QuantEcon/lecture-python-intro.git
$ git fetch lpi
$ git checkout lpi/wasm
$ git checkout -b my_new_branch_name

Start adding your commits in my_new_branch_name and raise a PR.

You can use the last 3 commands every time you want to create a new branch and raise PR against wasm branch. The first command is just used once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants