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

Yahoo Finance v7 API (since 2017-05-16) - initial work (1/3) #37

Merged
merged 28 commits into from
May 25, 2017

Commits on May 17, 2017

  1. initial work

    gadicc committed May 17, 2017
    Configuration menu
    Copy the full SHA
    77f9e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1979f9b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Catch and default

    - Catch exception to prevent fatal error. ( Might not be required with updated dependencies )
    - Default the symbol for the url ( prevent it getting the cookie for 'undefined' )
    buzzcloudau authored May 18, 2017
    Configuration menu
    Copy the full SHA
    70e8084 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from buzzcloudau/patch-1

    Catch and default
    gadicc authored May 18, 2017
    Configuration menu
    Copy the full SHA
    aa4c1f0 View commit details
    Browse the repository at this point in the history
  3. initial snapshot() work

    gadicc committed May 18, 2017
    Configuration menu
    Copy the full SHA
    0e9d353 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e4f30d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. Configuration menu
    Copy the full SHA
    072c6ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b9bac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd9f1a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13b8b07 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Configuration menu
    Copy the full SHA
    09e74a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    851062d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. quote dividends, started snapshot fields._map, quote_MSFT.json

    TSLA quote didn't have dividend fields, added quote_MSFT.json, adding
    missing dividend fields to docs/quote.md, started old API field map
    in fields._map.
    gadicc committed May 23, 2017
    Configuration menu
    Copy the full SHA
    bb46cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e6946 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ae1ba8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f528313 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. quote -> fetchQuote

    gadicc committed May 24, 2017
    Configuration menu
    Copy the full SHA
    cfa669c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0909797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b34272 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e40f01 View commit details
    Browse the repository at this point in the history
  5. re-export quote from index

    gadicc committed May 24, 2017
    Configuration menu
    Copy the full SHA
    cf46926 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    504a3e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a082b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fab4cc9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f054c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    26d9377 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    06fe40f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e131130 View commit details
    Browse the repository at this point in the history