The British Pound against the US Dollar is one of the oldest currency pairings in the world. Due to the current Brexit turbulence, the trading opportunity around GBP can be great! This daily post is trying to give updates of GPB/USD rate.  Currency data were collected using a currency python API with the follinde code: ~~~ from forex_python.converter import CurrencyRates def collect_currency_data(): c = CurrencyRates() # price_list = c.get_rates('USD') # you can directly call get_rates('USD') GBP_USD = c.get_rate('GBP', 'USD') currency_history_hour= json.load(open('currency_history_hour.json')) currency_history_hour.update({str(datetime.utcnow())[:-7]:{ 'GBP_USD':GBP_USD } }) with open('currency_history_hour.json', 'w') as fp: json.dump(currency_history_hour,fp, indent=4,default=str) ~~~
author | python-dev |
---|---|
permlink | gpbusd-price-in-the-past-7-days-2019-06-23 |
category | python |
json_metadata | "{"tags": ["python", "currency"]}" |
created | 2019-06-23 18:41:00 |
last_update | 2019-06-23 18:41:00 |
depth | 0 |
children | 1 |
last_payout | 2019-06-30 18:41:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.118 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 986 |
author_reputation | 5,457,648,648,750 |
root_title | "GPB/USD price in the past 7 days: 2019-06-23" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,172,907 |
net_rshares | 296,895,560,360 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xiguang | 0 | 285,476,980,614 | 100% | ||
ancient-light | 0 | 11,188,135,486 | 100% | ||
saint-knight | 0 | 230,444,260 | 100% |
it looks like the currency data is not updating, please check the source data
author | ancient-light |
---|---|
permlink | ptkpr5 |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2019-06-23 22:42:42 |
last_update | 2019-06-23 22:42:42 |
depth | 1 |
children | 0 |
last_payout | 2019-06-30 22:42:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.108 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 55,725,351,787,215 |
root_title | "GPB/USD price in the past 7 days: 2019-06-23" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,182,845 |
net_rshares | 274,809,643,988 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xiguang | 0 | 274,809,643,988 | 100% |