├── symbol-search ├── openfigi-api-front-end-r2.png ├── index.html ├── wikipedia-get-sp500.html ├── openfigi-api-front-end.html ├── README.md ├── yahoo-finance-autoc.html └── openfigi-api-front-end-r2.html ├── pages ├── links-of-interest.md ├── license.md ├── credits.md ├── about-this-cms.md ├── github-issues-header.md ├── markdown-help.md ├── contributing.md └── code-of-conduct.md ├── templates ├── index.html ├── README-template.md └── basic-hamburger-alpha-vantage.html ├── archive ├── LICENSE ├── index-2018-01-17.html └── index-00.html ├── symbol-validate ├── README.md ├── symbol-to-name-iex.html ├── symbol-to-name-lon.html ├── symbol-check-iex.html ├── symbol-to-name-iex-plus-details.html ├── archive │ └── symbol-to-name-iex-plus-details-00.html └── symbol-to-name-lon-plus-details.html ├── faq.md ├── intro-to-javascript-for-alpha-vantage ├── 01-alpha-vantage-get-data-basic.html ├── README.md ├── 02-alpha-vantage-get-data-interactive.html ├── 03-alpha-vantage-get-data-local-storage.html ├── 04-alpha-vantage-get-data-save-to-file.html ├── 05-alpha-vantage-get-data-select-parameters.html └── 05-alpha-vantage-get-data-select-parameters - Copy.html ├── README.md ├── sp500-get-av-intraday ├── sp500-get-av-intraday.html ├── archive │ └── sp500-get-av-intraday-details-2018-01-30.html └── sp500-get-av-intraday-details.html ├── symbol-lists.md ├── index.html └── index-2018-02-01.html /symbol-search/openfigi-api-front-end-r2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prediqtiv/alpha-vantage-cookbook/HEAD/symbol-search/openfigi-api-front-end-r2.png -------------------------------------------------------------------------------- /pages/links-of-interest.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## gbXML 4 | 5 | * http://www.gbxml.org/ 6 | * https://github.com/GreenBuildingXML/Sample-gbXML-Files 7 | * This repo includes sample gbXML files. -------------------------------------------------------------------------------- /symbol-search/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /pages/license.md: -------------------------------------------------------------------------------- 1 | License 2 | === 3 | 4 | Copyright © 2018 XXXXX contributors 5 | 6 | The content of this project itself is licensed under the [Creative Commons Attribution 3.0 license]( https://creativecommons.org/licenses/by/3.0/us/deed.en_US ), and the underlying source code used to format and display that content is licensed under the [MIT license]( https://opensource.org/licenses/mit-license.php ). 7 | -------------------------------------------------------------------------------- /pages/credits.md: -------------------------------------------------------------------------------- 1 | 2 | ## Credits 3 | 4 | _2018-01-14 ~ Page started. Still in its infancy._ 5 | 6 | 7 | * Google Maps 8 | * [MapBox]( https://www.mapbox.com/ ) 9 | * Open Sreet Map 10 | * [Mr.doob's]( http://mrdoob.com/ ) [Three.js]( https://threejs.org/ ) 11 | * Ricardo follows the path of his Barcelona predecessors Gaudi and Picasso 12 | * [Showdown.js]( https://github.com/showdownjs/showdown ) 13 | * Jaume Sanchez's [CCapture.js]( https://github.com/spite/ccapture.js/ ) 14 | * [soma fm]( https://soma.fm] ) 15 | * Burning mAnalemma 16 | * [Howler.js]( https://github.com/goldfire/howler.js ) 17 | * Burning mAnalemma 18 | -------------------------------------------------------------------------------- /pages/about-this-cms.md: -------------------------------------------------------------------------------- 1 | # About this Content Management System (CMS) 2 | 3 | The script that list opens and displays files here is a basic [Content Management System (CMS)]( https://en.wikipedia.org/wiki/Content_management_system ) 4 | 5 | See [pushMe-pullYou]( https://pushme-pullyou.github.io/ ) and [ tooToo]( https://pushme-pullyou.github.io/#https://rawgit.com/pushme-pullyou/pushme-pullyou.github.io/master/tootoo-more/README.md ) 6 | 7 | * Browse and view repos, folders and files on GitHub with remarkable ease 8 | * Traverse, select and display as many folders and files as possible in the shortest amount of time 9 | * Single click or single action to get to the next item you want to see 10 | * Know where you are. Menus with current selection highlighted -------------------------------------------------------------------------------- /pages/github-issues-header.md: -------------------------------------------------------------------------------- 1 | 2 | # Ladybug.tools/Spider 3 | 4 | Spider helps you with building your presence on the Web. Spiders are good with webs, you know. The web presence we want to help you build is your building presentation web presence. Yup, the webs are wrapped up in buildings here. I'm getting confused too. Maybe I'll just look at the pictures. 5 | 6 | Earlier versions of the scripts are at [Ladybug Web]( http://www.ladybug.tools/ladybug-web/ ). 7 | 8 | 9 | 2017-10-28 ~ Got sidetracked for a while: 10 | 11 | ## Full Screen build release: [Build Well]( http://ladybug-tools.github.io/spider/build-well/index.html ) 12 | 13 | ## Full Screen dev release: [Build Well]( http://ladybug-tools.github.io/spider/build-well/dev/index.html ) 14 | 15 | 2017-08-25 ~ This site is still in its infancy. Much will be added, but for the moment our priorities are concentrated on a very hot topic: 16 | 17 | ## [Burning mAnalemma 2017]( http://www.ladybug.tools/spider/burning-manalemma-2017/ ) 18 | -------------------------------------------------------------------------------- /templates/README-template.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | # [Template Read Me]( #templates/README-template.md ) 5 | 6 | 7 | 8 | _txt_ 9 | 10 | 11 | ## Full Screen: [basic hamburger alpha vantage]( https://prediqtiv.github.io/alpha-vantage-cookbook/templates/basic-hamburger-alpha-vantage.html ) 12 | 13 | 14 | ## Concept 15 | 16 | 17 | ## Links of Interest 18 | 19 | 20 | ## Change Log 21 | 22 | 23 | *** 24 | 25 | 26 | #30 | Ticker symbol: 31 | 32 |
33 | 34 | 35 | 36 | 85 | 86 | -------------------------------------------------------------------------------- /intro-to-javascript-for-alpha-vantage/README.md: -------------------------------------------------------------------------------- 1 | 2 | # Introduction to JavaScript for Alpha Vantage 3 | 4 | Five simple and basic scripts to get you started with coding the calls to Alpha Vantage that suit your specific needs. 5 | 6 | Click any of the file names to run the script. 7 | 8 | ## [01-alpha-vantage-get-data-basic.html]( #intro-to-javascript-for-alpha-vantage/01-alpha-vantage-get-data-basic.html ) 9 | 10 | A 'hello world' script. The script makes an Ajax / XMLHttpRequest call to load and display the basic Alpha Vantage demo file. 11 | The call is identical to the first link in the Alpha Vantage documentation. After a few seconds, the requested data will appear on screen replacing the existing text. 12 | 13 | Tip: the API call in this script uses the [same symbol and API key]( https://github.com/prediqtiv/alpha-vantage-cookbook/blob/master/intro-to-javascript-for-alpha-vantage/01-alpha-vantage-get-data-basic.html#L43 ) as the [Alpha Vanatage documentation]( https://www.alphavantage.co/documentation/ ), therefore it may access the Alpha Vantage data without error. 14 | 15 | Things to do: edit the API key and the symbol to make a new and different call for data 16 | 17 | 18 | ## [02-alpha-vantage-get-data-interactive.html]( #intro-to-javascript-for-alpha-vantage/02-alpha-vantage-get-data-interactive.html ) 19 | 20 | This script adds two input elements. The first is where you enter your API key. The second enables you to call for data for any symbol. 21 | 22 | Once the data has been entered, you may click the get data button to make the call. 23 | 24 | Things to do: Edit the default values for the two input boxes. 25 | 26 | 27 | ## [03-alpha-vantage-get-data-local-storage.html]( #intro-to-javascript-for-alpha-vantage/03-alpha-vantage-get-data-local-storage.html ) 28 | 29 | Entering your API key becomes tedious very quickly. This script adds storing the key in the browser's [localStorage]( https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage ). 30 | 31 | Things to do: Add local storage for your favorite symbol. 32 | 33 | 34 | ## [04-alpha-vantage-get-data-save-to-file.html]( #intro-to-javascript-for-alpha-vantage/04-alpha-vantage-get-data-save-to-file.html ) 35 | 36 | Once you have the data, it's nice to be able to save the data to a local file. This script adds a 'save data to file button'. 37 | 38 | Things to do: Add a date to the suggested file name. Save the data to a JSON file. 39 | 40 | 41 | ## [05-alpha-vantage-get-data-select-parameters.html](#intro-to-javascript-for-alpha-vantage/05-alpha-vantage-get-data-select-parameters.html ) 42 | 43 | Alpha Vantage API calls support a variety of parameters. This script shows you how to set parameters using dropdown menus. 44 | 45 | Things to do: Set alternative choices as the defaults. Translate the text to another language. 46 | 47 | *** 48 | 49 | #API key:
28 |Symbol:
29 | 30 | 31 |API key:
28 |Symbol:
29 | 30 | 31 |30 | enter text: 31 | enter api key: 32 |
33 | 34 |API key:
29 | 30 |Symbol:
31 | 32 |33 | 34 | 35 |
36 | 37 |30 | enter text: 31 | enter api key: 32 |
33 | 34 | 35 | 36 |26 | Enter api key: 27 | 28 |
29 | 30 |Click button to start check. Data will appear here. Open developer console for more data
33 | 34 |Many thanks to Alpha Vantage and IEX.
35 | 36 | 37 |API key:
28 | 29 |Symbol:
30 | 31 |32 | 33 | function: 34 | 44 | 45 | 46 | interval: 47 | 54 | 55 |
56 | 57 |58 | 59 | output size: 60 | 64 | 65 | data type: 66 | 70 | 71 |
72 | 73 |74 | 75 | 76 |
77 | 78 |API key:
28 | 29 |Symbol:
30 | 31 |32 | 33 | function: 34 | 44 | 45 | 46 | interval: 47 | 54 | 55 |
56 | 57 |58 | 59 | output size: 60 | 64 | 65 | data type: 66 | 70 | 71 |
72 | 73 |74 | 75 | 76 |
77 | 78 |35 | enter text: 36 | enter api key: 37 |
38 | 39 |35 | enter text: 36 | enter api key: 37 |
38 | 39 |
71 | Ticker symbol:
72 |
73 |
70 | Ticker symbol:
71 |
72 |
35 | enter text: 36 | enter api key: 37 |
38 | 39 | 40 | 41 |
Click icon to view source code on GitHub.
74 |
75 |
❐ Click icon to go full screen & get link to individual file.
76 | 77 |Tooltips provide file size.
78 | 79 |
Click icon to view source code on GitHub.
74 |
75 |
❐ Click icon to go full screen & get link to individual file.
76 | 77 |Tooltips provide file size.
78 | 79 | 94 | 95 |
Click icon to view source code on GitHub.
74 |
75 |
❐ Click icon to go full screen & get link to individual file.
76 | 77 |Tooltips provide file size.
78 | 79 | 94 | 95 |54 | predIQtiv » 55 |
56 | 57 |
Click icon to view source code on GitHub.
71 |
72 |
❐ Click icon to go full screen & get link to individual file.
73 | 74 |Tooltips provide file size.
75 | 76 | 93 | 94 |