Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 353 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 353 Bytes

yahoo-finance-api-csv

Interacts with the yahoo finance api using html get requests and parses the returned csv. This implementation is slower but does not require the cURL library to operate.

sample.php contains sample code on how to use this script

test.php contains unit test code, run to check running time per function call