pilwon / node-yahoo-finance

Yahoo Finance historical quotes and snapshot data downloader written in Node.js
491 stars 123 forks source link

Retrieve currency field #13

Open dtslvr opened 9 years ago

dtslvr commented 9 years ago

Is it possible to add the currency field to the snapshot? I think the yahoo API also provides the currency (e.g USD).

Kind regards, Thomas

partageit commented 8 years ago

Hello,

Thank you for this module, it is simple and useful :)

I agree with dtslvr, it would be great to add the currency. I have tried to add c4 in the fields.js file and it works:

e1: 'Error Indication (returned for symbol changed or invalid)',
c4: 'Currency'

Regards, David