-
-
Notifications
You must be signed in to change notification settings - Fork 25
[heavy_data] Retrieve data from yahoo finance #578
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
base: wasm
Are you sure you want to change the base?
Conversation
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>
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 |
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:
Start adding your commits in 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. |
@kp992 are you able to transfer any useful changes to the |
Hmm, I think it should be okay to keep |
We can mark these lectures as |
@kp992 are you proposing we close this PR? Will you document the |
I think we should close this and add the small section on top of it that why is it not possible to run it in WASM environment. |
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.